From 757317c8a5b55c3c490b1839fb819ae98cf20d3f Mon Sep 17 00:00:00 2001 From: Harshvardhan Pandit Date: Wed, 13 Apr 2022 21:23:47 +0100 Subject: [PATCH] v0.6: Data Subject Categories, minor fixes This commit updates the DPV to v0.6, which adds the Data Subject categories and makes minor changes to the Risk module. It fixes inconsistencies in ontology metadata: - DPV-SKOS ontologies utilised the wrong metadata - SPECIAL project links have been updated to the ERCIM archive as the previous ones were not resolvable - other minor fixes --- .../002_parse_csv_to_rdf.py | 15 +- .../002_parse_csv_to_rdf_owl.py | 14 +- .../002_parse_csv_to_rdf_skos.py | 14 +- documentation-generator/README.md | 2 +- .../diagrams/base_vocab_alternate_001.graphml | 193 - .../diagrams/base_vocab_alternate_001.png | Bin 20710 -> 0 bytes .../diagrams/base_vocab_alternate_002.graphml | 189 - .../diagrams/base_vocab_alternate_002.png | Bin 25541 -> 0 bytes .../docs/diagrams/legalentities.graphml | 423 - .../docs/diagrams/legalentities.png | Bin 46976 -> 0 bytes .../diagrams/personaldatacategories.graphml | 403 - .../docs/diagrams/personaldatacategories.png | Bin 35985 -> 0 bytes .../diagrams/personaldatahandling.graphml | 322 - .../docs/diagrams/personaldatahandling.png | Bin 39719 -> 0 bytes .../docs/diagrams/processing.graphml | 433 - .../docs/diagrams/processing.png | Bin 36730 -> 0 bytes .../docs/diagrams/purpose.graphml | 270 - .../docs/diagrams/purpose.png | Bin 23344 -> 0 bytes .../technicalorganisationalmeasures.graphml | 216 - .../technicalorganisationalmeasures.png | Bin 21160 -> 0 bytes .../docs/dpv-gdpr/dpv-gdpr.html | 2156 -- .../docs/dpv-gdpr/index.html | 2156 -- documentation-generator/docs/dpv.html | 14666 --------- documentation-generator/docs/index.html | 14666 --------- .../jinja2_resources/links_label.json | 2 +- .../jinja2_resources/template_dpv.jinja2 | 2 +- .../jinja2_resources/template_dpv_gdpr.jinja2 | 2 +- .../template_dpv_gdpr_owl.jinja2 | 2 +- .../template_dpv_gdpr_skos.jinja2 | 2 +- .../template_dpv_legal.jinja2 | 2 +- .../jinja2_resources/template_dpv_owl.jinja2 | 2 +- .../jinja2_resources/template_dpv_pd.jinja2 | 2 +- .../template_dpv_pd_owl.jinja2 | 2 +- .../template_dpv_pd_skos.jinja2 | 2 +- .../jinja2_resources/template_dpv_skos.jinja2 | 2 +- documentation-generator/logs/999_all.txt | 2546 -- documentation-generator/logs/changelog.txt | 270 +- .../ontology_metadata/dpv-gdpr.ttl | 6 +- .../ontology_metadata/dpv-legal.ttl | 9 +- .../ontology_metadata/dpv-owl-gdpr.ttl | 6 +- .../ontology_metadata/dpv-owl-legal.ttl | 20 + .../ontology_metadata/dpv-owl-pd.ttl | 6 +- .../ontology_metadata/dpv-owl.ttl | 6 +- .../ontology_metadata/dpv-pd.ttl | 6 +- .../ontology_metadata/dpv-semantics.ttl | 4 + .../ontology_metadata/dpv-skos-gdpr.ttl | 12 +- .../ontology_metadata/dpv-skos-legal.ttl | 20 + .../ontology_metadata/dpv-skos-pd.ttl | 12 +- .../ontology_metadata/dpv-skos.ttl | 14 +- .../ontology_metadata/dpv.ttl | 6 +- .../vocab_csv/BaseOntology.csv | 6 +- .../vocab_csv/BaseOntology_properties.csv | 6 +- documentation-generator/vocab_csv/Context.csv | 18 +- .../vocab_csv/Context_properties.csv | 7 +- .../vocab_csv/Entities_DataSubject.csv | 38 +- .../vocab_csv/Entities_LegalRole.csv | 2 +- .../Entities_LegalRole_properties.csv | 2 +- .../vocab_csv/Entities_Organisation.csv | 2 +- .../vocab_csv/Jurisdiction_properties.csv | 2 +- .../vocab_csv/Namespaces_Other.csv | 14 +- .../vocab_csv/Processing.csv | 20 +- .../ProcessingContext_properties.csv | 2 +- .../vocab_csv/Processing_properties.csv | 2 +- documentation-generator/vocab_csv/Purpose.csv | 6 +- .../vocab_csv/Purpose_properties.csv | 2 +- documentation-generator/vocab_csv/Risk.csv | 4 +- .../TechnicalOrganisationalMeasure.csv | 2 - documentation-generator/vocab_csv/dpv-pd.csv | 4 +- dpv-gdpr/dpv-gdpr.html | 2 +- dpv-gdpr/dpv-gdpr.jsonld | 1934 +- dpv-gdpr/dpv-gdpr.n3 | 6 +- dpv-gdpr/dpv-gdpr.rdf | 1256 +- dpv-gdpr/dpv-gdpr.ttl | 6 +- dpv-gdpr/index.html | 2 +- dpv-gdpr/modules/data_transfers.jsonld | 212 +- dpv-gdpr/modules/data_transfers.rdf | 90 +- dpv-gdpr/modules/legal_basis.jsonld | 870 +- dpv-gdpr/modules/legal_basis.rdf | 470 +- dpv-gdpr/modules/rights.jsonld | 80 +- dpv-gdpr/modules/rights.rdf | 128 +- dpv-legal/dpv-legal.html | 2 +- dpv-legal/dpv-legal.jsonld | 25546 ++++++++-------- dpv-legal/dpv-legal.n3 | 17 + dpv-legal/dpv-legal.rdf | 12354 ++++---- dpv-legal/dpv-legal.ttl | 17 + dpv-legal/index.html | 2 +- dpv-legal/modules/authorities.jsonld | 2156 +- dpv-legal/modules/authorities.rdf | 914 +- dpv-legal/modules/eu_adequacy.jsonld | 318 +- dpv-legal/modules/eu_adequacy.rdf | 262 +- dpv-legal/modules/eu_eea.jsonld | 780 +- dpv-legal/modules/eu_eea.rdf | 256 +- dpv-legal/modules/laws.jsonld | 1298 +- dpv-legal/modules/laws.rdf | 616 +- dpv-legal/modules/locations.jsonld | 15412 +++++----- dpv-legal/modules/locations.rdf | 7068 ++--- dpv-legal/modules/ontology.jsonld | 28 +- dpv-legal/modules/ontology.rdf | 18 +- dpv-owl/dpv-gdpr/dpv-gdpr.html | 2 +- dpv-owl/dpv-gdpr/dpv-gdpr.jsonld | 1478 +- dpv-owl/dpv-gdpr/dpv-gdpr.n3 | 6 +- dpv-owl/dpv-gdpr/dpv-gdpr.rdf | 1066 +- dpv-owl/dpv-gdpr/dpv-gdpr.ttl | 6 +- dpv-owl/dpv-gdpr/index.html | 2 +- .../dpv-gdpr/modules/data_transfers.jsonld | 116 +- dpv-owl/dpv-gdpr/modules/data_transfers.rdf | 74 +- dpv-owl/dpv-gdpr/modules/legal_basis.jsonld | 660 +- dpv-owl/dpv-gdpr/modules/legal_basis.rdf | 426 +- dpv-owl/dpv-gdpr/modules/rights.jsonld | 88 +- dpv-owl/dpv-gdpr/modules/rights.rdf | 88 +- dpv-owl/dpv-pd/dpv-pd.html | 40 +- dpv-owl/dpv-pd/dpv-pd.jsonld | 1944 +- dpv-owl/dpv-pd/dpv-pd.n3 | 12 +- dpv-owl/dpv-pd/dpv-pd.rdf | 1624 +- dpv-owl/dpv-pd/dpv-pd.ttl | 12 +- dpv-owl/dpv-pd/index.html | 40 +- dpv-owl/dpv.html | 1117 +- dpv-owl/dpv.jsonld | 9660 +++--- dpv-owl/dpv.n3 | 324 +- dpv-owl/dpv.rdf | 6007 ++-- dpv-owl/dpv.ttl | 324 +- dpv-owl/index.html | 1117 +- dpv-owl/modules/base.jsonld | 560 +- dpv-owl/modules/base.n3 | 14 +- dpv-owl/modules/base.rdf | 326 +- dpv-owl/modules/base.ttl | 14 +- dpv-owl/modules/consent.jsonld | 144 +- dpv-owl/modules/consent.rdf | 102 +- dpv-owl/modules/context.jsonld | 626 +- dpv-owl/modules/context.n3 | 2 +- dpv-owl/modules/context.rdf | 324 +- dpv-owl/modules/context.ttl | 2 +- dpv-owl/modules/entities.jsonld | 236 +- dpv-owl/modules/entities.rdf | 56 +- dpv-owl/modules/entities_authority.jsonld | 122 +- dpv-owl/modules/entities_authority.rdf | 44 +- dpv-owl/modules/entities_datasubject.jsonld | 1089 +- dpv-owl/modules/entities_datasubject.n3 | 225 +- dpv-owl/modules/entities_datasubject.rdf | 286 +- dpv-owl/modules/entities_datasubject.ttl | 225 +- dpv-owl/modules/entities_legalrole.jsonld | 520 +- dpv-owl/modules/entities_legalrole.n3 | 6 +- dpv-owl/modules/entities_legalrole.rdf | 238 +- dpv-owl/modules/entities_legalrole.ttl | 6 +- dpv-owl/modules/entities_organisation.jsonld | 101 +- dpv-owl/modules/entities_organisation.n3 | 1 + dpv-owl/modules/entities_organisation.rdf | 67 +- dpv-owl/modules/entities_organisation.ttl | 1 + dpv-owl/modules/jurisdiction.jsonld | 216 +- dpv-owl/modules/jurisdiction.n3 | 2 +- dpv-owl/modules/jurisdiction.rdf | 124 +- dpv-owl/modules/jurisdiction.ttl | 2 +- dpv-owl/modules/legal_basis.jsonld | 258 +- dpv-owl/modules/legal_basis.rdf | 150 +- dpv-owl/modules/personal_data.jsonld | 268 +- dpv-owl/modules/personal_data.n3 | 4 +- dpv-owl/modules/personal_data.rdf | 138 +- dpv-owl/modules/personal_data.ttl | 4 +- dpv-owl/modules/processing.jsonld | 384 +- dpv-owl/modules/processing.n3 | 26 +- dpv-owl/modules/processing.rdf | 344 +- dpv-owl/modules/processing.ttl | 26 +- dpv-owl/modules/processing_context.jsonld | 342 +- dpv-owl/modules/processing_context.n3 | 2 +- dpv-owl/modules/processing_context.rdf | 196 +- dpv-owl/modules/processing_context.ttl | 2 +- dpv-owl/modules/purposes.jsonld | 1510 +- dpv-owl/modules/purposes.n3 | 12 +- dpv-owl/modules/purposes.rdf | 882 +- dpv-owl/modules/purposes.ttl | 12 +- dpv-owl/modules/risk.jsonld | 456 +- dpv-owl/modules/risk.n3 | 25 + dpv-owl/modules/risk.rdf | 231 +- dpv-owl/modules/risk.ttl | 25 + .../technical_organisational_measures.jsonld | 1056 +- .../technical_organisational_measures.n3 | 43 +- .../technical_organisational_measures.rdf | 697 +- .../technical_organisational_measures.ttl | 43 +- dpv-owl/proposed.json | 2 +- dpv-pd/dpv-pd.html | 40 +- dpv-pd/dpv-pd.jsonld | 3614 +-- dpv-pd/dpv-pd.n3 | 12 +- dpv-pd/dpv-pd.rdf | 1684 +- dpv-pd/dpv-pd.ttl | 12 +- dpv-pd/index.html | 40 +- dpv-skos/dpv-gdpr/dpv-gdpr.html | 2 +- dpv-skos/dpv-gdpr/dpv-gdpr.jsonld | 2028 +- dpv-skos/dpv-gdpr/dpv-gdpr.n3 | 12 +- dpv-skos/dpv-gdpr/dpv-gdpr.rdf | 1344 +- dpv-skos/dpv-gdpr/dpv-gdpr.ttl | 12 +- dpv-skos/dpv-gdpr/index.html | 2 +- .../dpv-gdpr/modules/data_transfers.jsonld | 228 +- dpv-skos/dpv-gdpr/modules/data_transfers.rdf | 106 +- dpv-skos/dpv-gdpr/modules/legal_basis.jsonld | 906 +- dpv-skos/dpv-gdpr/modules/legal_basis.rdf | 502 +- dpv-skos/dpv-gdpr/modules/rights.jsonld | 194 +- dpv-skos/dpv-gdpr/modules/rights.rdf | 128 +- dpv-skos/dpv-pd/dpv-pd.html | 40 +- dpv-skos/dpv-pd/dpv-pd.jsonld | 3548 +-- dpv-skos/dpv-pd/dpv-pd.n3 | 18 +- dpv-skos/dpv-pd/dpv-pd.rdf | 1576 +- dpv-skos/dpv-pd/dpv-pd.ttl | 18 +- dpv-skos/dpv-pd/index.html | 40 +- dpv-skos/dpv.html | 1077 +- dpv-skos/dpv.jsonld | 13173 ++++---- dpv-skos/dpv.n3 | 367 +- dpv-skos/dpv.rdf | 7562 ++--- dpv-skos/dpv.ttl | 367 +- dpv-skos/index.html | 1077 +- dpv-skos/modules/base.jsonld | 846 +- dpv-skos/modules/base.n3 | 14 +- dpv-skos/modules/base.rdf | 346 +- dpv-skos/modules/base.ttl | 14 +- dpv-skos/modules/consent.jsonld | 198 +- dpv-skos/modules/consent.rdf | 110 +- dpv-skos/modules/context.jsonld | 718 +- dpv-skos/modules/context.n3 | 2 +- dpv-skos/modules/context.rdf | 342 +- dpv-skos/modules/context.ttl | 2 +- dpv-skos/modules/entities.jsonld | 314 +- dpv-skos/modules/entities.rdf | 108 +- dpv-skos/modules/entities_authority.jsonld | 234 +- dpv-skos/modules/entities_authority.rdf | 106 +- dpv-skos/modules/entities_datasubject.jsonld | 1250 +- dpv-skos/modules/entities_datasubject.n3 | 276 +- dpv-skos/modules/entities_datasubject.rdf | 343 +- dpv-skos/modules/entities_datasubject.ttl | 276 +- dpv-skos/modules/entities_legalrole.jsonld | 724 +- dpv-skos/modules/entities_legalrole.n3 | 6 +- dpv-skos/modules/entities_legalrole.rdf | 310 +- dpv-skos/modules/entities_legalrole.ttl | 6 +- dpv-skos/modules/entities_organisation.jsonld | 210 +- dpv-skos/modules/entities_organisation.n3 | 2 + dpv-skos/modules/entities_organisation.rdf | 80 +- dpv-skos/modules/entities_organisation.ttl | 2 + dpv-skos/modules/jurisdiction.jsonld | 268 +- dpv-skos/modules/jurisdiction.n3 | 2 +- dpv-skos/modules/jurisdiction.rdf | 150 +- dpv-skos/modules/jurisdiction.ttl | 2 +- dpv-skos/modules/legal_basis.jsonld | 378 +- dpv-skos/modules/legal_basis.rdf | 202 +- dpv-skos/modules/personal_data.jsonld | 378 +- dpv-skos/modules/personal_data.n3 | 4 +- dpv-skos/modules/personal_data.rdf | 168 +- dpv-skos/modules/personal_data.ttl | 4 +- dpv-skos/modules/processing.jsonld | 698 +- dpv-skos/modules/processing.n3 | 26 +- dpv-skos/modules/processing.rdf | 426 +- dpv-skos/modules/processing.ttl | 26 +- dpv-skos/modules/processing_context.jsonld | 476 +- dpv-skos/modules/processing_context.n3 | 2 +- dpv-skos/modules/processing_context.rdf | 186 +- dpv-skos/modules/processing_context.ttl | 2 +- dpv-skos/modules/purposes.jsonld | 2040 +- dpv-skos/modules/purposes.n3 | 12 +- dpv-skos/modules/purposes.rdf | 1022 +- dpv-skos/modules/purposes.ttl | 12 +- dpv-skos/modules/risk.jsonld | 594 +- dpv-skos/modules/risk.n3 | 31 + dpv-skos/modules/risk.rdf | 253 +- dpv-skos/modules/risk.ttl | 31 + .../technical_organisational_measures.jsonld | 1478 +- .../technical_organisational_measures.n3 | 31 - .../technical_organisational_measures.rdf | 681 +- .../technical_organisational_measures.ttl | 31 - dpv-skos/proposed.json | 2 +- dpv/README.md | 10 +- dpv/changelog.html | 46 + dpv/dpv.html | 1034 +- dpv/dpv.jsonld | 13393 ++++---- dpv/dpv.n3 | 393 +- dpv/dpv.rdf | 7368 ++--- dpv/dpv.ttl | 393 +- dpv/index.html | 1034 +- dpv/modules/base.jsonld | 962 +- dpv/modules/base.n3 | 20 +- dpv/modules/base.rdf | 352 +- dpv/modules/base.ttl | 20 +- dpv/modules/consent.jsonld | 304 +- dpv/modules/consent.n3 | 6 + dpv/modules/consent.rdf | 152 +- dpv/modules/consent.ttl | 6 + dpv/modules/context.jsonld | 868 +- dpv/modules/context.n3 | 8 +- dpv/modules/context.rdf | 374 +- dpv/modules/context.ttl | 8 +- dpv/modules/entities.jsonld | 406 +- dpv/modules/entities.n3 | 6 + dpv/modules/entities.rdf | 156 +- dpv/modules/entities.ttl | 6 + dpv/modules/entities_authority.jsonld | 248 +- dpv/modules/entities_authority.n3 | 6 + dpv/modules/entities_authority.rdf | 120 +- dpv/modules/entities_authority.ttl | 6 + dpv/modules/entities_datasubject.jsonld | 1295 +- dpv/modules/entities_datasubject.n3 | 265 +- dpv/modules/entities_datasubject.rdf | 336 +- dpv/modules/entities_datasubject.ttl | 265 +- dpv/modules/entities_legalrole.jsonld | 782 +- dpv/modules/entities_legalrole.n3 | 12 +- dpv/modules/entities_legalrole.rdf | 306 +- dpv/modules/entities_legalrole.ttl | 12 +- dpv/modules/entities_organisation.jsonld | 197 +- dpv/modules/entities_organisation.n3 | 9 +- dpv/modules/entities_organisation.rdf | 121 +- dpv/modules/entities_organisation.ttl | 9 +- dpv/modules/jurisdiction.jsonld | 418 +- dpv/modules/jurisdiction.n3 | 8 +- dpv/modules/jurisdiction.rdf | 180 +- dpv/modules/jurisdiction.ttl | 8 +- dpv/modules/legal_basis.jsonld | 484 +- dpv/modules/legal_basis.n3 | 6 + dpv/modules/legal_basis.rdf | 204 +- dpv/modules/legal_basis.ttl | 6 + dpv/modules/personal_data.jsonld | 468 +- dpv/modules/personal_data.n3 | 10 +- dpv/modules/personal_data.rdf | 168 +- dpv/modules/personal_data.ttl | 10 +- dpv/modules/processing.jsonld | 750 +- dpv/modules/processing.n3 | 32 +- dpv/modules/processing.rdf | 388 +- dpv/modules/processing.ttl | 32 +- dpv/modules/processing_context.jsonld | 606 +- dpv/modules/processing_context.n3 | 8 +- dpv/modules/processing_context.rdf | 234 +- dpv/modules/processing_context.ttl | 8 +- dpv/modules/purposes.jsonld | 2144 +- dpv/modules/purposes.n3 | 18 +- dpv/modules/purposes.rdf | 1034 +- dpv/modules/purposes.ttl | 18 +- dpv/modules/risk.jsonld | 730 +- dpv/modules/risk.n3 | 35 + dpv/modules/risk.rdf | 279 +- dpv/modules/risk.ttl | 35 + .../technical_organisational_measures.jsonld | 1592 +- .../technical_organisational_measures.n3 | 55 +- .../technical_organisational_measures.rdf | 717 +- .../technical_organisational_measures.ttl | 55 +- dpv/proposed.json | 2 +- 339 files changed, 113189 insertions(+), 135465 deletions(-) delete mode 100644 documentation-generator/docs/diagrams/base_vocab_alternate_001.graphml delete mode 100644 documentation-generator/docs/diagrams/base_vocab_alternate_001.png delete mode 100644 documentation-generator/docs/diagrams/base_vocab_alternate_002.graphml delete mode 100644 documentation-generator/docs/diagrams/base_vocab_alternate_002.png delete mode 100644 documentation-generator/docs/diagrams/legalentities.graphml delete mode 100644 documentation-generator/docs/diagrams/legalentities.png delete mode 100644 documentation-generator/docs/diagrams/personaldatacategories.graphml delete mode 100644 documentation-generator/docs/diagrams/personaldatacategories.png delete mode 100644 documentation-generator/docs/diagrams/personaldatahandling.graphml delete mode 100644 documentation-generator/docs/diagrams/personaldatahandling.png delete mode 100644 documentation-generator/docs/diagrams/processing.graphml delete mode 100644 documentation-generator/docs/diagrams/processing.png delete mode 100644 documentation-generator/docs/diagrams/purpose.graphml delete mode 100644 documentation-generator/docs/diagrams/purpose.png delete mode 100644 documentation-generator/docs/diagrams/technicalorganisationalmeasures.graphml delete mode 100644 documentation-generator/docs/diagrams/technicalorganisationalmeasures.png delete mode 100644 documentation-generator/docs/dpv-gdpr/dpv-gdpr.html delete mode 100644 documentation-generator/docs/dpv-gdpr/index.html delete mode 100644 documentation-generator/docs/dpv.html delete mode 100644 documentation-generator/docs/index.html create mode 100644 documentation-generator/ontology_metadata/dpv-owl-legal.ttl create mode 100644 documentation-generator/ontology_metadata/dpv-skos-legal.ttl diff --git a/documentation-generator/002_parse_csv_to_rdf.py b/documentation-generator/002_parse_csv_to_rdf.py index ac6312c16..e3050adf6 100755 --- a/documentation-generator/002_parse_csv_to_rdf.py +++ b/documentation-generator/002_parse_csv_to_rdf.py @@ -67,13 +67,13 @@ ODRL = Namespace('http://www.w3.org/ns/odrl/2/') PROV = Namespace('http://www.w3.org/ns/prov#') SKOS = Namespace('http://www.w3.org/2004/02/skos/core#') -SPL = Namespace('http://www.specialprivacy.eu/langs/usage-policy#') -SVD = Namespace('http://www.specialprivacy.eu/vocabs/data#') -SVDU = Namespace('http://www.specialprivacy.eu/vocabs/duration#') -SVL = Namespace('http://www.specialprivacy.eu/vocabs/locations#') -SVPR = Namespace('http://www.specialprivacy.eu/vocabs/processing#') -SVPU = Namespace('http://www.specialprivacy.eu/vocabs/purposes#') -SVR = Namespace('http://www.specialprivacy.eu/vocabs/recipients') +SPL = Namespace('https://specialprivacy.ercim.eu/langs/usage-policy#') +SVD = Namespace('https://specialprivacy.ercim.eu/vocabs/data#') +SVDU = Namespace('https://specialprivacy.ercim.eu/vocabs/duration#') +SVL = Namespace('https://specialprivacy.ercim.eu/vocabs/locations#') +SVPR = Namespace('https://specialprivacy.ercim.eu/vocabs/processing#') +SVPU = Namespace('https://specialprivacy.ercim.eu/vocabs/purposes#') +SVR = Namespace('https://specialprivacy.ercim.eu/vocabs/recipients') SW = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#') TIME = Namespace('http://www.w3.org/2006/time#') @@ -924,6 +924,7 @@ def serialize_graph(graph, filepath): if proposed: proposed_terms['EU_Adequacy'] = proposed +DPV_LEGAL_GRAPH.load('ontology_metadata/dpv-legal.ttl', format='turtle') serialize_graph(DPV_LEGAL_GRAPH, f'{EXPORT_DPV_LEGAL_PATH}/dpv-legal') if proposed_terms: with open(f'{EXPORT_DPV_LEGAL_PATH}/proposed.json', 'w') as fd: diff --git a/documentation-generator/002_parse_csv_to_rdf_owl.py b/documentation-generator/002_parse_csv_to_rdf_owl.py index 8383c652a..f125f5e15 100755 --- a/documentation-generator/002_parse_csv_to_rdf_owl.py +++ b/documentation-generator/002_parse_csv_to_rdf_owl.py @@ -62,13 +62,13 @@ ODRL = Namespace('http://www.w3.org/ns/odrl/2/') PROV = Namespace('http://www.w3.org/ns/prov#') SKOS = Namespace('http://www.w3.org/2004/02/skos/core#') -SPL = Namespace('http://www.specialprivacy.eu/langs/usage-policy#') -SVD = Namespace('http://www.specialprivacy.eu/vocabs/data#') -SVDU = Namespace('http://www.specialprivacy.eu/vocabs/duration#') -SVL = Namespace('http://www.specialprivacy.eu/vocabs/locations#') -SVPR = Namespace('http://www.specialprivacy.eu/vocabs/processing#') -SVPU = Namespace('http://www.specialprivacy.eu/vocabs/purposes#') -SVR = Namespace('http://www.specialprivacy.eu/vocabs/recipients') +SPL = Namespace('https://specialprivacy.ercim.eu/langs/usage-policy#') +SVD = Namespace('https://specialprivacy.ercim.eu/vocabs/data#') +SVDU = Namespace('https://specialprivacy.ercim.eu/vocabs/duration#') +SVL = Namespace('https://specialprivacy.ercim.eu/vocabs/locations#') +SVPR = Namespace('https://specialprivacy.ercim.eu/vocabs/processing#') +SVPU = Namespace('https://specialprivacy.ercim.eu/vocabs/purposes#') +SVR = Namespace('https://specialprivacy.ercim.eu/vocabs/recipients') SW = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#') TIME = Namespace('http://www.w3.org/2006/time#') diff --git a/documentation-generator/002_parse_csv_to_rdf_skos.py b/documentation-generator/002_parse_csv_to_rdf_skos.py index cfe45b981..02613940b 100755 --- a/documentation-generator/002_parse_csv_to_rdf_skos.py +++ b/documentation-generator/002_parse_csv_to_rdf_skos.py @@ -62,13 +62,13 @@ ODRL = Namespace('http://www.w3.org/ns/odrl/2/') PROV = Namespace('http://www.w3.org/ns/prov#') SKOS = Namespace('http://www.w3.org/2004/02/skos/core#') -SPL = Namespace('http://www.specialprivacy.eu/langs/usage-policy#') -SVD = Namespace('http://www.specialprivacy.eu/vocabs/data#') -SVDU = Namespace('http://www.specialprivacy.eu/vocabs/duration#') -SVL = Namespace('http://www.specialprivacy.eu/vocabs/locations#') -SVPR = Namespace('http://www.specialprivacy.eu/vocabs/processing#') -SVPU = Namespace('http://www.specialprivacy.eu/vocabs/purposes#') -SVR = Namespace('http://www.specialprivacy.eu/vocabs/recipients') +SPL = Namespace('https://specialprivacy.ercim.eu/langs/usage-policy#') +SVD = Namespace('https://specialprivacy.ercim.eu/vocabs/data#') +SVDU = Namespace('https://specialprivacy.ercim.eu/vocabs/duration#') +SVL = Namespace('https://specialprivacy.ercim.eu/vocabs/locations#') +SVPR = Namespace('https://specialprivacy.ercim.eu/vocabs/processing#') +SVPU = Namespace('https://specialprivacy.ercim.eu/vocabs/purposes#') +SVR = Namespace('https://specialprivacy.ercim.eu/vocabs/recipients') SW = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#') TIME = Namespace('http://www.w3.org/2006/time#') diff --git a/documentation-generator/README.md b/documentation-generator/README.md index 9dd017e06..3c35ea1b3 100644 --- a/documentation-generator/README.md +++ b/documentation-generator/README.md @@ -4,7 +4,7 @@ Downloads the CSV data for DPV and other vocabularies (such as DPV-GDPR), conver Requires: `python3` and modules `rdflib`, `rdflib-jsonld`, `jinja2` -The Data Privacy Vocabulary (DPV) is available at https://www.w3id.org/dpv and its repository is at https://github.com/w3c/dpv. +The Data Privacy Vocabulary (DPV) is available at https://w3id.org/dpv and its repository is at https://github.com/w3c/dpv. ## Quick Summary diff --git a/documentation-generator/docs/diagrams/base_vocab_alternate_001.graphml b/documentation-generator/docs/diagrams/base_vocab_alternate_001.graphml deleted file mode 100644 index 22b66ab9a..000000000 --- a/documentation-generator/docs/diagrams/base_vocab_alternate_001.graphml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - PersonalDataCategory - - - - - - - - - - - Processing - - - - - - - - - - - Purpose - - - - - - - - - - - Recipient - - - - - - - - - - - LegalBasis - - - - - - - - - - - TechnicalOrganisationalMeasure - - - - - - - - - - - Risk - - - - - - - - - - - hasPersonalDataCategory - - - - - - - - - - - - - - - - - - hasProcessing - - - - - - - - - - - - hasLegalBasis - - - - - - - - - - - - - - - - - - - - hasRecipient - - - - - - - - - - - - - - hasTechnicalOrganisationalMeasure - - - - - - - - - - - - - - - - - - - hasRisk - - - - - - - - - - diff --git a/documentation-generator/docs/diagrams/base_vocab_alternate_001.png b/documentation-generator/docs/diagrams/base_vocab_alternate_001.png deleted file mode 100644 index 1053dad8cce71c902778514012a0368308c929a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20710 zcmaHTbwE^I_wFDHD$*hX5|UEV4FXC^NjJzy4xCdQS*e)*}-W~{Q7k#(%uKUj9gqQ=BD}S&Av4# z5xlgp&}>;nMGYAlto`dt3`-2}sD@ga^!WF)v-`NX#CCV2G-Hm;>TcqHV2heCAS7EB zupN7oe7|0XE;l@Ag_@YoQmULnb+NVe{XnKtMmePBdd>CsR6}u1!VgW1Y;5eUbA^}o z6ZPLrk=yX5FG62gF^2J`M@&>;dEC18_d3zHa;k*RgWj!OBw%)q9uQb)Yq-q34xI-r zBctDK%sry(*Tiyrg31U6m1QrFi3oaA1~7XA3@oL5CFBh488fz=!1krzSa8R%jszOFN7Fi!V=*@ zI>fK9eIe`%fGjcG+{+H&D@Y-~!%Is}2;S&D6$w1EOx^eWKZ6qx!1P4;?hBd`SxQN8 zNODMik(JKBC5Z9=dKegdU@YgC1YJ5IMy~?F&A)>ubKl~ng@DP6u|SpTZ~cE}K31hy z#e8u=%dKWJA&2YIK`3t-Dj51}%171I^rSiT)8q>w;xRFNY`p05pM>sK6jqv;ueIsY z6GqsH=W36R84lK~_R=noFO}q4Iau@T)@>dLsqtH>Wh%n;D;j4S;#3kM8RCx0d8_&r zjyjo#Y_LO*jst7Gn#30}$f$?FB75P>rdP0`F_M5Wi^2jp;m?^+in zQ}dwrm`&|5gD>&C4RAeiE~@8*mgVz$vV#mtECol{I2*kQ%5^1?)mv|oHU{P;Y_86 z<(mv||3q6eBmMA|l+ugU9z0>YIFcp2OJ8maYYMaMBIk1a7W+{VUZ||TLTdDymx|*& z?izHx1ZsQp^dQir;jMa(vv6I0zA+AAOpG%kH+M3xX{^51i_{-izx&dHvMxAB&_S3M z`D99F&F{m9&(YCY9|Hv6WPUL3kA>Q{w?!@V7X$|vRmeQN+-fL$_)LwJ#kwoDCoOGr z7mAuS`fY*0(TCcSE2j=lAb$STR6O*jZv6Z(J^lCFXg%{%B*QaU6et|JpY zq7$!cB&5@dNAXlSE*$9FukRfi)AyKc)>c*28rd5-pSoli5RoI&Wy8N=U_MFaoKb(q zVej4?sqeCmsE>ylraXD#tvyw%5URg1;^5L5?=0r|I2t`OF^iL3g*dyKlNIe>znHnd z1_U@ezM9KDJ5$JzEm}vitNsxeJO8Mgu2r)5vV1*O(PU-_{z{e`xj4(UyjW=H1<&&|3XbHnDSkbda8i zxGetstTBM_k89s;oTd@Do}XEV*RE0lNmA37Vb`GGBulo2$A$D?$531)gpUWdj5fFxnIg@wRG(3@h9~{Ny+J*>-_H0Oy=&@Y@R~T z&M>jPvxlc_Ym9#X+IWg;W)~rD5>oAJ8?jx}E)1xc?3c-v`xLW1JS@V5sSCeQnRs^96KA0$DvplANrL10_r<$X`6A^yn^Tw5J7a}9bq9$f z2u%%b0sYf{1zJ8$gBq6hjxzl7lRzBOkcuj)v?sFzDoy*VV|8u(_V?bupB;gp!kCnZ zHmftNWM5_ce5-3}5uBBVj7<~EGo+><686xzLz!#VpM%OT+9bMn&mL+2yuz;L6v=%- z##5Ur;%Y1}Z>H2m>25^EZ{u!m4tKzG|1kPv=9}`cj-KBBY_M@>LX?F8pOxAlkaZ!y+ zf%)zqacnF`YLNrd20gNpyPuACcR7smBgG?x-fmQO`Dt48Oy0b$2Mt(R>SKN8pV|I# z&AjKAO`d`bBYRK8PPO;Gb?6;6*-Ygwmnt27F$dwtNORl9e3ER|%KVX?>q0)YKiyPM z1J}0GJU1>_oW&}Jgl*U>L?zohP?c|_~CMz-*{vj>zlZETozrzjWqh=JUikG`l+h){hO#&W$1M3kz43)wegyAc{E zVO2dAqqnM^33H`7X-^7pz3e1Ex>UsVwcF(3jONS_niX!Gti_frZ%0z6XLPAwqBcue zA8hEj8o*;UEyno?iPA@Z_(E%J5@O15?!{kXFUDwZ_@oM|zCCj&DJ!PBJg7Jn@4$JX zE-Qd_yc->jZT!Zu6vs8og-5{k+mP~rH2aIgzRkL+HSfvpl*Q%{T?^;AB!N|>OU?Do zx>mQ;AI?EBSqZk|%55;;!NJWCSR6YmC(3)au`^uU&SgC|!A^PEv{>B_S;D?>e~~B)j}B zN&JjR9k-?|kJV45newR{jZ6_K(`WPR*)iDph24d0k9x0r=i$T4aIwpn`RSKh)s%p#WFhI=@rNl36Bi<|) zicVzunzFF2Ub`0gJ-Wi0W9FsnSG&2`l)wUH!G`HzD2i>Oder7ykT29wI}0Uck6w+< zNkd*1JLuQ;hkzcg{w~{aEbggUMlH z3s)prSrKYgb@&{|g$8vGj?!ojm4?^8p2-|tX5!==-KwlL68G`G$Otct&XSoEM~3Rl zNacIZg;Hu4PH63&)_AZ-C)tj??su}avWi(g2p8SyQxWG&5}V#x(D%jmF+G~7^J%Yq zgWOcWrLLWDis=MyhI*_km3G|Rn1o@VXsSP$G->_Q#K`?;uU{{5l&;c6C2QoxW^pgiE$^GbO$hw^M{4@(CT{{Oa8 z``$UOU6Sy^f|`Mn#iz2j+qtp!4_unYM$x<6Zf8ZgbH|Mgt4%Sjw&93R==cY(=bX0g zxn4%x>mOAwDjYhx8?{!oT)9`8jf{&>>mGZmT_Lzm%d@3A!$|9Abb16|QS0kLWhGY& zzCX%tQ8HKd`YV5Q6MC>;hSH6QXZSZ%i)uV85_CEgcstVK!{WFN#>iK_D(wE)%6P}% z;HH_K$C3sVmwo(XC2%kwvrywX<|r<{3s+AO7OF^ccW=mdi3S_He3Ejt%5`&8t+Qfk zQp|4R4>40a%zER#vPPx_oqJ+}AeVY->F?kD-|{;YC#x(jyQ2&|7nMsSKcWx}i77M- z+LgUqx~Vv;D|=cQJG%_gHtT66Z+h+$F>Ylzk^-nbMf}rSXp;U0k3|^{in|^U+Q{rap~9OC1kIbo6!}= z1R=a~4i#!(ctQI)>ch{TX$z{oh~>(zs1Ui^_}|SgZ#R*>I$!~xnd!*P^z8o~PF2%C z_8&g$pknIYTyr2XQ>iK~mI_~2i7(V^C7OSy>IUH$YI5TRfkl*hTqR<)M8Dg-WwjaC zb}3+{ts|3B=~pcGu=ylht%OW zZxe}MuJzMZcz9(orN&z!wcB~V>-ujP!L`^Pa85rPNU&TG>UZ>Xzj(w}jWF*z1lWO3 z^t-8c{`#b9lyRtl=LcWgNjTnZy`9}2;e9;4f1-ugX?qRSR#Z2aBBF#eZRI)D1DoBj zGP?bVV&@UPjn-TJKYJrYkU2RKv1XRXU*i9In0@`cGQ+;w!PD=Pd@a;QypwU7q|s(~ zR@Ti*%`-TXPb$qESGZjd!pf|e%=2E)Kc;7(jHWIwQIVC(hxz`418mQc#m;#mWX`Xs zIlqib4XQ=x(;zb|%u|ATHx9V`V9>(G#M8ejrq4lH8G|A6i(?%;E~Lt9ct@R>{O(a$65&uDO2B{7y-f4^?81l^3Vm$3h_LZg3X5; zhID&H=CYY;`rzl9beEK2#X6FAV64#6*riDi4ht(KwK~QZub$sqzAbzEIaN+`v$=rR z&^Q_qn>56Bi18^n{rX_97mN0+N=B%_QDLKEduqY01`*c{8EG?{$+JcNC58uUj|Xih z?B<*QI%zS^AETx&B^Dy=$o?H_ZyitXzKEMuuEVL-yyul3r_|oP&5G!u2aiDL{Ob?O zz9a_+m40P(-3Z8jv~D8X2yzkpG_TC_s>NwZTZy6L-LaAi9`g}Wn6A2Z{?E&hf-{<; zo1vGZ#|Qcan)g%TF_PX(1B<^dpUZ?2tq#LfmfLamb{xCJQ+R7JPvay2V3HdyB~858&+wRI4xJ~G`>QdXRE@7i^Lrc)61-WT5;<~Dk6s~Nnl z@wto+33=-77$ZJWmN!3Y!SgR*bWv?w_dQRGGLC`HS2U~rgJT8&M!E>?{Gpf$K~_1d z9R4^h@7e=lZ%x+o}EQJyUSr?BLd=ku?J10 zS*AhG&LmsE`)R)4VSb3Pn;xo_;wZO+qS|NURE*$0+~J}y<-eZ|fl zBc=+*2#sB3*+xW;JVnaeqaTdL{kbK@iIq9Dzgwt?jlI5~PyAZPvxa= zDs`Ehe7OIQCxS@|b!-(~vRtgzm0EV)rH0GoQ;TAXKtJ;1E`E_r#BDvX*3O4nmol51 zIx&?`6ose49-_Q|VZt&|YSXW3g!B^LSgnRfNzWSSky z+VZ`Q!aSMX-clJi71_N1`gl?(bKGCx|WJ}gRG&}|fq{t-G=J(7z)t?WK9RubpaV*NIfs!X@n8z=@knf#>*_gdc@FkZb;Q_~=B6kq`A_S9k>W__;AjAATWYP{Rx(GphT zSfH+609XM*@8_DO4jof0-GM>MGN=(&*0Kv({@r&F+j7B_?l2t+W2?ti`93F1>oI@K z@zrzbCTjH61G-ZvyWaI#GAR$LMK9w~7k16C?jy|FM)$FuhZk*xC^BnfJCj;)pu)L2 zp2NY>?oF!Lrkj&E;o=v8!4cUiv8l)a(T8g&Rw|!lnd_5d^B};Ys+e?Bx<46x=$$R> ziFl!%6)Fc$?zjQ=0U^wi+Q@CD#21@GTU$UwW6<0pjf&S&S4PIf-&$&&$jD8SVo%es zAk?_C8)+A5X4)H2&zkgBQ}f*C^6))KkTThzdmIchK6E)7rBhBQ{Fu+SJ*YnBqu_Zkn5w5G?(&T8TDa}bQ~FjnMy2-B zeRFD$TTg?lo>aL!q)Xs!JAru-z#7LaFqI+y4^ruWGgjB2O0X;}%q+!gp*H~~b;V%4 zBZhE#QpCqx847t3P7N$tCPM#KXPgG$jyE| zadoxogRM%)e%_Hx^-2k%XINnFkTZS6va(ux z>Q2jF?y50pS!2|*i~*R}C)?X8)!ShjMw6U*?3Nv|KCf4mw(a2Xa9L^Tp<(?x9z#{t zq)114HZ~=!V@dDtMrc;_%Z93#qQXZGz9Zd|3j%WC7o~i+kiXfO=mOz{J#wxK+<>}$ z`dc)ge2p*tXK%0f@6#h$3ie0sp;jOL#S=e&o|dCydGshaxZ~DMxv)@FxkZnA&Bfy~ zoFxW`9ug3=l)->SD?q^~r#0wva;9{LKJZwuJTie)JrH&pwZ>`hWV6%0VP#Nra@yLu z2bSX2t>fmebP&jN9u2ZEGSabe$0;>xH$y!F9Cxf6>|DY0jOMIOIMX*h&JCA~%-Q9P z_K?G#jWwUs(_vuyMA(V~Z|mfR-$sIF(^CUP%@R9r7t`?VSKX6Rd-38PQE}&dTT{r6 zBc&P6G>w_rP^KLvRc-r#`LC!a>;)cYN9_GS=H^_v>EJ{@Pd1Fsf7H;|rFTnMBXHB@QUy@bR;A(x#?`R)uR} zX`uHC!N7z_8WJpueq>${ra~02guJ4dm5VvT=XvYI>7^%7K@uiK7l|Q5x%pVb=iO$4JGVOt#R#6 z7QKD%OVhXSlu>>w&ZEd>@__-B`;5y;0`}rjdlSi2b=E>Ts&2;iP2rlIO}|D7X$-%AY?URLD}0#6-k61Jq&31r}!e;POl^E%vm7^1#Gx9d3B6;6>Lv=mL(V1$N(oSjGtx?@R^(5B?rdhVG4g} z3V{TaY0pk-H|Wr+#Dc7j+2Y+jbxlobg3l9@SPIGFKD)m7cw)!%V{u09v4-l;o)Lpx z3f_!-;==kq&z*2ik4=MWNUFr!vqG)&9wP8R=sHWmw)Ooy<x`13cISSWbS&)q z#Rc(wzypui8+WxZ~C6Ax9-5PARvGSgiV%O z^cNqh0Dn)M`YXt z;Jk;Ovh1epq7?vs+XKa~m-YU{jBh=rC2};0hnC5!Tnt|#=*2Jlm-=8;&I-}XnORBr zcPpKik$FYl3>`0;9}vRr04$0PV-+7pP9|{8t@=~xP2>&#-kz(tOKPlr6HY5F{V*O6 z_Ui`*SUL~AQ()(OqjN9d%AZr!lT@2ciZKWGD=l`TwAIvf)!)dDEdopM@C1ia$PG^b zE|zz$zdx7M_zVh8-dwJH6!(<7MR@ddb8}`#oV}Svn)k`_zE;yolKta^3)Z!@Q3^>( zg}-F1pvPW&@7J8u!#MKc_Uvz&pfKUH4UL(QFkh}*ME#?f-*Plyz$D z@LtZ*n&b5@%+5aF>EP+l9nN>>v{+&-dYb^8^AR7@V#_V!Cw$(a!5tA{FxHC9G*Y&s zW~Txt2eOi(&>`kr9E__)m6cNv0e&c~TqRESK88UH>mO7U($XVt_+`)g_icVX`}-bN zdErkG#j@e_4LSjj4XHww0s?dnn<+#J4JvKPvUE9l_5q4b6VbLxoCORRdELQg8Wf@R z5NR$X?sJiOR`5R_7tg=0(9!2_`ws0bqQ&2_e#`V`O8T)FypO6nv^icKx8I}^u-gqJ zUf|<%y_0Hdoj}T=rIZ}coFc-;#{T#*6L>Mt!^Cp~?}GgNj!w1>K(#E_-xsfw;@RC8 zw5oL|a5_W?*U&+2`GX8E+6PaS1hlfUA75`IM;|fCFD2g06;%d8~tyMFsidVj5}qgUX%BO9bpiZ)BQJxh~tU zUmJC=3Y1k1K~b^vPK{Ao;t9H}i-CcTExSa?Ki}iwTWsRDOg2*3fj!MXu zBKm+n7hbA?Qr?ee6QP~kL30aiyMMU_y-;8w zGsLN7U!IVvj!~~06jXQvJ8Nm*wMGLF5nbNL3u`-$s4^IzLYz12{-D#TY6h~<*k=}O zb-(~SQdl+gh}Sh~C68BJ-oF=%9Q=kVd;GX|vd-tZjLcW3ZIH^luCurwjA9EEhLn7W zj@3fdqTfL|mdz7|GIwV|!?QFt7`vQnk7vGIioK;1MfEE!(LgJ@)PFShwT zi(mM;Ks7EXPM zBmG_n6RPy%PF*w!4YEM7s+zo+s3@M}PJM&CywFpTr}-FgMjB**b5)-ah!YK*Jn~gj zg4kQu)zC>X5D*B_X^&MAhUL4>34jmCugZG*!@ym0_3zbG?nhsn z9zy@CHdJ}oZEJcV{0WOr<<64plwnRm&9ejuG!)!I`RTxmFNDFw#0o^@2c#ezZMh!` z-vq^P<)nk}YcI1D+W=1^_x|tIwJN6|h)04N1_09FYSMAO-3|AfnwtAoRxL82dLpKB z)=!_-F2lw#Kz;^LJ>S^*5U2UpO}clhoSUiGwD__h;C}hS076<@yKt8d<=;2L4h(AF zD!o+Q`R76lHRGbG;sxx{?dJ`tVxF4-3q{`oRsm&Sy8A}B83TMC8ifaILgLngdSQ6) zSi#u->S}627RpAiUq3fB^#Hp!Yrg?)lXp5IU7*;kA_^bF6`#0UbL_O z6bckx1stH6)wd&Cf@Lc(t};RCUG1s>kr*led?bK)6B_>L6~&yKp1cvs*JtY&;kT+!}<9DlLjg4 z+=?LQj#){-OlwIUbj!kVC8!1|eCf7Kgx_$C1@QNqKl7hHvIU1Is;G$n z@_qCqoDQG5LLwh`X3M0jpvL_LHrhNyz!<*<&?rh**ZD;+(Z&9)X<9Igmy=@DQS5W{ zUOUs=@@e?Q2Rts zxkyTp{1&#H0umnc0Dmf?8jry3IcW!Ym(8QdC|{3b>oD@B||)m>=;|LAW&OOilu$4Hi!d}mQz0Mtp1YWZLgKohdb6ac5oe^ z-O&5o-$o-#ETmt2zN#_@XUI17euZ9MoaQ|?zK4kwaJ<{p6g;NK+}I;#p`LH-Ax~lI zxS#uoWBAG5D$`?wAH{H5p@!K0?!|5r28Q%Z83l(C&WMCIN^qR%guKru75PaMTUvdvqn5k5}&m$;rEK@iECN z#=pLNW03skXV{}E(_bIV6~2Xa#Ip-%(OZn{oF67NmAuKi&w~Yaw^$^oQ&!L7viS+& zx~XB;OUJtw(R~@<1GqX0#Td1BoT@Y4zk09pHnjdxPBZ7*pMtI%zlM_pn(EPItj#H# z7`^<^!z|pHGxznySPIt267ui~8cu?%p_$c-tIYy#pyBQ+c?{Z(NJ|f!R*>B-H3i8Y z*lD6UvkFk#oZ;?Cc&)37hL-g!mXkd~{c_&%=AIsdS`lYNU9JMDs`g^G&hW5+KCRCq zAG^vc!?|vbDdM0Xf}`Ti7eWS-Neqm((rlP=TE@yhBjo7P7yX z792sx*Tet#7P@F+bH4aDw##+L3ZqX2)9egz&W*1JK4D@{-|no!p7v6HHJ)4Ls*=bD z3m5%bp_Bhz?edQRJ{5Mf$&TrE8xzuJWAOfJW23pkJ+>cDn)M=*4dEN0_Q_8RhO?MH z27Z^0b=65j0}C4uZCCty?8dR|!OJS84kqu(T0>AaD;XoJy+;bGh~?pK45b)TFm+ic z>Ujctg65rndg&)+yqXY9f{Hok>cF2Skw{@3e>E1jHOKD=C21QaS-qlk_h}Y^zd@zC zUF4Z`_O5PXVQ0B@jF3RWKY?tdS}(sVddwLfJJZJ0)EtUmn<~l-82G)70x?EGm;8~6 z&0j1zgB*2iRNgv!Ys|EC(sqSP@WLFzy3>?g|5rY=&@U_~_^EORqxxEz8k!k|qAmb#T>L)pbQkzJ zeK~-nNH+biLHw&*e5LP!+r84j{wlXQ{zdTylsNHk>jB!oN%H#Z8x0?mfWN$Z10A9; zq3cA?{JsGw;$ig%s3Sxyl&P=@>!mZ5PPrKtZZ2Gf$#*&x$vcjQzzc15UH(n874Kn9 z)3$_PN*lczhz78-k(^*PHYW42MTX!28b_8mqX%-1P^H~~SQ85;s(8&)IYQ)gmX z%lK4PY=W++_t`x>hIgwseydi=+OGU zg4;*JdUnoDs=sqbJ-vOqy?PHs%)2CpIJb10-)KV~{|2@O=D`hc#@R;ayF_FOsY#w; zuRwqS+xBmWtN1uFVrz5)2IS_x{R&#{sEC1fA^(~P0ia?$L1OJUL)ctgY>mhIF8JTi zTz}9nS#tsstHzei=W?x!t=E3u+}*$cRK&w2C!f{LO_fiQ`6yp}fK#rLcO3Lt8T#nw z!p{6FY2ClN+9xC|Eb})Fa^n~FzZUn?w{N~rc1?LCT14u^DX7B*#__qh&}5s&{l+m{ zyp?ru^yq<{DIDd8ZApqgDxQ7IP9`Q^vvVR2Q)60ybh}4!>ZYL)ZBhPJD>Kt~P$ z-Hb0!<^U)aY=k@p_(#in#Wfo9T^wRRU)SO5*YoQ-bfRZ{A3t8tCx^RGJlVCr4*`@N zEw9s!1(2x+lu^C~nL4ERc?fw~tp7c9@?P%CQA3Ue(YrOO5JFw|$q{_ks3$GgTHN2y z(vAVSJ2<@R>#N?Kob%<;)#b{%x@DreYIu;BaqhbZJT`aGX?~L1pFESlDLh(5DAkDA zUsWlk=|i?sywk1+%LjH{UOXR6<#~Gq9xbxDXSiti&-|I7&4}XwSt9`qQiWa(!2a+D zhA4_VEjh{(!!Z5vFX>TZ#5-8iSNj9}7nxHu?7Epsf9df>M}QBdpm=7!H64C-MkE`e z19x0d9l!?7Qrcx^P)N@acoO8MXoj_J=^s5CpBbo~h zNk_QNvFDCKQSIcw@T85YB}che5=3MO0Gb7_mwL_I!}c2I=!wibk32Reycif_KnAz7 z%YjQ#F3M9f^7H-O4O|N4=RA)Aowwb@@u#zmr!bM1c{j!NzyRTt2Zt{MVa4cZR+_g* zjVAo!Pm)4^hizaP-L_nf+k8a0=|Q$aufxBd_c_wh6qzrU%8cBstDACa`(Nqt(J2Se zNc|ws+I}M~y&h+r8lhDKD%|CbV|JosWS>-?RLUd@klYf!3-%{^tw{i}#9M>ArV90% z`K`p`iFZelKXrJqr^jcnFGkFRp3MAssej>DKp0Tk*;m8o+GECJ9TIQws0$Foq(yf& z`@c^qr&bqa{=qA|DNOUvphAF=Lq}@nBG=8y66?~)|B^W18nKFv4+f&;S)_ORD*=Z$ zJL~A^=w0nvG}^N;+}a10B#-P7Exg1p=}SK(ZbmTTp7=6lVN8zBA7^HP5v? zll<;#69Yj&r+_%uypW}ASTRxi^=rc(Oj| z;IN2`TP-xq;|g)+M|lJ8XmvPE(DOj%*|Vq#bFfwZomD!}nx_}kdxVv5vs)bxtQDUnlXQ5^c<#MbU?pZGkig;Hl=EIMdyrDt=X6RZ+n%Y| zMh=QkK*99&E9<1^rb>k!-`UUs?lM!FL5ahwuM1ds&2Lr)_hqS$moma{XRG%1$*G6~ zd=~=_G@7!dIt8v^E8UL%k)^!6JcBd_IFYWFq6femOiKfu-eSU=8K4S>qFmg7`62be zk6817N+KPUDei&^I=3{vGRDP(OiBah3Al0en7n_-e2hnl=tLiJ^hHs|xC7?-2JU-{ zY4+-55QD`)CM_QH(T1WVx97DRO3B*V{4KgWzjH%=;sGa%CVb;`OAbKb8~%m!wc3D` z;B)6QZAf9mKO>p}%YwWt`kBpI`A}Y6)&q!vKbmzUSPhf&s+pYfAuRHXSQ~wl+E$G* zaqXWGBLHrcmC01cBLW09aAkn5zk36ne_c&vMo#%jr;kl2J^g%3%Vzom$b@5G_dkz= z0_7Ue^hNt(G+Y*u-N&512Yj>WZ8Q%e%qNUck*F`a4jGZ){~RChO-8m!gJd_^ndbmZ z2s1Vv;9z;UZ-dY{EDzEEjnru&ElLs+B4WCK=nKfr>mOohDCF!4148Z&WQIP?|D_4= zF4xk7dUoJt-Sb%8Zr-}Z^XioYM0zW6QLZQi3R-rn+B!9ZbdqARX_qDV%Xz^Y>F~KzzT7qOMVjys*gkxzy z>V4w{xuUc=FrZ2_Zm*8M&(I*JxzTB8CtD^kD-*{i6wv(bAaA_}k_6pVrL7>rl;;}W z{C>vgEHg9yae&}0GCUOr2Y(lF?)VYdNmZ3BIS4ZG;Vvv^I2w}%dHotdAW1&4+@ShX z1z1(EJ9nus;T@|79fW%)Rls*xbZflkzxFx>tR+Y|B=T|)A=BF_EXTFF}P_b9d!*3QhSebM3b1LZyTt|K^WUBm@KSy1uUmp#vH<8xG z^Dy=NwC?}b={h<3X1TxMe^9R0@F$)JetUHV`oXz*6k${~+)kD&7w6wIVW$U%iLowg zXin+dtV&9vEqM|xPtaEy0lUHTWff9dT4c?|iHpESTtU}Z@Y0f!=(QyNS6n{-_#L0QLJ`|kTzi&naFHip1ZTZ>0uEulXXBU%l^zh&WS9Vg4!Sh?G zKu?FT($Uc~Fi=+R4nN!&C4>R$w1lE9MYv0#a2<#fMlX#(u^-R8dE@>naOhv3siS@x zm-EA9&3h(c!kIT92JeAWfir?ej4U8adR_kxzoR`jwBtXS(*hHMlBfBg8g+J7(v8&H zr-V79H;a>H&c59gM@QFK1SmOv@Kp!9JvsKTueuu6HRzw%mkA2Q^qf{lW z2_&FJHL-w-O0@Htmm38!*B6U@wU3UO*Qv>K^L!au;8!;mAKh@22TFS1-yLk!JmTbZ zUmH<6J>aAG{b*Q5);^N3UCN^KNUz0u%2)sC#9xfc4Vpf+jF*zkq8kWkFliryPMhYZ}>bjkhP(p1# zks2MXP5pFWL6vrzgYC5vaoD*2fY>J330!HFPv zkeuENtMZ;R!q}03U!1+^t0FSfAZ4s=l5m%bq( zzd`*HBntYVGIEciD%25D5nRTOW_A`AgZnb1E9{`?-VeLlgMNnXl{{KOoxP=pw6u+3 zl=x7XHBn&TSkW1}O#)QG%&l^Ug(E-SxoTS=y10P05^Qf&rPofH)7M?r$jSYv^>wT? zfE~#jrUZl!+u0;tRR4GpLdoiJa2H>Ue)6sQAd+7{uiMwR%KfzbV7&K*Ej9KX0%FDh zOzbs!6WCJNXjsQAIgd<7HBh+O6=saSsdi%!u(v+E$jhZ-i%#>$Bf-V}bF8Y(Bpp;9 zBz=Zpi*Kgg-ST;aGdZA7T8S=ZOsXF>A&K->>Yr5-x8_0rmgx&+O+?@W4 zb9|&xZ9a4N+41bGv@IqxYme9=O*t7)<3#0H*K{Je?a&VsTAqQvvM~CGzNP876d#qd zLWSM7rMWD^x=>_7YIjNXr?%5+Z3||YK$C)xg_44Vu&!R>PY+ETHL)yZ+k2J5_;?$C zzRAy~xRxpeG|Sk=m6S9MsEn)p-gxo(!?nJw@S{C-hjYYF7bTlXwriM8@K<TOqB-^N|?y5=TS98(^==F+=_LB!SCRguzQRgTDf=8sYr zj_tbg;YOF8Pof_}c%3nOhN&Yqq39|ebj8v$j#XFLCtzc{4ouZ091HzSa%u9ImD=8J z0cv|3->D1a*EJ!dYQG+f?tsq(wp)lZw#(t!Mw!H zESG^o9r2w204kTqI^y^ioasHoNQ<_2kG7!$jOz`}p|t$S_Slt`Z_0gIgrg*|j#s(e zSkUzc!1cQG`LcrC*aeW((U_2Ti&Jp^N6zk*8%6Atw`UhEp2SwDXJNy>AIhftA?b;rkA;d&S0Cj78A@XC)|rz z_`40lz-b0T^M0I)cmSjp1A(*wpA@G4z1FAJK0*ikMj)u=9Y;;S9HNBndr4srvqawK zoW6L8`ApFHIRomlV}E#^sqcdbawl(@ z64um1ImI_;VTJHHbe$Ey1l;i*I@tuux-e6D zD7AsdFfw}Yr9#%uwA{n{ze6d~wK-1Zoi+=_+7DjK`+V`~)y2&}av3{j7m_Ntz(UBLH+5fB>0Rh1x3Q7!t0| zLT#hp$oT!?8ZLri?XHz*Wv)G9A2NT|(KCDzvkAoH^bcbW7viMdEBU9I`oI6-I4)6y zu4>tOhc9%Lji-a&jtpn*{NC8sg%x+zlYQbmEvuYX8Zk{q>xuqR(UGw()r`iIeLX!~ zTs<2#+%%s_Z=!H9#@dtTN!&e1hqD9yE-hS8J){xeTh8e6osm0uFvaIQ#BG>YsJwF5 zmZZ-j&Fak-rD(R2FDPH}N3@2JxmYI(Qv{R|o0{HLPKcByT|;wqpH_(>ke-L27vd>+ zD;ODQ6}*$_YOmDS97b|_kWgo+(%##E4;!GDm3b1+IBEzjkOO^=`j3^kXe5%A0;A^?=wi2$NulQnF<;W?$ z-4t_JjXkG#*+ep?ZA|FKWb$opU4zxPz z=#Ybr@=k~NW`MIlG5UI!-woQ7f-jy6p@#*~3k7c!rlCpT`nAEpzJ7mz6g|DaAD?t4 z1OZ`>Q~t(xpo#1Na+|BvMI=@S2(~~mk%2OAdSJ4~-l1O!NZ(79oM3f?R>}+MZOg zMWEeU($o(O3K|24(S85vl`+tOaSp(gUF&!)v-W5-(31TRxW?0nR+2PPT0w&rc(CytTJ1f+kpc=y`d+eY>s+ za?P9W?kO1=X)^gq5vkrEz_1tqo`QL#6h@>&AX^gVU5O;r)IltSH^cnn<7d#?LuZ~$ zm8oBEoNfOr!H0+vq$rc#JFtBFR!Y9@<;OsY7yjw#y(1%2Qqt1P`yP!5vTE|oE;IrI zB6*N+L&BX`bxX`Y`T5<3yda{YN(D;6e9hBZ9q_*V=B=Lx=UOhGg5`rqU^lijC4zZz z{lh|l*F{UB_}usuDH_oB2P=Qd2u5EAO*%Yc=hxA!DWK9+e&v~rr2-)mD56LE9`4_u z{mM66N-_qTpGTGQBF>I`w2eKO^MK|aP>QW}>Y1h__l)+xXN-FE<*G**8^7Jg$c*LLHoj_Coeml6$hM3n76F7wB3dWz{hxJ(6Ud1w3YHW2?SEOFo*G|&!4HO>w+C6 z^2J`{>(gNZ(h^7j8h4;-pc14jVmw z@|aj}1xda7S+-mq9ASW0ez$V zyu1l^`Gv|scWqNdtJ^J>IQG;=I#6-Rjpf4>xNJ=Z9K@lR(1-kLHjfpub{DQUtxQ%-9Wn>~US~P87_yDfpA4Nee-Fn4|XSlS6yTKjJIi!T-So zxHO#rDay_@n^k1`%8DQ8SCUg1tGj$3*5USTw)0<_t3QiCb0vbdiqh^ExhuPbJg6-G zd4w2JV`o7y4wHNDfW`v96h3wgW>Y|Y78(^qNaijM=8R@WjJLllsmc+QSfRg*4gc~* z@c<5FUk&@KWy6I-=mwhl`uSHa7qc&&9YqZrh7)++ka9e+0TA@9j*J}w{uhHj2@5D2 zH7QHN1)y?)-Qf+Rl zvNb;CJ^2BEyWy>U;E=)b0^!>JG}7lgLtKnz5_*+EjExBgYAP2UfKS2Up;FS(Nrc|J z_6G%1P^30tV=qYLVFG1Vv8i|1LHnO@1iI$wK(o}5CSvaF_!tPs)DqLbDmgC~*Z*Ll zg`z0z*M2%Kl&b>}d$jXrkwqzrLU8NZ-0;P@y5g{KDtghhnblO+>^mCAcDB(+*{FKN z=4)pqm!mX#v+85F+7Si$9<|a@pYN%cp+T#?{1iZ~%HLsU!ro`GN=X-N;x-dH_bIBn zYzqGSg8bd1_Rv3_2KrjIuzq-|m;0}LOiwfO0E$7sq|v`Wy>R!pac!`Y&$AVz-Xc54z?rXb*@WgVuy%3b*s3QFW(PrI%+t z;^*g6Ma2dHgSo(phIW9)oZkzo=6G?Yz^8{24 z87QSBrX;@|agtZ-mz;}Txn?iaR)gO9<$il5V-ErA!7)&+ldH3_w2Y*XJ9Yz%k;@#%6=M`seLsro&ACSb zZ@fiX7iS?~_wd7{t@ZIx;K7?i$JbooTHn$~j63LoWOQZR6%@OsVq&Z~0xH2*Lj;k? zE)Z23M6l{Y&rjG5%T|6WKE+zj;g+6@4Z0&(l~j)RSvatT>hvhDs2hBDM@iyR#nc78 z?GPtxz~9z3Q0AGHJ4hbm+n4^}@ULB;=B0%ezyW@ytjx7LtqusDCPA-LUib%L3J}3O z$ub-AtDJP}M|}DJfYU!c9gTDg<}0nz(bhuB^F{33{dWhJ!+Hdr8Hm)lHYvnfa~21zW8`a-v3Rs!SULNK!<4Do6?j zH~KP$+Xb(n^JU+!HK8)lid%+0;2Ij!F|6V3Pd~S46vmLg+~IE6P<=6MjrP8`227Bh zMZ=GyV>I ztvb?8+}!q)-o83L2~o0EXnX~=EnV4FRW*b{rHoRubBXHClDBADx!bx(A|g&Y8%y+l6s=g$Q9D1s%%Z+X->tzM9kbsC<$1N8`?(3e01JqXk*ZELGr zS~|Pr{Bx2B8zW=$s`PYqvmc44Q7`V+H8?kxTKV|u1B4C4@i%7Tigy@^h<=N73#J+StpQuo&>x|74zAia`Y`-gozij8pMW}tOuonj7y7%Su6`E+nE)^oTKds) z6MY3-W=!zs)fX_)Amu2aUH@_EoY8-~6fLm;HxafZaT+glCbJAd*GSvMw~Em#7|d{6Bfr;Mef0`^z+)qWHh{-3P}&cuV9zP5Yo z$IVk-c5!V?@2~je`BDCVW5o7m@M3$tqM{?f(J@m|;6iJlKW^PVa!W!lPGoPj@tFm- zM{f!6$zQv(>+HHLut^_$fm1Hxi`~2P?jCt?P|5agO>W{s3F|Q6${V>Vk3Bz^tyr5Y zc6+M!qqW<&JY;ch>nOi3`t|F%&eF`492^_uZ@;~L>pIF&H5-K1CK(@zs?{m6y0~@q z+1wn_HIX*=>$HD;6P;hv1UlBrp`Pf;bpu8^rQh`F%g#cF)+j zwRdfk>0LGRaGOsZWfPCdf`abFf~3Evw3Sq!9=twB=55`QkE^e|;J3@zR-3fw?2Wv8 zIc9SlK7Lp<@wnXOmV0?Q|Nfbo8~eI$luXK9eL+j>$n^Lu;EaCnW!CIFYRb;idirN) zFH``UdZF-W)sKS0cQM9uWi37&yk7TrOX7uPx8rwwP}ugX%CLT4#h1X`mWD>XSco@n zZ1w*Ac2DKEL?Z{;5k(oDr%0)u9`mBc~tDs=c$=UE1r*=kqpuKuKIS zZq3!OCHspNaHO#9fJ1J}y27h( zZtCt#wyoIUym2P4^2@8I|E-$|Hmx<})%`ziyG!4C%rz8SQ#gD5elbPGM;8>qImv26 zgt&P3zrS1C&o9x9-M_B4y6)S}w9QSx<%?l!g|4s5eE7Kk=xKfX4&SWpf1={ntu^A= zQW~>HTl;T(vlWv*wNGBY#dg4qn~aGU>ore=uFR=igB`tY~6w>vP_nFXk-!}MKiL@}r{4Jn-5Kqi9+65tVt$*O(a`WB zXqA^f$R$T^S?%u;lei@4#=RwCWp~#j2dO3fIc+>{9L#OPB$28^e}$ ukW=}9oAE$gtf%r}JK7JbkO*yW5B%qsyK*XjRt5JQkQJV;elF{r5}E+!HKcz4 diff --git a/documentation-generator/docs/diagrams/base_vocab_alternate_002.graphml b/documentation-generator/docs/diagrams/base_vocab_alternate_002.graphml deleted file mode 100644 index d83b8944c..000000000 --- a/documentation-generator/docs/diagrams/base_vocab_alternate_002.graphml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - PersonalDataCategory - - - - - - - - - - - Processing - - - - - - - - - - - Purpose - - - - - - - - - - - Recipient - - - - - - - - - - - LegalBasis - - - - - - - - - - - TechnicalOrganisationalMeasure - - - - - - - - - - - Risk - - - - - - - - - - - hasPersonalDataCategory - - - - - - - - - - - - - - - - - - hasProcessing - - - - - - - - - - - - hasLegalBasis - - - - - - - - - - - - - - - - - - hasRecipient - - - - - - - - - - - - hasTechnicalOrganisationalMeasure - - - - - - - - - - - - - - - - - - - hasRisk - - - - - - - - - - diff --git a/documentation-generator/docs/diagrams/base_vocab_alternate_002.png b/documentation-generator/docs/diagrams/base_vocab_alternate_002.png deleted file mode 100644 index 7e8dc1893347ab740e516286bb06953eb9aefe9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25541 zcmZ_0bzD^4yEhD?pro_{(t;peL$`F7($a#!(9NJy3ewUo($bwH-6f5{(4Er#F1YXW zJI{HZ^Zvz$Vb6}W*1oQ9ExxEINn@dtpd%q6Vadu!sv#lWJ3>N2wtsjJeB!nK>kAT+ z$yZrPF%7q=tp*GYg7MVdI_VG`>)rCKjGQN`fBYO<;`cuKi$YDok-99V9nmOsdFeI(wv^z-y-xj^&ACJ1mi5boSC0izCYrF@TfE{uH!d3_@&p_bno>9B%J(tkgP2W z1`fqj`~$pWA|%O|QK6qdcga1MF#9w@LAblOx0lP#&b~)FC?6RW_5FMMyd9o09ey@% zbr8yjcV>UpGzjuAeq0y0r8*ojVqc;P((>{a*OQ?|E`Cew`PRK!+=BEL&hhk1_x)V> z%h|`7YLDQ^4IkOb#QP0cqvfPc0+ErTAN{7(s`q&rEjJHA()|4^OT_pAlBn6IrA9*5 zJj)M^kHF9|;?tgDiAMXiVE*?n_rbVDKf=SiL`{?Xgh2Yxeg6?SRONXS^!D3+LB#+4 z3pg|kD+RUexQFXyCOr&B$%{4<=^s?m6Y0@@-IQ8WT~*AUfKKC@zUE#T|BQXmO8(E z!G~P6h+JAYI2h^c_lUB#=c+pg6L03Us%EH}_f3&KE68SV)KVoN7&&a<*guqOF@Eqs zD%2F8zSQRwEhedVV*}NTT`Ac(nAq`oC`p@npYhPp^b?JGFfFMt8cYZmTXLvka(AV5 zlhKO7-3R3xPK4^&uu`+0rvpc%u(Y}hF?IEet|<8BCj2^9q0%1Fn2N^I`KRjUbVOY@ z=OJTB!;GZ)LHA1^XO7g56Il|~%+%E73o(md5pGVIM%$1}QCG-&D`R@)QlG2WbWtVV z7asBHoR$|Z$0O=`xEjWu0v0?)^$XU*5rDL;8#dr7=a%PT4AGrmmV_7`4*c;S_h z#a_1Kzr^x{nWV_c^R?yXJb66N>yz>TwX|KTXaD`!FX$ZPE#=k9j{fn4i7{FvTVxt% z*s0qNUjA8UB~PUnpXa4Lj|-D-^jSL2M!?&qE}_6`cf-cB8& zykds)rob(!4-(&|L3NO;F2WwabFy!cE!4B_kBECsvLK!BoJr*{5d12G>RA;XDUTYhB#gtgMKC@DN0Mkp8 zgH=bPA692Gt~HEPmsJb)JO~3Kb^qRMB{MqwOVsKH1ewV7nnrIrf=Rdic*l&HStzUV znqNJ4B82p3V+v^;*BAYUb2}@0_C&Ui-un;g+@tDB8!T{0MN*Q5F6=fI+N_u5T((Iz zH;gMPtZ!h)%^1_C^0C#942@}=7875ePK(!iEVt{~-fvq!$>;sH{dXDh)4=;@US4j+ z5qZTYP7B+ybwg#%1++1U@ z))xAIi=4K{c^ErAxrp)SU+h#v3LofU5 zmA=Y=fH5IY7>S7R_SU4~MWcbzd7nQ_z*VZI_Z?ml9s)LlgqbfGiYhl5e5ivSa{9Jw_Pm|>WTy@%ny`gh({_-0$bER9j zKBJQ03Rm=&-`AiGQ#smC^0C6*twu?GRm4~?2x2mC&IXd+Eu3T7y@#h?c_M^~9{-a4 z5(SHjFf!Sgs)!-hM|d5~+nLf{Y?YC#ufO#?8Vzi5Dm5;Y6aSu?oh@=c{&r63ubxid z^jr*N^cd^H4b4ODKnNB{JHNqnxxJ90!GKFo~v|V zGV669>T%9sgz7uL@cotHLy_Lj7nPlT1`H7qwFAPN_7T1$E3XZ&N_RJxe;~@M65GGZ zZr=_kg%E#5S=pbnkhNmoh&X&xP6{7AQ(=+y&*5KMcoU(eo+mrQl{|2p@sSah=&Xn* zM;VAWZ$jl^Ci<42DGJ7-0~#_6>I*4_&vQCPS^{hGF?fhikGILI29gdFk6m^m)mS;4 zcyHE*ewGdUZ}b@1FR;@mo}Dg|A4G*dyqm7$TGy~YV=J*si3xEU-CuCQI?q5n{Q9h? zxw$$Db$@Ye8oD;!?2%_z5up6Ku(&IV0$b#a_F_2}jN#XievMNj#;au4YK$@>_uuRN z%RNG&$GPhIx{4tyJ`?%FudKZ2hd({=?EMp#{~D^x731`&AIH@xZtN$6*ZDg0NcaK# z8T-PJO;&O70K$EB@MzQZ)zps?lkp+z$;r$WVtN)sTMky+jS*!(im?$c-6iv)Z}h2` zhp~np^{pCUou3~n-z`x^-9JJiaOb<#f_>FKx*%z+q>xaaTU#qV!QdoLhrMWB(lu5f zfJ^Kua|&VJrk#x5+pT!-dfteVNdMP7b~d%NkgGLJYg4XeR+ZJ@^_y`{jlt9X<|Cb* z@{RRuKC$_y?9FCy%lC^rA|fd>MIq_2bV!_I!l{;aL-xFq1G!Vk2soG{oNvp*U4 z^BMk4p4`|B{ZNNU#Y^?Lf#JZZlB=%2oF$uIbII`XN{5sR7OxwUbm0t($tGm13 zm*@URHiSBPS{A+1;t}P#8LUd(cPHUi!57#B}gGWEtSk>?^k;L7c?U*xW9Q@wu>cqN1^s|_ z9-`5mkjTv19(NJahpAr+lej@&MQ?F~w@{WRnQ=;JfiEu}g2x#C+DTJgGB{=divy1`1p~@i>&MJw8T+`{+K_7Q%;$Y3o3E zCzaZKcykrn8+AHlwOchN-QcEA1+#ST{zm?6B0Tr78QROLQT;8w<%~f$SXZ3oYPyzp zKd#Q>s@*8b@=RU5=Ht~xO%K$~2i@%lVzAM3NhXXv|Fys|X|P4#SRtY3wN$|hIa|3l zfAS0P7Gl*Oll-YHD1y?DjmSty#9}ymsDw||D^ZZapNa_gT{17Xwq{VHi_`CzbQC(S zL5dnGp?@kJ3(rHG8O8?ub4D$QS;vmNZ@X?}0e#AZ+q`%N=hIN~zn|fGx?TGtxkN7FK8+|4|euMbeV*PPWc+DX!X^ ztf+z3Ppzlvc!8U z)ttSh@A++CI=t4^c32|Mo|NK8tb#$VsZXlAao!~l{ydi=9e_XzJ4}RMN7spaF5Gv0 zdEQO9^YnVT=h+3;Go|==oYc{5WPZ=bEbZ5OD6VUN2R78de|&^bu0M;3WhUV2pnNgh zrROcQs>TZM4Jpc*D@3xa&g}7p|YQo>KM|kUq-Q(@hD0&~NRLUB5`0E!b^PB@- z$4BGQhmQ2CH&Sc<6qPS$yFT?I+?Kzy3UmilZNGJzzi^~# zF=&lH&Gwl(+Pz5uYcx))=&C(y@-P^2+Xmnjt|P(YgbOeU%|TMAT@5!^v0`HN3gRhz zeP<;_kIy~w;87%LLt`NIXVcSO&aKU&np6Qk5d_>&ID2oAhy8Y60n7iQ>+`NtF1}BRifc6`>^^UvE@Oi zj&2PEbvSue;iQGj~2o#OI{MWRx1iq=?{?&OV=`%b=Sam)+i68%&!uVwW>~?D7g> zK~GPtBe=_yGGB$z>Pt!H^ExG=Cl-B-VKtH~$>=)vv#$tVNZ+%5yZni>7zyeazJ6N; z@GHFIq4LBbbwB)O$P8OiPL6-}UG1F`Rgm4Xyox z`u%%ZM}$SO+pM-=3lzT0*frmhtdAtdL`_qJmpiRpR&C4O>EQ7?sf8pGTv6`{gEGJL z^Dx|$;`LWaXDp7Nf6yN8qD@agQEQ0?N?Hm z8jIGC*4I>zx5~V`(;JfO6wR;3NH0-;K?CTPSA;9@E83gPD~!-qi7L)@A5#PBSd$1wd3gZNNnIIOX*An zBG$3Vt!P}B?~=mr&B=oSN7o`iTB@Xyd|phLV=2co8Cci7mbxXxTobt^L(s!D+D(W_ zK^;&Yq90jd(t_tsll%MiThxIokLPujJHF+^?h3!HB&^T-M6MSL{V^OPBSTkL z40cYSHuwI+pRwNN{ron0nE2@viSIo1S%`RvE~8>p52uMSc8*5&K=Ot22ma1G>V1iN zd&(nSIhi-_s31c_9>Huev5ee##=AuX`ayydq;$mgy_F|Rk6OF{r&s#gZrj~%HO&ha&zhb{w_{)f&IOu8}tz;_s12HjU!Jc@xO#P0kM_L>jD(GYkeQRxd zhW@AvOuzGN{g$7fV8iu2175WM90u`9ZF;xG_##JES%mOu?!k$2Y!}aOQLBwFmzP!v ze#!ViHuy&$Aiuc+;E1T83>;XC1n;pgE<5vWG+2jIFY`^~qq!oUG3Mna;%--CR0b!ADZ4b##PWaOt@ z;VH1Zv@}%L(p%l*mgTd}X+{q5sukV9hkviEJ2lY_7dM(}s?%uZw?szKUI7*x^M-mg;$Lrd-ITJyU3-PxqR_Z7!mKpd^QBko9>T!BFS;@#~=}l9G zWc?^FC$HoBfS`0&6UN}MW6tgZ?`>*n}QbWG* zJtp`OBQy4rpzd`+H{=P+*f?oPps(0Z1@g@fAls~m4UgQUtGt+lq(NwDFP{q=jIjzB zOLshUtidG+Y_Chu)ExE0rMWf?{`svtQ|VezP_TcY3OruBlt^q$dNuE_^D@i~>FnAX zE-r}c(z3p+qENcVPPE+cy?Y#BDMiE(5{@pk;J*FvGKzR{afp`Y$U=>=MT3#>67>)@ zW9SJ1R}?|^F1-Q2esP~N_wsVr#kK5x;nC46Lu?;i1L2{5V)$xJIc8TEF3$n`6Bdub zL6@Ni<1S_x`x3cN@{3LnXQ=9jF{U;Q|!X&mv7DMT<|+lQa0boWTVdL=}P zi)+MD<6?{oM;5Zm^z(yvE~{%Bo}nd*|9TU*sr_oQi}BYN1nSh8jVb(RsDV$D1jI=? zaDBSQP&03sogHoIuR<=DV){h#H>aep1tld|X!q8#yJ@vpQd^PMNSm6J>FMd~7$IP- zP^z>*)gL-IvVw7Qa7cF+rjh#TyfUj|W|on>38B~53Hbh9C$VR5NczE#hX!^8 zSZ96B{(P78gBck|5%cV{MKu`_2snArjAZmL&Ro+}%+SGsUiNLTiXumXgB4MDPG8I9$^>mv7+;Xg5Ki z0x|Q$uEWlB(Jf^wjO|4koHLDnrP{X`x9elc3mxU=D*1epYJcql_!lHVmook*viN#zigO<8v>$^>u-8uyPs-=tRGw2G<$yp=hEEWkQwu&pKuFMa*TkUs?ug z>GC`@nr9B2It4wza8}56#tQDVuBEEFJ#P5=detWecF>o(uuz+jVD5!aaQ8466`I%A z>nJ1mEM1E5IvKFm6e=U8#>F0DuM;rC^->=70O1?V$CHf>9q>}3uCXXc2g*`wi#$%= z$jVNoo_|vQ;!#Y7#!g#D12__fGEI_E@{*ReXO#S7a>v{19F;9{%K3*l;{cnZaq4Nj zh+f-GC4ZXhy9@>suy2MDC7f0a^?Tq=;Yx@^?yfH_jnFXJGc?~>W6RaZ&Rtu3CuEQb zr1(=TJ66#3ZVz4|AFLZ-;0@F9<^eU47J4{1m6@6Rt&1m;^8C{>Ta4gi_XHnzU!LVc zeY3`=z;*!D0td|T^50(Mt7#_~jQea@v`9wMk4NZgM8&_PriO;ECcG*MnVS!KL~2x> zp01glf6D=wbpb=Wov=aDpy16MS@Ja;miD%1YPm`{hqWUkTsY0Oye52VmOA3%DOEcC zq8C^L0Gk2fsvQ^ocEQEY8^(3_)N!O`#wnbj)n*tWhh))mIdz1e2uPbtz*=To?Zlq{aZ(cM+q4Z|oX`ZH!Hxe{oP=9Kw;^1s zCSe7Ha@J5tTL(ovuYDBTYPv-1O8?dL0QA{&l47^r-Kh!zXv0wj+=ri#fasX7k4b@% zsh-E8KNJYr@6MQ09+g$ODX~!Fz{DPk9~PLN($=ug6S z;%<>Rbvp3|g*kHk4K{bzf3z{s8~;yn3?tMyBAZR2yA+BT02ttt*YL>Kuf_*wG&Ihs z-eVckNWcAo5*A63^&!f1LN5h^5PW+b9@AuJKlGiIj3tFLc$4lPzSv*ujFaYj5zX+UH;5J9oz*jS|5b;#lE2K>-+usj(ad6}-Ix;oOsk8>uZ=k>ao-3l8B(;>Zw@)Uu z{R9g0tOHj9p7Q1Wsy;gHCwxHAUm1wJxjazZJnMSZ-EC`)xL!=+6PSfvq;bMb*xS#~ zv94a~!P6(E>R>ccHkaEFwA~7A)|9AVX7Zp? zhvyhhmD`oEvM-oG-w6uS(p}Mxp_vT|qewM}S+cS3=g8p0HnlD$N;W;_A!7rGJDmb{ z>g)l;00U1OM5WDYlAgNJev+Q`ekYTDEn?w<9>8bdT7d;>cw0oe&+XX~?X2K|cF~~I z+q%VeCw=;q0NUOw2Kv={S3v6*{s*mJ!e2QE4A_~dDO>uTshgZU!-b>W*~7XD^cvXd zJTV@_^%a907n@OY0FcKI)csGgW!83Qw?R>;eB0D=lFi6ytCW(Yq$C?EE+XjgW223@ z;=f*_E3e-_6m_doGCEbLMKVNz&GrEpludB93gcHhZ;2AVISEoxK_8CSg0f0U>ARcP z+Q)1G;CpyDlkfcZ>{-4` z^=%PzGlkuV5O2T04;r}Tv~M2`U?PLA2_PyRd1jDv_^z*tufB$cK>150EZw(hK|0ze z2q{_!0lRVu*`RAEdBgcu*`LQ~w_k~U$MsxHY(s3vD>E;Tfs(T2nU)C8*kcNxR&^dC zC?DXNC-ANNddtzTuRRtdZRF)GOicb2@mY6Z| zlN^$@0hL46OM%N`GFFNI!6f&~EC!T6Kf3EUd3gx{0ihlEGkn~$>kI$(UimL*z=HV~ zZ==?Qp?ny`E7i)by?2mA;_J`^A$S#giL>sXhS64!z8~1%mo_%RBCo<_2p~~>Bx_~* z13L!gwkH_|PQBvarN|qP)yNz6J+OZnYt720VzwV`shpnCB1yH(Y!NQv0$MqMDN^B+ z;Rwu8!f${v%?#3l9(W4@R$B;AEck%52#O<9hr|Fs>~ep+FL9v$Xlz_rq+uC)bG!%& zahb0j?F1)zLO73BsgN7#aPcn%~Sq<=~I z-6_YZ7O8frF8Ew`UQc)30|UDZ@IdYk>C~pTetl9spY;+5((ZliGCT&HT z$)J3IhTEC%Vhn1rFy?9IDoMZE#(3BnE;kG~`BJsJ`|GqCP{#yQe*UEJ^{v7_)2Grw z;!iyMro#<Dzy5A>pa`A` zpgdrIf^G(Q-*0R{#IlDq-8=^F(W!^X5f-Y*{7^$>3YQCf8O>QfRRD%+a*tI3u)x}u z=E3-dLE)L{x;1xKRt{4>xn+YILG^rQ-{n&dDU;V?Vv4|#DmCDz`7V@-s-~_y_$V^l zJ7HT+vh`tRSdVa1-c zNX?l7H~r{b-=Bm>NAV5z`f zg7Q{o2o{k1E>SDd!I2vV*dtbI6Am`HfdRI!eUgKt1!J@v0N;W+bZU$zwFB`)%wclQ zQ}{I6>cdP?HiyXu#$A%K_HX%qk%JL{!JKubx;kZ^JtMgc)L%FJYvQ^#6~ta0Tn5Se zp~i5D>h{DGZ)dOh+u2#FG~Bj8D-{c8{B$IQG?G+}OlLEFdz-|q_0fkru>m?;Z++c@ z>%;*>m~Sy-EzoJfE8LghR>**+Q{4psyHlk!bEdSkX8Oc7jcac2&^qJN-(Jv=n9z9L z=_GU{R#CwF`RUULUYEy|J05;mB+JP-vH0)bN+54YaLG}U4XkYYZPf$lSkow)HwYj2DpjpbykLfBvk>ovj(%-!BYZO8%BCli3-ful=Jr z)CZxI2i|`!wuHxqi~s>Rh*=cC(ep)~itSInh<3>aOcSth@Q!GBKgA?|SAv@oSM?C5zD9p`aj%- z!hlhu^fnE!M~ZE8Kkt62u3iJK&z`60DNe$D;_d4G`Pun z|3U8lB%M`w4tHc1PqTw4TwQxIF3M3DjPJX((4h?Vbylq5xCa==Z%(nEe=%)1Q*=MY z0t*AjX%_!+_;J&MVhHaX4R=!x1u>mc?XjX&uQz zHS9z&1MQ$o%zq;Kl+wm1}h{ zHpV`^$j;ZuHsVVQ`}rm!G5RQ@B{cT#l1;#^T*qwhqgYxJc{g{|a0T)n>FTmuQPkiC zla|^5i@k3)wJELAq-OQ;7!s$1{sF1_V@qiUNl86lM}C z+1%VRS*V}#of3R61V_aXiute;2n5qUs$hir2a1mUL)27MBuF0&{N{g}fA@-FenC8J z!NO9=Hc`(mW!AmBKU62DxaJma^8Kp}pp=5eu`B2Ro{$*d5veXmJ_etxe)Mhi=XW2P zPDq8H3ACH{w_Y&-QjU`I!1(~oAOPB_R=ZtGU?x4T9&BayN5#562c-^=2@PCrx}k^M zb8Bei*oBBnjabc95ue2x=2 zs@CUDSwnA#&YRE_SXN=&X6U-*p9u**hg7|>{$7`u`NNJcjI7IiptAlxFicklR*6pc zJ0|OPODlOwUW$U5Ci;<;0^|p`ZbDoT)F|TC0q+w~Jg8HJQF+p@{0Qi|oX}>=(R{Zc z9bqECeEqMm3r+_CaoHpM31Y+IL`cnrw&!v2{^I0h8BX@tm;+I%IaYq*3QS!5;I}*u zy?$-0X=$K#GGB{%?;JWFx_*6JfnHaQ>TBZIuIsBUf8y45-HX1z%hpF$TAFRZI&!ci zbgGqp6_uJhy48-w5^>I?j}A}?0=4=El-7~juXR#H`rJ9jCQ8*L=<=q_B({KvVH(zkF*8Owk(!9H)hpCP2((Fohh>} zE?zo)=J<5yYnM~%G1;uco((J8V;Bva3zMrfgFs!!NJ0Yn!N1uE6RY<%b>f$MOI=%k z&Hg;-OBglzz5Qp}x3?Ltu_LfsygAP7V+O6SKsHUOnw$22I0*| zq&_}%;}+N~S(E-GY`-Gsl<(2@3*!)@9BAu$TwTJXbw%08|KIhkPx{zTlAu-vXJRPi*oDAYz zQ9oi0iAZ-N5rYHtipIKC4y<0P)FPgXSYUcMoodl>JdC<8{eYp=BJf+%<2)CXk%d7+ zpxW=n-~&3e7>Y6X1tzf$tkw%jlXkl=sMzFN?9sgeTk~J&tNYEHTRaa#)pfcjyQ=Mz zsQOX|oM~Su@H+>+k}k6xt`=N&IGzvO>VHPo3zn0T?ofYbt9H^MkenC%vjF+vZ zuG)s2o!NVDY)$&^DkGmz0{Iu{?GnVoB5)6YsH`P1KsXcN^T&b6-?OsZm%DGy>)?N4 zB2=d*EyYEVc9iEY5`Jxi9;yVJt64p_w+|FN>>d_{`~qwXOuXMcAcF!dvFNz8l!Sw+ z;eJRHQfTA(}_uXpLv03 z@)7Y1>g5lL{D8NS93>UiKv^RV`>Ad`0Z}T+t%Q4fiu(Xi%E-hJ*Q+ZAtqhH)q9TJB zKqdE%8uCBiuTKTCGccl*4TFKsQX`13J4^+t6##nYUI$S?fkg)*F$K}_S%30#UwAo6 ziPb+Rb|aUS?EtmRz)oEGrT8P#5vq_78&HqI9q%Q6>^WHJ;{lnn-uT3e<n)#-?Kv4}ih5RIBfVw>-*P-Qpj-BeYYNOTGjVq*uNc5AuE71O*P_TNO*-?_OWL zx3M{?f2+^hD=H^se4#-Oe;XnFx*1+=_ zq_4pgUz6l?ao76$1{PmzOm*=1GhEpFCvOKtIcKvD{osgVLpZ zK+ODQK_pqLu$P8-ePg4rprOp?#-G?=!g3h8cKPwJ)2laAz6uzWo+mL?V zNV#aF1Z(?%$bBZTOI8cJDs)aE>e7h=X>G4FhbZ@S5Uy^Cz}q^#L=gdKY@Ngq4*`LX)sGjahP~4t~9V$+EbpU%3oiw|nh+8Mz>gw16=K?1{L(D1D5 zl7*MJ@g%`sJc&E&rEcTHymy(!+PMtV)Ep%4U=Z<%5KsSrs5T*77n|fa{O)dZ3h{}$ z1Oiw~3%7vFrO%jVdg9OVdiTk*v(X$iPia7bf!XvWwCF6Pvy(wxI5+=2Zu>uSr+`3R z&;QUn`vl>ar3<;)m4a*nwqSL@ugotlY_G4ce6FN^@CJ%~Kpgt}`9T&I1H}x}G8lIStT0I#Ms=6|~Uj9s4NL(SIW=X=ow2kqP?zBg0v~;>}xspr= zG&jOYPw0#lg@8+PpJ12u^2m^yq3S7JH*fVhe@tI(i?IF+x zT%4U3*Vdj%Ww5_^!6ppT(Tt`L1QDQbu{S0fBR#mdxO7nvCk$tB-=YbxDGgEDc46Ou){=<)`jo4U!QxJNJwmEDT;(YkNdwvPqfcj;YlW} z13<9?8b@6ng+U8=P5Im%YPEEww44si|3uJevNq-{(?8l(9v$IAH2l$g<7U%zuWna) z2+!O+rRLUGz`6}#=H+$$vwG*_Erc)5H|31F#8?UFsi?$QVmaRi&&|y(Et&3ylkOgp z?z3>gst~~e4J=$_=OHpsA~Q3{$^c?}wQ6U-15$sn0|6C`skF3;t^X8jv<4_=Ek9wd zg|3eyMqLR3oNcnhjkcs_erSVj=$Vq3tvT!5Pp45G^f1&QQax&xkx}{lom4f5(z=rFp2O6%ncWl~moDQYoPGA*< ztb!m3VFix;o(dld(EZNKV(c3+LJ*$E-;Iheu=cy4&%YPB=$vg{x;QbLU zuW1OC1hEGsq|{^5h*=sK@%F1017ebe=vXj`ErCTPJ9sT!{`MVxfI6Ne1=_WnW2o{b(`Z`dK&l7=$`!naDtpT>FW|Wq?M& zR(IFY`Ap5Mm~~;}0qFbmvd#9RaKL{h#7oPkH~=O9Ds!bYKUhYC{sGm9&xhtEPV3j@ zQ zrZ8KZBCu2>ZSc%wp0gNUV?7$oQDx|7`g(eyuJKqic4fEWq~UJKojL$kEi= zE$nNSNJsG_2#i#A{__y&vYnpS<8Y&F!1iFQBKQm6tw2}#_m`^nlsk`eyAl& zk)eJB{(HQ&iJ2LV`24e&46W3o6J;QhHaXnt^Hup7`+A*k#hH!WssoxsRou{?J)`3n zqU`w+I)-8R3=Q1Ebi|*kKi;c~>)*dm0SUtTut_p~!e*!rZ|`1Dx{X{mdPxcD8*Cup zLxdWzv1c~~QW<1qI^`9GK5h%gjf_^PNPHF`nU!{Qlm_4x%6Gc+nn2^qcQ$|rt>V(#JZsx2~zYp#bn?yB$UBzYs!MOS7TW>0BsKLbUat#X&O73 zT957bv^uRjp>J=8DIl)BoyTh3dt2Z$0DKHan>d;mtGlT%5FmNzKdy^y^Uh&%Wd-~G zeWcUAv}RX@QY+2Iq5@uqXDRodiUUIpxGtgC_~P?3z-I4gCjlMm?()8JdeiBhGRZ{+ z-0_NU)6jK&-hH`q9|`RD9sniCtw%LiNx}*lEHYk=aUd9-^#gqjrmm+K`0VXFOKWRT zC_4i77<$sn7^c?lPKomHrkOyv;eJ3k5Nd(tK*42g7|_q+)-&`@Zja;{(q1AgtG-^0 z?$2j+3$~@!c9Mm~FiLFUcYMI>yY9Oi=)~*v##tHqKA`2}qO&alR&@Wq>73_C<0G3B zK$Ntx^Ju`(dHX9xuk`h_=MVkz?(C`iRHq?q%csEr1{o-ZxLClJXrSd8n_FR3V2=?L zo%}xlbi)hR4@3hUUw|3lNw+Z96Fwcj@XO&g)(`+*^PQXKkzb%KdmWgQj-~^csFkY( z1Y6`OdK45*unP$n{SEf0D)6eNOYZ|gglWVL++DSg>$>mUzp#0cE*LFGDB}uW{}(bf z@DuN1AK=iqzkgAc*Kt$tfB(O?Pw7@BmBg(AXL+~5^$oSQGW`{Wmz~C%{33`boX1+V z11OfQaApcTZol)PDfxf#vbtWOsO|0SR`qC@TgiMyQy- zF{G9RZIARV>9s#Ya$z%PC5ya4<7MJ#ewd~vcSYswOORY}Trm&!r$6fYZzTM3{sQkG z99-wJt@Qe}tIc-u)dg$)UbB)X?BMETyw{VRC$*`|3n;82XG_`TeiI$%5B`p%QC1lE zAg3dJTE1-;wnTT)lvAu?Yfdm%$7uuHQKDXls$t`G*c6R|t~;y8D{${RiRxQu3$fSb`L`HfTu;z^6XKB5L3_m4zS5^s6U=+KK*P29#%v=E_ zSoLWl4Oj!Mmu1=_H(tXF^uUD%@TL-aW8a_j>~=$(L8T!~dmn6L{Q00W-mA1s9t3m% z%iS_Z5wo-u;(mL|OY*piEDwQ)_gAnm2n7i?JWkZCZV=}%3T+Ql=JXM!0oHnhYvsS_ zvcdWvbUEK;7C{WRSvlx~!~$g)FqM)rtotJ#AY+D$MtLtD>nubg0ksEtkCcLcD|h{9 z&{p)>c^?RbAlytu3IIfWc|-PM+R$jr=K z{W3ANHUT!7S6MS*wxgp*E_W#DqJWp`(KouDhm zZKr0t&LvvAcg{-~jO9TWy~x$!u<=&Nl@h4N+&XUU_jo1r_2vJacLQ;I`)Ax$!1(Mf z>T7Q$OY@sUVx<(i(vb8cvPV)<(;RKpRnnP~P5+||%2Ep2vzE*J{^krGryV@`9MB6j}U|zb1;!F+iA3`**Y#0C%$}<7FxhiN2(stQkC$(R{D_t zkBa?nl}dz8^=>Uh0nd@?{HNz`1IJ&qi2be!?DFZUYC$TA&@^ipz1V~mJ_85+iC zTX39HY9M?ykL{7X1D65_=mquERaAW6fiI8( z6!Ff6$IGY4jY91$u=Ui0TASVjUofJJ2V|FN2+|CJ8qv8N531}NY{1ztw6#UhbvTV% zr*d+?vfAFO-!0s=}xZ6Mk=N?sG}DuKGQ0X{B^;PnDfrzTTWTUFS<4JsG2cf>XIL6%~#> z5{l#ce4RGVnz9HR01p zO&i9VbAjQL3D(z>p)T?+uk>p$M$eW61H-#>pr}24VP*$|%t6Rwu0Kb2WB@xq zSiomK*{r{4qM)yO=WLS1ie5&*_PqZ(AyiGp9E(HUxFR^~H;vM-Mwi3+_?{jW7c2W3QU$|S?tMrx2K14Bn%G>#Q>ke#}8<JXMbJAl}l$Yr&v%D={U!N};2wr9>!_?n&uJjsZNR_M)$4i;; zRs8%4Wb(_)iN&xoSA?03jgUhfEV*MH&Yt#V$}7;Bc%GET5V@>iCbIiJ6PY#HX#Jv4U=Fdhv+NVBG21wZL6SV@tnyX zjc?}SEqIF@;u0l|U3m`Fz&}91hNm-r2=yT&L_*rl09h@bG0_49;+C#v(R3Di_bK3_us|4G`kcNOk&q-y)@nROq@@!|0F6=e!8O;Ur1^CppigWrXX zTIAw%bMu72uAOU9>uW_*p548~U!sKk;o$#-uoJWLD8&^wHA7#_3()S7#$K5($@IKu zYzYub;P-M1leT(MQ6A}w*eifC%1Ox}4lH9Mes^jWtR@fj8KRadmJwJVV zW6k6mvEGD2IvLcv@&G1b4*cDPyGtywk2y#HAwA4ubskc97NXD&yXf1|*x!VxXBC6Z zzEQC2Nw5PknySfx4kDMFJl)a{Oetjv4CU=N7VjN-Soab^82+1`3>a-f(A1OLCJ#yF zz^VhBQt}aO@h9SL!)4#jNT$5Dj!qbRZf=+Z*ucNpE*1AJZX$6LGMp_Co!Hh;P-60| zDB;Z7U=HFmK}@Gg@lg9M$hbJ z74X?j2E~fsuxS5{?&G^v{pOhP))2uE@t`n~PcNFFNk@r6=sfNm!&ZEx)$UQAbSrJd zp11n}@&43Cb931NMPh;!D%c&e6?k1xv`S|))tVc502>}T+&fGBirG=)A5fYsP~*S8 zwPgOLA)(>2G{pLq`GFHWH_riZZ!@uWZf43N4Nc zZ0|HB6{_;dNDnHjKv+-M{k=MYSHx|z`kc9p7jm42{P{gGku@6gh=FE|eWo%7a?0fe$(b3Z8=j4pdkd%Ra&I}9)<<#qS zpiGxpSlCWFv>T`V-_djQlYWp5{qD1_XVV)u0)%Dl^0i=q&gepo`ksi>S|n%ihFxCUy@{8vOud=^o~`-_Tki__kSMGBr-J_s z0LZjLQnl=F}(l4`WGH|;(BH#WDn)G|tfwT!wVi?j;5S36h@ ze(Kh6gh{67=huOFHOPY+xEW=0!W`FsGo!c7HY_tUCxgx9*+iSC`+?gm%M$-zS=Sv; z_4ogkQnEruS%nBm=0z73S=l2gBbiy(-d&l=$R@5WWJJhHTxF+ALmA1PGSLcX>Vn7X~xhJX`s8M zKm&a|Ue~ZTosfFtEc#LRgOK&%JPaGE(YtArJ`PSj((aS@&CRL&NGHGNNT=D#sysdx zyHwR-4UQw?ofnyOJ?)uck>a(WAYGv@~&-ZLNQT~KLk!(LnoxCAID$ute0x->s^_ZJ6iY# z@4xc}^j!%Fy*1S%<1CbB{Nf+n_%#KUv|^-TPb8GkuuD!LxRmm*BMHL0M3lH3_o0UC zdiQm4?GXu_6^#vza;>K5qs$<)4`F`)`modmBjT@ogvrRWdB;?ZrzGuDG&OvZ;1d-OTFYS35CXpVR0;LR6q{&1}Q4SOkX z@Iaa=32)G?hJcm`X2?D%F22dV@Q(rDvy>4s`5JE1bnxbssm@W1E<9?&iplTQ;E=mO zJtVGi58iC4352EVx$_*0y>HnPOOe@h@J^#|O))UokXW)lj3Q20 z(;2_zUxJwc&rRYAX1>>MZ$U^BCdE6n?VVTbVXYQ$f;@Mhk>U@etJ|M==I!K%{b6PK z4OHAFEq{#uaKQY*u-;6AjY0gQMUhC8avlCUR`=X?tkgu%~dNpw`KNU!%Pt*&=Ir2&6K`~t+Xd37a;9y>6YFP4aWWZ(1k+R=f$ zeS?y#RMich>r|cU8r|M{woU9x(Iyid*#}9`K?ksx79t%q3nJZqDf?>|?h7z5S(|x4 zUj@4b%tLTUJ(3WVFBX))4pk~Sc+7>r$O2ZYQ^zEJ;=IydHiDXS5ZnQoMwiw8G*tN_ zD}5t6`aO6B_Wu7B`we0VHaJeDPt3H-nhyjU@p3g31CRxvogNSXaaph4BzoiTdNO1K zH$a?!LMn>mx^xd((h+{ZutHH*Bzit;ulN#d3_C!qoX0)TT*({y`eyag8f$A2$Bu-2 zadd}MXO;Bia5L%oi;oL3!^1A#ciAlhQCJmaFD_X$b9Hepw?01uf8ra58lSx~>q%GB zXos6uEg2I9v3?!@j5ZfL5fr$8e7rzkf6Z)WPzDz3khCkF=Yd_}yT!(raux+Q8YlK4hm-@)vC)YDrn(;1cV}&?+@Xw*pLwW zZdM7~V;I@=J7O|C#`SF@J`rmh5NB5V<>r0rf$kI=JM*sO%61NG^Y)4m3d1WQ!>vd8 z9!~wT;^P~79LqKEW5B+Pk!5Aj2pHb7m5r=RkiQ=P?v*RGh@g+t`>jTz;4xT;>gObbfYqb26rBf zB;E-4s8q)D&w(dxH|8H@>qD_4Z>g&fMP-oFU)Rux_EvoO+%3zjnO)NgRYIUG8zVsuqkAdzwRdx0ZznFg#*wAVp*)2_ z(6oYq=ntQk7qQ7-ixC ze%vvVq3}KSEw`M4xZ)6HZnc#7>BA!(2OX8|OHRpdA08tjV(=5ElB9pq9r0t zO%kxMf^fy8<=`(h$ngV=Pp;%zW}@?rv>b<2faOiHbVpKR|IwuOX{@_c{OEQ} z`+-BKs%4g_`~$E43~%uy&m>9ep;0~%72NRzG8(ah0bLpG@ja>1URe)oZlwE`_X{{ab_3*^R+icPGrU@14MFO3<5pC zJi$fX6|$RjSfIJEGwdFrNo;qNfhc`We6wNnZ}rJbYV z-TT27i1+(;OFct1wI>*kzQ0995^3s{d_p_zPo5-madJMP4#wX*B}LImWXmNfSvxxg za&oi=PMwm%sPX8encetlwPKJK9DJb8=phA4f}EOKLqo&EzYY|Nf-u1$6Ctd*iIx>v z_mVY=kuHvc50T85nEgZs9`j-x(DeYdkDY&}L_Jb@@v_Snoa3cWR2>5Uq)8muSLwz` zu$L}hF5rV_{_;>AvJynV&XDi{k)?3G7rBMRH$)gIZ2q8$++A$IkroqkU$P0c8=C?b z-H(YWfslxnedr)!5?hv!}$DS|Hot?>m7&{u{x7>%WaO z^Kx^QXa?Nf1%YUREu51SdIm|WU_8<5umWIv%8fzMoN23g4^w~krwg|Xe%}fVsu4+2 zyR$ge+o3!Rwd+8A4Xate-YA+%Ctrc~WPD3e8Nw~}&v;l{Ze2I%3taur5RlO@^8`2B zkXICJFqjKRPp?uDlVU-m&Kn!=I+8II$y|P|4113#^dx4*fRioKm4L1yAb_rFv7Xyf z4Bob32pz2%OW9nc_uX;_XbJY+Unn;*0Rfi5(2wR7416KiD_WNA%Np8{#wFka2Me3I zn8!c@OX7F2K+$h~sP!5)7kTX3!c_@pPRP3y!anm|xo*t%24QtsOTQJ?%EaWG-HPTGB92Av5)JaEV&!I}kQmqH zy}iIxZN~%w!>|HoY5fQt@=C%V`hKh&dfO1*HXtUz4=-537ZqowsrE4rM2!3JNzh2frBlAw5&t zHwl)O_S=47xnTECYuGqvXE!6P?{_@S2v_e}hkr9MB(0J1no$rEY^lSadCI-N-O6X= zN^qgjd_d;nnr@6FG+!NR#2J&@Iikhl0BE_Do}Sdj)wqkZD2y?c|8UTqZ-w~<3v>$j zaAH_!7BCR^*~Rh?l-zflO>W!9)=%01QH7@EN(kSFC8y zL$U9y@gSG$yrq+iIFpc-fPo87->2563%mXcR;I6W+j@T`l|p2gjBo$y{Er`o1&lpw za|_J^*PINTgJbX9G3sV?4WHE*J3UAdD~~O&Q*UJ=-Tl5ymF?)$XM2Ofg@gU3pwKfc*YFJd~Bmj|q6^5Zfa){Ar_2!38`U*D)g zyr)dRLi1v>T3%_li^lwJjeW{x3i0_%Z{D9@d-%(j0^A64a__?-N~^dM!ygM1?CRaU zh0)vT$hvmDh@n!GD*Mv5XitwK(JL`!@DMW4sg?8qd9Qy*e5UEtNNq8e7U7V;dd}jP z6LDfZJHOn0VQBbx^0klIc;p)Q%K56b-oYE)$TUNk4g!=yMjalrlVl!0Z)q{De_ihlEu?ZZfE=F$=Gd~ zQfup(o7a|>L}b~eBErz3{*4*?M7_(_weQ;Gd3`QM)DHJ@vq(%)EupSn4NI7uwCEN# zVo)zT;I0#2Y_l#d&IAX8O{;TXS9ZodQ0LA*&&yXW$X-Mi*q*p>il<#jf-AA5*RR| z+$5XBNXc8~ajl+3PBzc>g^$l~zH*Na$0Pkqt(&}%K9bY3eWab$4yPCqON&zz^@4)y zYnR=&+G0XPqPI5k$~4O;LHo5{G&F5!RG)8fIbEh0MHd-0ox)1!p4RLoOfpz>C3m$( zNHa00GU?^NN)Q#4ul@KImpFJMy>IG?Z0d>Zh;UBpa>w+chT=Z2`}Gf>KD}{b|4e}% zBq)hB-0o1FFUd@;yQ4m0=cqBs+N}S6X~yUMYCNycFxs=m#KnEpDLBb$cM{^#UVT+g z+qSl&R5H&+Yqb)G@x*IcjfOjdaXQvz!^3;k>H7uSPmi9v6`~u$MY=|3^m8TCWXJ@|o1+V2 zUj`Tb8DkUkT(xuEuY^$2D0Sx)s$ie<2)|D#q|17VynCI&HaGi~EwTIVSYhIf2<4ad zH|Yy{k#Ae3V|Ln)78RFrQyjiM>XDT8;&BCMr+U^Q>*uMn>(qnq?583 z)8THFwv`&M&$oAkWw7ZO6rkw5ka`s9c@8J%7^kmrY$^AvvbaDn6F>qcf7dv-AD_7Qu)mlobPVj*z@fehaE@2GH9@k#iZ0zh#3Ocmp zBe2wZF|}NnxKf$qAK2Dvb*?k=s5d5Q3TyuQq@+Z_kp%moouC^~>#h5_WbL-#*AI~o zRh90eBNLN(EiLKqoHPEQ8*Tb>_irI!0|ve!-q=ex_5%4?vc=AtkdRRJVW^%rC1qie zkNBq+R;k{ez-qsLm&GA>caxb@-LVw?YQ8IZol(OyGfn#Rl`Fa*pI3j+8?SMMgBxI1 zO(pXz3{p}qYc6484h|KbWfqpxe3BmZdU_pmPGRG2?$f8othog!eSx?c~JN8 zqX6DU;Xzz^kVNlu^F*f|6DMNAinzV`+sim_XX;`%>;UkV89GDj7I&e zc@3{`gY!284ySYdQK$PMNTcFOa<1DxE2J6DfpwN9)DQbR4@2Gt_JO6Jtf|Lx&%}hG z3ChJDqi#*eiHnO248(7u<@(qlkpt6jz?$4;S@Y#|zOy82Vq#(k41(An;_r?4FR`!0 n(fs@6|Frm@#(%YF5#HHXLR}hBtY!a`cpsH38VaSCZw3AzpdgZ> diff --git a/documentation-generator/docs/diagrams/legalentities.graphml b/documentation-generator/docs/diagrams/legalentities.graphml deleted file mode 100644 index 1cc2133a4..000000000 --- a/documentation-generator/docs/diagrams/legalentities.graphml +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - LegalEntity - - - - - - - - - - - DataSubject - - - - - - - - - - - DataController - - - - - - - - - - - Recipient - - - - - - - - - - - DataProcessor - - - - - - - - - - - DataSubProcessor - - - - - - - - - - - Authority - - - - - - - - - - - DataProtectionAuthority - - - - - - - - - - - DataProtectionOfficer - - - - - - - - - - - Representative - - - - - - - - - - - Child - - - - - - - - - - - VulnerableDataSubject - - - - - - - - - - - ThirdParty - - - - - - - - - - - Resource - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - - - - - - - - - hasName - - - - - - - - - - - - - - - - - - - - hasContact - - - - - - - - - - - - - - - - - - - - hasAddress - - - - - - - - - - - - - - - - - - - - hasIdentifier - - - - - - - - - - - - - - hasRepresentative - - - - - - - - - - diff --git a/documentation-generator/docs/diagrams/legalentities.png b/documentation-generator/docs/diagrams/legalentities.png deleted file mode 100644 index 7a627d3d47bbda0875a136f30a397f10c586322f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 46976 zcmb6Bby$^K_XP|C3JMA;ARr;q9TL(T>25^28wBaxG*S|hBC+X4M5I$C1f;vWyBprM zLC<-f=l6Zr^}hUbINN*QG4HkJ9CM5@36hr;Lr23$LqI@4mk<|LL_oN0j(~tfa2E-D z!t1v600F@ZK|)wS*?Dxm7F`+pb@Gwt+&v^mV|>enCP(saa~P@#M!dj=kJl%zkB?X4k!vWOM(yAvss$_PXzEGj)qmc+T?M zZ#{zz68V9JFRXX2U*<1ZhVCy~|8*P#Kxy9Vvg6X;LHzs7XD2Z^T`v?e7q=q{`TPi9} z)EV*%3||ne@!X4e7oUUF-X1Ud)1DjsQ*0dDu+Q;<4sCSx}wZ< zQfF;ip(SK}l0NIM;;q}UmXs6>5y9`1`p!zJMAFHQfB^1$iiDfH;4_AICw2C&ZPq|@ znuCk`+yj9*G5j+rM5~vG2p~?!is>eIZJIOI!Ze=-4*EBT`$>6gZid@kUk~9Cd1Ofc z>tcjZV$?V!O|UdTfF25vk{Aoli3$G51S^6`Ng46w?I6F8sNfiI5cmj!=yezKIo8WL zG58Vii#+oY{(Zaq_`_Qo@c-aV1U`Gjipb_c4nHIOHIRxoO5a@Lf4>etA$Stu2=Typ zaDs^IGic6%Z;&@io1Tk{S73uvTptk_kATmQ$%qX8AH{p4&$m)P)C*cbNl#pQk z)>h3h>gfm!vBb+YTbD-ZhNR}H-XGX#j#rn{b~LcXUY4iBhwp4KC74?0mRgbu`7fWd z;;9}Z5x&(XVPy|# zyWx+#gn3c1U3Mgl)L)EEms}oQ8C%yp@0Fj_*bjm&ugr9+u*Ben z8YwQ~9g!R!CtHC$7_r6|uZ^*#&57(P?%0S1q+25eYV>5jXNUx+x8F@1d!8yC?zDu( zXJ)Psyv`(D5!gzXEH{_TmMv}ysjMsb_R^+!4sC2KUc1WyhE-IO8}w%6hl6cMpzc_C zNm!T%acVOxxijf5tBEa@|F9!rFhi}G$x+~oH?~@scN#6;9zNoB**GK_3#sT7Gisrk zsA=`sxrc+_hJ-X6NwMB1r?vhF{ywi)ObfY)$n%mBkp_VtIa!QyRSP=YSz*zyk(fiL z{oM_Mf**T+Sxp(M(2dn5WM;gCHEa{`i~Q!lEH+qdXDZpyb{Zsq z&(m{oWQBCv`E0|33kGfG!jf}h}Bna)!c$2{j@%>t(DHy$7S4KD=*VUblWxL zJSFeR}totse($oGw7hc&A6o49V!$<{EX+k zeOVH3!aDuGd=WrfwC(d%kBZ(JC^5H zr$zMqu!P~tC?n&;1d2G;gbuSPJF`cES%Tl|E?rGcgq@x1kC;AmiBGNDI${~)B`gMn zrC^PK$1dHzRei{JwtoGfylmJ`@CtK!+skCRFH>sV4&!K(Yw?~O{e2Da-WeMncd_H8 z$mwQ;PFWi7E!rHBE;BXF&Za6fdFft#?OqN9fZTS&8$Dk+~Kj>ht>ZkU8C*I3~NQ1&^fgwlFE)Gq&ZYGayA> z=VDt+orHXql5ohZ$Lp+|Z&jlQ7IqUoRA_cWf)!#)R#S_;$$XX*+{;*a{>?=LUkCC> z_%EUiF7FV(g$~yp`?%o*{-)(gSTlQZA4)28_nrYI)=|liiR#3sHM_wfU5aDc^~rA3 z%bi4J7PwTmFcQ*{{p`Fcm-`=bcLc}T+x2Cz*_U~oP-Jt@%VuV7#?GHCjT9S%iIVR; zn)S!62c7C!Wt$R85@cMpPkn?lBY7rnj5v6d1z=4$11?eVX!&OFDT7Zwm24%R`(Ro(lt z?T)gjN3(KV@lG4VSITWEhNKv%1Ko^Enh!x?lL5b8RO|VzH&z0>{cKX1BDlvGix~YafkklQr6Is{uiYZp*e@j?5l~;2( zoAc@Hy-jVLKa~vB;CVN*@E853FdHL*n)vVe{;MQ{6X{ce z^ZQAGssd2Ze^>4QQ)K@?mFYjvwg26)oHhP8apApdzz}bV@)wB+WGa5@2(%UDdZi*8 z8t(a|uzilelM|o67f%OG)%`q#bLjdJ+yj39mae@#14nY0m4>_*B~y>%V7t7__8Ja@ zgr{$o^t96OhGVJg2koNg2}@*yPh9fyl_)4Km>C&AS634hwoBn(h5ufZXVc2)sl#?> zqFK4~C-TR}598zGa}{&(@SgYd^q}}6B4Xk5H)JCGSzy!c%CBFG2@7XrWhsh>jv`F@ z510>_mp*^~{NUgq2S6ftm>Zm5&Sng)Nu=fF<;fE?XizgSprfOAbaXV;V*EWqNn2YM zB_<|jpr^-s6e0P2hq085%&YtX@bk}U8oS5G6QiTCv9OdhG(x~p60cr8cB#`Y5_3}e zbDl=K<83{EK?QkvFNi`z`ttJfueLTt+L*_WAOAg#S9bUCFdi;$c8@7N&OP&6&Pb)D zrRJsFG&HToC8;mKiQs_uX+V#uGBx(u(U#aNFVu|cY94-m*e87n2~_i2;1KZgrz`u1 zhFTgMO-t4D2ZBct=E6rT2Tj>_c6LHTL;t;4-^9clW;{V5At@;-1p-}O8d_RKYV3X7 zS8%utklZ$9UVi?7xr4bmZ89(7+)D$4bd~%8Q#NN}MsNUFQw?ZE662&c-=FD<19JjNrLmok)@mo=3C=gzHrL70e%i+W6d8?&0< zx*z`O6Mm_BQextJ1qpBpc#!Jk6ciLpO{qoWP=x%6v2;@9b*0^J?yrG7t*%Zxy$3|6 zW(+%}1AGea5WMbfJ8DfsDh%L_2fUq_`c_&xFf=q(<5H5HeWw%=rFUS!;o|hbV(7Dj zqhs3N*8z_H^M&hQx~Y`^b{qfIo#0J!btNYsw1g2U(Z&>n+f06A?M&vYc0E|-vRnN9 z@i`eSEiD&UyzTha@!d-29eqhjNmbS1{gu8IrZ*Qq{O@73zqiYrxqCYK2;S*{(&wBB z5fK$l=CU&ue8ES32ZK5!jXsKb}DnE+zNZfiFD`qS0? z&!0axH#hUS9s2qC$=5j-+k9pt6qw@i0q2Cjm!ke`8l@~=m)%AopDn34MiF6QHVzJ+ z`K5)0P@(NNFA_|;lC@sHUW$<8Li6`olvVz(TavE9E-f!#J2(Z86zHoQOoWAriFE6h zNyn#{4&gE9Z$|An@zSCSJTckn=|7E7lNRbv786i>^}06{ zAsr4XW}H5pe;;P6FFTZg<0+Tz{LIe)L1Q5yA#w4*9@84=S=oU3M6H{Xq+~FsxqaZX z*G1a3Z^p_JIIJNa=f{JE8pNLGJ5o%wY#9_?sj<~)}0^z3|s)7Hxl;EbQk5f zw6^UX9ks!-ZScMog3C1d%`B=>^bR9UTsv54B@B{N)#6f8ZdVZMs1KhI=-nRsi~`%bem?CtH^Q#ic=-^(>{cs9|Q#6vVI9{0Vxq1Nrl zxHEC3bI_k6j$Y07{McrvATg29W_v?EnTW^nu3V>Pl|2m$OQg!e7uy*gZG5S5L#$ZI`Wrtjk%{rSo z(dr3C?FKbe3Q5`i!NJS(CH@EK=$X4wc-{LadrK1q=7irRJpKk0tP=3^U+MGaBT!v# ze&8?p<_F#mi*|xIGwRfx9}Ma6yX@XBeU7t#c=+PQ3lQsL@D+uPg! zJ;XwlKDGj4id6a>)7-+sKwlpd3o9WZ;ok!i0D**ygY)j)yHC=T{mozK~8Ad$>>eT)$;zX4cjwHLjEnX%ob}3Dx&*ktOnOSn11t{x(sH z*`5S`5hzmBYZ#+emGGmz25k)&7nkmAiMv5cqM|75sERcG%`e;9+d+OTDJik(gV#S0 zU#9Nt-g+khQUxy8lVSGh2rnV?5m4ern-Q`O*kuBp*L~`0(k| zI`aX5rfA#bq@?I*X(J~$vtb@p_A9*&5L3bNdZ{$=0{%_x$O@OeMJB)y1k2|pO2yKr z%19NUy-y;ij%h0>DDaMaS>irPX!(M`(~&dK2mlcF(bZM+Z}0?#aLT4KQ-|Q+j*U*t z>-=zlCGu2SPOhu9^?5=^VPRpmY*O(1_w+P0k8qv^aM>?EY;yT0L;olk$bW4;Ru(!x zzcbfTZZ&awJQuFxx$&h`( z+&3>wm?T#>!x03K!)o05c$=i~4cJkb`A7z0U}Y&PDoRUBzj;&0Ii<^dd_I=8?^^p) z+|^KtT=vP6C(DEIV(=2y{9+t8i{_Y-jxK$8)RZmF_?;Hay8fb!bE%{Yq5&e6a&M~M z6K1Y)9Je3iXE?2Yd3gzP1SWxuw6r@&hK*d{J)A9hUYa-s&-c0zqQ!suBuTmWmBHJ_ zU>X6{{(Vlz@wTcRfT#V#zc5cc!5jMe^=q^w1}nnOFTB2dE8ttrSwRmXkG=xw&RJr~9>A(5?KUI?ScGQBYE>==gJ>n%t@h_Oh2VC5eC|uSJ3FhtLvIqk=03M-Mi>;?E$rr2 ztz86TH3@TW6(Fwsz&PpGZ(?m-RH8KovTX2UI{5M&9c>E2Dx?6EndzEizet6%y^9vQkc3)6g2Yln*g<5e{yKk1XXzE=g*9kl#A6<7mQ4J_U6aKeDSBJuAZKrdRyYy zO>eGA^6qRK^dp+y({`Op!A;@f>WE6cpC~&9%SJ{<`6`8&mkx&&VeQ#A8MjU+s-1X# zI~@KBwcp{Df&C(Bnz2+-iS@G`uXeHq$!2OFUGwRaClXiO^j{2GFic9dl$C{z*JM9X z<53(u?uum0Xe^Pt^%}W3YIAe5x3@P_DlWLiH+617>Wq3^bxuNDJSQioA@$D9+QQ%D znP%=3P*#pUw)%N-cC^%)M0dWnZbK9&Hz&T<*N{D##Ai#U#VgmB?Et`nPW_~L>13sy z$)NW|EII=i6b-iXZyu z(IZP{S~@zY0Y^wk$eoGr%gd&p7MN=w@THj|XF#wC%18!CtQi@8q}DrRSRNi87~k8X zX_WjbJD(2OoUnxnJ$H3;Yq|zXU%X1htTIBD%ua>brHuvI>Eqf#b}%g;Yift_xxL`x za+$1gQHIgRtQM9}x^7Q3BX$Zk)b% z3FcX+``ss3DZ5JTm-Q(MZ3=P@IjG$Dp`y-tZ>IAaj&)h$BO@adSFje&ywoGQlza*8 z@2t$G_pL}uN%dgDA7r`jw%-}C$1%X9_gwCgVxu(;>3A~KMtX;@iSvgF=|yxHV|BeT zHH~n_Um{ovAFoj2MW95T#{(-!O--#mmLaOu&__3LYJ4Gc`zPvdH!?W{0^#6@>z|mB z1V9UZ0p~TWpuT%dHP32P96CO+Z`EJbC0JlR9s1ybZ_*k`(GpIK+ttz9`eBgDBz*jS zt}}x4Q&3PXEG$-P`c~}COGjr0swR=m6z%Qp)z#H)Y-~V5#(;O12+-YUP*TXrJXUb| zaeyi)?u0lv#w_vTp_`MnQlooqbVYZixZO0xPR$Y@K#pH#DnfUfaNoRn1KM|h#aC8V zdQa!qKM<_UB2I6h8M0XghChgHhw16wmPa-(C86vq>dv`&gyl7?opj=hW&X=K{^OO= zQT50)6Bso1{qn$T9X^{`zb_vf=eRND=G^-@9!~in-^-GN$-*dTNMA(_W?Lun+mb2p zBGil~&CV`bloouA9I-6e;(o{WTllf6b|)KtR-ak-x9bZ5*gNz`@mXXI&aFeNr$z^-uFAi0E)X@5=68CvOr0RNxLS{cR5~I zEMQ>ZyNf7SOdM`!_uuorRTE@;tji$p|JU=IrcjfePIy>OShVWC+9s@+PbD*UHLXMZ6l@>x2Fax|q{(H;;lvT1Q6~j?ESkUm)#XJF+P~*{o}HH$oZ-(Ez}uGO zT@T=6tLOL>Jk-GuGr?;DfK|U@h zpkGAk%aWm^r;k>BY!6<)<}@?N>);6W08^HD)HevkQG$(vM?pjKz?Vk>_83 zdue2}&`^0U6%W=T87b*;91EbYP8!@S`5xw}=FJ2LqbVc*8(C99MsjBbed$Dpp{t9< zhO7J1i%Bi9x%z$-M4JNa92_8O+a-o9@o%w$JZZ4vBexZ^K>43?3opF$V+w^0@BV*A zt0%RlMw2t`z~?m4!g4m!_3q2N zogONV*FgRQ%Lr#{ejO zg(>d`)*pe8wEW3EDB1&)*F}fzCmYr+k^^uW2jHvLBMB*~xi?fiBm*)|vr*mtOw7#P zBY03|>hQGBpJg)@jf{=;Err5+sV<-PWXZ@~y)oChfRWv~ zz3KZaMV>|q3UXHz7o7HieNRLD3$@z6mS`0S=%2vO{W`zTtSL#N9qo*j#}Bm0`1yTV z8@h9KJdi)m_l-rj?p&LH5)G3uWzzV5fT7_PEUSk=qRN;h@HPxaYhTBDw_3aebL1G-veLYhDa3&6v=BagX( z{=rJy<19rePpt!;MzK#4f0w#OeJR;aHp*uK*Aws0G0C0UZXGM5u5M>5QOD0|FB#)m zWQ}Q+2P{*B~#{A1+4h)4Wk5z4}gkb=-pDOTxgwP#WIY*jP~yu-=Cc9|WFruZ~2G z06Il56};4!ucQMZS``h(U5ldO(^u$d`W+o|OU6bAXVLZiZa~Rt$&9;-^PHJ{PN99d zYt&hByh0&0yfb&PxH!Mxmz~6O)-h51bEQPiV(`n+lvC9lW)}o~ob2yYYf4JhZ}{S# zCaG;6O_gk()?fCSFu$H(T-1MWS(F0UoLuEdlsV_naL9+=@%paX7jc#W<3XK*dhrfx z!>0%1a}rLQU$m+@86FkwT}x~i@5NnR{(nepM;qf0Ak*CF9y`cK+pmOfaTw~jy7EKQ zVzwsQLuD1nwf!dn6P5aaLvJSu3Sx@B{6p+qRwekM!#*dtrWPk{kk(GT)Ez1)BzVZIRnuu!QU_}L|2cBzx^Y98* zIE>gthN=GdeU!~YnOP%{`iRgl7F`G5jQ>IxW7J++f|VfO8}84QV+BFI5!m|8HyxzA zAnn@j9|&eOYbv2<6^~_Mor@iF`|sF93*-t5*AIp&2{gUE6Sp<1$Q@V<%VG;PTi^J{ zdLF!z9cZ+ZNX$w6HuQ})^j%CG&%{50HwCHx;lSg}^U+KmBZjGG^g6FziCFyl{TsVl zNmo}FXe6|QYs;IPfY>8V`dnBj^5(ri^>*eD#ZWcXe*oq5Q(1Tf*5Sy=$? z6siCsKNyj`CJ>aBQgr~Qc7Qfx*3ITXdvp?1*xOs(RDYH?QW)615lAcc+%b~urPjRk@zPl; z`F*{;$7VB~k*vRp8pB1nuD=VQ5CDZwnDUTLZ~rNC4KynG4x``9(EJ6N3H9V{<4_iM z7csdHTpr4Ph!pXqDbukN`AhlD&v^WXnz-A$E)@i%(h z;<}Ar8=XGe;fd<^qpuQx1D%%xBVI3oy((?@FIKY-3J=FkPz2h_ODH~>@2o&JBs{aS zlB@2)rDLJC$IgRtsBOYp*Sc>8SX z>gg>!XC%WCH2)ulEUC1hWBs)5NEvmK?f_>PyQ$7ekpZd=#r6xG+8HDzRC zvd45nVq|V*wKx?ob$2cX_wi#2DysAIlwP*savuL z`aZovQSes@#wh2wW=^Bx2vK^l#xNee*DmVn=n#2~_|%q)CCA4H2~XMBm~v|5@%sqS z$@_jsaJsp$cCH)-kU|6Az0;@WeFhg-2?!FRqZ^OTZ%?{8!qrls^ojB}NQ#Sdf(6DQ z>ilgKAiJxBB2N)%t}4LcW@l#R4w&2E%7gv|e)v8r;vfg$$%>1Mwe#fauP(OY7&H#& zTd^9W)5BT~fqrUmD#-lz;MOxFday^bwq%KTplS72nGTLjwbUb#^xU z(%s01O&s0I;GBmRnCT zdf==9b|YHI2lqdD*BuXbHn!hMJV$_>?Q|R&X)}v2D=X_r;JAZ~3|jQHq54Y)Yinya zH#bpH(YJ56o$AlDYPGjg&;fI*UgNy;{t2t87}zURLUU$TRGo9W9a%_3w=aZVT2D*ig-D8IZsZjiDDLsdVni7wly z(a|38Xz{Ej!FF}$yX_x8;>}E<6THC2!9lxmgf zW5r(9?vFt-6BCB=T_2_WO(WntjsscM!NCEP6NCN0dyl7257sd7v9Pfl0sga}|A(I4 z>SF$HdRD@YHf@MDnN!h&>u6FN1#eHcS3I6ii^38?B}cnPOl72ix$ zIWz@7Uh0Bbzj?FZFQz$7z+puWdinF50dur*z_$9?91?h%k>`cQ(Q8>O4535x zPh`?(CnsF?8ZZ{4HbV<3$7-$YzNY48b$XmcHL$3#Htw{Nx$d+sT;4<=4q4R@Fb~G# zXwMAa1q6g_ooH6t8cpv43LKYFlk@F#!)#LsoSj}aC+7Dc#KN-MnHAx94S7q~3pDB3 zwW4}aJJR=}2BxN_Mn)9y%9A1|o*wy@@fKL4leoGLPEMd_2O?Bh2?R8?L1GTz)+4F6 z|7e7kr65FS)%9o9laty`DiCF;dWmtz*;ak{Vxtl$&dRhcn=V{ngWr_H)7!j!4YbtM zK&T`zfvUqbg@d(1l{KK7IBtxJ#FA=5Uc5M*{_YDj=8g6B3?o}xTb0k6G{vJpa0Y3< zvSc@PwQr$4?&psm(v(;<AmVlx+p6 zU~$p7QWLUjeGG`_*jOBv#OZ0>(S0D((%|4Sc>->6etsTEEXcQSgU%Gtj%(k2?_lP? zv9NHP@y8ukJCQ$FNvIq861fL z#0w%*g+Rx^P?(Z}5Q8$_V#wnE?p;_<1sTYoH=M*isSdN{W@a?2==V_*I$|Rt9^&Gfl&UKb{O3^=4Wv$K&+raV z-g$r5mA|220CnPZ!}b96>Jj`!!V^0)0y8i0PGF;nC@4Jo^Sa?Fb>B?!w(7~r2~b|5 zY9=?wEB9LXFKvLn4#XRFc6L5KK2s?x{TB&9yaQy$^DM4?)R(YpWV9T$bw^bt{}p50 znB|LpZ85PH(08-r%K)ZFK;U~$`08eU1Sdd0k<=kgK7dX^T*ktL;|b{Q4nm0j6ewu@ z$uDJOWYpF1)hGt;CvVt9rKOPqMNvV)I}aSb)k}rQ&;P;%<7_89{(A#HLCZL4XR=ZL zYdej^=e{B$#q)-YEm8MPBFwJewjaWph6cdo4V?WLz)SO05(sSs1R9!}$C7~ndA!>n&g{G#apdeC}uOQ58XeEksV9*xD;biwC zUVEk#J*f{n2hZZt0-S>bo0$Sp1>g<;nw*!Y^f*$EjxQvzUn#q|a9Is<`I=L*vMOaN z4h#;ay-1O3kOE#m(DlhABwvp8Hz^%p@Ep?u}jB(k~vCYB3nw-tqFkq-w z(|s0anpRVzHhiWj1RKq6a?3wWE5^%K6s41o5?|=TkSRy(Q`(1N>NY45%E-b4DLMhbbqMcHk=&wDw39vyK&vo zxcEz{g_>ho2)j7FTt0h3=6G(^C*(UN{8#Z4we6eZdY-3P_t5mOE~ex-;*vXUZ7X8F zmD#djJ!zGc%s>;e9RC$YsP}-lsv6bA&FO&FNheHapwe!=a%s3VN|E4ZGe8J*7Zw*+ z4_y0G6Lg(X;{ey2t4wRIT%mLaiZq!cx3NM0Om`db40g@49!D<%7A`K-OtSlTgMxtH z^>krC z3`Iuq*oJzcd%)J5b)IQU3KY-SEktrU}<%SOyFuQhU;9srCsg;RRf= z)3d9sl|A|q4{>lne}mO|*a^(TsQENX886@s#Y>nwS3}6H%F*epqEat+a#qq3eg@TaJ&}s55KG;hup3_vBa$VSrlp;oEM5zHhED%G zh1kXu3j?NA@~-v@a-B&8y$(1)E31+(A`^xNOn@MX*;ev$aXtAdwXF~IUVI{=&><56 znAe?ECAkMjP@Nt}q+>wwb9D+VBh z`1qhULI;q<0GriHnBz)yvW*Fny<}#uF7xybGq6s)g$m*?`Pl&h1G-y^kY8N=SOnMU<2J7>ED&@$Ad&Yk4SUZ}+*ND=Mg^b@ z2f`Q1%`r8qKpKJ+s^lxc<`CY+0W;|3=Ulz(@ z8_G~nPyl5x9gmHl-!t+)lLGK=PO7S^E-RQQ85+(549vSE3;`ewXpX=YG79c#a#D77 zUww*4tVIk4Io}rQeUaXC48%2nb3bfsjg$Ztz;CxHB-Abw6w;e0VHE&Fn@FnsG?1b4?@gvp_vOX$ZqZLuDi-KMnWnHJS7QK^92-vm{izK$IpWCH<6;K(xEJyW1=P z`)$0pK2nk^gJGG8VLkqIN%9YW0l>E^ED$h*V7;d6^C2d5s3Ng7T+6w%lcbNI@$n_0vDz(4(+&fW=iiiLoH0em{B{Ar1C27v53PptTFOs%tVug1 zm+7xMIHrK;;cFGQYxcPWe#19#Z~p8Qz$gh4dfLJC6yM0`=nQ%4Ux@B*&Otye8SMb( zjvhX-7r>8l(*U8x0}YgfghVub2eg2IZ8_SUfQ!r}tuz0BTdv-SSo>VL|KoIwYDrpa zI6v8YK*TNF_U3Qrw(-@ka~CWUYDcc;87XW|>x^Om1YU1Luk1A}fzx@C@ZDR_f!DaQ zvJ%2yBMcr^SorqFis{C)Br-!WjCk%OD`143O>~-c5fg*~1!%aAyi>qLs;ZwVU>CGG zZ-&2k!+;#HwZ2Yx=r9cwMnK^*0)Hi}Y_mWJ-n+hh32^DD-_2DiOCbPCgO!Cz6^lDx|POX3@a(@iD7YXP6-(j^4mad}==*e z)u`*tO0)8W?U#ZyydhVT$%2|{fxNE7Pkj!IB4p6u@bI|y1=^TkQrYw#RV5`~Tp<^F z2v?2YgcTL*`_ND#?SNi^u16&!gqWCLfqQHW3et}W=$SE3g*Et{x1R+Go0wz|m{aVj z{bK`NCO@4GVHzDB#mC40T2j*2*Vl9^jQp@o2uqpQCZP7#9gLi7*UK{40KoVQxIoOJ zj?7oUG?QHB0oqj1(-*3hh{6|))3l7 z5E^|W?W#aPkmnv?~u78G01;E-@1hpw%`i~kN z)k@vl_WL(4pvm^hp6Cir2gC)2gph@&FPP@&)ywb88rHQ3pes>hAo0L%xS24TB^tE-ow_?C%F& zWS5p604wJMG_*9*Le=6~U^&7-hJYlhuRjZ-dU1XZq&Z-=6Hh~70K*ISRy5eGD6Z{j>SIN03WyxZ)%kUl*( zVGp$1@AU(wp5ft~9@AeaP|Jw>2=DY{Y%3Elf56WJ4?U>vt=@q6KjrTF^=rENMBz(9 zd_3UMe5^dMWWi`j&>eqG*IJKhafC@EF0N9>QuU46YJ`Sgg+W<6WJuS5WFPeyf5eLyq;)6FDLjbE!_+M@763nKCtN;u02&*zXd zISc?g;Ll=Yq%h4G)p}fRhx7O`yn{=a;uLx;yE!xPQ%b%hC@?T((XaWId-&qwB2XRt z{BEm)Nmqc1_EDv^q4;>0itZ7Bq`<w&Rid65Hhu$B2!3O=n3 z7iiVMzAPbdu4bRn{(Jpr4fq(K5&;O zKDWc=&U%6e$OvFv0-7bDb<0L9Go3`j zVq?nyH-8V8F~#LQ&iOVbnm;KGO%NN1rUe^*>k)v!Z{Y;@&2mCOj8!_e@(>Xb0fh+U zR}ugBi~v>EMBjc@sG>ySwj1#jh(;>3F(9s-)qrdN(97J|@WitZ#Vi-EER@qqi_!oe z{Ve?I+B%RHOi#(2VAY=WD_S45SU3$$qR+Rn1bM9 z5>G*fUq@2=;RZqJF1(~xP*1<~LfwlxKX=bml!yiUc-9-Nq7T3PiOSBA)C9UvKK_@ z5g(uBlI#ml$ljj8J)He&_W3WoJ(HdLt}jev>(v|_=t;bhQNF5`sEVRkSVZ+^i-m*P zoGDoj_F@K&3Rx)d6P`H^_K=hodhDV=2wSUv>s|eQU;-T^74Q=A#8%hV_#B;s zfWs_CGA2HLMT-eN!S56lGMB~QPr7nvK)R>btk_=eNe2r7qwwiQ?<6Tmr&ma&#OG#wWCjhPqbP#7Kp&=8JFeds;hy*gY z_}4G0z^SO9&=Y|nucXu$%b;P%^27xzQ2a>2=9F%TJ@Vb z&jkcz4_ftYG=;(q0^tJ%(HsH_}jjgJ(1J=-;HwodT<~hPG^W5xg698$j$B$1=;A1CKb41*!7_*+gy!bFhC|jen=GVB_LetJNSrfO1>CcKzJGflYqrR zA8*K?^z!H5j1_J3|AhVPC{Jjz8*!1F)rlK(sNiBAy!%rMs4SpKmDY_)F_1YG#-xC{ zA(|ZBZI`2p<`i?c7UQ%b-!}tpTQJgNWo~X;$pCMpvTr87k|7^9BA{?r|Fm_jd6rDV zBD{G^1%E5#3uMJUObB2As}&{r?sBKl-rumlr*Ryfw=r}MVe7#w$+@1UW9IX1b~ zG?jb_PO7)gL4ZWDtqgk1H8q$GjP5p_{kcj+(J8e>KY`u{W`$7VU*saOKkn5sZ|FSD zoE|RNkexs{3Pn#w@>en}b z<^C=KE0-dC9-;%dd{j?ctZf#gt_oyr;6o0L8sJ5JPG}+sf>e%w{@LMelLgnawbRPV z9MjrTlxdUr(!)#K?A!VKtL1qASF$26Zt|8=T(jM_+ri1)0)M|Fv-W7xZF5W4*}0;^ zU^S*ro84-&z2RKvayRbBLr;vrfUt&gFtwB;7tN?`*dAxM1x3R!PT;6^-imUL=Iy0A z4b$4taCqa{LRnwst$Cn(#%)nVSi8ER$DMI|;@6;Zw71ahGZn zU0q!>G+AKKvqG)r!*W#n2KPAO$A^IF2WW*07*POQU^A#^CVdYmGjU*wgX?F(Ssqv} zRY29^{^%tI#jF4w4k)e@Bj3KvM^Z?I5%V)9$3#VuK`IH`O2BTL8OerEkBW-+<`Jqe zj+;1AzX1_-j@~N(&nPs3O9I<+S+ktB-RUAd#zD}PK4^W7g-mmKIWFZ4H$^OCy)BRR zla8x@!gKb0_@Y`4d(-{mVCW~^r1-uW-dGYfFp;;)w(5bgEHJXv;^K@t%8gu28)Kek zYtCly!Ms^j@Iq`M2LsI|OB$YIa>6gq77!5U`0f zG$byp@zR{tEuYVEnY1SDp(iPH|BI?EZO@KcmL~{o~#5@?xFCOmgg#-snN=Q7KBv_Px z2cUZ|)!#urH=QEF#$qg^dT-n`@AA%;r z2hU6IB&gB48I%7$Pl3v*$w7M@Q-Hs}f~G8zBOs>cTEgph+vu!twoaB{{9scyx&Q3W z*0UTE`j|6A0VGIjzk#)b&IGt9bMs3lphO_0o|3Yu@$3v>$k8NXK+nZG2a>1d^a1oGi!8i|hE|3*v zWYA@RgnlZ8vxM5E55V`e;0nLcbm8_-sfbA+-~y8BIli_}S>!eK&+xR%b^X~ZtjP)b znnF4b4ks4kWh%MkZ{NOwMR79U8U?uCT8|4?4Gn@({{Oh^pQ&Ivv_J@GYnhn?{r&Ho zD1pzz>;l+X=DsjtSaVZ`<1dx#y4;cNZxv9?d6bgnY^ zI1Fr{=H}o7kYdbw)%$?WcljgedjB+w;7=_Dh<=7o`(xLL!bccbf_1?3C75WbT|l|J zAqW;PP$H41z=Q`F>cf6*RjLl!Mze+4Bl>V|z;@|FN#nLxMMW4|h-U1+P^R~Aa&1-q zZOVZ1Y7MOZO2Qf-6#NYC6kibB^>Nt4^ zd;4Dtwv$Qy=B2MWQbF)TMQ>SL>rV6|8`6|}V%KXCA>xOAG4ReA8yhQrT)XbiWE7aD zI=T$nrD+v4HF;M-f5RtVVa*cXoHI=BQ3G)~SW5;Ymqsk{!0xkO5gilLLl4?r-GcvP z#JUy*#{IVz#lG|L(-Miaf_@!)UrBmB-ex=J0h5Bx|HImQ$5Z|H|KkUxP-Ijx(!e3I zlMy0hi%LRvMp+^Ipd@6JE$i4@$j+>cD0|CF_RQv3-^WYu`MEy7&+q%W-M;@_*ZX>3 z&N;8wb37jR_0Y*t%jD(ZsRIUq7t_TnT__~|nJ9o@tZQfFnLYtkme1m8V))8_1Yk;V z+TA#REitN~U+U+Uwj@HQ_Ef2v$F#_L{ACGZ7>BeCpRObG4aEe|H3bdg2%G5 zvLJUd_<;iad(23?|Llu0<3pxJx{66T02WjW+~|4qXMl&WfO}UX5AWNCL-aHfePDGYxNv|9IHfyo^f*MaLN&&zg&@@4qBkF;C;U+SeFijdwSnw^;`UuX?x z4OAswki6*zxeJDh5Ma@Xs35F#Mf{=oI#`<2H|{})3qcm`h`UIG zIaq}eF5w4iYDR?`=%j1XKVNQc>Xz=DaUlsflyNI`q}d+D2gT0=M5j z^0*vG!P0%@N+?6jQ;Eu#uqA=}qQ>Ws%7)rSOiU-UYk6=7>{rAjBw%3_AsyWL@(%~l zlm~ahU;dvb2D3|K9>)u^K%42fhN4EHu<=DjVURYY}qL(FDt*>3dP7JkCtr#&kR70zuIEXzoEW%?)U2KpgIKr zojEu?H@8)n3yg1|?W?b?4WtehKmQ01<;QEQk|2KqlS*~+>2PE?j7%`E#oa^P+p7%*~kye11Es!(W(*T#Y!&2}fRJgh+;QdK zj_Rc&Zp*>gR$|l9U}e#GiC4xTN(4Jv>y>|TQW9~@BH_&cpsv`;oz^lW;zxK}K)^U) z(?Yb(qM{UDhPw6&{I5bJU!q}$tcIsRS#_YDb>|dUIpT>2C?-5wD7ey2fH3Q)q=CUj zL9%pmPTigA`!zs&96IT^JzreQur-(862|dh#>^A?5p>mPDxAOSx^!`hKnMQn0AuMY z>m?tqd%r_E%6Ehp%P$^!)NW(?{6(Xl4K2SJ3p+d2-eop6&B8~aU#;a9@qZbD;|vzK zqRu>-hzGA_agJCUzQ-j{A>r}-51vtoj4S|75&hc zF3ms;#b`wYG$X&i$h)v(UC%&ZRZf%H6&V^TH5w8b`G`MCYU0IiERF`Olu^oWlqc8Q&U5vtghVv8^9umYnC<3%i5?V_VU2YTcM{JpYz!Om--Z$ zJlQUJ?_T(gw}8ac4NV9>Y@`Yw4~aMobQv(%)tex+jQ}nx{OdHQV&cKCcW7k|J#+Rf zN9CIbrPj4SE{@6kOUqYd4En6#<1bsMEne7T3B&Hk-$Lqr3TGh`K_(;2)_6FaP_UnO zC`}UA?C$;Mz}?;Z%#;)rlR1~b1P3`s#CWjr*Ko-56A9YWNZ8LJ)x8i5r&!5-@Cx>ykr?p%QuHJ12;yeZX zr9Z!}5WivDU2#jnZa{<+YdlJ1zTkwl<6eH2yEKmB1V>kAEc~ATS*VsKE}dt{N@l zCAtRzvaYe1^*+c+xTk|z1EG5Rcu4G(6aiZDytFj$9`rJccG{OLhuVbEK#M^8C46b- zIuh#AGgT0-UfOr_rMW3-Of_l1?LG4iexT&sDGcS97n@Efw;Vgh z_1OiCZ8L(HlK)yrTrEiJj-j-HJSDm+CB|3o2J zAlpG21adVbreW}jvrT) z#(L**7g;jg!#jPt$d*;uy5`pdHylYP=db?9S?}Ac)yh{XXz3BBSjyuZZFO~-QOUB$ z{mF^qaDt&wW|qYdk7GW##smh0hP?*_{GLu;xQ-FfW3(6eWdYE@qp9k zeh5B!zP6FSZU^|~*XGzHB&}4$8InF}sYh%%xZZ?@DlSim^oM)unfgnBk}2EH#Z=fXH;qM2r)BU-{r3>=Ozw1LWh_nh3ghbZM}mp*+7D%=(|Ozr zq@Qyt5xGy+MJ1@-5r%Lyd*R@rkftgVAKu12PP9qR5#8F#3kX=c-}6pU8_URpzG~(8 z=+f7gNoEk0#>Z0wEXH+LLsJvzS1=X&P|8x#9755tuooYGk&ZT(i`G$c=1~f zxj>Qf>=_>4QE1{&?muTbx-ucSR895M;IH+jtB~xuUPntQJ+!j+aDPo_poAnO;OxUF zet%B?u~(vYPoLzkFHS0$39U|t-s>&384z)(tJKd$B{S?t?2ew++FctbMi#+Ad`~Mn zQB>EgQ&{f!akC~Gh(;agO1e61h;C;>o$~Tnx{*=hTiuJow1l>NV%~t<{~GR(8|h zUvX>x?CNMjg9N;>vPoe^o>^2%cFO5_G<_GCl{KJ>lsgT z9m@|onqjU*XN*BKU`Wr7vSPm-)L;m!m7N{pY*@v_sz7k|?wy62#gGjme9_Gi4^5*) z0(ypr_ZMFaH&12wgAj%C^y$f;Kl7nFg##Iw*v32)qT6EtcR`5+3KwfTyOgRs&%hw? z>`A|3bfmO zAo7Chut4LoPX|P>)C@;1h#+x84Fh~MO;9=9l$M67h?HJvY<5UPp`WHd_FN}Fptd5 zp~Sbau;^|`Jz$ZHliLoSui2Ln0QNjQJRUrFkg5+R6?jqnqf#2#{1-2NuCKp2#Y%+( z*)K#1aB7usiHKmVtZqeIS&}+T2P*ra!pGrq$zTy#Sy|C6voi;D@8i=mY^J$huXYjkx)@k9=Ep2~{&(<}*4Vf;vb&p_z{LV@ z&Arq>4$N*)Q~}ii8H7N!0yWETNA*IqNdyB<0_Lmlva*tNYKJPE0jV|q7L1q6ig{#d zd3w@2XZ{x?EXq#ZHZhq3W=cp{Sn=Igb=hECk`7kN_mrX%)&#A*Ug)xAO+mY7A%sSw zgRg}2N*|yWs0k{nQvjNQekGDs9BZVG1tiPH+BzsWc-r{77!mZ9t~AfA0bOX-aW|Oh z`0~YDz!=V&8^ICR`> z{LFnn?i3HZYF=x^QtM3}{rz*nkYl0hCKlYFmF`GFLIP2jwgV0I^{FK#y(5oHP*w^U z$cyX;lUM*@#6C?j1h~P%jmUo#ZwL<;#4ok^;0U?cjgG;Ax{jzt6ndq@goN!0wx>8; zwdAz)l$Dj2SSCRsK@nwOrdhKEMBqIZsyafBDxhNyzz>w}hg<18nwsaYseu4x<>E!R zFU3}{VN}zpW^cpBG&9T6;vgd<<78oJef3o?&Bs z9dcuUMfd5MXiwlb@0WZG#=1R_NWqupjD4K-lH$7zfN{9Z&09ABzw?9qL_0fGCg>TP zY?ThqJFYW4przocB>RzP@yh4^yEc;-(kYuSFF=wAJjP1r^_?5gZ$LO&trc*>u(F|9 z$qjcF#mjvsN`CL1*8K{nLO4;v!+T)e)+}P$_vHY^m5}%ZKVWcRAnnNfP{lSh++krz zG#?P+fI)$m&SC-jB6TbwAz_il;LP;2?A_nOp!W1%aKJ*%13T@3mKGqVpk9_uIHp#T zn(DRcQzQ?7ZBo+e#)j`CO=i4glOqtwVCcCF>WQf9b~ig9&zAZ78ITxTh5T&n3}-zT z+yKM~oNoasvCqPaF;myysd2V^Ir`ZA0sj13r$-iQwe|b*l9Dx3Q)wkJ4ZbgK#sgAg zyGH`L1K7iHmMR;5K0bnWa}k@e$UO#!S+&A!FxM{VQ(;3KA|!m(5+JNwHXUx?OZgNe zD?{%e`c_qm5!_}L5D-A4Z`Q{g+PoPbBA5K42@d-}6ILo>jZQcLI3Ij4G&4p1;wq85 zX%9M6>oQLolj~16% zh}V@z7Lmj_x@|q=9@m^jxZEXuS{VDnGWp)`E8iMHB`<|iMv${*BN>}^}{gg^9-)A2SJI(w~ zr)sYSx+ee!yG;2SxAq|H8G63^A7a;!){d_-@J%V{>FJ%S=nthSh3@sj1qt=%@GTrV z(;M2lx}?6UTne=rnLbA$AH=fq6|8@)md6qm;fF#=p{tISxdXeoqrYE>i|e|cldkT$ z+C&MwS3Szn0^;PC59R+ zevnZ)12{?a7KvxI8gc)XmynpfvYx>(mOuJ*B;QR(KY@QK5oe!aRhi&h|H$67S7;^0R@xdZJnBp3+_9|5bF{X_^5UX)xHwwv>Q^(rGLhk=@UhOoBY@qrx6VF!b_~`Mx z8AyM%ou|0oj*i=EY9P^kx;!TP!xy%gkn0u8p=(S1Pc2TgKPr6ws#R;ZV~B!;PfgY) z<9r(rPKa?(jd=}$Ee^{v^ z17f_@s%TH3xHdrH75CFuH9aYY_N4}hG!N0qKxYGRQw`^fQoH#`*Dbg|AjlYWpvb%F zdtW=k1ADCk;(k7Avb=JkJ{DleTgLhjF&oof!isy~1JJi;Rz4NT0IRD>2(Og1};p8e>v9iIM`EfsZ@O#?(+1h;l|g(-9W^9THE1=rQ0^`?(S6L zYv#PCMTAl(sWdmYw`YARmBB}~C;yK`f){1~>jcyBw}yxVN&@^DYPoM6B02l<^^_4~8eY zucPCJ+{pO2l(-@MK)3)(t{vu}5`ieb-litSWYs_JaSHKoWUjwF$i#NuU@c5c&iOln zhxVF?$gs;w6Hv@r-`HQ}qgnPl5JLb_!Mmp~0H@OY?VX3K?$FQ>?(^vF0Eze$uCBZT zCb}PL)4?m3tO_x20$+%zkg5xk){Y%M!+TDtTo@7+cy-7;u?fvZ5W>EEgMooTuZ(5& zbwGffy}eF}m7bFmZe%2Gb0!UiT>M)&+P61A``7HdAYXQyJI6Vtcpl z^JkAskequrULE>Iq(|G&flMj5_<%oN=E!)x$$ioQI)^%No7DGGqeGN!j`P#x-hMF& zJ>tbCw^RsrfOc(_DB=`)Z*I=kH+V#ecS|EwFhv>KZV>5w(oFi^-|vFKq~BeHdodd# z9RKe-wpgyC#=ti>koXCG)dBknc&wr6g@gX8Sucdin7@Z|wFHi>yk?*CB*~?{80f5U zI528(5uiN|Zb^5KSGU1>{NTZ$ZH@)R((=wJ*(hUW-qZ*J_K2J%(I6sHKCscmX}2GL zm<8=(d%7|xWVyytGBal(IXh`z=U-i%!RIVkG7w=m)j@Xx{o^Fb3H0y6`0^+pZ*ifa zkx_HGFf?%gKaCpW(xBmd5z?WfFQCZtVjO%*&guW5od_%&z?xdxP0 zx8PU7WeimFX3rc5^!8@%RS6;50Vp1z3`XcNu*fHS>*?yE%nzH%MLXCNlaXN^?IWFW zd^|iCn%|1KRR)l~A(WZwfUO2ie*>k=L)ONm2VQyH6n>$60_s)j*wxvK0lrzw*}SO_;*2D{A6V)`i1MA0+c09-zi@^L2qy)uvDeM^FsKAg8 zI@Nl@$hg-bviWK5dnh%O4DZS)W65oh=9sb8Yqg_e=;U)mmyVHW)sc?`&~DkNT}BEE5x2c^hwfMr=NeqnZ7ekRAi#ocT3vlzBc%CL z?Q3}-wz=tP)}b|!q|2HG6mZIv5-H@ryA2TD{VuqKu^{}1{)jsBmq z<^18N3QaqhHMT)e0z_REa4Jh$$PSiHC@AQxulJ(KNK7;^G)&6R556P|9v8G5uMHWl z34|p<0+8Qmp!^=ueCP&51WCjnB_Z)(efIV=Ix^zN-IWDNmFBq*9nn4LQ9#6ykXbmf zmzVp2XWOh$#_0g0AOE2BcN_QRx!vN>?yn!xV)AsAKL8R` zY`~HB5^@=QM=kpgy%&yrmy?6dta@823ARWu%k3&dn}1#jPEB|E4giU!+nGF4K)N0R z1`ahfwR`ux%1GQjyy2)iq}ZEc4d6VnwZW2&1x}bxC@DxFG$f?=lQxXo!r+I!RRzfi zSn)kyQbjcy@Y`io4>LB3fQ7u<93#+@^TkDdy|9B!3giV zB;}A9-ClE8pFi)Hm`|TSo7cx6c%5iNLqn%>t$n`la1IJq?se>35DYZ|YjgoY?!zYu zw>+|3Pi1~AgOKr;ih~beI#zX9AK>HrN``wsA@*K6k?82rh#z_qh<{dB5ey5RkFG2f z6Be;6# zc;}Sr0E7oQo9FQll&cN#)YR0QPzmNh$nd~`3v3;@r=X_c^KDYq)?OGJtC$cIVy}(?1y+IRH+P7}S ziLv8FtnEf*X0mMy^X+~g-aFNV4;@;c2=vh~9V6ie-{IWD(5tgtC`fN}cC>##jwXm# z4*1sE+6tFB4-XH1Y+!7x62nsCIZc70pgtZEfUmgEAqgLb!;;d{AW?%yN&W>$iOjZL=Pyf}Yz=a_^on3r1V309-QC?q2pTHXs9|f&=BvJsN~ds#{BDd& z;v~hdiCKJX2u5H2;Am!BpqY68!GpsO9q|RQDXojtQlAZwhOC3;q3zbsd?R6c5BjiNhd3=H?KTrU0U4A1FC<>3K;1%U=vZ-@Ae<|!U zH+gyAT?RG0>oqTr9*g6>0O18|Q?s*x`@xB4LX3J6DZe0@rCCf`b>r_3#d{nCJEZM$ zKi>6d2R<5q)%0kB1(-3(FR6=)A%{=RLgMxTdy@7;bw78N2YN4wVVyZVAA44v+7HQ_8(?g5U#zo@OiHSc! z4Fsh?2qy>sXMaK?73_;?%SyeIC)v5)nDVV>D0gdz=z)$C#y}ti?MfNdT$7ojC3Cj& zPE9ZM?6jVaYlG{aP0FoYUgMP6;>#Rv`=V@Y2AmZ&0d&tmrZvaVe;BeB!$U*kS*saq zWYh1|)z`P+JxK`AePG`%Xa<^v1HvfKJrP8I=g!5Im1&~I;DRQ^C&d*4DKa~JNdfp? zi5<u`c;FGikO%fT~-Bf$^<- zIZ9=sOVcYY^CgdAoS^^}9`ITT^zb!U`T2|DrrO3M3asWc=w$%P|#)c!i)+}eORELo}Q;_ z*#J5QOf$T}kShHaX6mZ$`Nb> zUN^I9Mn0anZ_MSjHqGhwLxTIq&$ZbBqUCng^(pf08MgK1uX8PKXR*$cq^EIX6Yn*P zOYo_rvbD|Cv1zv-@y!j1ba&M%ZsOiYT|M3-?&N>Sv^Q1+40^|pSv@{>Y|KI-G9^>F z;HQY)TrbSAsQH*#Xi?fT9It0-)Z?5lJJm6~SNHsRomh}-w7|!hPbQYewES<9qtu^E zji)mZ-NVN2uE%chh^7{WIXdPI@5h$;Z0uoxp8wVnyt|f@;{3tZ%iq@kM#IjmjS&^U zfeE@01hmzDr7eelwc!WUJntK)*-%g3KeoSM@@dC|vX&C}fR&R|IeKNtc~SNd9q@u? zIuu8o4VV-O>4erAnwmi7$165JGb42Enwd)V`4m9)AXM7$xc_)Ze{HIBEj05;PZ@l1 z_O|`i?avGX_LnZvv<#HLr5E7Z%S(7JtjzABpfsUSHx`6_`ijVgl{Arw)^8=LN2Yvx z;l(o6wJ`=8ONs%TdC1ps1+vG3);U!-J`a6+w_z0Aip~xz+tIgDvs`@PJg=}<#MBt< z6)kw9Uu;kPXa4Zei=6s8Fb$%|=mbBx;%;|{Joxar(eUNndi6?M#npqAg~SG&IH8+0 zNpS9{w5+TTAbSR*HNx@93pEVUumGO&)EeLLnw)DVwN*g;%^38Iemy?Kiq66Nw}uQIOR^PF?CYk$v1$ybC$4RX>QkObz z+!!$R9RJ!k9Oc!2^AQpAR}u#YtK#o50^E8Q&f71NF^kS~3xh<0_6t_`iWSz8O*K1M zuuL2b>W!Vd`v_=H)oct%KDD%DVzMp1EYo3+^hMs6@4Iy>A$kD z#o+2xPkQQP?aXXxnX033`?RFcaA85Y5=L5@d5m4X`lT0oto3FiUtdSE@Laa$Ko=v$ zwZh1<7k5=Y&Oc)O^KlTs_{9^Don(h%u5IYOQEgKl0|hBFxf}HWTEnR_>_17{bcD1W z>gh2y^KYMg3}a;=)#lM2KW=MF1%-Agmp-Cd(ZpSJ8MlRaM^l$2CuaPODmWspvR-cmlO)noObi7=o{#ZQnZ-z z?(CfGaCM~|I<%JMm=vaK>Nt&?(piar{izG>6U#BEcX;2_Y;1uTW?Ox_b%t<->5;zC z5iijuag*VA-Xvz!C&4N>LJ0m z&0z$1k>-BSAdt|4I_Y#vf4=c+fsxj9Wo_-)Uj^6U_X53iSUXw(J zhBD;|))h&8f!17T-p%j$n)A=PhxR zhn~J7Hw%)Y4MyCmKV|@0z}VP@nVCz$4K>WV+4MB)Ms^if^Y384(3Mw|wq4wO9UD8a z;`M33xQTa9Wxx3HgCSK+yW415?i<>XkA}+O3%NodmReAfn0E1rM9Ol&ZlH@vpm!&b zIMSS65}cQ)`}lEYPR=4wv5O)|tpX7dAx8xyBqYGFrsOsBn}dFJ5(L-=Dh;<&mD2BI zKzao!DQVD@5%4t0$vy<68Sb|jBI9O!S|ULGo(_2&VtXZ!-;xRUW4BznNzlKsir9cV z3HS#>0RRqRTuP@L)sFvf2KqQK(2D$5tPWukRvXX*^j8cF238@e{$WB81qVRuw03*f zoPQoCxVTtYY;%#^ZRxQ6)j)Aff|BDV7q}UjB7d!ozij4JKY~2R4z`?Jo5|Q77o0YI zM^6t-4E6Jm6bb#~De|rqmR3{@eDC^V_a&zBYyH>ODyI%+3zNp}jlR9zx%(@AEnWNO z^5MmIda5t`qfl3cWhKS$U^#RqT>Kao11J<79G_gAemghaPS4Nyf?llIzxnF5Z+AoK zKz5bxGL1a#5FljxmGx?lj<~n#y$*PP`w7}7aRh2tH3+%{;%bjc`HeP=AN@b+0lkx5mALMx(W1m<)j}#lmEn*^z_UYG+Y>bgY_8JF= zmhsjPvinK_3)Ms-B3kz@+$g$$wrIajGWYE1j&F=*X=7$m zNYB%tB+R)^-tpWD|0P-sQY85SbfD{q;iEYoi4Tz71upkyZxDw`lUHS?f}DUOe75R6 zp@QSRwP?tGg?@T}x0ZzW!y^OmYk_@#YjcxbJ@*_73(NWQ&#c)sK2ZVlEeA0xK>0++ z#7uMEjf3GYTDpWZ{;n&~(Q8hK;wM+^-V_C!7G2#5D=pR zYZ#<>;02~}KAfEwL|BG(@W1m6qR2D+yu6OwRoKC;z*mD1P~SsY`S~_*+9nM^$QMJN z8Es~K4Syxf{;VVHIyr<+8#Yn1PlZ(Aod`#ej(bV}qYdSfgSPfW6pWa<>7Cp7y>W6! zl!b{Yxu9Sb(h6LZG&Q4ga&n{-0kJ-tKK;7_W?JxsSyulo<)0A5yykQ1T&EXvjioPI zkAKU^FlL++vXwxq4M+}bEJQLurfQ66XZ}G(5YFme2F!j$seRu9`su&=`)6Pg;Sq_B zjvi4mTJZRTiTLFE%@GPm5h4tz7QteFJ%Gl_njPxkM+AD&moW)CB>{D>+tnlop}C%<9Ebn1`D5J33>F9(ENV?;2C88~-*Cj$dUYPR&@ z-B_rJy3xD1qs<1>P0s(~(aq(q^{5|bDtZE9&7XrrlSctNAgBFvbDp9ED}3u3QXMvt22}>zkXSP2ngD5fToMh`Yz;2?*>_ymgnTO^!_gdW3zRuuwUE(v-}54 z!c62Dw7Q>IMQzh^DbEOoC;<^|%U8YA!vYRrgsqOgOTq-v5#ZwGj4d>7IScB5PMAll z?63}z6w61|oWc@zI}(K!R54>`hrUv%%|KnpA8vf0`mbTfeN z{s-Ii{Cr-BMQNg^rKN;Hc-7Ugu0SY~E(c*Az-J4c1n;gj$moiTi+z3N;c(K|Pw3^Y z>6)6JK95P54}xJltgO48+foRdl`wG)QvM)BD-1*uis#A_k&6yqeYtR9LBYsP5)6L+ zb2+BR=2G7b$M4)-lQuMDbbV0$sd*~k0DqK{#(hr{^$)N!;nNEY7! z(XD1rmz%<&)YSB2X{ik)3ngxc6f$@#qXYA(W1gs~+N_W)ExD4D=d`F#7S5H#22;{8 zyxtEsNN!VUj+2vfeZG5f1VQLO!)mLReqIDnXQ-U#ccv62D=RL-uZO4nrpmi}Qb$I% znwq$Xz2rkf2OhYUk?z=6WAlt zdsKu0Oi2(B6l@q@2CAU|)R07rA5q=sd3h<3p95J(8@)hlxSiH|@`PK10C7q4hy$zS zwm0ck2|^Tj`GEd#uOF=&Aj;wKIQWy!egOe6WKA0jrD*FpBVri1Y7b4sVMfiPe5C9=U$sBd?tSU9^u9>`b#Bh3I1 zeG-`@Tw7m{JQDbyCoaK)6Y_9}L2AHsB|Zd)7HK@BDZm=L3MSHf_dpx=9*jUC zCXix7La5*+f;dlm46co_F-b~b5aPZ;UEbMw=Tb_W$rKytDk09c;0?qYtUB@z`c%(e zgfJ516R4;__9Y|(B{p*UFKHHl8!Y3Xn`4;FXa8cfw>&-J*JxOt?{gTGfp*y-#_x%F`{(M&E#3UrFHH|Rk z(}P7wLq#_XQkcfZAY0RC{h8?brZfl{ep*;m6!iVp#>EC!78c~azEuXHFzXvgrh+Tz zFbrl{PJnazRgWphn)-4AFhVd38;4-Qj^rPvj)Cq?cm!Z`_(e9c(9b@JW1`DuL0wFh z*oMcJm8cB9RA7h3_yJ)blQI+r#gL&WH#hf~)R+WNMpc{g9Wc3>FC2$nyKxDU+Qf&G znOdz|H_SR>;MM%`mjyH+f}s7*n$NF|4d_G0q(C=0CY7WNmenySD3`{h;6|s;u6;Mi z3X4?n838g4k}li*@=P%GTR+d2?|;_ou@dHN>5hqTRX|b&MC{=&y!i9qQv9v-%u0BE zn2^W6E`I!G)isc|xg)BL5=v4T_*+&5_;!iPF1Tg+=D0Xz>Jqwdxxzn=lL?%I?NZ%F z?62#F>l|*0jzN#PEFIP?4Z5se9mcL#Tl+zWfzHs>)a-}E#E*{&iG5v}loO8%*)Mu* zZ7Qe-*5EUU8I{>_hrTK;>KLkm8|Gl^`7(Lfa zZ@12_S=gBM=*_43zRwz(ebp#5*RyBfX`XpRQQG7~8O>HyoDTuqc15LE7k5`vvyvo> zs~27CwcQ47MdFpOgEBY_Bs70KPE>%}daCl^;2fFT$Uu6U$u*l5BfF96&H7iw3$Na6 z&N@0$o{EV2ijj(N{uQ@ClYE*bSkdb8O6Jl+8D*mzjun)XHkNg>^D$Oc2?e5ET~B7D z?9gM!$ZP})q=S)%KyMEeq7|ABCQKj;VNMondm_t2SzLUs&Yvh{sa>A3l0)n9=xt3} z%>ok_3+FQAL#SyQi_Cv6WaUq3;=1DSV`HVCnwWTZl#hQc)jZ@F9nDTHGKGFhtT1yMA?YDxn=JFNg5+pNF-yY@|g~^r+od#v!t_)8X5+=Xfq-NyIS4O%I-HXouBXhn2?~35wTBY z04+Yxfv!-0XlTISZRfKF-ve!n?rva|dZF9>+V=Z(BOjhDN;JJ{3Z4}k)A%GL+dB;R zVYLgrn11TSY$lKQBnQogx!w7RoB5^TvtON91WWH{EYK?ra9%Gnq!(0%p17^8{q7dah|3 zQXoEA4euU;)X>{TFKLe-q_GJ1LB7FaP5nNBQ}W4LwH=D>y1@Y6p;I z-M?Qb4gxC(s9D-Y&H4O0*gVRADSKXl+eRO7WgMb0w@yzFqN$>I5ob2KpL`x zfpSECR%$6S*2$xUlANwQt@KPqdt>^0r~_Zbu_3=i_#0UND|gp5Y1R>N?l$35?|-@W565i(#p z{?dH(it1sA98co`iN>8g(DxA6LQxJd>*e?V(gd~u`q)52^VJP}TYkq&CAau`)Dy*# z@gLRri0*80anU}P*G^_?0vxx#H`73P1Ai7QKSXcAo&uC7jsFA~8URZG;W@;ZP%Ta5K{Y8ztUx|LK>fq~H^;Cn#` z1vePWpdU_ogILanDFY89A)$3xflEke#vL9Q`3FJpDK3-0nv+5ELh1DvVKWsB^JBh; zzxY6nG{Uws!BJ6Vjw?p4{h%IlaOk~&q3HOt^R8PqogekRrw@}pAijE)s6q6=TQs4E zHGwz7z_57mK?j!Kt)pE-L+^rFD~mpZZ;d%#8GvF)C77L?<12+nt~e9?n;8+rT=;%| zTcgrNu=Kdw)fgzBk;jYmz$K}c78hOkVpVeIZtaDOyLrk5R}fOq>N-@{NCjIR_WIUe zB!mh+58hwytn}v^*}$;8OH1SW?a$g?0pR@AnrxNm^A&Zcl_6m2LH`Z0nnwr;9ik|H zlMpt)CMv#t!#;$D<%?Cp@Ad?>Eg5Bve$Gs{KJr2vW)q-Lnj#X@`qN$LSb%{4DI=HC zPsTBgTRVaQGVh9<4hDQZB2KGmTi>T9Cwto3&byR@_+>v(Fu8jCi5WS8wQ6Ke8~fZR-aa0ULND(k`@XsQSd2%?=Sr&6urz* z{nBehC@$Xx*ldTQJb$l_fK?wPj2yyTA(X13yc`Ty%&v>Ud&O{Ig6jJer}o^$g!HKb z2(<-4qK3xumq27(3t;3@k1XQ-(m2QV`=6@3>((;4aMvZs3<0#dN4GNO@@v6i@>q!D*GtHH-M&oi+$V#INLtNVA@Hcy5bkk*|1LqsWt$K;& z_NrUxuRT(`ZP2g2sX+hY{y~)uQ35tk^yI@KHI~_B(xMPSS>mTK*~P!U?#7oyHnk^uddgg9;iWMb2lAq z)*5=dQVaNsjL9CGKO`U+&?g|cf4^@9!ZE*n_1)dun2WOP-Q9-qBoV3T?OC1rs;Hn( za`JtNHz$V5Z+c$5_>{NUVtnWLJ*4kF7)>D%CL9_bp2(V_iKU_Kdv)@s{Zin3L9wzd zb_ioH(VU94?(yE7?p3#2oqADvGawhcXS-8&giK?7uH(zml?@o095A`M%2gU|!+Y>V z54NXQ+`D(A3w#E+5cqVtIx!&9%qE*zr#qUWD6O5GOXU@IRyQhPj%p0oMl<~azu1p5 zeH&hzDQ_}S-SqUI3?#(86HN~5NOg#0o4OlVLB&|AMQR^;27{ZRZPrGZN(blH!=kBG zuTqs2rzlTyrCf&uboJ9rIGMK+d4c4hbh+b}?*}fODAV zOZ_ns_*%c0tGXsuTDo_%mT)2bqB!v}mp$SK?*kzw{o7!^v6g|>1L$;4O$7si=jqAL z(X54O*P+KoMwP~|o7h~qQ1XN2V4?nToV*uBUf=Nk;IAy0${Zv3Sut9u_Rb}{r3 purposes
  • TagManagement
  • +
+ context +
  • Status
  • +
  • ActivityStatus
  • +
  • ActivityProposed
  • +
  • ActivityOngoing
  • +
  • ActivityHalted
  • +
  • ActivityCompleted
  • +
  • ComplianceStatus
  • +
  • Compliant
  • +
  • Incompliant
  • +
  • PartiallyCompliant
  • +
  • NotCompliant
  • +
  • ViolationOfCompliance
  • +
  • AuditStatus
  • +
  • AuditApproved
  • +
  • AuditRejected
  • +
  • AuditRequested
  • +
  • hasStatus
  • +
  • hasComplianceStatus
  • +
  • hasActivityStatus
risk
  • hasConsequenceOn
  • @@ -13427,26 +14117,7 @@

    Proposed Terms

    • isRequiredFor
    entities_datasubject -
    • Patient
    • -
    • Employee
    • -
    • Student
    • -
    • Citizen
    • -
    • NonCitizen
    • -
    • Immigrant
    • -
    • Tourist
    • -
    • Customer
    • -
    • Consumer
    • -
    • User
    • -
    • JobApplicant
    • -
    • Visitor
    • -
    • Member
    • -
    • Applicant
    • -
    • Trainees
    • -
    • Subscriber
    • -
    • ServiceUsers
    • -
    • WebsiteVisitors
    • -
    • Clients
    • -
    • hasAgeOfMaturity
    • +
      • hasAgeOfMaturity
      legal_basis
      • EULA
      • diff --git a/dpv-owl/dpv.jsonld b/dpv-owl/dpv.jsonld index 88814608e..f25eeb345 100644 --- a/dpv-owl/dpv.jsonld +++ b/dpv-owl/dpv.jsonld @@ -1,36 +1,36 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataImporter", + "@id": "https://w3id.org/dpv/dpv-owl#PrimaryImportance", "@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-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Paul Ryan" }, { "@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": "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": "Indication of 'primary' or 'main' or 'core' importance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,17 +41,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data importer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataImporter" + "@value": "Primary 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#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#Importance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -62,15 +57,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfThirdParty", "@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": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ @@ -78,21 +72,16 @@ "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P 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": "Legitimate Interests of a Third Party in conducting specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -103,12 +92,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "Legitimate Interest of Third Party" } ], - "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#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -119,38 +108,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalBy", + "@id": "https://w3id.org/dpv/dpv-owl#Analyse", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" + "@value": "to study or examine the data in detail" } ], - "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://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -161,12 +137,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "Analyse" } ], - "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#LegalEntity" + "@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": [ @@ -177,37 +158,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isAfter", + "@id": "https://w3id.org/dpv/dpv-owl#Anonymise", "@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": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P. Krog" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' this concept in some context" + "@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/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/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -218,12 +187,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is after" + "@value": "Anonymise" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -234,37 +208,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataExporter", + "@id": "https://w3id.org/dpv/dpv-owl#Adapt", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" + "@value": "to modify the data, often rewritten into a new form for a new 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": [ @@ -275,17 +237,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": "Adapt" } ], - "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#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -296,31 +253,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#Transmit", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicate a risk is mitigated by specified measure" + "@value": "to send out data" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -331,17 +282,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is mitigated by measure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" + "@value": "Transmit" } ], - "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#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -352,14 +298,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity", + "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalAuthority", "@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": [ @@ -370,7 +316,12 @@ "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": "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -381,12 +332,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "SupraNationalAuthority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -397,10 +348,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionTime", + "@id": "https://w3id.org/dpv/dpv-owl#Certification", "@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": [ { @@ -410,7 +360,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" @@ -422,7 +375,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was given" + "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -433,7 +386,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision time" + "@value": "Certification" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -444,31 +402,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson", + "@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": "2021-04-21" + "@value": "2020-11-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": "Processing is necessary or required to protect vital interests of a natural person" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -479,12 +437,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@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#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Right" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -495,31 +453,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegistrationAuthentication", + "@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": "2020-11-04" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Register, authenticate, and identify users or agents in context of a service" + "@value": "Indicates the specified concepts is 'before' this concept in 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": [ @@ -530,12 +494,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Registration and Authentication" + "@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#ServiceProvision" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -546,46 +510,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv/dpv-owl#AccessControlMethod", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" } ], "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": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -596,12 +548,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is implemented using technology" + "@value": "Access Control Method" } ], - "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#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -612,40 +564,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonCommercialResearch", + "@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": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" } ], "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": "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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -656,12 +605,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -672,34 +621,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling", + "@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": "2019-04-05" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" } ], "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." + "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@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": [ @@ -710,7 +656,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "Child" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#NatualPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -721,25 +672,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Analyse", + "@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": "2019-05-07" + "@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/description": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "Indicates the source or origin of data being processed" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -750,17 +713,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Analyse" + "@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#Use" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -771,33 +729,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement", + "@id": "https://w3id.org/dpv/dpv-owl#AcademicResearch", "@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": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" } ], "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 or assist with research conducted in an academic context e.g. within universities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -808,12 +773,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personnel Management" + "@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#HumanResources" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -824,30 +794,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonGovernmentalOrganisation", + "@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": "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 move data from one location to another including deleting the original copy" } ], "http://purl.org/dc/terms/source": [ { - "@id": "http://purl.org/adms" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -858,12 +823,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@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#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#Transfer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -874,37 +844,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSource", + "@id": "https://w3id.org/dpv/dpv-owl#Required", "@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-13" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Paul Ryan" }, { "@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": "Indicates the source or origin of data being processed" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -915,12 +885,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data source" + "@value": "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#DataSource" + "@id": "https://w3id.org/dpv/dpv-owl#Necessity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -931,7 +901,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Data", + "@id": "https://w3id.org/dpv/dpv-owl#Country", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -944,12 +914,21 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A broad concept representing 'data' or 'information'" + "@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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -960,7 +939,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data" + "@value": "Country" + } + ], + "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": [ @@ -971,28 +955,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest", + "@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": "2021-05-19" + "@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": "Legitimate Interests of a Party as justification for specified processing" + "@value": "Manage claims, including repayment of monies owed" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "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#" } @@ -1000,12 +995,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Customer Claims Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1016,43 +1011,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity", + "@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": "2022-02-12" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" + "@value": "Georg P Krog" } ], "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": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1063,12 +1046,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Necessity" + "@value": "Vital Interest of Natural Person" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1079,25 +1062,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext", + "@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": "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 gather data from someone" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Context or conditions within which processing takes place" + "@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": [ @@ -1108,12 +1094,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing Context" + "@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#Context" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1124,25 +1115,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Copy", + "@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": "2019-05-07" + "@value": "2022-02-11" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@language": "en", + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1153,17 +1156,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Copy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Copy" + "@value": "Secondary Importance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Importance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1174,54 +1172,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-owl#MaterialDamage", "@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-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Javier Fernández" } ], "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://www.specialprivacy.eu/" - } - ], - "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 material damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1232,17 +1201,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": "Material Damage" } ], - "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#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1253,7 +1217,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#Representative", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1264,20 +1228,28 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" }, { - "@value": "Georg P Krog" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@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": [ @@ -1288,12 +1260,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "Representative" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consultation" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1304,7 +1276,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Law", + "@id": "https://w3id.org/dpv/dpv-owl#Data", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1322,7 +1294,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A law is a set of rules created by government or authorities" + "@value": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1333,7 +1305,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Law" + "@value": "Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1344,25 +1316,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment", + "@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": "2021-09-08" + "@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": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" + "@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": [ @@ -1373,12 +1354,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Assessment" + "@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#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1389,39 +1370,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Processing", + "@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": "2019-04-05" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@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" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" + "@value": "Impact that acts as or causes non-material damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1432,12 +1399,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing" + "@value": "Non-Material Damage" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv/dpv-owl#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1448,7 +1415,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasSector", + "@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" @@ -1456,18 +1423,32 @@ "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": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + "@value": "Specifies contact details of a legal entity such as phone or email" } ], "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": [ @@ -1478,12 +1459,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has sector" + "@value": "has contact" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Sector" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1494,9 +1475,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Certification", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionByJustification", "@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": [ { @@ -1505,39 +1487,37 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Mark Lizar" }, { - "@value": "Axel Polleres" + "@value": "Bud Bruegger" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@value": "Specifies the justification for entity providing consent" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://w3id.org/dpv/dpv-owl#" + "@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#label": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Certification" + "@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#CertificationSeal" + "@language": "en", + "@value": "has provision by justification" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1548,25 +1528,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Structure", + "@id": "https://w3id.org/dpv/dpv-owl#AuthorisationProcedure", "@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": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "Procedures for determining authorisation through permission or authority" } ], - "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": "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": [ @@ -1577,12 +1572,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Structure" + "@value": "Authorisation Procedure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organise" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1593,25 +1588,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation", + "@id": "https://w3id.org/dpv/dpv-owl#Derive", "@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-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "to create new derivative data from the original data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1622,12 +1617,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Obligation" + "@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#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1638,7 +1638,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1650,7 +1650,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Axel Polleres" }, { "@value": "Rob Brennan" @@ -1659,13 +1659,18 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@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": [ @@ -1676,12 +1681,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Pseudo-Anonymization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1692,9 +1697,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Payment", + "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative", "@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": [ { @@ -1703,6 +1709,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J.Pandit" + }, { "@value": "Georg P Krog" }, @@ -1710,13 +1719,18 @@ "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@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": [ @@ -1727,12 +1741,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment" + "@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#ServiceProvision" + "@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": [ @@ -1743,40 +1762,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasName", + "@id": "https://w3id.org/dpv/dpv-owl#Contract", "@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": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J.Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies name of a legal entity" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1787,12 +1791,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has name" + "@value": "Contract" } ], - "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#LegalAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1803,34 +1810,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDesign", + "@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": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@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": "The algorithmic logic applied or used" + } + ], + "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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1841,12 +1845,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Algorithmic Logic" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1857,14 +1861,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdPartyAgreement", + "@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-02-09" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -1875,7 +1879,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": "An organisation managed or part of government" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1886,12 +1890,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "GovernmentalOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1902,17 +1906,29 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AcademicScientificOrganisation", + "@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": "2022-02-02" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1920,12 +1936,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" + "@value": "Data subjects that subscribe to service(s)" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://purl.org/adms" + "@language": "en", + "@value": "note: subscriber can be customer or consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1936,12 +1953,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "Subscriber" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1952,25 +1969,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Adapt", + "@id": "https://w3id.org/dpv/dpv-owl#isMitigatedByMeasure", "@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" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to modify the data, often rewritten into a new form for a new use" + "@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": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1981,12 +2004,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Adapt" + "@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#Transform" + "@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": [ @@ -1997,7 +2025,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DeliveryOfGoods", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2009,10 +2037,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" + "@value": "Simon Steyskal" }, { "@value": "Fajar Ekaputra" @@ -2021,7 +2046,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" }, { "@value": "Axel Polleres" @@ -2030,7 +2058,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2041,17 +2069,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Delivery of Goods" + "@value": "Customer Care" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Delivery" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2062,25 +2090,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose", + "@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-05-07" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to make data known" - } + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@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": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2091,12 +2128,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disclose" + "@value": "Notice" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2107,7 +2144,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasCountry", + "@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" @@ -2115,12 +2152,15 @@ "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": "Georg P Krog" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" }, { "@value": "Harshvardhan J. Pandit" @@ -2129,12 +2169,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of specified country" + "@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": "http://www.w3.org/2002/07/owl#Thing" + "@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": [ @@ -2145,17 +2186,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has country" + "@value": "has provision by" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@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" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2166,40 +2202,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IncreaseServiceRobustness", + "@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": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@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": [ @@ -2210,12 +2243,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Data Source" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2226,25 +2259,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Duration", + "@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-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The duration or temporal limitation" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2255,7 +2303,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Duration" + "@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#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2266,23 +2324,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VulnerableDataSubject", + "@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": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan Pandit" }, - { - "@value": "Paul Ryan" - }, { "@value": "Georg Krog" } @@ -2290,13 +2345,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" + "@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": "This concept denote 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": "To indicate the membership, hasDataController may be used" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2307,12 +2362,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "Joint Data Controllers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#DataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2323,21 +2378,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalDataHandling", + "@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": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" } @@ -2345,12 +2402,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" - } - ], - "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": [ @@ -2361,12 +2413,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data handling" + "@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#PersonalDataHandling" + "@id": "https://w3id.org/dpv/dpv-owl#Assessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2377,39 +2429,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorRecordsManagement", + "@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-09-01" + "@value": "2021-05-05" } ], "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": "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": "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": [ @@ -2420,12 +2464,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Official Authority of Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2436,34 +2480,49 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers", + "@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-02" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg Krog" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/modified": [ { - "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" + "@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": [ @@ -2474,12 +2533,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@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#DataController" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2490,48 +2549,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#HumanResourceManagement", + "@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-09-01" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" } ], "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": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2542,12 +2578,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Human Resources Management" + "@value": "Legitimate Interest" } ], "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": [ @@ -2558,45 +2594,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData", + "@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-05-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" + "@value": "Javier Fernandez" }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Simon Steyskal" + }, { - "@language": "en", - "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Axel Polleres" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Fajar Ekaputra" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + "@value": "Elmar Kiesling" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "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": "Contextually relevant information about purpose not possible to represent through other concepts" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2607,41 +2638,48 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Special Category Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData" + "@value": "Context" } ], "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#Transform", + "@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": "2019-05-07" + "@value": "2020-11-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "The right(s) applicable, provided, or expected." } ], - "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": "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": [ @@ -2652,12 +2690,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transform" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@value": "Right" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2668,31 +2701,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasResponsibleEntity", + "@id": "https://w3id.org/dpv/dpv-owl#Harm", "@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": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" } ], "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": "Impact that acts as or causes harms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2703,17 +2742,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": "Harm" } ], - "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#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2724,14 +2758,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IndustryConsortium", + "@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-02-02" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -2742,12 +2777,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A consortium established and comprising on industry organisations" + "@value": "Indicates inclusion or applicability of an entity to some concept" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://purl.org/adms" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2758,12 +2799,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "IndustryConsortium" + "@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#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2774,37 +2815,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionTime", "@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-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" }, { - "@value": "Harshvardhan Pandit" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. 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'" + "@value": "Specifies the instant in time when consent was given" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2815,12 +2851,7 @@ "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" + "@value": "has provision time" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2831,40 +2862,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImproveInternalCRMProcesses", + "@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": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@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/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": [ @@ -2875,15 +2903,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" + "@value": "Register of Processing Activities" } ], "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#DataProcessingRecords" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2894,26 +2919,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Policy", + "@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": "2021-09-08" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2921,7 +2937,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." + "@value": "A human or non-human 'thing' that constitutes as an entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2932,12 +2948,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Policy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@value": "Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2948,25 +2959,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalServiceProvision", + "@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": "2021-09-08" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "to change the data without changing it into something else" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2977,12 +2988,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical Service Provision" + "@value": "Alter" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2993,34 +3004,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision", "@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": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Simon Steyskal" }, { - "@value": "Georg P Krog" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3031,12 +3048,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "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#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3047,25 +3064,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry", + "@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": "2022-02-09" + "@value": "2021-09-01" } ], "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/description": [ { "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@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": [ @@ -3076,12 +3102,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third Country" + "@value": "Record Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Country" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3092,25 +3118,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Profiling", + "@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-05-07" + "@value": "2022-02-14" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], - "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": "Indication of 'optional' or 'voluntary'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3121,12 +3159,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Profiling" + "@value": "Optional" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#Necessity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3137,43 +3175,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement", + "@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": "2022-01-26" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "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" + "@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": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." + "@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": [ @@ -3184,12 +3210,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processing Agreement" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@value": "Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3200,31 +3221,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DirectMarketing", + "@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": "2020-11-04" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@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": [ @@ -3235,56 +3270,41 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Direct Marketing" + "@value": "Special Category Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@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#Safeguard", + "@id": "https://w3id.org/dpv/dpv-owl#Profiling", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" + "@value": "2019-05-07" } ], "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": "to create a profile that describes or represents a person" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3295,12 +3315,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Safeguard" + "@value": "Profiling" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3311,25 +3331,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MakeAvailable", + "@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-05-07" + "@value": "2022-02-09" + } + ], + "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": "to transform or publish data to be used" + "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" } ], - "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": [ @@ -3340,12 +3372,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Make Available" + "@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#Disclose" + "@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": [ @@ -3356,15 +3393,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryTime", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceUsageAnalytics", "@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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -3372,16 +3408,22 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Bud Bruegger" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@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": [ @@ -3392,12 +3434,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry time" + "@value": "Analytics" } ], - "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#expiry" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3408,7 +3450,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv/dpv-owl#Consultation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3420,19 +3462,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "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": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3443,15 +3485,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Consultation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3462,34 +3501,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ContractualTerms", + "@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-04-05" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { "@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": "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3500,12 +3538,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Personnel Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#HumanResources" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3516,7 +3554,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization", + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3528,13 +3566,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" }, { "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" }, { "@value": "Harshvardhan J. Pandit" @@ -3543,12 +3587,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Process by which some personal identifiers are removed or identifiability is reduced" + "@value": "Personalise services or product or activities" } ], - "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_5/oj" + "@language": "en", + "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3559,12 +3604,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Service Personalization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3575,14 +3623,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EconomicUnion", + "@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": "2022-01-19" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -3593,7 +3641,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A political union of two or more countries based on economic or trade agreements" + "@value": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3604,12 +3652,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "Legal Obligation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3620,7 +3668,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#UserInterfacePersonalisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3632,22 +3680,28 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Simon Steyskal" }, { - "@value": "Rob Brennan" + "@value": "Fajar Ekaputra" }, { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Javier Fernandez" + }, { "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3658,12 +3712,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "User Interface Personalisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3674,34 +3728,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInTransfer", + "@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": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" } ], "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": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3712,12 +3757,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "Region" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3728,43 +3773,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Impact", + "@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": "2022-03-23" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Julian Flake" + "@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" - } - ], - "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": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3775,12 +3811,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Impact" + "@value": "Organisation Compliance Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3791,37 +3827,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SecondaryImportance", + "@id": "https://w3id.org/dpv/dpv-owl#SellProductsToDataSubject", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Javier Fernandez" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@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": [ @@ -3832,12 +3877,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Secondary Importance" + "@value": "Sell Products to Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Importance" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3848,46 +3893,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellInsightsFromData", + "@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": "2019-04-05" + "@value": "2022-01-26" } ], "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://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": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3898,12 +3922,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@value": "Consequence" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3914,14 +3938,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CollectedPersonalData", + "@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": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -3932,13 +3956,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 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": [ @@ -3949,12 +3967,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Collected Personal Data" + "@value": "Legal Entity" } ], "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": [ @@ -3965,10 +3983,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalByJustification", + "@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#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -3978,25 +3995,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Axel Polleres" + }, { - "@language": "en", - "@value": "Specifies the justification for entity withdrawing consent" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@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": "Deletion or Erasure of data including any deletion guarantees" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4007,7 +4021,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal by justification" + "@value": "Storage Deletion" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4018,31 +4037,22 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -4051,7 +4061,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4062,12 +4072,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@value": "Legal Compliance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4078,7 +4088,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4089,29 +4099,28 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Mark Lizar" }, { "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" + "@value": "Rob Brennan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@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": [ @@ -4122,12 +4131,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Provision" + "@value": "Anonymization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4138,37 +4147,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource", + "@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": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The source or origin of data" + "@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": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4179,12 +4177,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Source" + "@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#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4195,17 +4193,24 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataImporter", "@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-02-09" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -4213,13 +4218,12 @@ "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": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@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": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4230,12 +4234,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalisation" + "@value": "has data importer" } ], - "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#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": [ @@ -4246,37 +4255,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientDataController", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring", "@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-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" }, { - "@value": "Georg P. Krog" + "@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": "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": [ @@ -4287,17 +4295,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": "Customer Solvency Monitoring" } ], - "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#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4308,7 +4311,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isBefore", + "@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" @@ -4316,15 +4319,18 @@ "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": "Mark Lizar" }, { - "@value": "Georg P. Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" @@ -4333,7 +4339,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'before' this concept in some context" + "@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": [ @@ -4349,12 +4360,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is before" + "@value": "has location" } ], "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#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4365,40 +4376,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#IndustryConsortium", "@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 Fernández" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], "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" + "@value": "A consortium established and comprising on industry organisations" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4409,7 +4410,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "IndustryConsortium" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4420,31 +4426,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isPolicyFor", + "@id": "https://w3id.org/dpv/dpv-owl#ImproveInternalCRMProcesses", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" } ], "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": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4455,12 +4470,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is policy for" + "@value": "Improve Internal CRM Processes" } ], - "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#OptimisationForController" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4471,46 +4489,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellProductsToDataSubject", + "@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": "2019-04-05" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" + "@value": "Julian Flake" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" + "@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": "Was subclass of commercial interest, changed to reflect selling something" + "@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": [ @@ -4521,12 +4536,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Products to Data Subject" + "@value": "Impact" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4537,35 +4552,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", + "@id": "https://w3id.org/dpv/dpv-owl#Payment", "@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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "Indicates applicability of Risk" + "@value": "Georg P Krog" }, { - "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@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": "Process payment transactions in relation to service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4576,12 +4587,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has risk" + "@value": "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#Risk" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4592,15 +4603,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#RegionalAuthority", "@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": [ @@ -4611,12 +4621,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" + "@value": "An authority tasked with overseeing legal compliance for a region" } ], - "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": [ @@ -4627,17 +4637,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": "RegionalAuthority" } ], - "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#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4648,39 +4653,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicRelations", + "@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": "2021-09-01" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { "@value": "Paul Ryan" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4691,12 +4694,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Patient" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4707,34 +4710,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-owl#User", "@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-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Georg P. Krog" }, { "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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" + "@value": "Data subjects that use service(s)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4745,17 +4751,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": "User" } ], - "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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4766,40 +4767,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#ForProfitOrganisation", "@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-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@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" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "An organisation that aims to achieve profit as its primary goal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4810,12 +4796,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has legal basis" + "@value": "ForProfitOrganisation" } ], - "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#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4826,17 +4812,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonMaterialDamage", + "@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": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, { "@value": "Harshvardhan J. Pandit" } @@ -4844,7 +4845,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@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": [ @@ -4855,12 +4856,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Material Damage" + "@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#Damage" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4871,38 +4877,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionByJustification", + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement", "@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": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@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" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4913,7 +4920,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision by justification" + "@value": "Vendor 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": [ @@ -4924,34 +4936,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Notice", + "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryCondition", "@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": "2021-09-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@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": [ @@ -4962,12 +4978,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Notice" + "@value": "has expiry condition" } ], - "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#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4978,30 +4994,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonProfitOrganisation", + "@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": "2022-02-02" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "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": "Data subjects that are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5012,12 +5035,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonProfitOrganisation" + "@value": "Tourist" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5028,33 +5051,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LargeScaleProcessing", + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController", "@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": "Piero Bonatti" + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "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": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5065,12 +5095,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "Optimisation for Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5081,37 +5111,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NotRequired", + "@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-02-15" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Julian Flake" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Elmar Kiesling" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of neither being required nor optional i.e. not relevant or needed" + "@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": [ @@ -5122,12 +5161,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Not Required" + "@value": "Service Optimization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5138,23 +5177,29 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceUsageAnalytics", + "@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 P Krog" + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Julian Flake" + }, { "@value": "Beatriz Esteves" } @@ -5162,13 +5207,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": "Data subjects that are citizens (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5179,12 +5218,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Analytics" + "@value": "Citizen" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5195,10 +5234,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalTime", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", "@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": [ { @@ -5208,30 +5246,51 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "Data directly or indirectly associated or related to an individual." } ], - "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://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": "has withdrawal time" + "@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": [ @@ -5242,34 +5301,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Seal", + "@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": "2019-04-05" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Fajar Ekaputra" + }, + { + "@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": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5280,12 +5342,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Seal" + "@value": "Detriment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5296,31 +5358,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement", "@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": "2021-09-08" } ], "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": "Indicates association with Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5331,12 +5393,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data" + "@value": "Customer Relationship 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#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5347,31 +5409,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Child", + "@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": "2020-11-25" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "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": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@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": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5382,12 +5447,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Child" + "@value": "Privacy by Design" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#NatualPerson" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5398,36 +5463,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring", + "@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": "2021-09-08" + "@value": "2022-03-30" } ], "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": "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://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": "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": [ @@ -5438,12 +5498,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@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": [ @@ -5454,19 +5514,19 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SystematicMonitoring", + "@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": "Piero Bonatti" + "@value": "Rudy Jacob" }, { "@value": "Harshvardhan J. Pandit" @@ -5475,12 +5535,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "Create and provide personalised recommendations for events" } ], "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": [ @@ -5491,12 +5551,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Create Event Recommendations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5507,54 +5567,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-owl#ContractualTerms", "@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": "Mark Lizar" - }, - { - "@value": "Javier Fernández" + "@value": "Rob Brennan" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" } ], "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://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5565,12 +5605,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has purpose" + "@value": "ContractualTerms" } ], - "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#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5581,45 +5621,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan Pandit" }, { - "@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" - } - ], - "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": "Paul Ryan" + }, { - "@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#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": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5630,15 +5656,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject" + "@value": "Data Protection Authority" } ], "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#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5649,32 +5672,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Benefit", + "@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": "2022-03-23" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -5682,7 +5690,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@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": [ @@ -5693,12 +5706,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Benefit" + "@value": "Data Processor" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5709,7 +5722,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimiseUserInterface", + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5721,28 +5734,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Mark Lizar" }, { - "@value": "Elmar Kiesling" + "@value": "Rob Brennan" }, { "@value": "Axel Polleres" - }, - { - "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5753,12 +5760,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimise User Interface" + "@value": "Legal Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5769,22 +5776,22 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SingleSignOn", + "@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": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -5793,7 +5800,13 @@ "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": "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": [ @@ -5804,12 +5817,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "Sell Products" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5820,25 +5833,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Frequency", + "@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-02-16" + "@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": "The frequency or information about periods and repetitions in terms of recurrence." + "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5849,7 +5865,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Frequency" + "@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": [ @@ -5860,45 +5881,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure", "@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": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { - "@value": "Elmar Kiesling; 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": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Mark Lizar" + }, { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "Axel Polleres" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@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": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5909,17 +5919,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": "http://www.specialprivacy.eu/vocabs/data#Derived" + "@value": "Technical Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5930,26 +5935,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyNotice", + "@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": "2021-09-08" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Paul Ryan" }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -5957,7 +5956,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5968,12 +5967,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "Organisational Unit" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Notice" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5984,7 +5983,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isImplementedByEntity", + "@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" @@ -5992,42 +5991,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" } ], "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 an identifier associated for identification or reference" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -6043,53 +6027,56 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is implemented by entity" + "@value": "has identifier" } ], "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#Advertising", + "@id": "https://w3id.org/dpv/dpv-owl#Safeguard", "@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": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "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" + "@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": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." + "@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": [ @@ -6100,12 +6087,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Advertising" + "@value": "Safeguard" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6116,42 +6103,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#LargeScaleProcessing", "@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 Pandit" + "@value": "Piero Bonatti" + }, + { + "@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" + "@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_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)'." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6162,17 +6140,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": "http://www.specialprivacy.eu/langs/usage-policy#AnyData" + "@value": "Large Scale Processing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Data" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6183,14 +6156,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Required", + "@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-02-13" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -6198,22 +6171,19 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@value": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6224,12 +6194,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Required" + "@value": "Authentication Protocols" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6240,28 +6210,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Combine", + "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "Indicates information about storage condition" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" - }, + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "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": [ @@ -6272,17 +6259,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Combine" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Aggregate" + "@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#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6293,7 +6275,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Acquire", + "@id": "https://w3id.org/dpv/dpv-owl#Transfer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6306,12 +6288,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "to move data from one place to another" } ], "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": [ @@ -6322,12 +6304,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Acquire" + "@value": "Transfer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6338,68 +6325,29 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MaterialDamage", + "@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": "2022-03-30" + "@value": "2021-09-01" } ], "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 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": "Material Damage" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Damage" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@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-18" - } - ], - "http://purl.org/dc/terms/creator": [ + "@value": "David Hickey" + }, { - "@value": "Harshvardhan J Pandit" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" }, + { + "@value": "Paul Ryan" + }, { "@value": "Beatriz Esteves" } @@ -6407,13 +6355,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@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": "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": "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": [ @@ -6424,7 +6377,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Right" + "@value": "Human Resources 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": [ @@ -6435,25 +6393,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TargetedAdvertising", + "@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-03-30" + "@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": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6464,12 +6422,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "Disclose by Transmission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6480,54 +6438,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-owl#PrivacyNotice", "@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": "Javier Fernández" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "David Hickey" } ], "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://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6538,12 +6476,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has processing" + "@value": "Privacy Notice" } ], - "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#Notice" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6554,36 +6492,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerOrderManagement", + "@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": "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/description": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "to consult or query data" } ], "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" + }, + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6594,12 +6524,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Order Management" + "@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#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6610,7 +6545,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Disseminate", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymise", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6623,7 +6558,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://purl.org/dc/terms/source": [ @@ -6639,12 +6574,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Pseudo-Anonymise" } ], "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": [ @@ -6655,25 +6590,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Damage", + "@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-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@value": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6684,12 +6628,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Damage" + "@value": "Regularity of Re-certification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6700,40 +6644,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAddress", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestAssessment", "@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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@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": "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": [ @@ -6744,12 +6679,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has address" + "@value": "Legitimate Interest Assessment" } ], - "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#Assessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6760,31 +6695,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Risk", + "@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": "2020-11-18" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "to arrange data according to a structure" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6795,7 +6724,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk" + "@value": "Structure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Organise" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6806,17 +6740,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Contract", + "@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-04-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" } @@ -6824,7 +6773,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "Improve robustness and resilience of services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6835,15 +6784,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Contract" + "@value": "Increase Service Robustness" } ], "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" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6854,25 +6800,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Destruct", + "@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-05-07" + "@value": "2022-02-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to process data in a way it no longer exists or cannot be repaired" + "@value": "An organisation not part of or independent from the government" } ], "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": [ @@ -6883,12 +6834,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Destruct" + "@value": "NonGovernmentalOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Remove" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6899,37 +6850,70 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords", "@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-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Paul Ryan" + "@language": "en", + "@value": "Records of personal data processing, whether ex-ante or ex-post" + } + ], + "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 Processing Records" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities" + } + ], + "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 Third Party as a Recipient of persona data" + "@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": [ @@ -6940,17 +6924,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient third party" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty" + "@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": [ @@ -6961,9 +6940,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RiskManagementProcedure", + "@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": [ { @@ -6973,13 +6953,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" }, { "@value": "Mark Lizar" @@ -6988,18 +6965,13 @@ "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": "Specifies the justification for entity withdrawing consent" } ], "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": "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": [ @@ -7010,12 +6982,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": "has withdrawal by justification" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7026,7 +6993,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization", + "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInTransfer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7038,34 +7005,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Simon Steyskal" + "@value": "Axel Polleres" } ], "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": "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": [ @@ -7076,15 +7031,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "Encryption in Transfer" } ], "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#Encryption" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7095,39 +7047,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorPayment", + "@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": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "David Hickey" + "@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": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7138,12 +7085,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Staff Training" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7154,39 +7101,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer", + "@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": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "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": "Indicates policy applicable or used" } ], - "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": [ @@ -7197,56 +7136,52 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Officer" + "@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#Representative" + "@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": [ { "@language": "en", - "@value": "modified" + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement", + "@id": "https://w3id.org/dpv/dpv-owl#DataSubProcessor", "@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-25" } ], "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 communication or provide means for communication e.g. to send an email notifying some information" + "@value": "A 'sub-processor' is a processor engaged by another processor" } ], "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": "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": [ @@ -7257,12 +7192,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication Management" + "@value": "Data Sub-Processor" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7273,73 +7208,53 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", + "@id": "https://w3id.org/dpv/dpv-owl#StorageDuration", "@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": "Mark Lizar" }, { "@value": "Axel Polleres" }, { - "@value": "Bud Bruegger" + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "Duration or temporal limitation on storage of personal data" } ], - "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-owl#" } ], - "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": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data controller" + "@value": "Storage Duration" } ], - "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#Duration" }, { - "@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#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7350,40 +7265,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Context", + "@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": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contextually relevant information about purpose not possible to represent through other concepts" + "@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": [ @@ -7394,7 +7303,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Context" + "@value": "is authority for" + } + ], + "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": [ @@ -7405,36 +7319,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DisputeManagement", + "@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": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], - "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": [ @@ -7445,12 +7360,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dispute Management" + "@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#OrganisationGovernance" + "@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": [ @@ -7463,8 +7383,8 @@ { "@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#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": [ { @@ -7512,7 +7432,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AnonymisedData", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymisedData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7524,19 +7444,13 @@ ], "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" - } - ], - "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": "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": [ @@ -7547,12 +7461,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymised Data" + "@value": "Pseudo-anonymised 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#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7563,31 +7477,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnterIntoContract", + "@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": "2021-04-07" + "@value": "2022-02-15" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@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": "Processing necessary to enter into contract" + "@value": "Indication of neither being required nor optional i.e. not relevant or needed" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7598,12 +7518,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Not 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": [ @@ -7614,38 +7534,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionMethod", + "@id": "https://w3id.org/dpv/dpv-owl#Duration", "@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-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 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": "The duration or temporal limitation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7656,7 +7563,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision method" + "@value": "Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7667,17 +7574,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Technology", + "@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": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -7685,13 +7598,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": "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": [ @@ -7702,7 +7609,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technology" + "@value": "Single Sign On" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7713,34 +7625,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal", + "@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": "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/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": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7751,12 +7654,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification and Seal" + "@value": "Acquire" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7767,25 +7670,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Store", + "@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": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to keep data for future use" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" } ], - "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": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7796,12 +7708,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Store" + "@value": "Certification and Seal" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7812,14 +7724,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement", + "@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": [ @@ -7827,16 +7739,22 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@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": [ @@ -7847,12 +7765,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Joint Data Controllers 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": [ @@ -7863,25 +7781,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymise", + "@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/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" - } - ], + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + } + ], + "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" + } + ], "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": [ @@ -7892,12 +7830,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Data Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7908,34 +7846,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Location", + "@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": "2022-01-19" + "@value": "2019-04-05" } ], "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/description": [ { "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@value": "The processing performed on personal data" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/modified": [ { - "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@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": [ @@ -7946,7 +7889,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Location" + "@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": [ @@ -7957,7 +7905,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Authority", + "@id": "https://w3id.org/dpv/dpv-owl#EvaluationScoring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7969,19 +7917,21 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" - }, - { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority with the power to create or enforce laws, or determine their compliance." + "@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": [ @@ -7992,15 +7942,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authority" + "@value": "Evaluation and Scoring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8011,7 +7958,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition", + "@id": "https://w3id.org/dpv/dpv-owl#OptimiseUserInterface", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8026,19 +7973,25 @@ "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" + "@value": "Elmar Kiesling" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conditions required or followed regarding storage of data" + "@value": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8049,12 +8002,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "Optimise User Interface" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8065,31 +8018,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", "@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": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@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": [ @@ -8100,12 +8053,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Requested Service Provision" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@value": "Technical and Organisational Measure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8116,25 +8064,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Alter", + "@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": "2019-05-07" + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to change the data without changing it into something else" + "@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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8145,12 +8114,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Alter" + "@value": "Enforce Security" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8161,14 +8130,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RecordManagement", + "@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": "2021-09-01" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -8176,19 +8145,28 @@ "@value": "Paul Ryan" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "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": "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": [ @@ -8199,12 +8177,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Record Management" + "@value": "Importance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8215,38 +8193,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv/dpv-owl#Technology", "@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-01-26" } ], "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": "Specifries the method by which consent can be/has been withdrawn" + "@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": "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": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8257,7 +8228,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal method" + "@value": "Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8268,17 +8239,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords", + "@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": "2021-09-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -8286,7 +8266,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Records of personal data processing, whether ex-ante or ex-post" + "@value": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8297,12 +8277,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processing Records" + "@value": "Storage Condition" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8313,7 +8293,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer", + "@id": "https://w3id.org/dpv/dpv-owl#StorageLocation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8325,19 +8305,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" + "@value": "Mark Lizar" }, { "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" @@ -8346,7 +8320,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8357,17 +8331,15 @@ "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": "http://www.specialprivacy.eu/vocabs/purposes#Custom" + "@value": "Storage Location" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" + "@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": [ @@ -8378,34 +8350,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInRest", + "@id": "https://w3id.org/dpv/dpv-owl#isImplementedUsingTechnology", "@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": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@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": [ @@ -8416,12 +8400,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption in Rest" + "@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#Encryption" + "@id": "https://w3id.org/dpv/dpv-owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8432,26 +8416,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasStorage", + "@id": "https://w3id.org/dpv/dpv-owl#SubProcessorAgreement", "@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-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "Julian Flake" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -8460,17 +8446,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about storage condition" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" - } - ], - "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 Processor and a Data (Sub-)Processor" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8481,12 +8457,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has storage" + "@value": "Sub-Processor Agreement" } ], - "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#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8497,46 +8473,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Sector", + "@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": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" } ], "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": "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": "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": "Top class: Impact Assessment, and DPIA is sub-class" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8547,7 +8514,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sector" + "@value": "Data Protection Impact Assessment (DPIA)" + } + ], + "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": [ @@ -8558,33 +8530,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AutomatedDecisionMaking", + "@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": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@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": [ @@ -8595,12 +8573,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Vendor Records Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8611,45 +8589,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataImporter", + "@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": "2021-09-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" - }, - { - "@value": "David Hickey" + "@value": "Mark Lizar" }, { - "@value": "Georg Krog" + "@value": "Bud Bruegger" }, { - "@value": "Paul Ryan" + "@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" - } - ], - "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": "Generic property specifying when or under which condition(s) the consent will expire" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8660,12 +8625,7 @@ "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" + "@value": "has expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8676,30 +8636,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/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": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" + }, + { + "@value": "Axel Polleres" } ], "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": [ @@ -8710,12 +8680,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": [ @@ -8726,7 +8696,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferImpactAssessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8750,7 +8720,7 @@ "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": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8761,12 +8731,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Data Transfer Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8777,49 +8747,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest", "@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-04-21" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernández" - }, - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "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": "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": [ @@ -8830,17 +8776,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": "Vital Interest" } ], - "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#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8851,37 +8792,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataProcessor", + "@id": "https://w3id.org/dpv/dpv-owl#CreateProductRecommendations", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Elmar Kiesling" }, { - "@value": "Paul Ryan" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8892,17 +8836,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data processor" + "@value": "Create Product Recommendations" } ], - "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#DataProcessor" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" } ], - "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#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8913,37 +8857,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts", + "@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": "2021-09-08" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell products or services" + "@value": "to produce an exact reprodution of the data" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8954,12 +8886,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Products" + "@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#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8970,37 +8907,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity", + "@id": "https://w3id.org/dpv/dpv-owl#Seal", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "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": [ + "@value": "Mark Lizar" + }, { - "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" + "@value": "Rob Brennan" } ], - "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": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9011,12 +8945,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has entity" + "@value": "Seal" } ], - "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#CertificationSeal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9027,39 +8961,49 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorSelectionAssessment", + "@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-01" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "David Hickey" + "@value": "Javier Fernández" }, { - "@value": "Paul Ryan" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@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": [ @@ -9070,12 +9014,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@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#VendorManagement" + "@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": [ @@ -9086,17 +9035,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic", + "@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": "2022-01-26" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -9104,13 +9059,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The algorithmic logic applied or used" - } - ], - "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": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9121,12 +9070,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Algorithmic Logic" + "@value": "Records of Activities" } ], "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": [ @@ -9137,7 +9086,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv/dpv-owl#Encryption", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -9148,29 +9097,23 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Axel Polleres" }, { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Technical measures consisting of encryption" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9181,12 +9124,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "Encryption" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9197,33 +9140,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreateEventRecommendations", + "@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": "2019-11-26" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" + "@value": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9234,12 +9181,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Event Recommendations" + "@value": "Non-Public Data Source" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9250,37 +9197,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Detriment", + "@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-03-23" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@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": [ @@ -9291,12 +9226,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Detriment" + "@value": "Adult" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9307,14 +9242,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymisedData", + "@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-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -9325,7 +9260,7 @@ "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": "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": [ @@ -9336,12 +9271,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-anonymised Data" + "@value": "Complete Anonymisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9352,17 +9287,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence", + "@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": "2022-01-26" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rudy Jacob" + }, { "@value": "Harshvardhan J. Pandit" } @@ -9370,7 +9308,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@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": [ @@ -9381,12 +9324,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence" + "@value": "Create Personalized Recommendations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9397,37 +9340,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing", + "@id": "https://w3id.org/dpv/dpv-owl#Sector", "@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": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@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": "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#comment": [ { "@language": "en", - "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" + "@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": [ @@ -9438,12 +9390,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marketing" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@value": "Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9454,23 +9401,22 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryCondition", + "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure", "@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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" @@ -9479,13 +9425,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": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9496,12 +9436,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry condition" + "@value": "Risk Mitigation Measure" } ], - "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#expiry" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9512,33 +9452,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations", + "@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": "2019-11-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Paul Ryan" + }, + { + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" + "@value": "An authority with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9549,12 +9487,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "Authority" } ], "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" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9565,14 +9506,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SubProcessorAgreement", + "@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-01-26" + "@value": "" } ], "http://purl.org/dc/terms/creator": [ @@ -9580,10 +9522,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Fajar Ekaputra" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { "@value": "Georg P Krog" @@ -9595,7 +9537,12 @@ "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 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": [ @@ -9606,12 +9553,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@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#DataProcessingAgreement" + "@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": [ @@ -9622,25 +9574,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Remove", + "@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": "2019-05-07" + "@value": "" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to destruct or erase data" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], - "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": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9651,12 +9621,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Remove" + "@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#Processing" + "@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": [ @@ -9667,28 +9642,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Optional", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedBenefits", "@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": "Georg P Krog" + "@value": "Elmar Kiesling" }, { - "@value": "Julian Flake" + "@value": "Javier Fernandez" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" }, { "@value": "Harshvardhan J. Pandit" @@ -9697,7 +9675,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@value": "Create and provide personalised benefits for a service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9708,12 +9686,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optional" + "@value": "Personalised Benefits" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9724,31 +9702,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement", + "@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": "2022-01-26" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The involvement of humans in specified context" + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@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." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9759,12 +9732,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Human Involvement" + "@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#Context" + "@id": "https://w3id.org/dpv/dpv-owl#Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9775,25 +9748,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain", + "@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": "2019-05-07" + "@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": "to solicit or gather data from someone" + "@value": "Specifies the notice provided in context of consent" } ], - "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 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": [ @@ -9804,12 +9790,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Obtain" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@value": "has consent notice" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9820,25 +9801,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Adult", + "@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-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "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": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9849,12 +9839,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Adult" + "@value": "Design Standard" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9865,46 +9855,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity", + "@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": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" + "@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": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9915,12 +9890,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enforce Security" + "@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#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9931,28 +9906,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis", + "@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": "2021-09-08" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krogg" + "@value": "Beatriz Esteves" }, { - "@value": "David Hickey" + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" + "@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": [ @@ -9963,12 +9953,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Legal Basis" + "@value": "Customer" } ], "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": [ @@ -9979,7 +9969,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommercialResearch", + "@id": "https://w3id.org/dpv/dpv-owl#InternalResourceOptimisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -9991,28 +9981,28 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" + "@value": "Simon Steyskal" }, { - "@value": "Elmar Kiesling" + "@value": "Fajar Ekaputra" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Javier Fernandez" }, { "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" + "@value": "Elmar Kiesling" } ], "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": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10023,17 +10013,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": "http://www.specialprivacy.eu/vocabs/purposes#Develop" + "@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": [ @@ -10044,34 +10029,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDefault", + "@id": "https://w3id.org/dpv/dpv-owl#Immigrant", "@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": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "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": "Data subjects that are immigrants (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10082,12 +10070,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Immigrant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10098,18 +10086,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRight", + "@id": "https://w3id.org/dpv/dpv-owl#ImproveExistingProductsAndServices", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" } @@ -10117,12 +10119,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": "Improve existing products and services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10133,12 +10130,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has right" + "@value": "Improve Existing Products and Services" } ], - "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#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10149,14 +10146,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest", + "@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": "2021-04-21" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -10167,7 +10164,7 @@ "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": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10178,12 +10175,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "Technical Service Provision" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10194,45 +10191,55 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataController", + "@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": "2019-04-05" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "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": "Indicates implementation details such as entities or agents" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], - "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_7/oj" + "@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#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@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." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10243,23 +10250,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Controller" + "@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#LegalEntity" + "@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#hasAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#hasThirdCountry", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -10267,7 +10274,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": [ @@ -10281,7 +10288,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of authority for a jurisdiction" + "@value": "Indicates applicability or relevance of a 'third country'" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -10297,12 +10304,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has authority" + "@value": "has third country" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@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": [ @@ -10313,30 +10325,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NationalAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#MatchingCombining", "@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": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a nation" + "@value": "Processing that involves matching and combining of personal 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": [ @@ -10347,12 +10362,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NationalAuthority" + "@value": "Matching and Combining" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10363,31 +10378,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferImpactAssessment", + "@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": "2021-09-08" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Georg P Krog" + }, { "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact Assessment for conducting data transfers" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10398,12 +10416,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "Safeguard for Data Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#Safeguard" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10414,25 +10432,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Entity", + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfFailure", "@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": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity" + "@value": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10443,7 +10464,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Entity" + "@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": [ @@ -10454,22 +10480,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consultation", + "@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": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" @@ -10478,7 +10510,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" + "@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": [ @@ -10489,12 +10521,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consultation" + "@value": "Controller-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": [ @@ -10505,14 +10537,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MemberPartnerManagement", + "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryTime", "@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": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -10520,24 +10553,16 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" } ], "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": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10548,12 +10573,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Members and Partners Management" + "@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#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10564,14 +10589,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DesignStandard", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -10579,19 +10604,16 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@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": [ @@ -10602,12 +10624,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Design Standard" + "@value": "Communication for Customer Care" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@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": [ @@ -10618,31 +10643,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities", + "@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": "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Records of activities within some context such as maintainence tasks or governance functions" + "@value": "Data that is not 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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10653,12 +10678,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "Non-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#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10669,7 +10694,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StaffTraining", + "@id": "https://w3id.org/dpv/dpv-owl#CodeOfConduct", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -10696,7 +10721,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10707,12 +10732,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Code of Conduct" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10723,31 +10748,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData", + "@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": "2022-01-19" + "@value": "2022-01-26" } ], "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": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" + "@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": "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": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10758,12 +10795,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sensitive Personal Data" + "@value": "Data Processing Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10774,37 +10811,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrimaryImportance", + "@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": "2022-02-10" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Georg P Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10815,12 +10849,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "Policy" } ], "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": [ @@ -10831,46 +10865,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellDataToThirdParties", + "@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": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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" + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10881,12 +10900,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Data to Third Parties" + "@value": "Direct Marketing" } ], "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": [ @@ -10897,34 +10916,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Country", + "@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": "2022-01-19" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Beatriz" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "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" + "@value": "Manage customer orders" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@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." + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10935,12 +10956,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Country" + "@value": "Customer Order Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10951,39 +10972,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymization", + "@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": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "David Hickey" } ], "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": "An entity that 'exports' data where exporting is considered a form of data transfer" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/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#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": [ @@ -10994,12 +11021,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "Data Exporter" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11010,17 +11037,24 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalAuthority", + "@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": "2022-02-02" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11028,12 +11062,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": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" } ], - "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": [ @@ -11044,12 +11078,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SupraNationalAuthority" + "@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#Authority" + "@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": [ @@ -11060,40 +11099,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InternalResourceOptimisation", + "@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": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P. Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@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": [ @@ -11104,12 +11140,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@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#OptimisationForController" + "@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": [ @@ -11120,46 +11161,66 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor", + "@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": "2019-06-04" + "@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": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." + "@value": "Personal Data that is obtained or derived from other data" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" + "@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-owl#" + "@id": "https://www.w3.org/community/dpvcg/" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Data Processor" + "@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": "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#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11170,31 +11231,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasApplicableLaw", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling", "@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": "Javier Fernández" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of a Law" + "@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/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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11205,12 +11269,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has applicable law" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Law" + "@value": "Personal Data Handling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11221,40 +11280,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IdentityVerification", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@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": [ @@ -11265,12 +11321,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Vulnerable Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11281,14 +11337,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InferredPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#isPolicyFor", "@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-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -11299,13 +11356,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" + "@value": "Indicates the context or application of policy" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@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." + "@id": "https://w3id.org/dpv/dpv-owl#Policy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11316,15 +11372,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Inferred Personal Data" + "@value": "is policy for" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData" - }, + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11335,22 +11388,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceRecordManagement", + "@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": "2021-09-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" @@ -11359,7 +11416,17 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@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": [ @@ -11370,12 +11437,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Order Management" + "@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#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11386,33 +11453,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InternationalOrganisation", + "@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": "2022-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Javier Fernandez" }, { - "@value": "Julian Flake" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@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": "Sell data or information to third parties" } ], - "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_26/oj" + "@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": [ @@ -11423,12 +11503,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "International Organisation" + "@value": "Sell Data to Third Parties" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11439,20 +11519,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Share", + "@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-05-07" + "@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": "to give data (or a portion of it) to others" + "@value": "Processing that involves automated decision making" } ], "http://purl.org/dc/terms/source": [ @@ -11468,12 +11556,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Share" + "@value": "Automated Decision Making" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11484,25 +11572,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement", + "@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-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" }, { "@value": "Harshvardhan J. Pandit" @@ -11511,12 +11597,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "Specifies the method by which consent was provisioned or provided" } ], - "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": "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": [ @@ -11527,12 +11614,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Management" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@value": "has provision method" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11543,25 +11625,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Region", + "@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": "2022-01-19" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@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": "A source of data that is publicly accessible or available" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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": [ @@ -11572,12 +11672,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Region" + "@value": "Public Data Source" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11588,9 +11688,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedBenefits", + "@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": [ { @@ -11599,29 +11700,20 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Bud Bruegger" }, { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11632,12 +11724,7 @@ "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" + "@value": "has withdrawal time" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11648,17 +11735,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData", + "@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-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11666,13 +11762,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data that is not Personal 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://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": "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": "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": [ @@ -11683,12 +11784,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Personal Data" + "@value": "Risk Management Procedure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Data" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11699,36 +11800,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerClaimsManagement", + "@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": "2021-09-08" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Beatriz" + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@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://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11739,12 +11837,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Claims Management" + "@value": "International Organisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11755,40 +11853,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment", + "@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": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Julian Flake" }, { - "@value": "Javier Fernandez" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Data subjects that apply for jobs or employments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11799,68 +11894,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Research and Development" + "@value": "JobApplicant" } ], "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#hasTechnicalMeasure", - "@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": "2022-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "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" - } - ], - "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 technical measure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@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" + "@id": "https://w3id.org/dpv/dpv-owl#Applicant" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11871,7 +11910,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Derive", + "@id": "https://w3id.org/dpv/dpv-owl#Destruct", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -11884,12 +11923,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to create new derivative data from the original data" + "@value": "to process data in a way it no longer exists or cannot be repaired" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -11900,17 +11939,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Derive" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Derive" + "@value": "Destruct" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Remove" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11921,7 +11955,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasContext", + "@id": "https://w3id.org/dpv/dpv-owl#isExplicit", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -11932,15 +11966,27 @@ "@value": "2019-04-05" } ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" + "@value": "Specifies consent is 'explicit'" } ], - "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#Purpose" + "@language": "en", + "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11951,12 +11997,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has context" + "@value": "is explicit" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11967,25 +12013,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Align", + "@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": "2019-05-07" + "@value": "2021-09-01" + } + ], + "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/description": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@value": "Manage selection, assessment, and evaluation 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": [ @@ -11996,12 +12056,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Align" + "@value": "Vendor Selection Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12012,39 +12072,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance", + "@id": "https://w3id.org/dpv/dpv-owl#NonCommercialResearch", "@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": "Elmar Kiesling" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@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": [ @@ -12055,12 +12116,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Non-Commercial Research" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12071,34 +12132,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegularityOfRecertification", + "@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": "Mark Lizar" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "Data subjects that are students" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12109,12 +12173,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Student" } ], "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": [ @@ -12125,15 +12189,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionBy", + "@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://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": [ @@ -12141,22 +12205,21 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Georg P. Krog" }, { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@value": "Indicates the logic used in processing such as for automated decision making" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@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." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12167,12 +12230,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision by" + "@value": "has algorithmic logic" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12183,38 +12246,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsentNotice", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfController", "@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": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@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 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." + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12225,7 +12281,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has consent notice" + "@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": [ @@ -12236,14 +12297,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData", + "@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-03-30" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -12254,13 +12315,12 @@ "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": "An authority tasked with overseeing legal compliance for a nation" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12271,12 +12331,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Generated Personal Data" + "@value": "NationalAuthority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12287,31 +12347,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv/dpv-owl#hasOrganisationalMeasure", "@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": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12322,12 +12382,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@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#CustomerManagement" + "@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": [ @@ -12338,39 +12403,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose", + "@id": "https://w3id.org/dpv/dpv-owl#hasFrequency", "@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": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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" + "@value": "Indicates the frequency with which something takes place" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12381,12 +12438,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purpose" + "@value": "has frequency" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" + "@id": "https://w3id.org/dpv/dpv-owl#Frequency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12397,152 +12454,136 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl", + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2002/07/owl#Class" ], - "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": "Fajar J. Ekaputra" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Bert Bos" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Beatriz Esteves" - }, + "http://purl.org/dc/terms/creator": [ { "@value": "Rob Brennan" }, { - "@value": "Mark Lizar" - }, - { - "@value": "Rigo Wenning" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier D. Fernández" + "@value": "Mark Lizar" }, { - "@value": "Piero Bonatti" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Eva Schlehahn" + "@language": "en", + "@value": "Guidelines or Principles regarding processing and operational measures" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-18" + "@id": "https://w3id.org/dpv/dpv-owl#" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Harshvardhan J. Pandit" - }, + "@language": "en", + "@value": "GuidelinesPrinciple" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@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": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Obtain", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/license": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@language": "en", + "@value": "to solicit or gather data from someone" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Data Privacy Vocabulary" + "@id": "https://w3id.org/dpv/dpv-owl#" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "dpvo" + "@language": "en", + "@value": "Obtain" } ], - "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#Processing" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "0.5" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MatchingCombining", + "@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": "2020-11-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves matching and combining of personal data" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12552,13 +12593,1095 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "Matching and Combining" + "@language": "en", + "@value": "Member" + } + ], + "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#isAfter", + "@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": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates the specified concepts is 'after' this concept in 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": "is after" + } + ], + "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#hasTechnicalMeasure", + "@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-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "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" + } + ], + "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 technical measure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@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": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@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": "2021-04-07" + } + ], + "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": "Processing necessary to enter into contract" + } + ], + "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": "Enter Into Contract" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@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" + ], + "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://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." + } + ], + "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 withdrawal method" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", + "@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-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/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" + } + ], + "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 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": [ + { + "@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#hasPersonalData", + "@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": "2022-01-19" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@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": [ + { + "@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 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": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@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" + ], + "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": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "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" + } + ], + "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 consequence" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@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#hasRecipient", + "@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": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Axel Polleres" + }, + { + "@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" + } + ], + "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 recipient" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@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": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@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": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Axel Polleres" + }, + { + "@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/" + } + ], + "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#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-05-07" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "to join or merge data" + } + ], + "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": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Combine" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Transform" + } + ], + "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": "Bert Bos" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Ramisa Gachpaz Hamed" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Axel Polleres" + } + ], + "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-04-02" + } + ], + "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.6" + } + ] + }, + { + "@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": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Conduct research and development for new methods, products, or 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": "Research and Development" + } + ], + "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#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": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@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": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "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" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Share", + "@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 give data (or a portion of it) to others" + } + ], + "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": "Share" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "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." + } + ], + "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/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Third Party" + } + ], + "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#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": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Deliver goods and services requested or asked by consumer" + } + ], + "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": "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#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12569,31 +13692,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfThirdParty", + "@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": "2021-05-19" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Paul Ryan" + "@language": "en", + "@value": "to make data known" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Legitimate Interests of a Third Party in conducting specified 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": [ @@ -12604,12 +13721,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Disclose" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12620,31 +13737,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure", + "@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": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@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": [ @@ -12655,12 +13786,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk Mitigation 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": [ @@ -12671,14 +13805,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty", + "@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": "2019-06-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -12689,12 +13823,7 @@ "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." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" + "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12705,12 +13834,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third Party" + "@value": "Third Country" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#Country" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12721,7 +13850,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreateProductRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#SellInsightsFromData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -12736,25 +13865,31 @@ "@value": "Axel Polleres" }, { - "@value": "Fajar Ekaputra" + "@value": "Elmar Kiesling" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { "@value": "Simon Steyskal" }, { - "@value": "Javier Fernandez" + "@value": "Fajar Ekaputra" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12765,17 +13900,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": "http://www.specialprivacy.eu/vocabs/purposes#Marketing" + "@value": "Sell Insights from Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12786,31 +13916,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "@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": "2020-11-04" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." + "@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": [ @@ -12821,12 +13945,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Authority" + "@value": "Targeted Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12837,7 +13961,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Record", + "@id": "https://w3id.org/dpv/dpv-owl#Retrieve", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -12850,7 +13974,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "to retrieve data, often in an automated manner" } ], "http://purl.org/dc/terms/source": [ @@ -12866,12 +13990,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Record" + "@value": "Retrieve" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12882,31 +14006,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubProcessor", + "@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-25" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12917,12 +14041,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Sub-Processor" + "@value": "Service Order Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12933,31 +14057,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising", + "@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": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "Conduct activities and functions for organisation's governance" + } + ], + "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": [ @@ -12968,15 +14100,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "Organisation Governance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Advertising" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12987,28 +14116,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalUnit", + "@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": "2022-03-23" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, { "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Entity within an organisation that does not constitute as a separate legal entity" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13019,7 +14157,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "Participant" + } + ], + "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": [ @@ -13030,34 +14173,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageDeletion", + "@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": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" + "@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": [ @@ -13068,12 +14208,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Deletion" + "@value": "Personalisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13084,25 +14224,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transmit", + "@id": "https://w3id.org/dpv/dpv-owl#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-05-07" + "@value": "2021-04-07" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to send out 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": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13113,12 +14253,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transmit" + "@value": "Consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13129,34 +14269,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageRestoration", + "@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": "Mark Lizar" - }, - { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@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": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13167,12 +14304,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "Registration and Authentication" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13183,25 +14320,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Use", + "@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": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to use data" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], - "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": "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": [ @@ -13212,12 +14358,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Use" + "@value": "Privacy by Default" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13228,37 +14374,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllersAgreement", + "@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": "2022-01-26" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" }, { - "@value": "Julian Flake" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" } ], "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": "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": [ @@ -13269,12 +14415,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "Data Subject Right" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Right" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13285,40 +14431,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasIdentifier", + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfDataSubject", "@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": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@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": "Processing is necessary or required to protect vital interests of a data subject" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13329,12 +14466,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has identifier" + "@value": "Vital Interest of Data Subject" } ], - "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#VitalInterestOfNaturalPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13345,15 +14482,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure", + "@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": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -13362,21 +14498,12 @@ }, { "@value": "Axel Polleres" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "Entities that receive personal data" } ], "http://purl.org/dc/terms/modified": [ @@ -13385,9 +14512,18 @@ "@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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "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": [ @@ -13398,12 +14534,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@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#TechnicalOrganisationalMeasure" + "@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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13414,40 +14555,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalDataHandling", "@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": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve existing products and services" + "@value": "Indicates association with Personal Data Handling" + } + ], + "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": [ @@ -13458,12 +14593,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@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#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13474,31 +14609,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfDataSubject", + "@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": "2021-04-21" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Paul Ryan" + "@language": "en", + "@value": "to use data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13509,12 +14638,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "Use" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13525,7 +14654,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AuthorisationProcedure", + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -13536,29 +14665,29 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Procedures for determining authorisation through permission or authority" + "@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": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" + "@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": [ @@ -13569,12 +14698,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authorisation Procedure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@value": "Legal Basis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13585,37 +14709,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv/dpv-owl#Location", "@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-19" } ], "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" } ], "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": "A location is a position, site, or area where something is located" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Tied to compliance processes and documents, decide how to specify those" + "@value": "Location may be geographic, physical, or virtual." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13626,12 +14747,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Register of Processing Activities" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords" + "@value": "Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13642,7 +14758,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Organise", + "@id": "https://w3id.org/dpv/dpv-owl#Restrict", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -13655,7 +14771,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "to apply a restriction on the processsing of specific records" } ], "http://purl.org/dc/terms/source": [ @@ -13671,12 +14787,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organise" + "@value": "Restrict" } ], "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": [ @@ -13687,34 +14803,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13725,12 +14847,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption" + "@value": "has address" } ], - "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#TechnicalMeasure" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13741,34 +14863,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageLocation", + "@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": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "David Hickey" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Location or geospatial scope where the data is stored" + "@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": [ @@ -13779,15 +14907,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Communication Management" } ], "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#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13798,15 +14923,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasJointDataControllers", + "@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": "2022-02-09" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ @@ -13816,6 +14940,12 @@ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Georg P. Krog" } @@ -13823,12 +14953,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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" + "@value": "Data subjects that consume goods or services for direct use" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13839,17 +14964,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": "Consumer" } ], - "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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13860,7 +14980,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Representative", + "@id": "https://w3id.org/dpv/dpv-owl#InnovativeUseOfNewTechnologies", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -13875,24 +14995,18 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg Krog" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A representative of a legal entity" + "@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_27/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": [ @@ -13903,12 +15017,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Representative" + "@value": "Innovative Use of New Technologies" } ], "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": [ @@ -13919,26 +15033,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DeIdentification", + "@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": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -13946,7 +15051,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "The involvement of humans in specified context" + } + ], + "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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13957,12 +15068,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "De-Identification" + "@value": "Human Involvement" } ], "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": [ @@ -13973,28 +15084,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfSuccess", + "@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-03-23" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14005,12 +15119,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Requested Service Provision" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14021,37 +15135,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#CollectedPersonalData", "@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-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "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": "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14062,12 +15170,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "Collected Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14078,55 +15186,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence", + "@id": "https://w3id.org/dpv/dpv-owl#MemberPartnerManagement", "@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": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Georg P Krog" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "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" + "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" } ], - "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": [ @@ -14137,12 +15229,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has consequence" + "@value": "Members and Partners 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#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14153,37 +15245,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonPublicDataSource", + "@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": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" + "@value": "Elmar Kiesling" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Simon Steyskal" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14194,12 +15289,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "Identity Verification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14210,34 +15305,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure", + "@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": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" } ], "http://purl.org/dc/terms/description": [ { "@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 Controller or Processor and a Third Party" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14248,12 +15334,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical Measure" + "@value": "Third-Party Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14264,34 +15350,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv/dpv-owl#InferredPersonalData", "@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": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, + "@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": "Manage risk for organisation's activities" + "@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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14302,12 +15385,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Inferred Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@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": [ @@ -14318,25 +15404,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transfer", + "@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/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to move data from one place to another" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@language": "en", + "@value": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14347,17 +15439,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transfer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Transfer" + "@value": "Privacy Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14368,37 +15455,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Harm", + "@id": "https://w3id.org/dpv/dpv-owl#hasApplicableLaw", "@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-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "Indicates applicability of a Law" + } + ], + "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": [ @@ -14409,12 +15490,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Harm" + "@value": "has applicable law" } ], - "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#Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14425,43 +15506,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicDataSource", + "@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": "2022-01-26" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A source of data that is publicly accessible or available" + "@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": "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": "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": [ @@ -14472,12 +15541,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Data Source" + "@value": "Sensitive Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14488,32 +15557,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiry", + "@id": "https://w3id.org/dpv/dpv-owl#NonCitizen", "@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-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" }, { - "@value": "Bud Bruegger" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Generic property specifying when or under which condition(s) the consent will expire" + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14524,7 +15598,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry" + "@value": "NonCitizen" + } + ], + "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": [ @@ -14535,48 +15614,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient", + "@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": "2019-04-05" + "@value": "2022-03-23" } ], "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": "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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" - }, - { - "@id": "https://www.specialprivacy.eu/" - } - ], - "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": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14587,17 +15646,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Recipient" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@value": "Consequence of Success" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14608,14 +15662,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols", + "@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-04-05" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ @@ -14623,19 +15677,25 @@ "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@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": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14646,12 +15706,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authentication Protocols" + "@value": "Benefit" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14662,31 +15722,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv/dpv-owl#Law", "@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": "2022-01-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 Data Controller in conducting specified processing" + "@value": "A law is a set of rules created by government or authorities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14697,12 +15751,7 @@ "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" + "@value": "Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14713,46 +15762,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceAccessControl", + "@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-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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." + "@value": "A political union of two or more countries with an establishment of common authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14763,17 +15791,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": "http://www.specialprivacy.eu/vocabs/purposes#Login" + "@value": "SupraNationalUnion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14784,31 +15807,25 @@ ] }, { - "@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-07" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "@id": "https://w3id.org/dpv/dpv-owl#MakeAvailable", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ { - "@value": "Paul Ryan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" + "@value": "to transform or publish data to be used" + } + ], + "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": [ @@ -14819,12 +15836,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Contract Performance" + "@value": "Make Available" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14835,31 +15852,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", + "@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": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" } ], "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": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14870,7 +15893,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Visitor" + } + ], + "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": [ @@ -14881,34 +15909,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageDuration", + "@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": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Mark Lizar" + "@language": "en", + "@value": "to organize data for arranging or classifying" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14919,15 +15938,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Duration" + "@value": "Organise" } ], "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" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14938,38 +15954,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isExplicit", + "@id": "https://w3id.org/dpv/dpv-owl#Disseminate", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Bud Bruegger" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "to spread data throughout" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14980,12 +15983,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is explicit" + "@value": "Disseminate" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14996,15 +15999,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasFrequency", + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceAsSideEffect", "@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-16" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -15015,12 +16017,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": "The consequence(s) possible or arising as a side-effect of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15031,12 +16028,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has frequency" + "@value": "Consequence as Side-Effect" } ], - "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#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15047,31 +16044,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AccountManagement", + "@id": "https://w3id.org/dpv/dpv-owl#Transform", "@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": "Beatriz Esteves" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "to change the form or nature of data" } ], - "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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15082,12 +16073,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Account Management" + "@value": "Transform" } ], "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": [ @@ -15098,40 +16089,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasContact", + "@id": "https://w3id.org/dpv/dpv-owl#NonProfitOrganisation", "@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-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Paul Ryan" + "@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" + "@value": "An organisation that does not aim to achieve profit as its primary goal" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15142,12 +16123,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has contact" + "@value": "NonProfitOrganisation" } ], - "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": [ @@ -15158,7 +16139,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasImpact", + "@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" @@ -15166,30 +16147,21 @@ "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": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -15205,17 +16177,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has impact" + "@value": "has country" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#Country" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence" + "@id": "https://w3id.org/dpv/dpv-owl#hasLocation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15226,31 +16198,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment", + "@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": "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": "Beatriz Esteves" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "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": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15261,12 +16233,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "Account Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15277,33 +16249,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EvaluationScoring", + "@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": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Harshvardhan Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/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#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": [ @@ -15314,12 +16298,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Data Importer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15330,28 +16314,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure", "@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": "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 failure of specified context" + "@value": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15362,12 +16352,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Organisational Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15378,31 +16368,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasJurisdiction", + "@id": "https://w3id.org/dpv/dpv-owl#DisputeManagement", "@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-09-08" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" } ], - "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": [ @@ -15413,12 +16408,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has jurisdiction" + "@value": "Dispute 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#Location" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15429,43 +16424,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Importance", + "@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-02-09" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "An indication of 'importance' within a context" + "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15476,12 +16465,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Importance" + "@value": "Client" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#Customer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15492,43 +16481,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasImpactOn", + "@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#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": "" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" + "@value": "Specifies the entity that withdrew 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#Impact" + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -15539,17 +16523,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has impact on" + "@value": "has withdrawal by" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@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" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15560,10 +16539,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasThirdCountry", + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext", "@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": [ { @@ -15574,20 +16552,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": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15598,17 +16568,12 @@ "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" + "@value": "Processing Context" } ], - "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#hasCountry" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15619,18 +16584,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPolicy", + "@id": "https://w3id.org/dpv/dpv-owl#ContractPerformance", "@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-04-07" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -15638,12 +16608,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": "Fulfilment or performance of a contract involving specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15654,17 +16619,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": "Contract Performance" } ], - "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#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15675,7 +16635,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SocialMediaMarketing", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -15686,20 +16646,20 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct marketing through social media" + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15710,12 +16670,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Media" + "@value": "Personalised Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Advertising" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15726,25 +16689,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Erase", + "@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": "2019-05-07" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to delete data" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz" } ], - "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 past, current, and future customers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15755,12 +16724,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Erase" + "@value": "Customer Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Remove" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15771,40 +16740,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AcademicResearch", + "@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": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" + "@value": "Rob Brennan" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + "@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": [ @@ -15815,17 +16778,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Academic Research" + "@value": "has data protection officer" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Education" + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer" } ], - "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#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15836,37 +16799,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DPIA", + "@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": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Piero Bonatti" } ], "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": "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": "Top class: Impact Assessment, and DPIA is sub-class" + "@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": [ @@ -15877,12 +16834,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" + "@value": "Anonymised Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15893,25 +16850,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest", + "@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-04-21" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "David Hickey" + }, + { + "@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": "Manage and conduct public relations processes. This includes creating goodwill for the organization." + } + ], + "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": [ @@ -15922,12 +16893,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Public Relations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15938,17 +16909,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation", + "@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-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -15956,7 +16936,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": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15967,12 +16947,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation" + "@value": "De-Identification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15983,10 +16963,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLocation", + "@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": [ { @@ -15996,13 +16975,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Javier Fernández" }, { "@value": "Axel Polleres" @@ -16011,17 +16984,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about location" + "@value": "The purpose of processing personal data" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://www.specialprivacy.eu/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@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": [ @@ -16032,12 +17006,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has location" + "@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#Location" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16048,28 +17022,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Collect", + "@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": "2019-05-07" + "@value": "2021-04-21" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to gather data from someone" + "@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://purl.org/dc/terms/description": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@language": "en", + "@value": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16080,17 +17051,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Collect" + "@value": "Public Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16101,25 +17067,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DiscloseByTransmission", + "@id": "https://w3id.org/dpv/dpv-owl#AcademicScientificOrganisation", "@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-02-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" } ], "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": [ @@ -16130,12 +17101,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "AcademicScientificOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16146,10 +17117,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasHumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-owl#SystematicMonitoring", "@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": [ { @@ -16159,10 +17129,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" + "@value": "Piero Bonatti" }, { "@value": "Harshvardhan J. Pandit" @@ -16171,18 +17138,12 @@ "http://purl.org/dc/terms/description": [ { "@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": [ - { - "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" + "@value": "Processing that involves systematic monitoring of individuals" } ], - "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": [ @@ -16193,12 +17154,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has human involvement" + "@value": "Systematic 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#HumanInvolvement" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16209,28 +17170,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consult", + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer", "@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 consult or query data" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Simon Steyskal" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" }, { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16241,17 +17214,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consult" + "@value": "Optimisation for Consumer" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Query" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16262,34 +17235,54 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NDA", + "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", "@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": "Bud Bruegger" + }, { "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16300,12 +17293,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@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#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16316,34 +17309,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple", + "@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": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" }, { - "@value": "Rob Brennan" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Data subjects that are employees" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16354,12 +17350,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Employee" } ], "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": [ @@ -16370,7 +17366,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv/dpv-owl#NDA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -16382,19 +17378,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" + "@value": "Mark Lizar" }, { "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" @@ -16403,7 +17393,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16414,17 +17404,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": "http://www.specialprivacy.eu/vocabs/purposes#Government" + "@value": "Non-Disclosure Agreement (NDA)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16435,7 +17420,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymise", + "@id": "https://w3id.org/dpv/dpv-owl#Align", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -16448,12 +17433,12 @@ "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 adjust the data to be in relation to another data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -16464,12 +17449,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymise" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Anonymize" + "@value": "Align" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -16485,31 +17465,35 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PIA", + "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", "@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": "2020-11-04" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Georg P Krog" + "@language": "en", + "@value": "Indicates applicability of Risk" }, { - "@value": "Paul Ryan" + "@language": "en", + "@value": "Indicates applicability of Risk for this concept" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16520,12 +17504,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@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#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16536,20 +17520,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InnovativeUseOfNewTechnologies", + "@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": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Piero Bonatti" - }, { "@value": "Harshvardhan J. Pandit" } @@ -16557,12 +17538,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": "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": [ @@ -16573,12 +17549,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "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#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16589,7 +17565,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AccessControlMethod", + "@id": "https://w3id.org/dpv/dpv-owl#StorageRestoration", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -16604,10 +17580,10 @@ "@value": "Mark Lizar" }, { - "@value": "Axel Polleres" + "@value": "Rob Brennan" }, { - "@value": "Rob Brennan" + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" @@ -16616,7 +17592,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@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": [ @@ -16627,12 +17603,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "Storage Restoration" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16643,40 +17619,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare", + "@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": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16687,17 +17654,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": "http://www.specialprivacy.eu/vocabs/purposes#Feedback" + "@value": "Social Media" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16708,31 +17670,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInRest", "@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": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" } ], "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": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16743,12 +17708,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Official Authority of Controller" + "@value": "Encryption in Rest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Encryption" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16759,17 +17724,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson", + "@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": "2022-02-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -16777,7 +17748,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A human" + "@value": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16788,12 +17759,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Natural Person" + "@value": "Consultation with Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#Consultation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16804,46 +17775,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization", + "@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": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Georg P. Krog" } ], "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": "Data subjects that are applicants in some context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16854,12 +17816,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Optimization" + "@value": "Applicant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16870,25 +17832,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceAsSideEffect", + "@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": "2022-03-30" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising as a side-effect of specified context" + "@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": [ @@ -16899,12 +17873,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Marketing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16915,31 +17889,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalCompliance", + "@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": "2020-11-04" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "to delete data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16950,12 +17918,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Erase" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Remove" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16966,7 +17934,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isAuthorityFor", + "@id": "https://w3id.org/dpv/dpv-owl#hasHumanInvolvement", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -16974,26 +17942,35 @@ "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": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates area, scope, or applicability of an Authority" + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17004,12 +17981,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is authority for" + "@value": "has human involvement" } ], "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#HumanInvolvement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17020,25 +17997,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CompleteAnonymisation", + "@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": "2022-02-09" + "@value": "2021-09-01" } ], "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/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": "Manage risk for organisation's activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17049,12 +18035,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "Organisation Risk Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17065,25 +18051,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "@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-01-19" + "@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": "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/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "A political union of two or more countries with an establishment of common authority" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17094,23 +18094,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "Data Protection Officer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@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#Move", + "@id": "https://w3id.org/dpv/dpv-owl#Record", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -17123,12 +18123,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 make a record (especially media)" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -17139,17 +18139,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Move" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Move" + "@value": "Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transfer" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17160,25 +18155,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Restrict", + "@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": "2019-05-07" + "@value": "2022-02-09" + } + ], + "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": "to apply a restriction on the processsing of specific records" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], - "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": [ @@ -17189,12 +18196,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Restrict" + "@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#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" + } + ], + "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": [ @@ -17205,26 +18217,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SafeguardForDataTransfer", + "@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": "2021-09-22" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -17232,7 +18235,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." + "@value": "A human" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17243,12 +18246,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Safeguard for Data Transfer" + "@value": "Natural Person" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Safeguard" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17259,40 +18262,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative", + "@id": "https://w3id.org/dpv/dpv-owl#Necessity", "@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-12" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Julian Flake" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies representative of the legal entity" + "@value": "An indication of 'necessity' within a context" } ], - "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": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17303,17 +18309,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": "Necessity" } ], - "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#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17324,14 +18325,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#Damage", "@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-30" } ], "http://purl.org/dc/terms/creator": [ @@ -17342,7 +18343,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17353,12 +18354,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "Damage" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17369,34 +18370,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CodeOfConduct", + "@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": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" + "@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": [ @@ -17407,12 +18413,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Vendor Payment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17423,7 +18429,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDuration", + "@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" @@ -17431,32 +18437,18 @@ "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": "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://www.specialprivacy.eu/" + "@value": "Specifies the indicated entity is responsible within some context" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -17472,12 +18464,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has duration" + "@value": "has responsible entity" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Duration" + "@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": [ @@ -17488,14 +18485,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consent", + "@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": "2021-04-07" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -17506,7 +18503,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@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": [ @@ -17517,12 +18514,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consent" + "@value": "Organisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17533,25 +18530,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ForProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#hasName", "@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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@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": [ @@ -17562,12 +18574,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@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#Organisation" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17578,45 +18590,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataExporter", + "@id": "https://w3id.org/dpv/dpv-owl#EconomicUnion", "@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-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan Pandit" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg Krog" + "@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" - } - ], - "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" + "@value": "A political union of two or more countries based on economic or trade agreements" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17627,12 +18619,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "EconomicUnion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17643,7 +18635,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Retrieve", + "@id": "https://w3id.org/dpv/dpv-owl#Remove", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -17656,7 +18648,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "to destruct or erase data" } ], "http://purl.org/dc/terms/source": [ @@ -17672,12 +18664,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Remove" } ], "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": [ diff --git a/dpv-owl/dpv.n3 b/dpv-owl/dpv.n3 index 7a768d90b..b757876d3 100644 --- a/dpv-owl/dpv.n3 +++ b/dpv-owl/dpv.n3 @@ -3,23 +3,25 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . -@prefix svd: . -@prefix svpr: . -@prefix svpu: . +@prefix spl: . +@prefix svd: . +@prefix svpr: . +@prefix svpu: . @prefix sw: . @prefix vann: . @prefix xsd: . a owl:Ontology ; dct:abstract "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:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "Elmar Kiesling", "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -39,7 +41,7 @@ dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpvo" ; vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ; - owl:versionInfo "0.5"^^xsd:string . + owl:versionInfo "0.6"^^xsd:string . dpvo:AcademicResearch a owl:Class ; rdfs:label "Academic Research"@en ; @@ -138,7 +140,7 @@ dpvo:Analyse a owl:Class ; rdfs:label "Analyse"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to study or examine the data in detail"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Analyse ; rdfs:subClassOf dpvo:Use ; @@ -148,7 +150,7 @@ dpvo:Anonymise a owl:Class ; rdfs:label "Anonymise"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "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"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Anonymize ; rdfs:subClassOf dpvo:Transform ; @@ -224,6 +226,32 @@ dpvo:Child a owl:Class ; rdfs:subClassOf dpvo:NatualPerson ; sw:term_status "accepted"@en . +dpvo:Citizen a owl:Class ; + rdfs:label "Citizen"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are citizens (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Client a owl:Class ; + rdfs:label "Client"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are clients or recipients of services"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Customer ; + sw:term_status "accepted"@en . + dpvo:CodeOfConduct a owl:Class ; rdfs:label "Code of Conduct"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -241,7 +269,7 @@ dpvo:Collect a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to gather data from someone"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Collect ; rdfs:subClassOf dpvo:Obtain ; @@ -262,7 +290,7 @@ dpvo:Combine a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to join or merge data"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Aggregate ; rdfs:subClassOf dpvo:Transform ; @@ -347,7 +375,7 @@ dpvo:Consult a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to consult or query data"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Query ; rdfs:subClassOf dpvo:Use ; @@ -364,6 +392,19 @@ dpvo:ConsultationWithAuthority a owl:Class ; rdfs:subClassOf dpvo:Consultation ; sw:term_status "accepted"@en . +dpvo:Consumer a owl:Class ; + rdfs:label "Consumer"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that consume goods or services for direct use"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:ContractPerformance a owl:Class ; rdfs:label "Contract Performance"@en ; dct:created "2021-04-07"^^xsd:date ; @@ -404,7 +445,7 @@ dpvo:Copy a owl:Class ; rdfs:label "Copy"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to produce an exact reprodution of the data"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Copy ; rdfs:subClassOf dpvo:Processing ; @@ -416,7 +457,7 @@ dpvo:CreateEventRecommendations a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Create and provide personalised recommendations for events"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:CreatePersonalizedRecommendations ; sw:term_status "accepted"@en . @@ -569,7 +610,7 @@ 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 ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Derive ; rdfs:subClassOf dpvo:Transform ; @@ -659,6 +700,19 @@ dpvo:EconomicUnion a owl:Class ; rdfs:subClassOf dpvo:Location ; sw:term_status "accepted"@en . +dpvo:Employee a owl:Class ; + rdfs:label "Employee"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are employees"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:EncryptionInRest a owl:Class ; rdfs:label "Encryption in Rest"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -796,6 +850,19 @@ dpvo:IdentityVerification a owl:Class ; rdfs:subClassOf dpvo:EnforceSecurity ; sw:term_status "accepted"@en . +dpvo:Immigrant a owl:Class ; + rdfs:label "Immigrant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are immigrants (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:ImproveExistingProductsAndServices a owl:Class ; rdfs:label "Improve Existing Products and Services"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -896,6 +963,19 @@ dpvo:InternationalOrganisation a owl:Class ; rdfs:subClassOf dpvo:Organisation ; sw:term_status "accepted"@en . +dpvo:JobApplicant a owl:Class ; + rdfs:label "JobApplicant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that apply for jobs or employments"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Applicant ; + sw:term_status "accepted"@en . + dpvo:JointDataControllersAgreement a owl:Class ; rdfs:label "Joint Data Controllers Agreement"@en ; dct:created "2022-01-26"^^xsd:date ; @@ -1002,6 +1082,19 @@ dpvo:MaterialDamage a owl:Class ; rdfs:subClassOf dpvo:Damage ; sw:term_status "accepted"@en . +dpvo:Member a owl:Class ; + rdfs:label "Member"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are members of a group, organisation, or other collectives"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:MemberPartnerManagement a owl:Class ; rdfs:label "Members and Partners Management"@en ; dct:created "2021-09-01"^^xsd:date ; @@ -1019,7 +1112,7 @@ dpvo:Move a owl:Class ; rdfs:label "Move"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to move data from one location to another including deleting the original copy"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Move ; rdfs:subClassOf dpvo:Transfer ; @@ -1047,6 +1140,19 @@ dpvo:NationalAuthority a owl:Class ; rdfs:subClassOf dpvo:Authority ; sw:term_status "accepted"@en . +dpvo:NonCitizen a owl:Class ; + rdfs:label "NonCitizen"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are not citizens (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:NonCommercialResearch a owl:Class ; rdfs:label "Non-Commercial Research"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -1185,6 +1291,7 @@ dpvo:OrganisationalUnit a owl:Class ; "Paul Ryan"^^xsd:string ; dct:description "Entity within an organisation that does not constitute as a separate legal entity"@en ; rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Entity ; sw:term_status "accepted"@en . dpvo:PIA a owl:Class ; @@ -1198,6 +1305,32 @@ dpvo:PIA a owl:Class ; rdfs:subClassOf dpvo:ImpactAssessment ; sw:term_status "accepted"@en . +dpvo:Participant a owl:Class ; + rdfs:label "Participant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that participate in some context such as volunteers in a function"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Patient a owl:Class ; + rdfs:label "Patient"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:Payment a owl:Class ; rdfs:label "Payment"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -1708,6 +1841,19 @@ dpvo:Structure a owl:Class ; rdfs:subClassOf dpvo:Organise ; sw:term_status "accepted"@en . +dpvo:Student a owl:Class ; + rdfs:label "Student"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are students"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:SubProcessorAgreement a owl:Class ; rdfs:label "Sub-Processor Agreement"@en ; dct:created "2022-01-26"^^xsd:date ; @@ -1721,6 +1867,20 @@ dpvo:SubProcessorAgreement a owl:Class ; rdfs:subClassOf dpvo:DataProcessingAgreement ; sw:term_status "accepted"@en . +dpvo:Subscriber a owl:Class ; + rdfs:label "Subscriber"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that subscribe to service(s)"@en ; + rdfs:comment "note: subscriber can be customer or consumer"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:SupraNationalAuthority a owl:Class ; rdfs:label "SupraNationalAuthority"@en ; dct:created "2022-02-02"^^xsd:date ; @@ -1778,6 +1938,19 @@ dpvo:ThirdPartyAgreement a owl:Class ; rdfs:subClassOf dpvo:DataProcessingAgreement ; sw:term_status "accepted"@en . +dpvo:Tourist a owl:Class ; + rdfs:label "Tourist"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:Transmit a owl:Class ; rdfs:label "Transmit"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -1787,6 +1960,19 @@ dpvo:Transmit a owl:Class ; rdfs:subClassOf dpvo:Disclose ; sw:term_status "accepted"@en . +dpvo:User a owl:Class ; + rdfs:label "User"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that use service(s)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:UserInterfacePersonalisation a owl:Class ; rdfs:label "User Interface Personalisation"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -1840,6 +2026,19 @@ dpvo:VendorSelectionAssessment a owl:Class ; rdfs:subClassOf dpvo:VendorManagement ; sw:term_status "accepted"@en . +dpvo:Visitor a owl:Class ; + rdfs:label "Visitor"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are temporary visitors"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:VitalInterestOfDataSubject a owl:Class ; rdfs:label "Vital Interest of Data Subject"@en ; dct:created "2021-04-21"^^xsd:date ; @@ -1858,7 +2057,7 @@ dpvo:VulnerableDataSubject a owl:Class ; "Harshvardhan Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; dct:description "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; - rdfs:comment "This concept denote 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."@en ; + rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:DataSubject ; sw:term_status "accepted"@en . @@ -2043,7 +2242,7 @@ dpvo:hasDuration a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about duration"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Duration ; @@ -2266,7 +2465,7 @@ dpvo:hasProcessing a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Processing"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Processing ; @@ -2331,7 +2530,7 @@ dpvo:hasPurpose a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Purpose"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Purpose ; @@ -2419,7 +2618,7 @@ dpvo:hasStorage a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about storage condition"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:StorageCondition ; @@ -2637,6 +2836,19 @@ dpvo:AlgorithmicLogic a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . +dpvo:Applicant a owl:Class ; + rdfs:label "Applicant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are applicants in some context"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:AuthenticationProtocols a owl:Class ; rdfs:label "Authentication Protocols"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -2673,6 +2885,20 @@ dpvo:Consultation a owl:Class ; rdfs:subClassOf dpvo:OrganisationalMeasure ; sw:term_status "accepted"@en . +dpvo:Customer a owl:Class ; + rdfs:label "Customer"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that purchase goods or services"@en ; + rdfs:comment "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:CustomerCare a owl:Class ; rdfs:label "Customer Care"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -2986,7 +3212,7 @@ dpvo:Transfer a owl:Class ; rdfs:label "Transfer"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to move data from one place to another"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Transfer ; rdfs:subClassOf dpvo:Processing ; @@ -3069,7 +3295,7 @@ dpvo:hasLocation a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about location"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Location ; @@ -3138,7 +3364,7 @@ dpvo:CreatePersonalizedRecommendations a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Create and provide personalised recommendations"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:ServicePersonalization ; sw:term_status "accepted"@en . @@ -3332,20 +3558,6 @@ dpvo:DataSource a owl:Class ; rdfs:subClassOf dpvo:ProcessingContext ; sw:term_status "accepted"@en . -dpvo:DataSubject a owl:Class ; - rdfs:label "Data Subject"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Javier Fernández"^^xsd:string ; - dct:description "The individual (or category of individuals) whose personal data is being processed"@en ; - dct:modified "2020-11-04"^^xsd:date ; - dct:source ; - rdfs:comment "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:LegalEntity, - dpvo:NaturalPerson ; - sw:term_status "accepted"@en . - dpvo:EnforceSecurity a owl:Class ; rdfs:label "Enforce Security"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3544,7 +3756,7 @@ dpvo:Recipient a owl:Class ; dct:description "Entities that receive personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyRecipient ; @@ -3580,7 +3792,7 @@ dpvo:hasRecipient a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates Recipient of Personal Data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Recipient ; @@ -3757,14 +3969,6 @@ dpvo:Transform a owl:Class ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . -dpvo:Entity a owl:Class ; - rdfs:label "Entity"@en ; - dct:created "2022-02-02"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string ; - dct:description "A human or non-human 'thing' that constitutes as an entity"@en ; - rdfs:isDefinedBy dpvo: ; - sw:term_status "accepted"@en . - dpvo:LegalBasis a owl:Class ; rdfs:label "Legal Basis"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3790,6 +3994,14 @@ dpvo:ServiceProvision a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:Entity a owl:Class ; + rdfs:label "Entity"@en ; + dct:created "2022-02-02"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "A human or non-human 'thing' that constitutes as an entity"@en ; + rdfs:isDefinedBy dpvo: ; + sw:term_status "accepted"@en . + dpvo:LegalEntity a owl:Class ; rdfs:label "Legal Entity"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3806,7 +4018,7 @@ dpvo:Processing a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The processing performed on personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyProcessing ; sw:term_status "accepted"@en . @@ -3830,8 +4042,22 @@ dpvo:Purpose a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The purpose of processing personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyPurpose ; sw:term_status "accepted"@en . +dpvo:DataSubject a owl:Class ; + rdfs:label "Data Subject"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Javier Fernández"^^xsd:string ; + dct:description "The individual (or category of individuals) whose personal data is being processed"@en ; + dct:modified "2020-11-04"^^xsd:date ; + dct:source ; + rdfs:comment "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:LegalEntity, + dpvo:NaturalPerson ; + sw:term_status "accepted"@en . + diff --git a/dpv-owl/dpv.rdf b/dpv-owl/dpv.rdf index 6a6f011bb..98b3860d4 100644 --- a/dpv-owl/dpv.rdf +++ b/dpv-owl/dpv.rdf @@ -7,4152 +7,4395 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - 2019-05-07 - accepted - - Transform - - to change the form or nature of data - - - - Harshvardhan J. Pandit - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - - + + Manage claims, including repayment of monies owed accepted - - 2022-03-30 - Targeted Advertising - - - - Consultation with Authority - Consultation with an authority or authoritative entity - Harshvardhan J. Pandit - Paul Ryan + Beatriz Georg P Krog + 2021-09-08 - accepted - 2020-11-04 - - - Sensitive Personal Data - 2022-01-19 - - Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection - accepted + Customer Claims Management + - 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. + - - - Fajar Ekaputra - Elmar Kiesling + + Mark Lizar Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez + Non-disclosure Agreements e.g. preserving confidentiality of information + + Non-Disclosure Agreement (NDA) 2019-04-05 - - Personalised Benefits + accepted - - Create and provide personalised benefits for a service + - - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - - - Vulnerable Data Subject + + + Harshvardhan Pandit Paul Ryan Georg Krog - + David Hickey + 2021-09-08 + + 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 accepted - This concept denote 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 - - - Harshvardhan J. Pandit - Indicates applicability of specified jurisdiction - - - - - 2022-01-19 - accepted - has jurisdiction + An entity that 'imports' data where importing is considered a form of data transfer - - + + Simon Steyskal + Fajar Ekaputra + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + + 2019-04-05 - to move data from one location to another including deleting the original copy - 2019-05-07 - accepted - + Sell products or services to the user, consumer, or data subjects + Sell Products to Data Subject - - Move + Was subclass of commercial interest, changed to reflect selling something + accepted - - - Contractual terms governing data handling within or with an entity + Axel Polleres - Rob Brennan Harshvardhan J. Pandit Mark Lizar - 2019-04-05 - + Rob Brennan + Seal + A seal or a mark indicating proof of certification to some certification or standard accepted + + 2019-04-05 + - ContractualTerms - - + 2019-05-07 - accepted + + + + to gather data from someone + Collect - Erase - - to delete data + accepted + - - to give data (or a portion of it) to others - 2019-05-07 - - + + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + Consultation + + Consultation is a process of receiving feedback, advice, or opinion from an external agency + accepted - Share - + 2020-11-04 - - Conduct marketing through social media + Georg P Krog - Beatriz Esteves Harshvardhan J. Pandit + David Hickey + Paul Ryan + Public Relations + Manage and conduct public relations processes. This includes creating goodwill for the organization. + + 2021-09-01 - Social Media - 2020-11-04 + accepted - accepted - + + 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 + Harshvardhan J. Pandit Bud Bruegger - - 2019-04-05 + Mark Lizar + + + Specifies the justification for entity withdrawing consent + has withdrawal by justification accepted - The Technical and Organisational measures used. - 2020-11-04 - Technical and Organisational Measure + 2019-04-05 - - - - - 2020-11-04 - - Javier Fernández - Axel Polleres - Bud Bruegger + Harshvardhan J. Pandit - Mark Lizar - has processing - - - Indicates association with Processing - 2019-04-04 + Simon Steyskal + Fajar Ekaputra + Javier Fernandez + Axel Polleres + Elmar Kiesling + + accepted - - 2019-04-05 - - + Improve customer-relationship management (CRM) processes + + Improve Internal CRM Processes - accepted - - - has sector - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - - 2020-11-04 - Impact Assessment - + Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - accepted + 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 + Personalisation + 2021-09-01 + + accepted - - - - Rob Brennan - Axel Polleres - Harshvardhan J. Pandit - Mark Lizar - Storage Duration - Duration or temporal limitation on storage of personal data - + + accepted + - 2019-04-05 + Erase + to delete data + 2019-05-07 + - - Generated Personal Data + + + Client + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves accepted - 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 - - - Sell Products to Data Subject - Fajar Ekaputra - Elmar Kiesling - Simon Steyskal - Axel Polleres - Harshvardhan J. Pandit - Javier Fernandez - 2019-04-05 - accepted - Was subclass of commercial interest, changed to reflect selling something - Sell products or services to the user, consumer, or data subjects - - + Data subjects that are clients or recipients of services + 2022-04-06 - - - to process data in a way it no longer exists or cannot be repaired - - 2019-05-07 - accepted - + + - Destruct + 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. + 2020-11-04 + Data Protection Officer + Georg Krog + Paul Ryan + - - has expiry time + + Indication of neither being required nor optional i.e. not relevant or needed - - - 2019-04-05 - Specifies the expiry time or duration for consent - accepted + Not Required + + Paul Ryan Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + Julian Flake + Georg P Krog + Beatriz Esteves + accepted + + 2022-02-15 - + + Rob Brennan Harshvardhan J. Pandit Mark Lizar - Bud Bruegger - Specifies the entity that provisioned or provided consent - has provision by - 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 + Axel Polleres + Technical measures required/followed when processing data of the declared category + Technical Measure accepted - - - - 2022-01-26 - - + + 2019-04-05 + - Harshvardhan J. Pandit - - accepted - - Indicates policy applicable or used - - has policy - - Beatriz Esteves + + + + Mark Lizar + Javier Fernández + Bud Bruegger + Axel Polleres Harshvardhan J. Pandit - Julian Flake - Paul Ryan - The term 'technology' is inclusive of technologies, processes, and methods. + Indicates association with Data Subject + has data subject + 2019-04-04 + 2020-11-04 accepted - - is implemented using technology + + + + + - 2022-01-26 - Indicates implementation details such as technologies or processes - - - Consequence of Failure - The consequence(s) possible or arising from failure of specified context - - Georg P Krog + + + Indicates the context or application of policy Harshvardhan J. Pandit - 2022-03-23 - - accepted + is policy for + 2022-01-26 - - - - Organise + + Optimise User Interface + Axel Polleres + Elmar Kiesling + Harshvardhan J. Pandit + Simon Steyskal + Fajar Ekaputra + Javier Fernandez + Optimize interfaces presented to the user - - to organize data for arranging or classifying accepted - 2019-05-07 + + 2019-04-05 + - - Optimize activities and services for consumer or user - Simon Steyskal + + Mark Lizar Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra + Rob Brennan Harshvardhan J. Pandit - Optimisation for Consumer + - - accepted - + 2019-04-05 + Removal of identity or information to reduce identifiability + De-Identification - - - - - to apply a restriction on the processsing of specific records + + Georg Krog + accepted - 2019-05-07 + Adult + 2022-03-30 + A natural person that is not a child i.e. has attained some legally specified age of adulthood - Restrict + - - accepted - Paul Ryan - David Hickey + + Georg P Krog + Paul Ryan Harshvardhan J. Pandit - Manage orders, payment, evaluation, and prospecting related to vendors - 2021-09-01 - Vendor Management - - - + Measures intended to mitigate, minimise, or prevent risk. + accepted + Risk Mitigation Measure + 2020-11-04 + - - Axel Polleres - Mark Lizar - Rob Brennan + + + Paul Ryan Harshvardhan J. Pandit + Georg P. Krog + 2020-11-04 accepted - - Encryption in Rest + Indicates the source or origin of data being processed + has data source + - - 2019-04-05 - Encryption of data when being stored (persistent encryption) + + - - Provide service or product or activities - Fajar Ekaputra - Harshvardhan J. Pandit - Simon Steyskal - Axel Polleres - Javier Fernandez - Elmar Kiesling - 2019-04-05 + + 2021-09-08 + Harshvardhan J. Pandit + Georg P Krog + Beatriz accepted + Manage past, current, and future customers - Service Provision + Customer Management - - Deliver goods and services requested or asked by consumer - + - accepted - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra + Vendor Management + Georg P Krog + Paul Ryan + David Hickey Harshvardhan J. Pandit - Simon Steyskal - Axel Polleres - + + 2021-09-01 - Delivery of Goods - 2019-04-05 + accepted + Manage orders, payment, evaluation, and prospecting related to vendors + - - - - 2022-01-26 - 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. - + + A notice is an artefact for providing information, choices, or controls + Paul Ryan + Harshvardhan J. Pandit + David Hickey + Georg P Krog + + + Notice accepted + + 2021-09-08 + + + 2022-01-26 + + + has policy + + + Indicates policy applicable or used Harshvardhan J. Pandit + 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. + 2020-11-04 + accepted - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service - Mark Lizar + Javier Fernández Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - - Privacy by Default 2019-04-05 - + Personal Data Handling - + + Harshvardhan J. Pandit + Mark Lizar + Axel Polleres + Rob Brennan + Anonymization - 2022-02-02 - GovernmentalOrganisation + + + + accepted + 2019-04-05 + Process by which some personal identifiers are removed or identifiability is reduced + + + + + has joint data controllers + Indicates inclusion or applicability of a Joint Data Controller + + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit + + accepted - - An organisation managed or part of government + 2022-02-09 - - - 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. - Axel Polleres - Rob Brennan + + Register of Processing Activities + 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 - Mark Lizar - - 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 + Tied to compliance processes and documents, decide how to specify those - Risk Management Procedure accepted + 2021-09-08 + - + + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves + Georg P Krog + Required + Indication of 'required' or 'necessary' + 2022-02-13 + accepted + - - - - Fajar Ekaputra + + + + Location Georg P Krog - Beatriz Esteves - Julian Flake Harshvardhan J. Pandit - + A location is a position, site, or area where something is located + Location may be geographic, physical, or virtual. accepted - Indicates impact(s) possible or arising as consequences from specified concept - - - has impact + + 2022-01-19 + - - Axel Polleres - Beatriz Esteves + + Georg P Krog Harshvardhan J. Pandit - Julian Flake Paul Ryan + Processing necessary or authorised through the official authority granted to or vested in the Data Controller + accepted - Indicates implementation details such as entities or agents - is implemented by entity - 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 - 2022-01-26 - 2019-05-07 - + + 2021-05-05 + Official Authority of Controller + + + + accepted + Julian Flake + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + Fajar Ekaputra + has consequence + 2021-09-21 + + Indicates consenquence(s) possible or arising from specified concept + Removed plural suffix for consistency + 2020-11-04 + - - Harshvardhan J. Pandit - + accepted - Legal Entity - A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + Consult - 2019-04-05 + + + + to consult or query data + 2019-05-07 + - - - Harshvardhan Pandit - Georg Krog + + Georg P Krog Paul Ryan - - Authority - 2020-11-04 - - - An authority with the power to create or enforce laws, or determine their compliance. + Harshvardhan J. Pandit accepted + Contract Performance + + + 2021-04-07 + Fulfilment or performance of a contract involving specified processing + - + accepted + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - A law is a set of rules created by government or authorities - - Law - 2022-01-19 + 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 + 2019-04-05 + has provision by justification + + - - - Data Protection Impact Assessment (DPIA) + Harshvardhan J. Pandit - Paul Ryan Georg P Krog - Top class: Impact Assessment, and DPIA is sub-class - + Beatriz Esteves + Paul Ryan + Julian Flake + 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 - A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals - 2020-11-04 + - + + Georg P Krog + Julian Flake + Beatriz Esteves + Fajar Ekaputra Harshvardhan J. Pandit + accepted - + Detriment - An authority tasked with overseeing legal compliance for a region - 2022-02-02 - - RegionalAuthority + Impact that acts as or causes detriments + 2022-03-23 - - - Javier Fernández - Axel Polleres + + + Specifies consent is 'explicit' + + + Mark Lizar Bud Bruegger Harshvardhan J. Pandit - Mark Lizar + 2019-04-05 + is explicit + The conditions for what is considered 'explicit consent' differ by norms and laws. accepted - - - Indicates use or applicability of Technical or Organisational measure - has technical and organisational measure - - 2019-04-04 - 2020-11-04 - - - Simon Steyskal - Javier Fernandez - Fajar Ekaputra - Elmar Kiesling - Axel Polleres - Harshvardhan J. Pandit - accepted - - 2019-04-05 - - Optimize interfaces presented to the user - Optimise User Interface - - - - - Harshvardhan J. Pandit - + + - accepted - parent property for controller, processor, data subject, authority, etc.? - - Indicates inclusion or applicability of an entity to some concept - 2022-02-09 - has entity - - - 2019-04-05 - Non-disclosure Agreements e.g. preserving confidentiality of information - Axel Polleres - Rob Brennan Harshvardhan J. Pandit Mark Lizar - Non-Disclosure Agreement (NDA) - - accepted - - - - - Obtain + Bud Bruegger + has expiry condition + - - to solicit or gather data from someone - 2019-05-07 accepted - - + Can be TextOrDocumentOrURI + Specifies the condition or event that determines the expiry of consent + 2019-04-05 - - 2020-11-25 - A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - Child - Harshvardhan J. Pandit - 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. + + Specifies address of a legal entity such as street address or pin code + + Harshvardhan J.Pandit + Georg P Krog + Beatriz Esteves + Paul Ryan + accepted - - + + + has address + 2020-11-04 - + + 2021-09-01 - - - 2020-11-18 - Indicates applicability of Risk - Indicates applicability of Risk for this concept - has risk - - - Harshvardhan J. Pandit accepted - - - 2019-04-05 Harshvardhan J. Pandit + David Hickey + Paul Ryan + Georg P Krog + Manage payment of vendors + + + + Vendor Payment + + Simon Steyskal - Javier Fernandez Fajar Ekaputra + Harshvardhan J. Pandit Elmar Kiesling + Javier Fernandez Axel Polleres - - Identity Verification + Provide assistance, resolve issues, ensure satisfaction in relation to services provided accepted - + + 2019-04-05 + - Verify or authorize identity + + Customer Care - - Elmar Kiesling - Axel Polleres + + Personalised Advertising + Beatriz Esteves Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Fajar Ekaputra - 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 + Georg P Krog + + + Create and provide personalised advertising + 2020-11-04 + accepted - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking + + + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + + Rob Brennan + Axel Polleres + Harshvardhan J. Pandit + Mark Lizar + Privacy by Default accepted - Sector + + 2019-04-05 + - + + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit Julian Flake - Paul Ryan - Georg P Krog Beatriz Esteves - Required + accepted - Indication of 'required' or 'necessary' - - 2022-02-13 - + Immigrant + 2022-04-06 + Data subjects that are immigrants (for a jurisdiction) + - - + + Harshvardhan Pandit + Georg Krog + + A group of Data Controllers that jointly determine the purposes and means of processing + To indicate the membership, hasDataController may be used + Joint Data Controllers accepted - 2022-03-02 - - Julian Flake - Georg P. Krog - Harshvardhan J. Pandit - - - Indicates the specified concepts is 'before' this concept in some context - is before + + 2022-02-02 - - - + + + - - Indicates the thing (e.g. plan, process, or entity) affected by an impact - - - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - Julian Flake - Harshvardhan J. Pandit + 2022-02-02 + An organisation not part of or independent from the government + NonGovernmentalOrganisation accepted - - has impact on + + Harshvardhan J. Pandit - + + + accepted - accepted - Mark Lizar - Rob Brennan - Harshvardhan J. Pandit - Axel Polleres - - Code of Conduct - 2019-04-05 - A set of rules or procedures outlining the norms and practices for conducting activities + to come into possession or control of the data + Acquire + 2019-05-07 + - - 2022-02-09 + Indiciates inclusion or applicability of a Third Party as a Recipient of persona data Georg P. Krog - Harshvardhan J. Pandit Paul Ryan + Harshvardhan J. Pandit + accepted + + 2022-02-09 has recipient third party + + + + + + Impact that acts as or causes non-material damages + Non-Material Damage + 2022-03-30 + Harshvardhan J. Pandit accepted - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data - + - - - - + accepted - 2022-01-19 + Alter + + 2019-05-07 + to change the data without changing it into something else + + + + + + Harshvardhan J. Pandit Georg P Krog - - has personal data handling - Indicates association with Personal Data Handling + Paul Ryan + David Hickey + accepted + + + Conduct activities and functions for organisation's governance + 2021-09-01 + Organisation Governance - - - accepted - Axel Polleres + + 2019-04-05 + Fajar Ekaputra - Georg P Krog - Beatriz Esteves - Julian Flake Harshvardhan J. Pandit - 2022-03-23 - - Impact(s) that acts as or causes benefits - Benefit - - - - - + Javier Fernandez + Axel Polleres + Elmar Kiesling + Simon Steyskal 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. - Data Processor + + Conduct research and development for new methods, products, or services - - Harshvardhan J. Pandit + Research and Development - - Georg P Krog - Beatriz Esteves - Harshvardhan J. Pandit - Paul Ryan - David Hickey - - 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. - Human Resources Management + + Entities that receive personal data + + 2020-11-04 - + Recipient + + accepted - - 2021-09-01 - Manage humans and 'human resources' within the organisation for effective and efficient operations. + Javier Fernández + Axel Polleres + + + 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 - + - An indication of 'necessity' within a context - Georg P Krog - Beatriz Esteves - Harshvardhan J. Pandit - Julian Flake - Paul Ryan - 2022-02-12 - Necessity - Necessity can be used to express need, essentiality, requirement, or compulsion. - + + Data Sub-Processor accepted - - - A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas - + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition Harshvardhan J. Pandit - Georg P Krog - Country - 2022-01-19 - 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. - + 2020-11-25 + A 'sub-processor' is a processor engaged by another processor - - 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 - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit + + accepted - accepted - 2020-11-04 - Advertising - + + Harshvardhan Pandit + Georg Krog + Paul Ryan + David Hickey + 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 - - - - - 2020-11-04 - Axel Polleres - Bud Bruegger + + + Data subjects that are temporary visitors + Paul Ryan Harshvardhan J. Pandit - Mark Lizar - Javier Fernández - Indicates Recipient of Personal Data - has recipient - - - accepted - 2019-04-04 - - - - - - + Julian Flake Beatriz Esteves - Georg P Krog - Harshvardhan J.Pandit - Paul Ryan + Georg P. Krog + + 2022-04-06 + Visitor accepted - Specifies address of a legal entity such as street address or pin code - has address - - 2020-11-04 - - - - Requested Service Provision - 2021-09-08 + + Harshvardhan J. Pandit Georg P Krog Beatriz Esteves - Harshvardhan J. Pandit - Deliver service as requested by user or consumer + accepted + 2020-11-04 + Register, authenticate, and identify users or agents in context of a service + Registration and Authentication - - accepted - - 2020-11-04 - Matching and Combining - - Processing that involves matching and combining of personal data - Piero Bonatti + + 2022-01-19 Harshvardhan J. Pandit + Non-Personal Data + 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 + - - - Simon Steyskal + + Increase Service Robustness + Axel Polleres + Elmar Kiesling Javier Fernandez + Simon Steyskal Fajar Ekaputra - Elmar Kiesling - Axel Polleres Harshvardhan J. Pandit - accepted - Improve Existing Products and Services - + Improve robustness and resilience of services + + accepted 2019-04-05 - Improve existing products and services + - + + Simon Steyskal + Fajar Ekaputra + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + accepted - - Disclose - - - to make data known + Optimize internal resource availability and usage for organisation - 2019-05-07 + Internal Resource Optimisation + 2019-04-05 + - + + + Vendor Records Management Paul Ryan - David Hickey Georg P Krog Harshvardhan J. Pandit - + David Hickey + + + 2021-09-01 - 2021-09-08 - Notice + Manage orders related to vendors + accepted + + - A notice is an artefact for providing information, choices, or controls + Mark Lizar + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + + Practices and policies regarding training of staff members + Staff Training + accepted + 2019-04-05 - - 2020-11-04 + - - Harshvardhan J. Pandit + + Optional Paul Ryan + Harshvardhan J. Pandit + Julian Flake + Georg P Krog Beatriz Esteves - Georg Krog - Representative - - A representative of a legal entity + Indication of 'optional' or 'voluntary' accepted + 2022-02-14 - + + Organise + to organize data for arranging or classifying + 2019-05-07 + + accepted - Legitimate Interest - Legitimate Interests of a Party as justification for specified processing - + + + + accepted Harshvardhan J. Pandit - 2021-05-19 - - - 2021-04-21 - Harshvardhan J. Pandit + An authority tasked with overseeing legal compliance for a nation + 2022-02-02 - accepted - - Public Interest - Processing is necessary or beneficial for interest of the public or society at large + NationalAuthority + - + + 2019-04-05 + + Simon Steyskal + Fajar Ekaputra + Javier Fernandez Axel Polleres - Mark Lizar - Rob Brennan + Elmar Kiesling Harshvardhan J. Pandit + Commercial Research + + - Protocols involving validation of identity i.e. authentication of a person or information - - accepted - Authentication Protocols - 2019-04-05 + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company - - Georg P Krog - Beatriz Esteves + + + 2019-04-05 + Elmar Kiesling + Javier Fernandez + Axel Polleres + Simon Steyskal + Fajar Ekaputra Harshvardhan J. Pandit - Julian Flake - Paul Ryan - 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 - Joint Data Controllers Agreement - + + Create and provide personalised benefits for a service + Personalised Benefits accepted - - - - - Elmar Kiesling - Fajar Ekaputra + + A legally binding agreement Harshvardhan J. Pandit - Simon Steyskal + Mark Lizar + Rob Brennan Axel Polleres - Javier Fernandez - 2019-04-05 - Improve customer-relationship management (CRM) processes - Improve Internal CRM Processes - accepted + + 2019-04-05 + Legal Agreement + + - - Harshvardhan J. Pandit - - A general term reflecting a company or a business or a group acting as a unit - Organisation + + 2019-05-07 + Pseudo-Anonymise - 2022-02-02 + accepted + + to replace personal identifiable information by artificial identifiers - - Adapt + + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves + - 2019-05-07 - - to modify the data, often rewritten into a new form for a new use - accepted - + Deliver service as requested by user or consumer + Requested Service Provision - - + 2021-09-08 accepted - Beatriz Esteves - Julian Flake + + + Paul Ryan Harshvardhan J. Pandit - Georg P Krog - Fajar Ekaputra - Detriment - - 2022-03-23 - Impact that acts as or causes detriments + Julian Flake + Beatriz Esteves + Georg P. Krog + accepted + Applicant + + 2022-04-06 + Data subjects that are applicants in some context - - - AcademicScientificOrganisation + + + accepted + Storage Restoration + Mark Lizar + Rob Brennan + Axel Polleres Harshvardhan J. Pandit - 2022-02-02 - - accepted - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies - - + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved 2019-04-05 - accepted - Data Controller - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - Javier Fernández + + + Elmar Kiesling + Javier Fernandez Axel Polleres - 2020-11-04 + Simon Steyskal + Fajar Ekaputra + Harshvardhan J. Pandit - + Non-Commercial Research + + accepted + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - + 2019-04-05 - - The consequence(s) possible or arising from success of specified context - Consequence of Success - 2022-03-23 + - Georg P Krog + The algorithmic logic applied or used + 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. + Harshvardhan J. Pandit accepted - - - - + + + Mark Lizar Axel Polleres Rob Brennan Harshvardhan J. Pandit - Mark Lizar + has location + + + + 2019-04-05 accepted - - - Indicates information about duration - - has duration + Indicates information about location - - 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 + + Paul Ryan Harshvardhan J. Pandit - 2022-03-30 - + Georg P Krog + 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 + accepted + + 2022-01-26 + A source of data that is publicly accessible or available - Collected Personal Data - - Piero Bonatti - 2022-01-19 - 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. - + + + + Disclose + + 2019-05-07 + to make data known accepted - Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data - - Anonymised Data - - - Mark Lizar - Bud Bruegger + + Axel Polleres + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra Harshvardhan J. Pandit - Can be TextOrDocumentOrURI - - - - 2019-04-05 - Specifies the condition or event that determines the expiry of consent - has expiry condition + Javier Fernandez + accepted + 2019-04-05 + Create and provide product recommendations e.g. suggest similar products + + Create Product Recommendations + + - - Indicates the specified concepts is 'after' this concept in some context + + Rudy Jacob Harshvardhan J. Pandit - Julian Flake - Georg P. Krog - - is after + Create Event Recommendations + accepted - 2022-03-02 - - - + + Create and provide personalised recommendations for events + 2019-11-26 + - - Mark Lizar - Bud Bruegger - Harshvardhan J. Pandit - has withdrawal by + - - Specifies the entity that withdrew consent - - accepted - 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. - - - - accepted - Manage disputes by natural persons, private bodies, or public authorities relevant to organisation - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - Dispute Management + Mark Lizar + Bud Bruegger + Axel Polleres + Javier Fernández + Indicates association with Processing + 2020-11-04 + accepted + - 2021-09-08 - - + + has processing + + 2019-04-04 - - Georg P Krog - Beatriz Esteves - Julian Flake - Harshvardhan J. Pandit + + Paul Ryan - Non-Public Data Source + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + Representative + - - 2022-01-26 - A source of data that is not publicly accessible or available + A representative of a legal entity accepted + 2020-11-04 - + + accepted + Bud Bruegger Mark Lizar - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Methods which restrict access to a place or resource - Access Control Method + + Specifies the instant in time when consent was given 2019-04-05 - + + + has provision time + + + + Harshvardhan J. Pandit + Third-Party Agreement accepted + + 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 - - An organisation that aims to achieve profit as its primary goal - Harshvardhan J. Pandit - ForProfitOrganisation + + An organisation managed or part of government accepted + + Harshvardhan J. Pandit + GovernmentalOrganisation - 2022-02-02 - - Generic property specifying when or under which condition(s) the consent will expire + + 2019-05-07 + 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. + Fajar Ekaputra + Elmar Kiesling; Harshvardhan J. Pandit + 2022-01-19 + + + + modified + + + Paul Ryan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - - has expiry - accepted + David Hickey + Represents a notice or document outlining information regarding privacy - 2019-04-05 + 2021-09-08 + + Privacy Notice + accepted + - - Academic Research + + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + Consultation with an authority or authoritative entity + + accepted + + 2020-11-04 + Consultation with Authority + + + + Obtain + 2019-05-07 + to solicit or gather data from someone + accepted - Javier Fernandez - Elmar Kiesling + + + + + Simon Steyskal Fajar Ekaputra Harshvardhan J. Pandit - Simon Steyskal + Javier Fernandez Axel Polleres - - Conduct or assist with research conducted in an academic context e.g. within universities - - + Elmar Kiesling + User Interface Personalisation + Personalise interfaces presented to the user + accepted + 2019-04-05 - - - - Structure - to arrange data according to a structure - accepted - - - 2019-05-07 + - - accepted + + Harshvardhan J.Pandit Paul Ryan - Beatriz Esteves Georg P Krog - Harshvardhan J.Pandit - Specifies name of a legal entity + Beatriz Esteves - 2020-11-04 - - - has name - - - 2021-09-01 - - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - David Hickey - Vendor Payment - - Manage payment of vendors - + accepted + Indicates an identifier associated for identification or reference + 2020-11-25 + has identifier - - Paul Ryan - David Hickey - Georg P Krog + + Bud Bruegger + Axel Polleres + Mark Lizar Harshvardhan J. Pandit - - Safeguard for Data Transfer - 2021-09-22 + Javier Fernández + + 2019-04-04 + + + + has purpose - - Represents a safeguard used for data transfer. Can include technical or organisational measures. + 2020-11-04 + Indicates association with Purpose + accepted - - Harshvardhan J. Pandit - Beatriz - Georg P Krog - Customer Solvency Monitoring - + - + 2020-11-18 + + + + Harshvardhan J. Pandit accepted - - 2021-09-08 - Monitor solvency of customers for financial diligence + Indicates use or applicability of Right + has right + - + + accepted + + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves + Georg P. Krog + 2022-04-06 - 2019-05-07 - - accepted - - to replace personal identifiable information by artificial identifiers - Pseudo-Anonymise + Consumer + Data subjects that consume goods or services for direct use - + accepted - has human involvement - Human involvement is also relevant to 'human in the loop' - + 2022-01-19 - - Paul Ryan - Georg P. Krog Harshvardhan J. Pandit - - 2020-11-04 - Indicates Involvement of humans in processing such as within automated decision making process + + has applicable law + Indicates applicability of a Law + + - - + accepted - Store - 2019-05-07 - + - to keep data for future use + 2019-05-07 + to transform or publish data to be used + + Make Available - - Customer Claims Management - - Georg P Krog + + Indication of 'primary' or 'main' or 'core' importance + Paul Ryan Harshvardhan J. Pandit - Beatriz - Manage claims, including repayment of monies owed - - + Julian Flake + Beatriz Esteves + Georg P Krog + accepted - 2021-09-08 + + 2022-02-10 + Primary Importance - - + + 2019-04-05 Harshvardhan J. Pandit - Rob Brennan Mark Lizar Axel Polleres - - - - accepted - + Rob Brennan + + + Encryption of data when being stored (persistent encryption) + Encryption in Rest - has location - Indicates information about location - 2019-04-05 + accepted - - Georg P Krog + + Legitimate Interest + Legitimate Interests of a Party as justification for specified processing Harshvardhan J. Pandit - Paul Ryan - 2021-05-05 - accepted - Official Authority of Controller + accepted + 2021-05-19 - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - - 2022-02-02 - - IndustryConsortium - A consortium established and comprising on industry organisations + + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - + Julian Flake + Beatriz Esteves + + accepted - + NonCitizen + 2022-04-06 + Data subjects that are not citizens (for a jurisdiction) - - + + Student + + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves - 2021-09-08 - 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 + accepted - Paul Ryan - Harshvardhan Pandit - David Hickey - Georg Krog - - An entity that 'exports' data where exporting is considered a form of data transfer + Data subjects that are students + 2022-04-06 + + + accepted + 2019-05-07 + + + + Transfer + + to move data from one place to another - + Mark Lizar - Rob Brennan Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved - - + 2019-04-05 + + Risk Management Procedure 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. + 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 - Storage Restoration - - Paul Ryan - Georg P Krog - Harshvardhan J. Pandit - Julian Flake - Beatriz Esteves - - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data - 2022-01-26 + accepted - Data Processing Agreement + Consent of the Data Subject for specified processing - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. - - - 2020-11-04 + 2021-04-07 + + Consent Harshvardhan J. Pandit + + + accepted Beatriz Esteves Georg P Krog + Harshvardhan J Pandit + Right - Communication for Customer Care - accepted - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided - - + 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 - - - + + + + Manage and provide technical processes and functions necessary for delivering services + Technical Service Provision + Harshvardhan J. Pandit - Rudy Jacob - Create Event Recommendations + accepted + 2021-09-08 + + - + GuidelinesPrinciple accepted - 2019-11-26 - Create and provide personalised recommendations for events + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + Axel Polleres + 2019-04-05 + Guidelines or Principles regarding processing and operational measures + + - - Create and provide personalised advertising - Georg P Krog - Beatriz Esteves + + + Assessment Harshvardhan J. Pandit - 2020-11-04 - - - Personalised Advertising + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + accepted + 2021-09-08 + + + accepted + Methods which restrict access to a place or resource + 2019-04-05 + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + Axel Polleres + + Access Control Method + - - Fajar J. Ekaputra - Georg P Krog - Bud Bruegger - Bert Bos - Simon Steyskal - Julian Flake - Elmar Kiesling - Paul Ryan - Ramisa Gachpaz Hamed - Beatriz Esteves - Rob Brennan - Mark Lizar - Rigo Wenning - Javier D. Fernández - Piero Bonatti - Eva Schlehahn - - 2022-04-02 - - https://w3id.org/dpv/dpv-owl - 0.5 - 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. - 2019-06-18 - dpvo - - Harshvardhan J. Pandit - Axel Polleres - 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. - - - 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 + + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves accepted - The Legal basis used to justify processing of personal data - Legal Basis + Patient - Javier Fernández - Axel Polleres + + + 2022-04-06 + Data subjects that receive medican attention, treatment, care, advice, or other health related services - + + Javier Fernandez - Fajar Ekaputra - Elmar Kiesling - Simon Steyskal Axel Polleres + Elmar Kiesling Harshvardhan J. Pandit - Customer Care - - 2019-04-05 - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - + Simon Steyskal + Fajar Ekaputra + Subclass of ServiceProvision since optimisation is usually considered part of providing services + Service Optimization - accepted + + Optimise services or activities + 2019-04-05 - + accepted - Record Management - Paul Ryan - David Hickey - Georg P Krog + + Region + + A region is an area or site that is considered a location + 2022-01-19 Harshvardhan J. Pandit + + + - 2021-09-01 - - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + 2022-03-30 + Impact that acts as or causes material damages + Material Damage + + Harshvardhan J. Pandit + accepted - - has data importer + + Axel Polleres + Elmar Kiesling + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Harshvardhan J. Pandit + 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 + Sell data or information relevant to insights obtained from analysis of data + 2019-04-05 accepted - + + + + + + Indicates the specified concepts is 'after' this concept in some context Georg P. Krog Harshvardhan J. Pandit - Paul Ryan - - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - 2022-02-09 - + Julian Flake + 2022-03-02 + accepted + + + is after - - Manage and provide technical processes and functions necessary for delivering services - Technical Service Provision + + Represents a country outside applicable or compatible jurisdiction as outlined in law + + Third Country + 2022-02-09 + accepted Harshvardhan J. Pandit + - accepted - + + + + + Indicates implementation details such as entities or agents + is implemented by entity + 2019-05-07 + Axel Polleres + Paul Ryan + Harshvardhan J. Pandit + 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. + - 2021-09-08 + modified - - Rob Brennan + Harshvardhan J. Pandit - Axel Polleres Mark Lizar - 2019-04-05 - - Seal - + Rob Brennan + Axel Polleres accepted - A seal or a mark indicating proof of certification to some certification or standard + Protocols involving validation of identity i.e. authentication of a person or information + + 2019-04-05 + + Authentication Protocols - - 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 Harshvardhan J. Pandit Mark Lizar - Rob Brennan - - - accepted + Organisational measures required/followed when processing data of the declared category - Pseudo-Anonymization - - 2019-04-05 - - + Organisational Measure + 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. - Fajar Ekaputra - Elmar Kiesling; Harshvardhan J. Pandit - Sensitive Personal Data whose use requires specific legal permission or justification - 2022-01-19 - 2019-05-07 - - Special Category Personal Data - - - modified + 2019-04-05 + - - to transform or publish data to be used - - 2019-05-07 + + + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + accepted - Make Available - - + has data importer + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + + 2022-02-09 + + - + + 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' + Data Subject Right + 2020-11-18 + + + Harshvardhan Pandit + Georg P Krog + Beatriz Esteves accepted - - 2020-11-25 - A 'sub-processor' is a processor engaged by another processor - - Harshvardhan J. Pandit - Data Sub-Processor - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition - + + + + accepted - 2021-04-07 - Contract Performance - + to study or examine the data in detail - Georg P Krog + Analyse + + 2019-05-07 + + + Harshvardhan J. Pandit + David Hickey Paul Ryan - Fulfilment or performance of a contract involving specified processing + Georg P Krog accepted - - - accepted - Mark Lizar - Rob Brennan - Harshvardhan J. Pandit - Axel Polleres - Organisational Measure - - 2019-04-05 - Organisational measures required/followed when processing data of the declared category + Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + Record Management + 2021-09-01 - - - 2020-11-04 - - Specifies contact details of a legal entity such as phone or email - - - has contact + + An indication of 'importance' within a context + + Paul Ryan + Harshvardhan J. Pandit + Julian Flake Beatriz Esteves Georg P Krog - Harshvardhan J.Pandit - Paul Ryan - accepted - - - - Subclass of ServiceProvision since personalisation is usually considered part of providing services - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra - Harshvardhan J. Pandit - Simon Steyskal accepted - Personalise services or product or activities - - - 2019-04-05 - Service Personalization + Importance can be used to express importance, desirability, relevance, or significance as a context. + Importance + 2022-02-09 - - - - to join or merge data - Combine - - - 2019-05-07 - accepted - + + Payment + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves + Process payment transactions in relation to service + + accepted + + 2020-11-04 - - Harshvardhan J. Pandit + + + + + accepted + to spread data throughout + + Disseminate + 2019-05-07 + + Mark Lizar Axel Polleres Rob Brennan + Harshvardhan J. Pandit + Storage Condition accepted - A set of rules or guidelines outlining criterias for design + + Conditions required or followed regarding storage of data 2019-04-05 - - Design Standard - - Purpose - 2019-04-05 - 2020-11-04 - - Javier Fernández + + Harshvardhan J. Pandit + Javier Fernandez Axel Polleres + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra + + + Enforce Access Control + + Was previously "Access Control". Prefixed to distinguish from Technical Measure. + + accepted + Conduct or enforce access control + 2019-04-05 + + + + 2019-05-07 + Store accepted - The purpose of processing personal data - + to keep data for future use + - + accepted - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - Technology - 2022-01-26 + A general term reflecting a company or a business or a group acting as a unit + Organisation + 2022-02-02 - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device + Harshvardhan J. Pandit - - Location may be geographic, physical, or virtual. - - Harshvardhan J. Pandit - Georg P Krog - Location - accepted + - A location is a position, site, or area where something is located - 2022-01-19 - - - - Axel Polleres + Beatriz Esteves + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - Mark Lizar - Rob Brennan + Julian Flake + + note: for B2B relations where customers are organisations, this concept only applies for data subjects + 2022-04-06 accepted - - Technical Measure + Data subjects that purchase goods or services + Customer - Technical measures required/followed when processing data of the declared category - 2019-04-05 - - Axel Polleres + + 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 + Mark Lizar - Rob Brennan + Bud Bruegger Harshvardhan J. Pandit + + + 2019-04-05 + Specifies the entity that provisioned or provided consent + + has provision by + + + + accepted + + Derive + 2019-05-07 + + to create new derivative data from the original data + + + + + Restrict + - De-Identification + accepted - - Removal of identity or information to reduce identifiability - 2019-04-05 + to apply a restriction on the processsing of specific records + 2019-05-07 - + - - Process by which some personal identifiers are removed or identifiability is reduced - + Harshvardhan J. Pandit accepted + Frequency + The frequency or information about periods and repetitions in terms of recurrence. + 2022-02-16 + + + Duration or temporal limitation on storage of personal data + + + 2019-04-05 + Storage Duration Mark Lizar Axel Polleres Rob Brennan Harshvardhan J. Pandit - Anonymization - 2019-04-05 - - accepted - Innovative Use of New Technologies - - Piero Bonatti - Harshvardhan J. Pandit - - - - Processing that involves use of innovative and new technologies - 2020-11-04 + + - - + - Represents a country outside applicable or compatible jurisdiction as outlined in law + + + Georg P Krog + Beatriz Esteves + Paul Ryan Harshvardhan J. Pandit - Third Country + Julian Flake accepted - 2022-02-09 - + Secondary Importance + 2022-02-11 + Indication of 'secondary' or 'minor' or 'auxiliary' importance - + + 2020-11-18 + + Harshvardhan J. Pandit - Georg P Krog + Indicates applicability of Risk + Indicates applicability of Risk for this concept + + has risk - 2022-01-19 - - Indicates area, scope, or applicability of an Authority - - - is authority for accepted - + - + + + Javier Fernandez Axel Polleres + Elmar Kiesling Harshvardhan J. Pandit Simon Steyskal - Javier Fernandez Fajar Ekaputra - Elmar Kiesling - Improve robustness and resilience of services - Increase Service Robustness - - accepted + + Optimize activities and services for provider or controller - + Optimisation for Controller + accepted 2019-04-05 - - Optimize internal resource availability and usage for organisation + + Technology Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Fajar Ekaputra - Elmar Kiesling - Axel Polleres + + 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 accepted - - - 2019-04-05 - Internal Resource Optimisation + 2022-01-26 - + + Record + + accepted - Legitimate Interests of a Third Party in conducting specified processing - Georg P Krog - Harshvardhan J. Pandit + + 2019-05-07 + to make a record (especially media) + + + Authority + + Harshvardhan Pandit Paul Ryan - Legitimate Interest of Third Party - 2021-05-19 + Georg Krog accepted - + + 2020-11-04 + + + An authority with the power to create or enforce laws, or determine their compliance. - - Bud Bruegger + Harshvardhan J. Pandit - Mark Lizar + Georg P. Krog + Paul Ryan + has algorithmic logic accepted - 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 + + - + 2020-11-04 + Indicates the logic used in processing such as for automated decision making + - 2019-04-05 - has withdrawal by justification - Specifies the justification for entity withdrawing consent - - Mark Lizar - Javier Fernández - Axel Polleres - Bud Bruegger + + Vital Interest + + + 2021-04-21 + accepted Harshvardhan J. Pandit - - 2019-04-04 - 2020-11-04 - - - + Processing is necessary or required to protect vital interests of a data subject or other natural person - - has purpose - Indicates association with Purpose + + + Harshvardhan J. Pandit accepted + 2022-02-09 + Processing Context + + Context or conditions within which processing takes place + + - - is policy for + - - - - - 2022-01-26 - Indicates the context or application of policy + Georg P Krog + Paul Ryan Harshvardhan J. Pandit accepted + + Vital Interest of Data Subject + + 2021-04-21 + Processing is necessary or required to protect vital interests of a data subject - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - Storage Deletion + Mark Lizar + Rob Brennan + Axel Polleres + Harshvardhan J. Pandit + Deletion or Erasure of data including any deletion guarantees 2019-04-05 accepted - Deletion or Erasure of data including any deletion guarantees + - - accepted - - 2022-01-19 - A political union of two or more countries with an establishment of common authority - - SupraNationalUnion + + Monitor solvency of customers for financial diligence Harshvardhan J. Pandit - - - Piero Bonatti - Harshvardhan J. Pandit - 2020-11-04 - - Automated Decision Making - - Processing that involves automated decision making - + Beatriz + Georg P Krog + accepted - + + 2021-09-08 + Customer Solvency Monitoring + - - - + + 2020-11-04 - The conditions for what is considered 'explicit consent' differ by norms and laws. - Bud Bruegger - Mark Lizar + Javier Fernández + Axel Polleres + accepted + + + + Indicates use or applicability of a Legal Basis + has legal basis + 2019-04-04 + + + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Specifies consent is 'explicit' + Mark Lizar + + + Technical measures consisting of encryption 2019-04-05 + Encryption accepted - is explicit + - - Impact Assessment for conducting data transfers - + + + + + accepted + + + to join or merge data + Combine + + 2019-05-07 + + Harshvardhan J. Pandit - Paul Ryan Georg P Krog - + + + has third country accepted - Data Transfer Impact Assessment + + + Indicates applicability or relevance of a 'third country' + - 2021-09-08 + 2022-02-09 - - - + + Mark Lizar + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - + + + + Indicates information about storage condition accepted - Data Processing Records - 2021-09-08 - Records of personal data processing, whether ex-ante or ex-post + has storage + + + + 2019-04-05 - - 2020-11-04 - Fajar Ekaputra + + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Georg P Krog Beatriz Esteves - Julian Flake Harshvardhan J. Pandit - Removed plural suffix for consistency - - 2021-09-21 + Sell products or services accepted - - - - Indicates consenquence(s) possible or arising from specified concept - has consequence + + + Sell Products + 2021-09-08 - - has provision by justification - 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 + - Bud Bruegger + Contextually relevant information about purpose not possible to represent through other concepts + + Javier Fernandez + Simon Steyskal + Axel Polleres + Fajar Ekaputra + Elmar Kiesling Harshvardhan J. Pandit - Mark Lizar - - - Specifies the justification for entity providing consent accepted + Context 2019-04-05 - - - - - Specifies the indicated entity is responsible within some context - 2022-03-02 + + + + + 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 + accepted - - has responsible entity + + + + 2020-11-04 + Processing that involves systematic monitoring of individuals + + + Systematic Monitoring + Piero Bonatti Harshvardhan J. Pandit - + accepted - + + + - Was previously "Access Control". Prefixed to distinguish from Technical Measure. - accepted - Enforce Access Control - Fajar Ekaputra - Elmar Kiesling + Location or geospatial scope where the data is stored + Mark Lizar Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - 2019-04-05 - Conduct or enforce access control - + accepted + Storage Location - - Data Importer - Harshvardhan Pandit - David Hickey - Georg Krog - Paul Ryan - + - - 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 + + + Paul Ryan + Harshvardhan J. Pandit + Georg P. Krog accepted - - An entity that 'imports' data where importing is considered a form of data transfer + + has human involvement + Human involvement is also relevant to 'human in the loop' + Indicates Involvement of humans in processing such as within automated decision making process + + 2020-11-04 - - - The impact(s) possible or arising as a consequence from specified context - Georg P Krog - Fajar Ekaputra + Harshvardhan J. Pandit - Beatriz Esteves - Julian Flake - accepted - - 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 + Piero Bonatti + - - - Axel Polleres - Javier Fernández - Personal Data Handling - 2019-04-05 + 2020-11-04 + + Processing that involves automated decision making 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. - 2020-11-04 - + Automated Decision Making - - Legitimate Interest of Controller + accepted Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - 2021-05-19 - - Legitimate Interests of a Data Controller in conducting specified processing - - - - Simon Steyskal - Axel Polleres + Fajar Ekaputra Javier Fernandez + Axel Polleres Elmar Kiesling - Fajar Ekaputra - Harshvardhan J. Pandit - Optimisation for Controller - - - accepted - - Optimize activities and services for provider or controller + Service Provision 2019-04-05 - - - accepted - Joint Data Controllers - A group of Data Controllers that jointly determine the purposes and means of processing - - - 2022-02-02 - Harshvardhan Pandit - Georg Krog - To indicate the membership, hasDataController may be used - - - Duration - 2022-02-09 - The duration or temporal limitation + Provide service or product or activities + - - Harshvardhan J. Pandit - accepted - - Beatriz Esteves - Georg P Krog + + Rob Brennan Harshvardhan J. Pandit - Manage invoicing, orders, and records in relation to services - 2021-09-08 - + Mark Lizar + Axel Polleres accepted + + 2019-04-05 + + ContractualTerms + Contractual terms governing data handling within or with an entity - - Service Order Management - - - Beatriz Esteves - Harshvardhan J. Pandit - Julian Flake - Paul Ryan - Georg P Krog - Indication of 'secondary' or 'minor' or 'auxiliary' importance + + - Secondary Importance - - accepted - 2022-02-11 - - - Axel Polleres - Javier Fernández - Data Subject - + + + has context accepted - - + Indicates a purpose is restricted to the specified context(s) 2019-04-05 - 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 + - - Javier Fernández - Axel Polleres - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar + accepted - 2019-04-04 - - Indicates association with Data Controller + has data protection officer + Specifices an associated data protection officer + + + + Rob Brennan + Paul Ryan + 2022-03-02 - has data controller + + + - - - 2020-11-04 - + + Georg P Krogg + David Hickey + + accepted + Specific or special categories and instances of legal basis intended for justifying data transfers + Data Transfer Legal Basis + 2021-09-08 - - Encryption in Transfer - - Rob Brennan - Harshvardhan J. Pandit + Axel Polleres - Mark Lizar - Encryption of data in transit e.g. when being transferred from one location to another, including sharing + Elmar Kiesling + Harshvardhan J. Pandit + Simon Steyskal + Fajar Ekaputra + Javier Fernandez + + Conduct or assist with research conducted in an academic context e.g. within universities + accepted 2019-04-05 + + Academic Research + + + + Personal Data that has been collected from another source such as the Data Subject accepted + + 2022-03-30 + Harshvardhan J. Pandit + Collected Personal Data + To indicate the source of data, use the DataSource concept with the hasDataSource relation + - + Harshvardhan J. Pandit Mark Lizar Axel Polleres Rob Brennan - accepted + Practices regarding incorporating data protection and privacy in the design of information and services + Privacy by Design - Practices and policies regarding training of staff members + accepted 2019-04-05 - Staff Training - - accepted + + - Georg P Krog + Move + + + + to move data from one location to another including deleting the original copy + 2019-05-07 + 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 - Beatriz Esteves - - Analytics - Conduct analysis and reporting related to usage of services or products - 2020-11-04 - Was "UsageAnalytics", prefixed with Service to better reflect scope + + Child + accepted + + 2020-11-25 - - 2020-11-04 - - Carrying out an impact assessment regarding privacy risks + Harshvardhan J. Pandit Georg P Krog - Paul Ryan - Privacy Impact Assessment + Beatriz Esteves accepted + + Service Order Management + Manage invoicing, orders, and records in relation to services + 2021-09-08 - - - accepted - Harshvardhan J. Pandit + + + Member Georg P. Krog Paul Ryan - 2022-02-09 - - - - has data exporter - Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter - - - - - Paul Ryan - Georg P Krog Harshvardhan J. Pandit - David Hickey - - Safeguard - This concept is relevant given the requirement to assert safeguards in cross-border data transfers - A safeguard is a precautionary measure for the protection against or mitigation of negative effects - 2021-09-22 + Julian Flake + Beatriz Esteves + Data subjects that are members of a group, organisation, or other collectives - accepted + + 2022-04-06 - - 2020-11-04 + + Indicate a risk is mitigated by specified measure Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Consultation - - + + accepted - - Consultation is a process of receiving feedback, advice, or opinion from an external agency + + 2022-02-09 + is mitigated by measure + + + - + + Data subjects that are tourists i.e. not citizens and not immigrants + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit Julian Flake - Paul Ryan - Georg P Krog Beatriz Esteves - + 2022-04-06 + accepted - 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 - + Tourist + - - Specifies the method by which consent was provisioned or provided - - - Bud Bruegger + + accepted Harshvardhan J. Pandit Mark Lizar - 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 provision method - accepted - 2019-04-05 + Rob Brennan + Axel Polleres + + + Encryption of data in transit e.g. when being transferred from one location to another, including sharing + Encryption in Transfer + 2019-04-05 - - Harshvardhan J. Pandit - David Hickey + + + + + The term 'technology' is inclusive of technologies, processes, and methods. Paul Ryan - Georg P Krog - - Vendor Selection Assessment + Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves + + is implemented using technology + + accepted + Indicates implementation details such as technologies or processes + 2022-01-26 + + + + to create a profile that describes or represents a person + Profiling - 2021-09-01 - + accepted - Manage selection, assessment, and evaluation related to vendors + 2019-05-07 - - has country + accepted - - - - - Georg P Krog - Harshvardhan J. Pandit - - Indicates applicability of specified country - 2022-01-19 + Creation, completion, fulfilment, or performance of a contract involving specified processing + + 2021-04-07 + + + Harshvardhan J. Pandit + Contract - - + + David Hickey Harshvardhan J. Pandit - 2022-03-30 - - Impact that acts as or causes damages + Georg P Krog + Paul Ryan accepted + 2021-09-22 - Damage - - - - - Axel Polleres - Javier Fernández + + Safeguard + A safeguard is a precautionary measure for the protection against or mitigation of negative effects - has legal basis - - accepted - Indicates use or applicability of a Legal Basis - 2020-11-04 - 2019-04-04 - + This concept is relevant given the requirement to assert safeguards in cross-border data transfers - + + is authority for + + 2022-01-19 - - - - 2019-04-05 - has context - Indicates a purpose is restricted to the specified context(s) - accepted - - + Georg P Krog + Harshvardhan J. Pandit + accepted - to send out data - 2019-05-07 - + Indicates area, scope, or applicability of an Authority - Transmit - - - + + 2020-11-04 + + Processing that involves matching and combining of personal data + + Matching and Combining + Harshvardhan J. Pandit + Piero Bonatti + accepted - - - - - has data processor - Harshvardhan J. Pandit - Georg P. Krog - Paul Ryan - - Indiciates inclusion or applicability of a Data Processor - 2022-02-09 - - Fajar Ekaputra - Elmar Kiesling - Axel Polleres - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - - 2019-04-05 + + Harshvardhan J. Pandit + Axel Polleres + + Bert Bos + Piero Bonatti + Ramisa Gachpaz Hamed + Paul Ryan + Simon Steyskal + Bud Bruegger + Georg P Krog + Mark Lizar + Eva Schlehahn + Harshvardhan J. Pandit + Elmar Kiesling + Rob Brennan + Rigo Wenning + Beatriz Esteves + Julian Flake + Fajar J. Ekaputra + Javier D. Fernández + Axel Polleres + 2022-04-02 + Data Privacy Vocabulary + + dpvo + 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. + 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. + 2019-06-18 + + https://w3id.org/dpv/dpv-owl + + + Harshvardhan Pandit + Paul Ryan + Georg Krog + accepted + 2020-11-04 - Non-Commercial Research + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - accepted - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + + Data Protection Authority - - Single Sign On - + - accepted + 2022-01-26 Paul Ryan + Julian Flake Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - - 2020-11-04 - - - - Georg P. Krog - Harshvardhan J. Pandit - Paul Ryan - - Indicates the source or origin of data being processed - - - has data source - 2020-11-04 + 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 + Sub-Processor Agreement - - - - 2021-04-07 + + + + 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. + Harshvardhan J. Pandit + accepted + 2019-06-04 - Contract + + + David Hickey + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Maintain registry of shareholders, members, or partners for governance, administration, and management functions accepted - Creation, completion, fulfilment, or performance of a contract involving specified processing - Harshvardhan J. Pandit + + + 2021-09-01 + + Members and Partners Management - + - + 2022-03-30 + + Personnel Management + + Paul Ryan 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 - Third Party - - 2019-06-04 + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + accepted - + - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company - Fajar Ekaputra - Elmar Kiesling + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - Simon Steyskal - Axel Polleres - Javier Fernandez - - 2019-04-05 - Commercial Research - - + Julian Flake + Beatriz Esteves + Citizen + + Data subjects that are citizens (for a jurisdiction) accepted + + 2022-04-06 - - Axel Polleres - Javier Fernández + + Georg P Krog + Beatriz + Harshvardhan J. Pandit + Manage customer orders + - - 2019-04-05 - Processing - - 2020-11-04 + Customer Order Management + + 2021-09-08 accepted - The processing performed on personal 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. - Inferred Personal Data - Harshvardhan J. Pandit - 2022-01-19 + + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + accepted - Personal Data that is obtained through inference from other 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 + + + Axel Polleres + Javier Fernández + 2019-04-05 + Data Controller - - Processing necessary to enter into contract - Georg P Krog + + David Hickey Harshvardhan J. Pandit + Georg P Krog Paul Ryan + Communication Management + accepted - Enter Into Contract - - 2021-04-07 - + 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 + + Javier Fernandez + Axel Polleres + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra Harshvardhan J. Pandit - 2020-11-18 - 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. + Improve existing products and services + + accepted + 2019-04-05 + Improve Existing Products and Services - - - Privacy by Design - Practices regarding incorporating data protection and privacy in the design of information and services - Rob Brennan + + Harshvardhan J. Pandit - Axel Polleres - Mark Lizar - 2019-04-05 - - + Georg P Krog + Beatriz Esteves + Was commercial interest, changed to consider Marketing a separate Purpose category by itself accepted + + 2020-11-04 + + Marketing + Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing - + + Transmit + accepted - Privacy Notice - Paul Ryan - David Hickey - Georg P Krog - Harshvardhan J. Pandit - Represents a notice or document outlining information regarding privacy - 2021-09-08 - + 2019-05-07 + + to send out data - - - - - Rob Brennan + Axel Polleres - Harshvardhan J. Pandit - Mark Lizar - Location or geospatial scope where the data is stored - + Javier Fernández 2019-04-05 + Processing + + + 2020-11-04 + The processing performed on personal data accepted - Storage Location - - + + + Data Subject + + + + accepted - 2019-05-07 - to create a profile that describes or represents a person - - Profiling - + Javier Fernández + Axel Polleres + The individual (or category of individuals) whose personal data is being processed + 2019-04-05 + 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 - + + 2020-11-04 + has recipient + + Mark Lizar + Bud Bruegger + Javier Fernández + Axel Polleres + Harshvardhan J. Pandit - has personal data - - 2022-01-19 + accepted - Harshvardhan J. Pandit - Indicates association with Personal Data - + 2019-04-04 + + Indicates Recipient of Personal Data + - - - + + + + Harshvardhan J. Pandit Georg P Krog Beatriz Esteves - Harshvardhan J. Pandit - 2020-11-04 - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. accepted - Data Source + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + + 2020-11-04 + Communication for Customer Care - The source or origin of data - - Context - Axel Polleres - Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - Elmar Kiesling - Javier Fernandez - + - 2019-04-05 - Contextually relevant information about purpose not possible to represent through other concepts + + A law is a set of rules created by government or authorities + Law accepted + 2022-01-19 + Harshvardhan J. Pandit - - 2022-02-09 - - - - Paul Ryan + + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Georg P. Krog - has joint data controllers - - Indicates inclusion or applicability of a Joint Data Controller - + accepted + + 2020-11-04 + Legal Compliance + Fulfilment of obligations or requirements towards achieving compliance with law or regulations - + + Harshvardhan J. Pandit + Piero Bonatti + accepted - Legal Obligation - Legal Obligation to conduct the specified processing - 2021-04-07 - Harshvardhan J. Pandit - - - - - Harshvardhan Pandit - Paul Ryan - Georg Krog + Innovative Use of New Technologies + Processing that involves use of innovative and new technologies + - - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - accepted - Data Protection Authority 2020-11-04 - - - Paul Ryan - Georg P Krog - Harshvardhan J. Pandit - Julian Flake - Beatriz Esteves - 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 - + + 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 + 2022-03-30 + Harshvardhan J. Pandit + Generated Data is used to indicate data that is produced and is not derived or inferred from other data + Generated Personal Data - - + + Certification Axel Polleres - Fajar Ekaputra + Rob Brennan Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - 2019-04-05 - Create Product Recommendations + Mark Lizar + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + accepted + 2019-04-05 - - Create and provide product recommendations e.g. suggest similar products + + + + Manage humans and 'human resources' within the organisation for effective and efficient operations. + David Hickey + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + Beatriz Esteves + accepted + + 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. + + 2021-09-01 + - + + + - Georg Krog + Beatriz Esteves + Fajar Ekaputra + Harshvardhan J. Pandit + Georg P Krog + Julian Flake + Impact that acts as or causes harms + Harm + 2022-03-23 accepted - - Adult - 2022-03-30 - - A natural person that is not a child i.e. has attained some legally specified age of adulthood - + + + International Organisation + 2022-03-23 + Julian Flake + Georg P. Krog + 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 + + + + - Harshvardhan J. Pandit - has organisational measure - 2022-02-09 + + + Indicates the frequency with which something takes place + has frequency - - Indicates use or applicability of Organisational measure + 2022-02-16 + Harshvardhan J. Pandit accepted - - 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)'. - Harshvardhan Pandit - accepted + - 2019-04-05 - 2022-01-19 - - - - - - - Beatriz Esteves - Georg P Krog - Harshvardhan J.Pandit Paul Ryan - Specifies representative of the legal entity + Harshvardhan J. Pandit + Georg P Krog + 2021-04-21 accepted - - - - - - 2020-11-04 - has representative + 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 + Javier Fernandez + Axel Polleres + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra Harshvardhan J. Pandit - 2022-03-30 - Consequence as Side-Effect - The consequence(s) possible or arising as a side-effect of specified context + Sell Data to Third Parties + 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 + + 2019-04-05 - - - Indicates use or applicability of Technical measure - - Harshvardhan J. Pandit - - 2022-02-09 + + has personal data handling - - has technical measure - accepted - - - Fajar Ekaputra - Elmar Kiesling; Harshvardhan J. Pandit - - + + Harshvardhan J. Pandit + Georg P Krog + Indicates association with Personal Data Handling + 2022-01-19 + accepted - 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 - Personal Data that is obtained or derived from other data - - 2022-01-19 - Derived Personal Data - - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar + + accepted - Conditions required or followed regarding storage of data - + Harshvardhan Pandit + + Data directly or indirectly associated or related to an individual. + 2019-04-05 - accepted - Storage Condition + + 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 + Personal Data - - Harshvardhan J. Pandit - The algorithmic logic applied or used + + A broad concept representing 'data' or 'information' 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. - - Algorithmic Logic - - 2022-01-26 + Data + Harshvardhan J. Pandit + + 2022-01-19 - + + SupraNationalUnion + accepted + 2022-01-19 Harshvardhan J. Pandit - Georg P Krog - Beatriz + + A political union of two or more countries with an establishment of common authority - accepted - - 2021-09-08 - Manage and analyse interactions with past, current, and potential customers - Customer Relationship Management - - - Conduct direct marketing i.e. marketing communicated directly to the individual - Georg P Krog - Beatriz Esteves + + Axel Polleres Harshvardhan J. Pandit - Direct Marketing - 2020-11-04 - - + Mark Lizar + Rob Brennan accepted + + Certification and Seal + 2019-04-05 + Certifications, seals, and marks indicating compliance to regulations or practices + + - - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. + + 2019-05-07 + + to use data + accepted - Paul Ryan - David Hickey - Georg P Krog - Harshvardhan J. Pandit - - 2021-09-08 - Policy + Use - - Mark Lizar - Rob Brennan + + accepted + Javier Fernández Axel Polleres - Harshvardhan J. Pandit - + + The purpose of processing personal data + + 2019-04-05 + - + 2020-11-04 + Purpose + + accepted - + Indicates applicability of specified country - has storage - 2019-04-05 - - Indicates information about storage condition - - - - A region is an area or site that is considered a location - Region - + + Harshvardhan J. Pandit + Georg P Krog + 2022-01-19 - accepted - Harshvardhan J. Pandit - - - Indicates applicability of authority for a jurisdiction - + + has country + + + Create and provide personalised recommendations - 2022-01-19 - - + + 2019-11-26 + + Rudy Jacob + Harshvardhan J. Pandit accepted + + Create Personalized Recommendations + + + 2022-03-23 Harshvardhan J. Pandit Georg P Krog - has authority - - - + accepted - - Disclose by Transmission + The consequence(s) possible or arising from failure of specified context + Consequence of Failure + - accepted - to disclose data by means of transmission - 2019-05-07 - - accepted + + Julian Flake + Beatriz Esteves + Georg P. Krog Paul Ryan Harshvardhan J. Pandit - Organisational Unit - 2022-03-23 - - Entity within an organisation that does not constitute as a separate legal entity - - - - 2019-05-07 - + Data subjects that subscribe to service(s) - - - 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 accepted + + note: subscriber can be customer or consumer + Subscriber + 2022-04-06 - - + + The impact(s) possible or arising as a consequence from specified context + Julian Flake + Beatriz Esteves + Fajar Ekaputra Harshvardhan J. Pandit - Paul Ryan - David Hickey 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. + + accepted - Manage communication or provide means for communication e.g. to send an email notifying some information - - Communication Management - 2021-09-01 + 2022-03-23 + Impact + Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments - - 2022-02-02 - SupraNationalAuthority - + + Axel Polleres + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra + Harshvardhan J. Pandit + Javier Fernandez - An authority tasked with overseeing legal compliance for a supra-national union e.g. EU accepted - + 2019-04-05 + Fraud Prevention and Detection + + Detect and prevent fraud + + + + + 2022-01-19 + has personal data + + + Harshvardhan J. Pandit + Indicates association with Personal Data + accepted + - - Enforce Security - Fajar Ekaputra - Elmar Kiesling - Axel Polleres + + 2020-11-18 Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - 2019-04-05 - - Was previous "Security". Prefixed to distinguish from TechOrg measures. - Ensure and enforce security e.g. of data, personnel - 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. - - - - Paul Ryan - Beatriz Esteves + + + + has representative Harshvardhan J.Pandit Georg P Krog - 2020-11-25 - + Beatriz Esteves + Paul Ryan + + + Specifies representative of the legal entity + accepted - has identifier - - Indicates an identifier associated for identification or reference + 2020-11-04 - + + Paul Ryan Harshvardhan J. Pandit - Beatriz - Georg P Krog - + Georg P. Krog + - + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + + + + has data exporter + 2022-02-09 accepted - Manage customer orders - - 2021-09-08 - Customer Order Management + - - Harshvardhan J. Pandit - Paul Ryan - David Hickey - Georg P Krog - - - Manage and conduct public relations processes. This includes creating goodwill for the organization. - + + Legitimate Interest of Controller accepted - - Public Relations - 2021-09-01 - - + Paul Ryan Harshvardhan J. Pandit - Beatriz Georg P Krog + - 2021-09-08 + Legitimate Interests of a Data Controller in conducting specified processing - accepted - Manage past, current, and future customers - - Customer Management + 2021-05-19 - - + accepted - - - Manage orders related to vendors + Julian Flake + Beatriz Esteves + Georg P. Krog Paul Ryan - David Hickey - Georg P Krog Harshvardhan J. Pandit - 2021-09-01 - Vendor Records Management + Data subjects that are employees + + + 2022-04-06 + Employee - - - Indicates applicability of a Law - accepted - has applicable law - + + Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. + + Harshvardhan J. Pandit - - + + Personal Data that is obtained through inference from other data 2022-01-19 - + Inferred Personal Data + + accepted - - - - - Harshvardhan J. Pandit - Georg P Krog - + - 2022-02-09 - has third country + + + Indicates risks mitigated by this concept + 2020-11-04 + Harshvardhan J. Pandit + mitigates risk + accepted - Indicates applicability or relevance of a 'third country' - - accepted - Axel Polleres - Mark Lizar - Rob Brennan + + Data Processing Agreement Harshvardhan J. Pandit - - - - Certification and Seal - 2019-04-05 - Certifications, seals, and marks indicating compliance to regulations or practices - - + Paul Ryan + Julian Flake + Georg P Krog + Beatriz Esteves accepted - - NonGovernmentalOrganisation - An organisation not part of or independent from the government - 2022-02-02 + + 2022-01-26 + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data - Harshvardhan J. Pandit - + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. - + + Identity Verification Javier Fernandez - Elmar Kiesling Axel Polleres + Elmar Kiesling + Simon Steyskal Fajar Ekaputra Harshvardhan J. Pandit - Simon Steyskal + + + Verify or authorize identity accepted - Sell data or information relevant to insights obtained from analysis of data - Sell Insights from Data + 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 - - + + + + to change the form or nature of data + + + accepted + 2019-05-07 + Transform - + + + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - 2022-03-30 - - accepted - Impact that acts as or causes material damages + Mark Lizar - Material Damage + non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data + accepted + Procedures for determining authorisation through permission or authority + 2019-04-05 + Authorisation Procedure - - Indicates the logic used in processing such as for automated decision making - - accepted - Paul Ryan - Georg P. Krog + + Bud Bruegger Harshvardhan J. Pandit - - has algorithmic logic + Mark Lizar - - 2020-11-04 - - - - - 2019-05-07 - to consult or query data + + 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 - - - + Specifries the method by which consent can be/has been withdrawn - - Consult + has withdrawal method + 2019-04-05 - - 2019-05-07 - accepted - - to make a record (especially media) + + - Record - - - - - to retrieve data, often in an automated manner - - 2019-05-07 + Indicates use or applicability of Technical measure + + Harshvardhan J. Pandit accepted - - - - Retrieve - - - Paul Ryan - Harshvardhan J. Pandit - Georg P. Krog - - - has recipient data controller - - + 2022-02-09 - accepted - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + has technical measure - - - - - Indicates use or applicability of Right - has right - - - 2020-11-18 + Harshvardhan J. Pandit + Georg P Krog + + A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas accepted + + 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. + + Country - - Georg P Krogg - David Hickey - Data Transfer Legal Basis + - - Specific or special categories and instances of legal basis intended for justifying data transfers - 2021-09-08 + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. accepted + Legal Basis + 2019-04-05 + 2020-11-04 + The Legal basis used to justify processing of personal data + Axel Polleres + Javier Fernández - - Members and Partners Management + Harshvardhan J. Pandit + Georg P Krog Paul Ryan David Hickey - Georg P Krog - + accepted + + 2021-09-22 + + Safeguard for Data Transfer + Represents a safeguard used for data transfer. Can include technical or organisational measures. + + + David Hickey + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + accepted + Organisation Compliance Management + - accepted 2021-09-01 - Maintain registry of shareholders, members, or partners for governance, administration, and management functions + Manage compliance for organisation in relation to internal policies - - has withdrawal time - 2019-04-05 + accepted - Harshvardhan J. Pandit + + has expiry + Generic property specifying when or under which condition(s) the consent will expire Mark Lizar Bud Bruegger + Harshvardhan J. Pandit - Specifies the instant in time when consent was withdrawn - + 2019-04-05 - - + + A set of rules or guidelines outlining criterias for design + + Rob Brennan + Axel Polleres Harshvardhan J. Pandit - 2022-02-02 + Mark Lizar accepted - An organisation that does not aim to achieve profit as its primary goal - - + 2019-04-05 + Design Standard - NonProfitOrganisation + - - + + + + to arrange data according to a structure accepted 2019-05-07 - - to come into possession or control of the data + Structure + + + + Harshvardhan J. Pandit + Georg P Krog + Indicates applicability of authority for a jurisdiction - Acquire + has authority + 2022-01-19 + + + + accepted + - - Tied to compliance processes and documents, decide how to specify those + + Beatriz Esteves Harshvardhan J. Pandit - Paul Ryan Georg P Krog - A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility - 2021-09-08 - - Register of Processing Activities accepted - + Direct Marketing + + 2020-11-04 + Conduct direct marketing i.e. marketing communicated directly to the individual + - + - Conduct activities and functions for organisation's governance - accepted - Organisation Governance + 2020-11-04 Paul Ryan Georg P Krog Harshvardhan J. Pandit - David Hickey - - + Single Sign On + - 2021-09-01 + Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. + accepted - + + has expiry time Harshvardhan J. Pandit - Julian Flake - Paul Ryan - Georg P Krog - Beatriz Esteves - Not Required - - Indication of neither being required nor optional i.e. not relevant or needed - - - 2022-02-15 + Bud Bruegger + Mark Lizar + + + Specifies the expiry time or duration for consent accepted + + + 2019-04-05 - - to move data from one place to another - + + accepted - Transfer - - + - 2019-05-07 - 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 - + + Harshvardhan J. Pandit + Natural Person + + 2022-02-09 + + A human accepted - 2019-11-26 - Create Personalized Recommendations - - + + + Customer Relationship Management + Georg P Krog Harshvardhan J. Pandit - Rudy Jacob - Create and provide personalised recommendations + Beatriz + - - + Manage and analyse interactions with past, current, and potential customers accepted - 2019-05-07 - - Analyse - + 2021-09-08 + + + + Conduct marketing through social media + Beatriz Esteves + Harshvardhan J. Pandit + Georg P Krog + accepted + Social Media + 2020-11-04 - - to study or examine the data in detail + - + + + + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit + has recipient data controller + accepted + + + + 2022-02-09 + + Beatriz Esteves + Harshvardhan J. Pandit Georg P Krog - Sell here means exchange, submit, or provide in return for direct or indirect compensation. - 2021-09-08 + Data Source + - Sell Products + 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 + 2020-11-04 accepted - Sell products or services - - - 2021-04-07 - + + Harshvardhan J. Pandit + Mark Lizar + Axel Polleres + Rob Brennan - - Consent + + + Code of Conduct accepted + A set of rules or procedures outlining the norms and practices for conducting activities + 2019-04-05 + + + Paul Ryan Harshvardhan J. Pandit - Consent of the Data Subject for specified processing + Julian Flake + Georg P Krog + Beatriz Esteves + accepted + 2022-02-12 + Necessity can be used to express need, essentiality, requirement, or compulsion. + An indication of 'necessity' within a context + + + Necessity + - - + + + Indicates the thing (e.g. plan, process, or entity) affected by an impact - - has frequency + + Fajar Ekaputra + Harshvardhan J. Pandit + Georg P Krog + Julian Flake + Beatriz Esteves + + + has impact on + + accepted - - 2022-02-16 - Indicates the frequency with which something takes place + + + has name + Paul Ryan + Harshvardhan J.Pandit + Georg P Krog + Beatriz Esteves + 2020-11-04 - Harshvardhan J. Pandit + + accepted + + + + Specifies name of a legal entity - + + Ensure and enforce security e.g. of data, personnel + Fajar Ekaputra Harshvardhan J. Pandit - Mark Lizar + Javier Fernandez Axel Polleres - Rob Brennan + Elmar Kiesling + Simon Steyskal + Enforce Security + Was previous "Security". Prefixed to distinguish from TechOrg measures. - accepted - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + - Certification + accepted 2019-04-05 - - + + Harshvardhan J. Pandit + Julian Flake + Georg P. Krog + + is before + 2022-03-02 + + + + + accepted + Indicates the specified concepts is 'before' this concept in some context + + - 2019-05-07 + 2019-05-07 + to destruct or erase data + accepted - Use + Remove - to use data + + + Harshvardhan Pandit + Paul Ryan + Georg Krog accepted + + + 2020-11-04 + 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. + Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + - - + Harshvardhan J. Pandit Paul Ryan Georg P Krog + 2020-11-04 + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. accepted + Impact Assessment - Legitimate Interest Assessment - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + - 2021-09-08 - + + + to produce an exact reprodution of the data + Copy + + accepted - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra - Harshvardhan J. Pandit - Simon Steyskal - - Personalise interfaces presented to the user - 2019-04-05 - - User Interface Personalisation - - - - Optimise services or activities - Javier Fernandez - Fajar Ekaputra - Elmar Kiesling - Harshvardhan J. Pandit - Simon Steyskal - Axel Polleres - + 2019-05-07 - Subclass of ServiceProvision since optimisation is usually considered part of providing services - Service Optimization - 2019-04-05 - accepted - + accepted + 2022-02-09 Harshvardhan J. Pandit - Beatriz Esteves - Julian Flake - Paul Ryan - Georg P Krog - - 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. + Duration + The duration or temporal limitation - 2022-01-26 - - Public Data Source - - - - Beatriz Esteves - Harshvardhan J. Pandit - Julian Flake - Paul Ryan - Georg P Krog - accepted - Indication of 'primary' or 'main' or 'core' importance - Primary Importance - 2022-02-10 - - - Fajar Ekaputra - Elmar Kiesling - Axel Polleres + + + Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - 2019-04-05 - - Sell data or information to third parties + Indicates inclusion or applicability of an entity to some concept + has entity + + + 2022-02-09 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 - Sell Data to Third Parties - + parent property for controller, processor, data subject, authority, etc.? - - 2022-01-19 + + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + Personal Data that is obtained or derived from other data + 2022-01-19 - - Harshvardhan J. Pandit - EconomicUnion - A political union of two or more countries based on economic or trade agreements + + 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 + + accepted + Derived Personal Data - - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments - - - accepted - + + Manage disputes by natural persons, private bodies, or public authorities relevant to organisation 2021-09-08 - Assessment Harshvardhan J. Pandit - - - Georg Krog - Paul Ryan - - - - 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. - 2020-11-04 - modified - - - - 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 - 2022-03-23 - Georg P. Krog - Julian Flake + Georg P Krog + Beatriz Esteves - International Organisation - - - - Axel Polleres - Javier Fernández + + + Dispute Management - - 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 - 2019-04-05 accepted - Recipient - - - - - 2020-11-04 - + + 2022-02-02 + Harshvardhan J. Pandit + + accepted - Impact that acts as or causes non-material damages - - Non-Material Damage + An authority tasked with overseeing legal compliance for a region + RegionalAuthority - Harshvardhan J. Pandit - 2022-03-30 - - - Beatriz Esteves - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Julian Flake + + Impact that acts as or causes damages accepted - - Importance - Importance can be used to express importance, desirability, relevance, or significance as a context. - An indication of 'importance' within a context - 2022-02-09 + Damage + Harshvardhan J. Pandit + + + 2022-03-30 - - Records of activities within some context such as maintainence tasks or governance functions + Harshvardhan J. Pandit Paul Ryan Georg P Krog - Records of Activities - - accepted - + Impact Assessment for conducting data transfers + Data Transfer Impact Assessment + 2021-09-08 + + - - Harshvardhan J. Pandit - Mark Lizar - Rob Brennan - Axel Polleres + + + 2022-02-02 + AcademicScientificOrganisation + + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + Harshvardhan J. Pandit + accepted - - - 2019-04-05 - GuidelinesPrinciple - Guidelines or Principles regarding processing and operational measures - - Fraud Prevention and Detection - Simon Steyskal - Axel Polleres + Javier Fernandez + Axel Polleres Elmar Kiesling + Simon Steyskal Fajar Ekaputra Harshvardhan J. Pandit - Detect and prevent fraud - + Service Personalization + + + + accepted + 2019-04-05 + Personalise services or product or activities + Subclass of ServiceProvision since personalisation is usually considered part of providing services + + + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves accepted - - 2019-04-05 + + 2022-04-06 + Data subjects that apply for jobs or employments + + JobApplicant - + + 2022-02-02 + Entity + A human or non-human 'thing' that constitutes as an entity - 2022-01-19 accepted - Data Harshvardhan J. Pandit - A broad concept representing 'data' or 'information' - - Rob Brennan + Harshvardhan J. Pandit - Axel Polleres - Mark Lizar - 2019-04-05 - Technical measures consisting of encryption + + accepted + Legal Obligation to conduct the specified processing + Legal Obligation - Encryption - accepted - + 2021-04-07 - - + + + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + + has sector + accepted - 2022-03-02 + - Rob Brennan + 2019-04-05 + + + Indiciates inclusion or applicability of a Data Processor + + + Georg P. Krog Paul Ryan - Specifices an associated data protection officer - - accepted - - has data protection officer + Harshvardhan J. Pandit + has data processor + + + + 2022-02-09 + accepted - - Fajar Ekaputra - Elmar Kiesling - Axel Polleres + + + + Mark Lizar Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez + Bud Bruegger 2019-04-05 - - Conduct research and development for new methods, products, or services - Research and Development + 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. - - Beatriz Esteves - Julian Flake - Harshvardhan J. Pandit - Fajar Ekaputra - Georg P Krog - Harm - - 2022-03-23 + + Disclose by Transmission + accepted + + to disclose data by means of transmission + + 2019-05-07 + + + + to process data in a way it no longer exists or cannot be repaired + Destruct + accepted - Impact that acts as or causes harms + + + 2019-05-07 - - has data subject - - Indicates association with Data Subject - - - 2019-04-04 - Javier Fernández - Axel Polleres - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + - 2020-11-04 - + Harshvardhan J. Pandit 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 + - + + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves accepted - Mark Lizar - Rob Brennan + + + Was "UsageAnalytics", prefixed with Service to better reflect scope + Analytics + Conduct analysis and reporting related to usage of services or products + 2020-11-04 + + Harshvardhan J. Pandit - Axel Polleres + Bud Bruegger + Mark Lizar + + + accepted - - A legally binding agreement + Specifies the instant in time when consent was withdrawn + has withdrawal time 2019-04-05 - Legal Agreement - + + + Vendor Selection Assessment + 2021-09-01 + + accepted + Harshvardhan J. Pandit + David Hickey + Paul Ryan Georg P Krog + Manage selection, assessment, and evaluation related to vendors + + + + + + Records of personal data processing, whether ex-ante or ex-post + + 2021-09-08 + Data Processing Records Harshvardhan J. Pandit + accepted + + + + 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 Paul Ryan - + Julian Flake + Beatriz Esteves + Harshvardhan J. Pandit + Georg P Krog + + + accepted + + Controller-Processor Agreement + + + Processing that involves evaluation and scoring of individuals + + accepted + + Evaluation and Scoring + + 2020-11-04 + Harshvardhan J. Pandit + Piero Bonatti + + + 2019-04-05 + accepted + A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law - Risk Mitigation Measure + + Harshvardhan J. Pandit + Legal Entity + + + + 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. accepted - Measures intended to mitigate, minimise, or prevent risk. + 2022-01-19 + Sensitive Personal Data + Harshvardhan J. Pandit + + - - to change the data without changing it into something else + - 2019-05-07 + Public Interest + + Harshvardhan J. Pandit + 2021-04-21 + Processing is necessary or beneficial for interest of the public or society at large accepted - - - Alter - - Beatriz Esteves - Harshvardhan Pandit - Georg P Krog - accepted - - The rights applicable or provided to a Data Subject - 2020-11-18 + + - Data Subject Right - Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + Retrieve + to retrieve data, often in an automated manner + + accepted + 2019-05-07 - - Beatriz Esteves + + accepted + + Entity within an organisation that does not constitute as a separate legal entity + 2022-03-23 + Paul Ryan Harshvardhan J. Pandit - Georg P Krog - Marketing + Organisational Unit - accepted - 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 - - Policy regarding repetition or renewal of existing certification(s) + + + Targeted Advertising - - Mark Lizar - Axel Polleres - Rob Brennan + 2022-03-30 Harshvardhan J. Pandit - Regularity of Re-certification - 2019-04-05 - accepted + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals + - + + Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication + - David Hickey - Paul Ryan Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - - - 2021-09-01 - Manage compliance for organisation in relation to internal policies - Organisation Compliance Management accepted - - + Advertising + Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - - Processing is necessary or required to protect vital interests of a natural person - Vital Interest of Natural Person - 2021-04-21 - - accepted + 2020-11-04 - - + + 2019-04-05 Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + has consent notice accepted - Indicates risks mitigated by this concept + + 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 + + + + - mitigates risk - + has contact + accepted 2020-11-04 + Beatriz Esteves + Paul Ryan + Harshvardhan J.Pandit + Georg P Krog + Specifies contact details of a legal entity such as phone or email - - Rob Brennan - Axel Polleres - Harshvardhan J. Pandit - Mark Lizar - 2019-04-05 - 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 + + Share + + to give data (or a portion of it) to others accepted - - - Authorisation Procedure + 2019-05-07 + + - - - Harshvardhan J. Pandit - 2022-02-09 + + Records of activities within some context such as maintainence tasks or governance functions + Records of Activities + 2021-09-08 - + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + + accepted - Processing Context - Context or conditions within which processing takes place - - to produce an exact reprodution of the data + + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Harshvardhan J. Pandit + Simon Steyskal + + Deliver goods and services requested or asked by consumer + Delivery of Goods + + accepted + 2019-04-05 - 2019-05-07 - - - - Copy - - - 2020-11-18 + - 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 + + Enter Into Contract accepted - The right(s) applicable, provided, or expected. - Harshvardhan J Pandit + Paul Ryan + Harshvardhan J. Pandit Georg P Krog - Beatriz Esteves - Right + Processing necessary to enter into contract + 2021-04-07 - - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit + - Register, authenticate, and identify users or agents in context of a service - Registration and Authentication + + Adapt + accepted - - 2020-11-04 + 2019-05-07 + to modify the data, often rewritten into a new form for a new use - + + 2022-02-02 + An organisation that does not aim to achieve profit as its primary goal + + accepted - The consequence(s) possible or arising from specified context + NonProfitOrganisation + Harshvardhan J. Pandit - - 2022-01-26 - Consequence + + + + Harshvardhan J. Pandit + Fajar Ekaputra + Julian Flake + Georg P Krog + Beatriz Esteves + + + accepted + has impact + + + Indicates impact(s) possible or arising as consequences from specified concept + + + + + + accepted + A political union of two or more countries based on economic or trade agreements + 2022-01-19 + Harshvardhan J. Pandit + EconomicUnion + - - to gather data from someone - - + - 2019-05-07 - accepted - Collect - + Piero Bonatti + Harshvardhan J. Pandit + accepted + + Processing that takes place at large scales + 2020-11-04 + Large Scale Processing - - Remove - + - accepted - 2019-05-07 - to destruct or erase data - - - - - 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 + + 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. + accepted + 2019-06-04 Harshvardhan J. Pandit - - + + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + Julian Flake + Beatriz Esteves + + accepted + 2022-01-26 - to create new derivative data from the original data + Non-Public Data Source - - 2019-05-07 - accepted - - Derive - + A source of data that is not publicly accessible or available - - An authority tasked with overseeing legal compliance for a nation - 2022-02-02 - - accepted - + Harshvardhan J. Pandit - - NationalAuthority + Georg P Krog + Paul Ryan + + + accepted + Carrying out an impact assessment regarding privacy risks + Privacy Impact Assessment + 2020-11-04 Harshvardhan J. Pandit David Hickey Paul Ryan Georg P Krog + accepted + + Manage risk for organisation's activities + 2021-09-01 Organisation Risk Management + + + Benefit + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + Julian Flake + Georg P Krog + Beatriz Esteves + 2022-03-23 + Impact(s) that acts as or causes benefits + accepted + + - 2021-09-01 + + + has organisational measure + + + + + Harshvardhan J. Pandit accepted - Manage risk for organisation's activities + + 2022-02-09 + Indicates use or applicability of Organisational measure + - + + Bud Bruegger + 2019-04-05 + Technical and Organisational Measure + The Technical and Organisational measures used. + 2020-11-04 accepted - Harshvardhan J. Pandit - Vital Interest - 2021-04-21 - Processing is necessary or required to protect vital interests of a data subject or other natural person - - - + + + Harshvardhan J. Pandit + Specifies the indicated entity is responsible within some context + + + 2022-03-02 + has responsible entity + + + + accepted + + Georg P Krog Harshvardhan J. Pandit Paul Ryan + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + + Data Protection Impact Assessment (DPIA) accepted - 2021-04-21 - - Vital Interest of Data Subject + Top class: Impact Assessment, and DPIA is sub-class + 2020-11-04 + + + + + 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 + Specifies the method by which consent was provisioned or provided + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit + has provision method + + + accepted - - + accepted + + Anonymised Data + Piero Bonatti + 2022-01-19 + 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. + - 2021-09-01 - Create and provide customisation based on attributes and/or needs of person(s) or context(s). - 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 + Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data + + + accepted + 2022-01-26 + Consequence Harshvardhan J. Pandit + + + + The consequence(s) possible or arising from specified context - + + - + + 2022-03-30 + The consequence(s) possible or arising as a side-effect of specified context + Harshvardhan J. Pandit + Consequence as Side-Effect + accepted + + - Indicate a risk is mitigated by specified measure - accepted - - is mitigated by measure + Axel Polleres Harshvardhan J. Pandit - 2022-02-09 - + Mark Lizar + Bud Bruegger + Javier Fernández + 2019-04-04 + + + 2020-11-04 + accepted + has data controller + + + Indicates association with Data Controller + - - - 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 + + 2021-09-08 Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + David Hickey + Policy - accepted - Complete Anonymisation + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. + + accepted - + + Pseudo-Anonymization + + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + accepted + 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; - Legal Compliance + + + accepted - Fulfilment of obligations or requirements towards achieving compliance with law or regulations - Georg P Krog - Beatriz Esteves + Mark Lizar + Rob Brennan + Axel Polleres Harshvardhan J. Pandit - - 2020-11-04 + + + 2019-04-05 + has duration + + Indicates information about duration + - - - Create, maintain, and manage accounts for purposes of providing services + + + to adjust the data to be in relation to another data + + accepted + 2019-05-07 + + Align + + 2021-09-08 - - accepted Account Management Georg P Krog Beatriz Esteves 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. - Harshvardhan J. Pandit - 2022-01-19 - - - Data that is not Personal Data - Non-Personal Data + Create, maintain, and manage accounts for purposes of providing services + accepted + - - Indication of 'optional' or 'voluntary' - accepted + + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + + Georg P Krog - Julian Flake Paul Ryan - Beatriz Esteves Harshvardhan J. Pandit - - Optional - - 2022-02-14 + Legitimate Interest Assessment + 2021-09-08 + accepted - - - Systematic Monitoring - Piero Bonatti + + Indicates applicability of specified jurisdiction + + + + Harshvardhan J. Pandit accepted - - - 2020-11-04 + 2022-01-19 + has jurisdiction - Processing that involves systematic monitoring of individuals - - - Bud Bruegger + + Harshvardhan J. Pandit - Mark Lizar - - - 2019-04-05 - accepted - Specifies the instant in time when consent was given - has provision time - - - A human or non-human 'thing' that constitutes as an entity - 2022-02-02 - Entity + - Harshvardhan J. Pandit + A consortium established and comprising on industry organisations + 2022-02-02 + IndustryConsortium accepted - - 2022-02-16 - + - The frequency or information about periods and repetitions in terms of recurrence. - accepted + Simon Steyskal + Fajar Ekaputra + Javier Fernandez + Axel Polleres + Elmar Kiesling Harshvardhan J. Pandit - Frequency + Optimisation for Consumer + 2019-04-05 + Optimize activities and services for consumer or user + + + + accepted - - - - 2020-11-04 + + + - Piero Bonatti + SupraNationalAuthority + accepted Harshvardhan J. Pandit + An authority tasked with overseeing legal compliance for a supra-national union e.g. EU + 2022-02-02 - Processing that involves evaluation and scoring of individuals - accepted - Evaluation and Scoring - + + Policy regarding repetition or renewal of existing certification(s) + + + Regularity of Re-certification + Rob Brennan + Axel Polleres Harshvardhan J. Pandit - - Pseudo-anonymised Data - - 2022-01-19 - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + Mark Lizar accepted - + + 2019-04-05 - - Harshvardhan J. Pandit - Paul Ryan + - accepted - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Harshvardhan J. Pandit + Simon Steyskal - Personnel Management - - 2022-03-30 - - - 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. - - - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + Sector + Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking 2019-04-05 - - Specifies the notice provided in context of consent - has consent notice + 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). - - - to spread data throughout + + User - + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves + + accepted + Data subjects that use service(s) + 2022-04-06 - 2019-05-07 + + + ForProfitOrganisation + + An organisation that aims to achieve profit as its primary goal accepted - Disseminate + + + Harshvardhan J. Pandit + 2022-02-02 - - Georg P Krog - Beatriz Esteves + + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - 2020-11-04 - + Julian Flake + Beatriz Esteves accepted - Process payment transactions in relation to service - Payment - + + Participant + 2022-04-06 + + Data subjects that participate in some context such as volunteers in a function - - A human + + Paul Ryan Harshvardhan J. Pandit - - Natural Person + Georg P Krog + Legitimate Interests of a Third Party in conducting specified processing accepted + 2021-05-19 - 2022-02-09 + + Legitimate Interest of Third Party - - accepted - Large Scale Processing - - Piero Bonatti + + Indicates use or applicability of Technical or Organisational measure Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + Javier Fernández + Axel Polleres + 2020-11-04 + accepted - - - 2020-11-04 - Processing that takes place at large scales + + + has technical and organisational measure + + 2019-04-04 + - + + accepted - Align - - - 2019-05-07 - accepted - to adjust the data to be in relation to another data + Consequence of Success + + 2022-03-23 + Harshvardhan J. Pandit + Georg P Krog + The consequence(s) possible or arising from success of specified context - - accepted - - 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. - Bud Bruegger + + The involvement of humans in specified context + 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. + Human Involvement Harshvardhan J. Pandit - Mark Lizar - - - 2019-04-05 - Specifries the method by which consent can be/has been withdrawn - has withdrawal method + + accepted + diff --git a/dpv-owl/dpv.ttl b/dpv-owl/dpv.ttl index 7a768d90b..b757876d3 100644 --- a/dpv-owl/dpv.ttl +++ b/dpv-owl/dpv.ttl @@ -3,23 +3,25 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . -@prefix svd: . -@prefix svpr: . -@prefix svpu: . +@prefix spl: . +@prefix svd: . +@prefix svpr: . +@prefix svpu: . @prefix sw: . @prefix vann: . @prefix xsd: . a owl:Ontology ; dct:abstract "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:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "Elmar Kiesling", "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -39,7 +41,7 @@ dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpvo" ; vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ; - owl:versionInfo "0.5"^^xsd:string . + owl:versionInfo "0.6"^^xsd:string . dpvo:AcademicResearch a owl:Class ; rdfs:label "Academic Research"@en ; @@ -138,7 +140,7 @@ dpvo:Analyse a owl:Class ; rdfs:label "Analyse"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to study or examine the data in detail"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Analyse ; rdfs:subClassOf dpvo:Use ; @@ -148,7 +150,7 @@ dpvo:Anonymise a owl:Class ; rdfs:label "Anonymise"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "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"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Anonymize ; rdfs:subClassOf dpvo:Transform ; @@ -224,6 +226,32 @@ dpvo:Child a owl:Class ; rdfs:subClassOf dpvo:NatualPerson ; sw:term_status "accepted"@en . +dpvo:Citizen a owl:Class ; + rdfs:label "Citizen"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are citizens (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Client a owl:Class ; + rdfs:label "Client"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are clients or recipients of services"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Customer ; + sw:term_status "accepted"@en . + dpvo:CodeOfConduct a owl:Class ; rdfs:label "Code of Conduct"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -241,7 +269,7 @@ dpvo:Collect a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to gather data from someone"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Collect ; rdfs:subClassOf dpvo:Obtain ; @@ -262,7 +290,7 @@ dpvo:Combine a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to join or merge data"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Aggregate ; rdfs:subClassOf dpvo:Transform ; @@ -347,7 +375,7 @@ dpvo:Consult a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to consult or query data"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Query ; rdfs:subClassOf dpvo:Use ; @@ -364,6 +392,19 @@ dpvo:ConsultationWithAuthority a owl:Class ; rdfs:subClassOf dpvo:Consultation ; sw:term_status "accepted"@en . +dpvo:Consumer a owl:Class ; + rdfs:label "Consumer"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that consume goods or services for direct use"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:ContractPerformance a owl:Class ; rdfs:label "Contract Performance"@en ; dct:created "2021-04-07"^^xsd:date ; @@ -404,7 +445,7 @@ dpvo:Copy a owl:Class ; rdfs:label "Copy"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to produce an exact reprodution of the data"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Copy ; rdfs:subClassOf dpvo:Processing ; @@ -416,7 +457,7 @@ dpvo:CreateEventRecommendations a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Create and provide personalised recommendations for events"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:CreatePersonalizedRecommendations ; sw:term_status "accepted"@en . @@ -569,7 +610,7 @@ 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 ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Derive ; rdfs:subClassOf dpvo:Transform ; @@ -659,6 +700,19 @@ dpvo:EconomicUnion a owl:Class ; rdfs:subClassOf dpvo:Location ; sw:term_status "accepted"@en . +dpvo:Employee a owl:Class ; + rdfs:label "Employee"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are employees"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:EncryptionInRest a owl:Class ; rdfs:label "Encryption in Rest"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -796,6 +850,19 @@ dpvo:IdentityVerification a owl:Class ; rdfs:subClassOf dpvo:EnforceSecurity ; sw:term_status "accepted"@en . +dpvo:Immigrant a owl:Class ; + rdfs:label "Immigrant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are immigrants (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:ImproveExistingProductsAndServices a owl:Class ; rdfs:label "Improve Existing Products and Services"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -896,6 +963,19 @@ dpvo:InternationalOrganisation a owl:Class ; rdfs:subClassOf dpvo:Organisation ; sw:term_status "accepted"@en . +dpvo:JobApplicant a owl:Class ; + rdfs:label "JobApplicant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that apply for jobs or employments"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Applicant ; + sw:term_status "accepted"@en . + dpvo:JointDataControllersAgreement a owl:Class ; rdfs:label "Joint Data Controllers Agreement"@en ; dct:created "2022-01-26"^^xsd:date ; @@ -1002,6 +1082,19 @@ dpvo:MaterialDamage a owl:Class ; rdfs:subClassOf dpvo:Damage ; sw:term_status "accepted"@en . +dpvo:Member a owl:Class ; + rdfs:label "Member"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are members of a group, organisation, or other collectives"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:MemberPartnerManagement a owl:Class ; rdfs:label "Members and Partners Management"@en ; dct:created "2021-09-01"^^xsd:date ; @@ -1019,7 +1112,7 @@ dpvo:Move a owl:Class ; rdfs:label "Move"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to move data from one location to another including deleting the original copy"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Move ; rdfs:subClassOf dpvo:Transfer ; @@ -1047,6 +1140,19 @@ dpvo:NationalAuthority a owl:Class ; rdfs:subClassOf dpvo:Authority ; sw:term_status "accepted"@en . +dpvo:NonCitizen a owl:Class ; + rdfs:label "NonCitizen"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are not citizens (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:NonCommercialResearch a owl:Class ; rdfs:label "Non-Commercial Research"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -1185,6 +1291,7 @@ dpvo:OrganisationalUnit a owl:Class ; "Paul Ryan"^^xsd:string ; dct:description "Entity within an organisation that does not constitute as a separate legal entity"@en ; rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Entity ; sw:term_status "accepted"@en . dpvo:PIA a owl:Class ; @@ -1198,6 +1305,32 @@ dpvo:PIA a owl:Class ; rdfs:subClassOf dpvo:ImpactAssessment ; sw:term_status "accepted"@en . +dpvo:Participant a owl:Class ; + rdfs:label "Participant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that participate in some context such as volunteers in a function"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Patient a owl:Class ; + rdfs:label "Patient"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:Payment a owl:Class ; rdfs:label "Payment"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -1708,6 +1841,19 @@ dpvo:Structure a owl:Class ; rdfs:subClassOf dpvo:Organise ; sw:term_status "accepted"@en . +dpvo:Student a owl:Class ; + rdfs:label "Student"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are students"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:SubProcessorAgreement a owl:Class ; rdfs:label "Sub-Processor Agreement"@en ; dct:created "2022-01-26"^^xsd:date ; @@ -1721,6 +1867,20 @@ dpvo:SubProcessorAgreement a owl:Class ; rdfs:subClassOf dpvo:DataProcessingAgreement ; sw:term_status "accepted"@en . +dpvo:Subscriber a owl:Class ; + rdfs:label "Subscriber"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that subscribe to service(s)"@en ; + rdfs:comment "note: subscriber can be customer or consumer"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:SupraNationalAuthority a owl:Class ; rdfs:label "SupraNationalAuthority"@en ; dct:created "2022-02-02"^^xsd:date ; @@ -1778,6 +1938,19 @@ dpvo:ThirdPartyAgreement a owl:Class ; rdfs:subClassOf dpvo:DataProcessingAgreement ; sw:term_status "accepted"@en . +dpvo:Tourist a owl:Class ; + rdfs:label "Tourist"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:Transmit a owl:Class ; rdfs:label "Transmit"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -1787,6 +1960,19 @@ dpvo:Transmit a owl:Class ; rdfs:subClassOf dpvo:Disclose ; sw:term_status "accepted"@en . +dpvo:User a owl:Class ; + rdfs:label "User"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that use service(s)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:UserInterfacePersonalisation a owl:Class ; rdfs:label "User Interface Personalisation"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -1840,6 +2026,19 @@ dpvo:VendorSelectionAssessment a owl:Class ; rdfs:subClassOf dpvo:VendorManagement ; sw:term_status "accepted"@en . +dpvo:Visitor a owl:Class ; + rdfs:label "Visitor"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are temporary visitors"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:VitalInterestOfDataSubject a owl:Class ; rdfs:label "Vital Interest of Data Subject"@en ; dct:created "2021-04-21"^^xsd:date ; @@ -1858,7 +2057,7 @@ dpvo:VulnerableDataSubject a owl:Class ; "Harshvardhan Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; dct:description "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; - rdfs:comment "This concept denote 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."@en ; + rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:DataSubject ; sw:term_status "accepted"@en . @@ -2043,7 +2242,7 @@ dpvo:hasDuration a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about duration"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Duration ; @@ -2266,7 +2465,7 @@ dpvo:hasProcessing a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Processing"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Processing ; @@ -2331,7 +2530,7 @@ dpvo:hasPurpose a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Purpose"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Purpose ; @@ -2419,7 +2618,7 @@ dpvo:hasStorage a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about storage condition"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:StorageCondition ; @@ -2637,6 +2836,19 @@ dpvo:AlgorithmicLogic a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . +dpvo:Applicant a owl:Class ; + rdfs:label "Applicant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are applicants in some context"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:AuthenticationProtocols a owl:Class ; rdfs:label "Authentication Protocols"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -2673,6 +2885,20 @@ dpvo:Consultation a owl:Class ; rdfs:subClassOf dpvo:OrganisationalMeasure ; sw:term_status "accepted"@en . +dpvo:Customer a owl:Class ; + rdfs:label "Customer"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that purchase goods or services"@en ; + rdfs:comment "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:CustomerCare a owl:Class ; rdfs:label "Customer Care"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -2986,7 +3212,7 @@ dpvo:Transfer a owl:Class ; rdfs:label "Transfer"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to move data from one place to another"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Transfer ; rdfs:subClassOf dpvo:Processing ; @@ -3069,7 +3295,7 @@ dpvo:hasLocation a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about location"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Location ; @@ -3138,7 +3364,7 @@ dpvo:CreatePersonalizedRecommendations a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Create and provide personalised recommendations"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:ServicePersonalization ; sw:term_status "accepted"@en . @@ -3332,20 +3558,6 @@ dpvo:DataSource a owl:Class ; rdfs:subClassOf dpvo:ProcessingContext ; sw:term_status "accepted"@en . -dpvo:DataSubject a owl:Class ; - rdfs:label "Data Subject"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Javier Fernández"^^xsd:string ; - dct:description "The individual (or category of individuals) whose personal data is being processed"@en ; - dct:modified "2020-11-04"^^xsd:date ; - dct:source ; - rdfs:comment "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:LegalEntity, - dpvo:NaturalPerson ; - sw:term_status "accepted"@en . - dpvo:EnforceSecurity a owl:Class ; rdfs:label "Enforce Security"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3544,7 +3756,7 @@ dpvo:Recipient a owl:Class ; dct:description "Entities that receive personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyRecipient ; @@ -3580,7 +3792,7 @@ dpvo:hasRecipient a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates Recipient of Personal Data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Recipient ; @@ -3757,14 +3969,6 @@ dpvo:Transform a owl:Class ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . -dpvo:Entity a owl:Class ; - rdfs:label "Entity"@en ; - dct:created "2022-02-02"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string ; - dct:description "A human or non-human 'thing' that constitutes as an entity"@en ; - rdfs:isDefinedBy dpvo: ; - sw:term_status "accepted"@en . - dpvo:LegalBasis a owl:Class ; rdfs:label "Legal Basis"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3790,6 +3994,14 @@ dpvo:ServiceProvision a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:Entity a owl:Class ; + rdfs:label "Entity"@en ; + dct:created "2022-02-02"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "A human or non-human 'thing' that constitutes as an entity"@en ; + rdfs:isDefinedBy dpvo: ; + sw:term_status "accepted"@en . + dpvo:LegalEntity a owl:Class ; rdfs:label "Legal Entity"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3806,7 +4018,7 @@ dpvo:Processing a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The processing performed on personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyProcessing ; sw:term_status "accepted"@en . @@ -3830,8 +4042,22 @@ dpvo:Purpose a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The purpose of processing personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyPurpose ; sw:term_status "accepted"@en . +dpvo:DataSubject a owl:Class ; + rdfs:label "Data Subject"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Javier Fernández"^^xsd:string ; + dct:description "The individual (or category of individuals) whose personal data is being processed"@en ; + dct:modified "2020-11-04"^^xsd:date ; + dct:source ; + rdfs:comment "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:LegalEntity, + dpvo:NaturalPerson ; + sw:term_status "accepted"@en . + diff --git a/dpv-owl/index.html b/dpv-owl/index.html index 88e41b0cd..d322051e1 100644 --- a/dpv-owl/index.html +++ b/dpv-owl/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvo", title: "DPV-OWL: Data Privacy Vocabulary (DPV) in OWL", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -505,6 +505,21 @@

        Data Subject

        SuperClass Of: dpvo:Adult, + dpvo:Applicant, + dpvo:Citizen, + dpvo:Consumer, + dpvo:Customer, + dpvo:Employee, + dpvo:Immigrant, + dpvo:Member, + dpvo:NonCitizen, + dpvo:Participant, + dpvo:Patient, + dpvo:Student, + dpvo:Subscriber, + dpvo:Tourist, + dpvo:User, + dpvo:Visitor, dpvo:VulnerableDataSubject @@ -668,7 +683,7 @@

        Personal Data

        See Also: - spl:AnyData + spl:AnyData @@ -733,7 +748,7 @@

        Processing

        Source: - SPECIAL Project + SPECIAL Project @@ -754,7 +769,7 @@

        Processing

        See Also: - spl:AnyProcessing + spl:AnyProcessing @@ -793,7 +808,7 @@

        Purpose

        Source: - SPECIAL Project + SPECIAL Project @@ -814,7 +829,7 @@

        Purpose

        See Also: - spl:AnyPurpose + spl:AnyPurpose @@ -854,7 +869,7 @@

        Recipient

        Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -875,7 +890,7 @@

        Recipient

        See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -1192,7 +1207,7 @@

        has processing

        Source: - SPECIAL Project + SPECIAL Project @@ -1235,7 +1250,7 @@

        has purpose

        Source: - SPECIAL Project + SPECIAL Project @@ -1278,7 +1293,7 @@

        has recipient

        Source: - SPECIAL Project + SPECIAL Project @@ -1440,7 +1455,8 @@

        Entity

        SuperClass Of: dpvo:LegalEntity, - dpvo:NaturalPerson + dpvo:NaturalPerson, + dpvo:OrganisationalUnit @@ -2166,7 +2182,7 @@

        Recipient

        Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -2187,7 +2203,7 @@

        Recipient

        See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -2514,7 +2530,7 @@

        has recipient

        Source: - SPECIAL Project + SPECIAL Project @@ -3221,58 +3237,726 @@

        Organisation

        -
        -

        Organisational Unit

        +
        +

        Organisational Unit

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:OrganisationalUnit
        Definition:Entity within an organisation that does not constitute as a separate legal entity
        SubClass of: + dpvo:Entity +
        Created:
        Contributor(s): + Harshvardhan J. Pandit, + Paul Ryan +
        +
        + +
        + + +
        +

        Data Subjects

        +
        +

        Classes

        +

        + Adult | + Applicant | + Child | + Citizen | + Client | + Consumer | + Customer | + Data Subject | + Employee | + Immigrant | + JobApplicant | + Member | + NonCitizen | + Participant | + Patient | + Student | + Subscriber | + Tourist | + User | + Visitor | + Vulnerable Data Subject +

        + +
        +

        Adult

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Adult
        Definition:A natural person that is not a child i.e. has attained some legally specified age of adulthood
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Georg Krog +
        +
        +
        +

        Applicant

        + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Applicant
        Definition:Data subjects that are applicants in some context
        SubClass of: + dpvo:DataSubject +
        SuperClass Of: + dpvo:JobApplicant +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Child

        + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Child
        Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
        SubClass of: + dpvo:NatualPerson +
        Note: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.
        Created:
        Contributor(s): + Harshvardhan J. Pandit +
        +
        +
        +

        Citizen

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Citizen
        Definition:Data subjects that are citizens (for a jurisdiction)
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Client

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Client
        Definition:Data subjects that are clients or recipients of services
        SubClass of: + dpvo:Customer +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Consumer

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Consumer
        Definition:Data subjects that consume goods or services for direct use
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Customer

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Customer
        Definition:Data subjects that purchase goods or services
        SubClass of: + dpvo:DataSubject +
        SuperClass Of: + dpvo:Client +
        Note:note: for B2B relations where customers are organisations, this concept only applies for data subjects
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Data Subject

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Term:DataSubject
        Definition:The individual (or category of individuals) whose personal data is being processed
        SubClass of: + dpvo:LegalEntity, + dpvo:NaturalPerson +
        SuperClass Of: + dpvo:Adult, + dpvo:Applicant, + dpvo:Citizen, + dpvo:Consumer, + dpvo:Customer, + dpvo:Employee, + dpvo:Immigrant, + dpvo:Member, + dpvo:NonCitizen, + dpvo:Participant, + dpvo:Patient, + dpvo:Student, + dpvo:Subscriber, + dpvo:Tourist, + dpvo:User, + dpvo:Visitor, + dpvo:VulnerableDataSubject +
        Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.
        Source: + GDPR Art.4-1 +
        Created:
        Modified:
        Contributor(s): + Axel Polleres, + Javier Fernández +
        +
        +
        +

        Employee

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Employee
        Definition:Data subjects that are employees
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Immigrant

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Immigrant
        Definition:Data subjects that are immigrants (for a jurisdiction)
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        JobApplicant

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:JobApplicant
        Definition:Data subjects that apply for jobs or employments
        SubClass of: + dpvo:Applicant +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Member

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Member
        Definition:Data subjects that are members of a group, organisation, or other collectives
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        NonCitizen

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:NonCitizen
        Definition:Data subjects that are not citizens (for a jurisdiction)
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Participant

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Participant
        Definition:Data subjects that participate in some context such as volunteers in a function
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Patient

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Patient
        Definition:Data subjects that receive medican attention, treatment, care, advice, or other health related services
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Student

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:Student
        Definition:Data subjects that are students
        SubClass of: + dpvo:DataSubject +
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
        +
        +
        +

        Subscriber

        - + - + + + + + + + + + - +
        Term:OrganisationalUnitSubscriber
        Definition:Entity within an organisation that does not constitute as a separate legal entityData subjects that subscribe to service(s)
        SubClass of: + dpvo:DataSubject +
        Note:note: subscriber can be customer or consumer
        Created:
        Contributor(s): + Beatriz Esteves, + Georg P. Krog, Harshvardhan J. Pandit, + Julian Flake, Paul Ryan
        - -
        -
        - -
        -

        Data Subjects

        -
        -

        Classes

        -

        - Adult | - Child | - Data Subject | - Vulnerable Data Subject -

        - -
        -

        Adult

        +
        +

        Tourist

        - + - + @@ -3282,101 +3966,86 @@

        Adult

        - +
        Term:AdultTourist
        Definition:A natural person that is not a child i.e. has attained some legally specified age of adulthoodData subjects that are tourists i.e. not citizens and not immigrants
        SubClass of:
        Created:
        Contributor(s): - Georg Krog + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
        -
        -

        Child

        +
        +

        User

        - + - + - - - - - +
        Term:ChildUser
        Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.Data subjects that use service(s)
        SubClass of: - dpvo:NatualPerson + dpvo:DataSubject
        Note: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.
        Created:
        Contributor(s): - Harshvardhan J. Pandit + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
        -
        -

        Data Subject

        +
        +

        Visitor

        - + - + - - - - - - - - - - - - - - - - - + @@ -3402,7 +4071,7 @@

        Vulnerable Data Subject

        - + @@ -3584,7 +4253,7 @@

        Academic Research

        @@ -3702,7 +4371,7 @@

        Commercial Research

        @@ -3807,7 +4476,7 @@

        Create Event Recommendations

        @@ -3852,7 +4521,7 @@

        Create Personalized Recommendations

        @@ -3905,7 +4574,7 @@

        Create Product Recommendations

        @@ -3953,7 +4622,7 @@

        Customer Care

        @@ -4194,7 +4863,7 @@

        Delivery of Goods

        @@ -4312,7 +4981,7 @@

        Enforce Access Control

        @@ -4402,7 +5071,7 @@

        Fraud Prevention and Detection

        @@ -4831,7 +5500,7 @@

        Optimisation for Consumer

        @@ -5297,7 +5966,7 @@

        Purpose

        @@ -5318,7 +5987,7 @@

        Purpose

        @@ -6212,7 +6881,7 @@

        has purpose

        @@ -6457,7 +7126,7 @@

        Analyse

        @@ -6467,7 +7136,7 @@

        Analyse

        @@ -6494,7 +7163,7 @@

        Anonymise

        @@ -6504,7 +7173,7 @@

        Anonymise

        @@ -6532,7 +7201,7 @@

        Collect

        @@ -6542,7 +7211,7 @@

        Collect

        @@ -6570,7 +7239,7 @@

        Combine

        @@ -6580,7 +7249,7 @@

        Combine

        @@ -6608,7 +7277,7 @@

        Consult

        @@ -6618,7 +7287,7 @@

        Consult

        @@ -6645,7 +7314,7 @@

        Copy

        @@ -6655,7 +7324,7 @@

        Copy

        @@ -6682,7 +7351,7 @@

        Derive

        @@ -6692,7 +7361,7 @@

        Derive

        @@ -6915,7 +7584,7 @@

        Move

        @@ -6925,7 +7594,7 @@

        Move

        @@ -7036,7 +7705,7 @@

        Processing

        @@ -7057,7 +7726,7 @@

        Processing

        @@ -7376,7 +8045,7 @@

        Transfer

        @@ -7386,7 +8055,7 @@

        Transfer

        @@ -7530,7 +8199,7 @@

        has processing

        @@ -7734,7 +8403,7 @@

        Derived Personal Data

        @@ -7913,7 +8582,7 @@

        Personal Data

        @@ -8126,8 +8795,6 @@

        Classes

        Records of Activities | Register of Processing Activities | Regularity of Re-certification | - Risk Management Procedure | - Risk Mitigation Measure | Safeguard | Safeguard for Data Transfer | Seal | @@ -9590,83 +10257,6 @@

        Regularity of Re-certification

        Term:DataSubjectVisitor
        Definition:The individual (or category of individuals) whose personal data is being processedData subjects that are temporary visitors
        SubClass of: - dpvo:LegalEntity, - dpvo:NaturalPerson -
        SuperClass Of: - dpvo:Adult, - dpvo:VulnerableDataSubject -
        Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.
        Source: - GDPR Art.4-1 + dpvo:DataSubject
        Created:
        Modified:
        Contributor(s): - Axel Polleres, - Javier Fernández + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
        Note:This concept denote 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.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.
        Created:
        See Also: - svpu:Education + svpu:Education
        See Also: - svpu:Develop + svpu:Develop
        Source: - SPECIAL Project + SPECIAL Project
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - svpu:Marketing + svpu:Marketing
        See Also: - svpu:Feedback + svpu:Feedback
        See Also: - svpu:Delivery + svpu:Delivery
        See Also: - svpu:Login + svpu:Login
        See Also: - svpu:Government + svpu:Government
        See Also: - svpu:Custom + svpu:Custom
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - spl:AnyPurpose + spl:AnyPurpose
        Source: - SPECIAL Project + SPECIAL Project
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Analyse + svpr:Analyse
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Anonymize + svpr:Anonymize
        Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Collect + svpr:Collect
        Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Aggregate + svpr:Aggregate
        Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Query + svpr:Query
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Copy + svpr:Copy
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Derive + svpr:Derive
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Move + svpr:Move
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - spl:AnyProcessing + spl:AnyProcessing
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - svpr:Transfer + svpr:Transfer
        Source: - SPECIAL Project + SPECIAL Project
        See Also: - svd:Derived + svd:Derived
        See Also: - spl:AnyData + spl:AnyData
        -
        -

        Risk Management Procedure

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Term:RiskManagementProcedure
        Definition: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.
        SubClass of: - dpvo:OrganisationalMeasure -
        Note: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
        Source: - ISO 31000 -
        Created:
        Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
        -
        -
        -

        Risk Mitigation Measure

        - - - - - - - - - - - - - - - - - - - - - - - -
        Term:RiskMitigationMeasure
        Definition:Measures intended to mitigate, minimise, or prevent risk.
        SubClass of: - dpvo:TechnicalOrganisationalMeasure -
        Created:
        Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
        -

        Safeguard

        @@ -10773,7 +11363,7 @@

        has duration

        @@ -11703,7 +12293,7 @@

        has storage

        @@ -11750,7 +12340,9 @@

        Classes

        Impact | Material Damage | Non-Material Damage | - Risk + Risk | + Risk Management Procedure | + Risk Mitigation Measure

        @@ -12171,6 +12763,83 @@

        Risk

        Source: - SPECIAL Project + SPECIAL Project
        Source: - SPECIAL Project + SPECIAL Project
        +
        +

        Risk Management Procedure

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Term:RiskManagementProcedure
        Definition: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.
        SubClass of: + dpvo:OrganisationalMeasure +
        Note: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
        Source: + ISO 31000 +
        Created:
        Contributor(s): + Axel Polleres, + Harshvardhan J. Pandit, + Mark Lizar, + Rob Brennan +
        +
        +
        +

        Risk Mitigation Measure

        + + + + + + + + + + + + + + + + + + + + + + + +
        Term:RiskMitigationMeasure
        Definition:Measures intended to mitigate, minimise, or prevent risk.
        SubClass of: + dpvo:TechnicalOrganisationalMeasure +
        Created:
        Contributor(s): + Georg P Krog, + Harshvardhan J. Pandit, + Paul Ryan +
        +
        @@ -12364,7 +13033,7 @@

        is mitigated by measure

        Range: - dpvo:RiskMitigationMeasure + dpvo:RiskMitigationMeasure Created: @@ -12393,7 +13062,7 @@

        mitigates risk

        Domain: - dpvo:RiskMitigationMeasure + dpvo:RiskMitigationMeasure Range: @@ -13419,6 +14088,27 @@

        Proposed Terms

      purposes
      • TagManagement
      • +
      + context +
      • Status
      • +
      • ActivityStatus
      • +
      • ActivityProposed
      • +
      • ActivityOngoing
      • +
      • ActivityHalted
      • +
      • ActivityCompleted
      • +
      • ComplianceStatus
      • +
      • Compliant
      • +
      • Incompliant
      • +
      • PartiallyCompliant
      • +
      • NotCompliant
      • +
      • ViolationOfCompliance
      • +
      • AuditStatus
      • +
      • AuditApproved
      • +
      • AuditRejected
      • +
      • AuditRequested
      • +
      • hasStatus
      • +
      • hasComplianceStatus
      • +
      • hasActivityStatus
      risk
      • hasConsequenceOn
      • @@ -13427,26 +14117,7 @@

        Proposed Terms

        • isRequiredFor
        entities_datasubject -
        • Patient
        • -
        • Employee
        • -
        • Student
        • -
        • Citizen
        • -
        • NonCitizen
        • -
        • Immigrant
        • -
        • Tourist
        • -
        • Customer
        • -
        • Consumer
        • -
        • User
        • -
        • JobApplicant
        • -
        • Visitor
        • -
        • Member
        • -
        • Applicant
        • -
        • Trainees
        • -
        • Subscriber
        • -
        • ServiceUsers
        • -
        • WebsiteVisitors
        • -
        • Clients
        • -
        • hasAgeOfMaturity
        • +
          • hasAgeOfMaturity
          legal_basis
          • EULA
          • diff --git a/dpv-owl/modules/base.jsonld b/dpv-owl/modules/base.jsonld index 45a50d345..684fecc19 100644 --- a/dpv-owl/modules/base.jsonld +++ b/dpv-owl/modules/base.jsonld @@ -42,7 +42,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -106,7 +106,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" }, { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" @@ -131,7 +131,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -147,53 +147,7 @@ ] }, { - "@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#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalDataHandling", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -207,12 +161,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 association with Personal Data" + "@value": "Indicates association with Personal Data Handling" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -228,12 +185,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data" + "@value": "has personal data handling" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -244,7 +201,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -254,15 +211,10 @@ "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Bud Bruegger" - } - ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "The Legal basis used to justify processing of personal data" } ], "http://purl.org/dc/terms/modified": [ @@ -271,6 +223,12 @@ "@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#" @@ -279,7 +237,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Legal Basis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -290,7 +248,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", + "@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" @@ -307,21 +265,12 @@ }, { "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://purl.org/dc/terms/modified": [ @@ -330,11 +279,6 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { "@id": "http://www.w3.org/2002/07/owl#Thing" @@ -348,12 +292,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient" + "@value": "has legal basis" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -364,7 +308,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-owl#hasRight", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -372,21 +316,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "Indicates use or applicability of Right" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -402,12 +343,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "has right" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling" + "@id": "https://w3id.org/dpv/dpv-owl#Right" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -418,31 +359,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRight", + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", "@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": "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": "Indicates use or applicability of Right" + "@value": "The individual (or category of individuals) whose personal data is being processed" } ], - "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://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": [ @@ -453,12 +408,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has right" + "@value": "Data Subject" } ], - "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#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -469,15 +424,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", + "@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": [ @@ -486,21 +440,12 @@ }, { "@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 Purpose" + "@value": "The purpose of processing personal data" } ], "http://purl.org/dc/terms/modified": [ @@ -511,12 +456,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -527,12 +467,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has purpose" + "@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#Purpose" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -543,7 +483,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -555,22 +495,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" + "@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": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/source": [ @@ -581,7 +518,7 @@ "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": "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": [ @@ -592,12 +529,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject" + "@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#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -608,7 +550,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -618,10 +560,18 @@ "@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" + "@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": [ @@ -630,12 +580,6 @@ "@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#" @@ -644,7 +588,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "Personal Data Handling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -655,45 +599,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataController", + "@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": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" } ], "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" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + "@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": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + "@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": [ @@ -704,12 +634,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Controller" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@value": "Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -720,31 +645,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", + "@id": "https://w3id.org/dpv/dpv-owl#Processing", "@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": "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": "Indicates applicability of Risk" + "@value": "The processing performed on 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/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -755,12 +688,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has risk" + "@value": "Processing" } ], - "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#Risk" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -840,15 +773,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", + "@id": "https://w3id.org/dpv/dpv-owl#DataController", "@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": [ @@ -857,21 +789,12 @@ }, { "@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" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], "http://purl.org/dc/terms/modified": [ @@ -880,9 +803,15 @@ "@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://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": [ @@ -893,10 +822,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data controller" + "@value": "Data Controller" } ], - "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" } @@ -909,7 +838,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" ], @@ -921,16 +850,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": [ @@ -939,11 +865,6 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-owl#" @@ -952,12 +873,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purpose" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" + "@value": "Technical and Organisational Measure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -968,14 +884,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Processing", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", "@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": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ @@ -984,12 +901,21 @@ }, { "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The processing performed on personal data" + "@value": "Indicates association with Data Controller" } ], "http://purl.org/dc/terms/modified": [ @@ -998,9 +924,9 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1011,12 +937,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing" + "@value": "has data controller" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1027,7 +953,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLegalBasis", + "@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" @@ -1035,27 +961,18 @@ "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" } ], "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": "Indicates association with Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -1071,12 +988,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has legal basis" + "@value": "has personal data" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1087,37 +1004,54 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight", + "@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": "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" }, { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "Indicates association with Purpose" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/modified": [ { - "@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'" + "@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": [ @@ -1128,12 +1062,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject Right" + "@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#Right" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1144,14 +1078,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", "@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": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ @@ -1160,12 +1095,21 @@ }, { "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "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." + "@value": "Indicates Recipient of Personal Data" } ], "http://purl.org/dc/terms/modified": [ @@ -1174,6 +1118,16 @@ "@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#" @@ -1182,7 +1136,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "has recipient" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1193,42 +1152,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", + "@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": "2019-04-05" + "@value": "2020-11-18" } ], "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": "Indicates applicability of Risk" } ], - "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": [ @@ -1239,17 +1187,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": "http://www.specialprivacy.eu/langs/usage-policy#AnyData" + "@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#Data" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1328,6 +1271,63 @@ } ] }, + { + "@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": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@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#Right", "@type": [ diff --git a/dpv-owl/modules/base.n3 b/dpv-owl/modules/base.n3 index 6b07b6e2d..e231d6821 100644 --- a/dpv-owl/modules/base.n3 +++ b/dpv-owl/modules/base.n3 @@ -3,7 +3,7 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -111,7 +111,7 @@ dpvo:hasProcessing a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Processing"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Processing ; @@ -128,7 +128,7 @@ dpvo:hasPurpose a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Purpose"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Purpose ; @@ -145,7 +145,7 @@ dpvo:hasRecipient a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates Recipient of Personal Data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Recipient ; @@ -241,7 +241,7 @@ dpvo:Processing a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The processing performed on personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyProcessing ; sw:term_status "accepted"@en . @@ -253,7 +253,7 @@ dpvo:Purpose a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The purpose of processing personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyPurpose ; sw:term_status "accepted"@en . @@ -266,7 +266,7 @@ dpvo:Recipient a owl:Class ; dct:description "Entities that receive personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyRecipient ; diff --git a/dpv-owl/modules/base.rdf b/dpv-owl/modules/base.rdf index bcbbbef73..faa16fcb2 100644 --- a/dpv-owl/modules/base.rdf +++ b/dpv-owl/modules/base.rdf @@ -5,40 +5,41 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - has personal data - Indicates association with Personal Data - 2022-01-19 + + + + 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 - Harshvardhan J. Pandit + Axel Polleres + 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 + 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 Pandit + Harshvardhan J Pandit + Beatriz Esteves + Georg P Krog - + - - 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 @@ -49,14 +50,14 @@ Bud Bruegger - + - - has processing - Indicates association with Processing - + + has recipient + Indicates Recipient of Personal Data + 2019-04-04 2020-11-04 accepted @@ -67,47 +68,43 @@ Bud Bruegger - - - Purpose - The purpose of processing personal data - - - 2019-04-05 - 2020-11-04 - accepted - Axel Polleres - 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 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 - - - 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 personal data handling + Indicates association with Personal Data Handling + 2022-01-19 accepted Harshvardhan J. Pandit + Georg P Krog - + - 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 @@ -115,31 +112,36 @@ Javier Fernández - + - - 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 - + - Technical and Organisational Measure - The Technical and Organisational measures used. + 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 - 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 @@ -154,26 +156,33 @@ Harshvardhan J. Pandit - - - - - - has legal basis - Indicates use or applicability of a Legal Basis - 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 + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 + 2020-11-04 + accepted + Bud Bruegger + + Processing The processing performed on personal data - - + + 2019-04-05 2020-11-04 accepted @@ -181,31 +190,52 @@ 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 technical and organisational measure - Indicates use or applicability of Technical or Organisational measure - 2019-04-04 + + has personal data + Indicates association with Personal Data + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + Purpose + The purpose of processing personal data + + + 2019-04-05 2020-11-04 accepted Axel Polleres Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - has recipient - Indicates Recipient of Personal Data - + + has purpose + Indicates association with Purpose + 2019-04-04 2020-11-04 accepted @@ -216,52 +246,41 @@ 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'. + + 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 - accepted - Axel Polleres - 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 + 2022-01-19 accepted - Beatriz Esteves - Georg P Krog Harshvardhan Pandit - + - 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 + + 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 - Harshvardhan J Pandit - Beatriz Esteves - Georg P Krog + Axel Polleres + Javier Fernández - + - - has data subject - Indicates association with Data Subject + + has data controller + Indicates association with Data Controller 2019-04-04 2020-11-04 accepted @@ -272,55 +291,36 @@ Bud Bruegger - + - - has risk - Indicates applicability of Risk - 2020-11-18 + + 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 - + - - has personal data handling - Indicates association with Personal Data Handling - 2022-01-19 - accepted - Harshvardhan J. Pandit - 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 + + has legal basis + Indicates use or applicability of a Legal Basis + 2019-04-04 2020-11-04 accepted Axel Polleres 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 - - diff --git a/dpv-owl/modules/base.ttl b/dpv-owl/modules/base.ttl index 6b07b6e2d..e231d6821 100644 --- a/dpv-owl/modules/base.ttl +++ b/dpv-owl/modules/base.ttl @@ -3,7 +3,7 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -111,7 +111,7 @@ dpvo:hasProcessing a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Processing"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Processing ; @@ -128,7 +128,7 @@ dpvo:hasPurpose a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Purpose"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Purpose ; @@ -145,7 +145,7 @@ dpvo:hasRecipient a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates Recipient of Personal Data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Recipient ; @@ -241,7 +241,7 @@ dpvo:Processing a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The processing performed on personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyProcessing ; sw:term_status "accepted"@en . @@ -253,7 +253,7 @@ dpvo:Purpose a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The purpose of processing personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyPurpose ; sw:term_status "accepted"@en . @@ -266,7 +266,7 @@ dpvo:Recipient a owl:Class ; dct:description "Entities that receive personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyRecipient ; diff --git a/dpv-owl/modules/consent.jsonld b/dpv-owl/modules/consent.jsonld index 76f762773..0701edbae 100644 --- a/dpv-owl/modules/consent.jsonld +++ b/dpv-owl/modules/consent.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionByJustification", + "@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" @@ -25,13 +25,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" + "@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 provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" + "@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": [ @@ -42,7 +42,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision by justification" + "@value": "has withdrawal by justification" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -53,10 +53,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionMethod", + "@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#AnnotationProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -78,13 +78,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the method by which consent was provisioned or provided" + "@value": "Specifies the entity that provisioned or provided consent" } ], "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": "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": [ @@ -95,7 +95,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision method" + "@value": "has provision 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": [ @@ -106,7 +111,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiry", + "@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#AnnotationProperty" @@ -131,7 +136,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 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": [ @@ -142,7 +153,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry" + "@value": "has consent notice" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -153,7 +164,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionBy", + "@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#ObjectProperty" @@ -178,13 +189,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@value": "Specifies the entity that withdrew 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": "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": [ @@ -195,7 +206,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision by" + "@value": "has withdrawal by" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -258,10 +269,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalBy", + "@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#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ], "http://purl.org/dc/terms/created": [ { @@ -283,13 +294,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the entity that withdrew 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": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -300,12 +305,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "has expiry time" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -316,10 +321,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalByJustification", + "@id": "https://w3id.org/dpv/dpv-owl#isExplicit", "@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": [ { @@ -341,13 +346,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the justification for entity withdrawing consent" + "@value": "Specifies consent is 'explicit'" } ], "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": "The conditions for what is considered 'explicit consent' differ by norms and laws." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -358,7 +363,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal by justification" + "@value": "is explicit" + } + ], + "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": [ @@ -369,10 +379,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isExplicit", + "@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#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ], "http://purl.org/dc/terms/created": [ { @@ -394,13 +404,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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 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": [ @@ -411,12 +421,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is explicit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@value": "has provision method" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -427,7 +432,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryTime", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionByJustification", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -452,7 +457,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@value": "Specifies the justification for entity providing 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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -463,12 +474,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 provision by justification" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -479,7 +485,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalTime", + "@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" @@ -504,7 +510,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@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": [ @@ -515,7 +527,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal time" + "@value": "has withdrawal method" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -526,7 +538,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsentNotice", + "@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" @@ -551,13 +563,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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." + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -568,7 +574,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has consent notice" + "@value": "has withdrawal time" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -579,7 +585,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalMethod", + "@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" @@ -604,13 +610,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": "Generic property specifying when or under which condition(s) the consent will expire" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -621,7 +621,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal method" + "@value": "has 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 6efcfc9be..4cc8c2b6f 100644 --- a/dpv-owl/modules/consent.rdf +++ b/dpv-owl/modules/consent.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#" > - + - has expiry - Generic property specifying when or under which condition(s) the consent will expire + has withdrawal time + Specifies the instant in time when consent was withdrawn 2019-04-05 accepted Harshvardhan J. Pandit @@ -17,11 +17,12 @@ Bud Bruegger - + - has provision time - Specifies the instant in time when consent was given + 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 @@ -29,12 +30,13 @@ 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 condition + Specifies the condition or event that determines the expiry of consent + Can be TextOrDocumentOrURI 2019-04-05 accepted Harshvardhan J. Pandit @@ -42,13 +44,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 @@ -56,11 +57,12 @@ Bud Bruegger - + - has withdrawal time - Specifies the instant in time when consent was withdrawn + 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 @@ -68,13 +70,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 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 @@ -82,13 +83,13 @@ 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 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 @@ -96,12 +97,13 @@ Bud Bruegger - + - - - has expiry time - Specifies the expiry time or duration for consent + + + 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 @@ -109,12 +111,13 @@ 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 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 @@ -122,12 +125,11 @@ 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 expiry + Generic property specifying when or under which condition(s) the consent will expire 2019-04-05 accepted Harshvardhan J. Pandit @@ -135,13 +137,11 @@ Bud Bruegger - + - - - is explicit - Specifies consent is 'explicit' - The conditions for what is considered 'explicit consent' differ by norms and laws. + + has provision time + Specifies the instant in time when consent was given 2019-04-05 accepted Harshvardhan J. Pandit @@ -162,12 +162,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 diff --git a/dpv-owl/modules/context.jsonld b/dpv-owl/modules/context.jsonld index b8f311ff9..6d2d2b6ad 100644 --- a/dpv-owl/modules/context.jsonld +++ b/dpv-owl/modules/context.jsonld @@ -1,13 +1,13 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#NotRequired", + "@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-15" + "@value": "2022-02-10" } ], "http://purl.org/dc/terms/creator": [ @@ -30,7 +30,7 @@ "http://purl.org/dc/terms/description": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -41,12 +41,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Not Required" + "@value": "Primary Importance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#Importance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -57,7 +57,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAlgorithmicLogic", + "@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" @@ -65,24 +65,27 @@ "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://purl.org/dc/terms/description": [ { "@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/2000/01/rdf-schema#domain": [ @@ -98,12 +101,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "has identifier" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -114,37 +117,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Optional", + "@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-02-14" + "@value": "2020-11-04" } ], "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": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@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": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -155,12 +164,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optional" + "@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#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -171,14 +180,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement", + "@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-01-26" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ @@ -189,13 +199,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The involvement of humans in specified context" + "@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": "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." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -206,12 +215,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Human Involvement" + "@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#Context" + "@id": "https://w3id.org/dpv/dpv-owl#Frequency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -222,14 +231,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity", + "@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": "2022-02-12" + "@value": "2022-02-15" } ], "http://purl.org/dc/terms/creator": [ @@ -252,13 +261,7 @@ "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": "Indication of neither being required nor optional i.e. not relevant or needed" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -269,12 +272,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Necessity" + "@value": "Not Required" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#Necessity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -285,37 +288,66 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isAfter", + "@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": "2022-03-02" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Julian Flake" + "@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#hasContext", + "@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-05" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' this concept in some context" + "@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" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -326,12 +358,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is after" + "@value": "has context" } ], "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#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -342,7 +374,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasHumanInvolvement", + "@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" @@ -350,7 +382,7 @@ "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": [ @@ -358,22 +390,16 @@ "@value": "Georg P. Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@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": [ - { - "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" + "@value": "Indicates the specified concepts is 'before' this concept in some context" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -389,12 +415,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has human involvement" + "@value": "is before" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -405,7 +431,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasContext", + "@id": "https://w3id.org/dpv/dpv-owl#isAfter", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -413,18 +439,29 @@ "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": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" + "@value": "Indicates the specified concepts is 'after' this concept in some context" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@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#isDefinedBy": [ @@ -435,12 +472,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has context" + "@value": "is after" } ], "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": [ @@ -451,14 +488,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrimaryImportance", + "@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-10" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ @@ -481,7 +518,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@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": [ @@ -492,12 +535,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "Necessity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Importance" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -508,14 +551,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Duration", + "@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-09" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -526,7 +569,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The duration or temporal limitation" + "@value": "The algorithmic logic applied or used" + } + ], + "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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -537,7 +586,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Duration" + "@value": "Algorithmic Logic" + } + ], + "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": [ @@ -548,37 +602,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isBefore", + "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement", "@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": "2022-01-26" } ], "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": "The involvement of humans in specified 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": "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": [ @@ -589,63 +637,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is before" + "@value": "Human Involvement" } ], - "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" - } - ], - "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" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -656,14 +653,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": [ @@ -671,25 +668,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": [ @@ -700,7 +694,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": [ @@ -711,7 +710,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv/dpv-owl#hasDuration", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -719,33 +718,32 @@ "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": "Harshvardhan J. Pandit" + "@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": "Indicates implementation details such as technologies or processes" + "@value": "Indicates information about duration" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -761,12 +759,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is implemented using technology" + "@value": "has duration" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Technology" + "@id": "https://w3id.org/dpv/dpv-owl#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -777,31 +775,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic", + "@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": "2022-01-26" + "@value": "2022-02-13" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "The algorithmic logic applied or used" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], - "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": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -812,12 +816,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Algorithmic Logic" + "@value": "Required" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#Necessity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -828,43 +832,55 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Importance", + "@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-02-09" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { - "@value": "Julian Flake" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@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": "Importance can be used to express importance, desirability, relevance, or significance as a context." + "@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": [ @@ -875,18 +891,18 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Importance" + "@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#Context" + "@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" } ] }, @@ -931,55 +947,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isImplementedByEntity", + "@id": "https://w3id.org/dpv/dpv-owl#Importance", "@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-05-07" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "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" + "@value": "An indication of 'importance' within a context" } ], "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" + "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -990,56 +994,47 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is implemented by entity" + "@value": "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#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "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#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": [ @@ -1050,12 +1045,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": [ @@ -1066,45 +1056,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDuration", + "@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": "2019-04-05" + "@value": "2022-02-11" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about duration" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1115,12 +1097,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has duration" + "@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#Duration" + "@id": "https://w3id.org/dpv/dpv-owl#Importance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1131,37 +1113,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SecondaryImportance", + "@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": "2022-02-11" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@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": [ @@ -1172,12 +1163,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Secondary Importance" + "@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#Importance" + "@id": "https://w3id.org/dpv/dpv-owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1188,31 +1179,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Technology", + "@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": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@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": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + "@value": "Contextually relevant information about purpose not possible to represent through other concepts" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1223,7 +1223,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technology" + "@value": "Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1234,37 +1234,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Required", + "@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": "2022-02-13" + "@value": "2020-11-04" } ], "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": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@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": [ @@ -1275,12 +1275,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Required" + "@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#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/context.n3 b/dpv-owl/modules/context.n3 index a368ebf34..f25d91fd0 100644 --- a/dpv-owl/modules/context.n3 +++ b/dpv-owl/modules/context.n3 @@ -103,7 +103,7 @@ dpvo:hasDuration a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about duration"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Duration ; diff --git a/dpv-owl/modules/context.rdf b/dpv-owl/modules/context.rdf index 679ed704d..4580a4877 100644 --- a/dpv-owl/modules/context.rdf +++ b/dpv-owl/modules/context.rdf @@ -5,31 +5,49 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 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 + accepted + Harshvardhan J. Pandit + + + + + + + + has context + Indicates a purpose is restricted to the specified context(s) + 2019-04-05 + 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 + + has algorithmic logic + Indicates the logic used in processing such as for automated decision making + 2020-11-04 + accepted + Georg P. Krog Paul Ryan - Julian Flake + 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 + 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 @@ -38,35 +56,16 @@ Beatriz Esteves - + - - has duration - Indicates information about duration - - 2019-04-05 + + has frequency + Indicates the frequency with which something takes place + 2022-02-16 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar - - - - - - - - has identifier - Indicates an identifier associated for identification or reference - 2020-11-25 - accepted - Harshvardhan J.Pandit - Georg P Krog - Paul Ryan - Beatriz Esteves @@ -83,13 +82,12 @@ 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 + + Not Required + Indication of neither being required nor optional i.e. not relevant or needed + 2022-02-15 accepted Harshvardhan J. Pandit Paul Ryan @@ -98,79 +96,100 @@ Beatriz Esteves - + - - 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. + + Optional + Indication of 'optional' or 'voluntary' + 2022-02-14 + 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 using technology - Indicates implementation details such as technologies or processes - The term 'technology' is inclusive of technologies, processes, and methods. - 2022-01-26 + + has duration + Indicates information about duration + + 2019-04-05 accepted - Beatriz Esteves + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Paul Ryan - Julian Flake + Mark Lizar - + - - 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 + + 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 - - - - Secondary Importance - Indication of 'secondary' or 'minor' or 'auxiliary' importance - 2022-02-11 + + + + + + is before + Indicates the specified concepts is 'before' this concept in some context + 2022-03-02 accepted + Georg P. Krog 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. + + + + + + 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 - + - Not Required - Indication of neither being required nor optional i.e. not relevant or needed - 2022-02-15 + Required + Indication of 'required' or 'necessary' + 2022-02-13 accepted Harshvardhan J. Pandit Paul Ryan @@ -179,23 +198,13 @@ Beatriz Esteves - - - - - - has context - Indicates a purpose is restricted to the specified context(s) - 2019-04-05 - accepted - - - + - - Primary Importance - Indication of 'primary' or 'main' or 'core' importance - 2022-02-10 + + 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 @@ -204,12 +213,21 @@ Beatriz Esteves - + - - Optional - Indication of 'optional' or 'voluntary' - 2022-02-14 + Frequency + The frequency or information about periods and repetitions in terms of recurrence. + 2022-02-16 + accepted + Harshvardhan J. Pandit + + + + + + Secondary Importance + Indication of 'secondary' or 'minor' or 'auxiliary' importance + 2022-02-11 accepted Harshvardhan J. Pandit Paul Ryan @@ -218,12 +236,12 @@ Beatriz Esteves - + - - Required - Indication of 'required' or 'necessary' - 2022-02-13 + + Primary Importance + Indication of 'primary' or 'main' or 'core' importance + 2022-02-10 accepted Harshvardhan J. Pandit Paul Ryan @@ -232,30 +250,24 @@ Beatriz Esteves - - - - - - has frequency - Indicates the frequency with which something takes place - 2022-02-16 + + + Duration + The duration or temporal limitation + 2022-02-09 accepted Harshvardhan J. Pandit - - - - - - is before - Indicates the specified concepts is 'before' this concept in some context - 2022-03-02 + + + + 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 - Georg P. Krog Harshvardhan J. Pandit - Julian Flake @@ -272,22 +284,14 @@ Julian Flake - - - Duration - The duration or temporal limitation - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - + - - has algorithmic logic - Indicates the logic used in processing such as for automated decision making + + 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 @@ -295,23 +299,19 @@ Harshvardhan J. Pandit - - - Frequency - The frequency or information about periods and repetitions in terms of recurrence. - 2022-02-16 - accepted - Harshvardhan J. Pandit - - - - - 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 + + + + + + has identifier + Indicates an identifier associated for identification or reference + 2020-11-25 accepted - Harshvardhan J. Pandit + Harshvardhan J.Pandit + Georg P Krog + Paul Ryan + Beatriz Esteves diff --git a/dpv-owl/modules/context.ttl b/dpv-owl/modules/context.ttl index a368ebf34..f25d91fd0 100644 --- a/dpv-owl/modules/context.ttl +++ b/dpv-owl/modules/context.ttl @@ -103,7 +103,7 @@ dpvo:hasDuration a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about duration"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Duration ; diff --git a/dpv-owl/modules/entities.jsonld b/dpv-owl/modules/entities.jsonld index 3ae4aaad4..f17ff9f93 100644 --- a/dpv-owl/modules/entities.jsonld +++ b/dpv-owl/modules/entities.jsonld @@ -1,24 +1,39 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson", + "@id": "https://w3id.org/dpv/dpv-owl#hasName", "@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": "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": "A human" + "@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": [ @@ -29,12 +44,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Natural Person" + "@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#Entity" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -45,14 +60,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Entity", + "@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-02-02" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -63,62 +79,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity" - } - ], - "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": "Entity" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@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" - ], - "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" + "@value": "Indicates inclusion or applicability of an entity to some concept" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Specifies contact details of a legal entity such as phone or email" + "@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": [ @@ -129,12 +101,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has contact" + "@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": [ @@ -145,31 +117,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasResponsibleEntity", + "@id": "https://w3id.org/dpv/dpv-owl#Representative", "@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": "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/description": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@value": "A representative of a legal entity" } ], - "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_27/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -180,17 +160,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": "Representative" } ], - "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": [ @@ -201,7 +176,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasName", + "@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" @@ -229,7 +204,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies name of a legal entity" + "@value": "Specifies address of a legal entity such as street address or pin code" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -245,7 +220,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has name" + "@value": "has address" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -261,39 +236,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Representative", + "@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": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" } ], "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" + "@value": "A human" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -304,12 +265,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Representative" + "@value": "Natural Person" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -365,7 +326,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" @@ -393,7 +354,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": [ @@ -409,17 +370,52 @@ "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" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], - "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-owl#hasEntity" + "@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://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "A human or non-human 'thing' that constitutes as an entity" + } + ], + "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": "Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -430,7 +426,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity", + "@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" @@ -438,7 +434,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": [ @@ -449,13 +445,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.?" + "@value": "Specifies the indicated entity is responsible within some context" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -471,7 +461,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has entity" + "@value": "has responsible entity" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -479,6 +469,11 @@ "@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", @@ -487,7 +482,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAddress", + "@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" @@ -515,7 +510,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies address of a legal entity such as street address or pin code" + "@value": "Specifies representative of the legal entity" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -531,12 +526,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has address" + "@value": "has representative" } ], "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#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": [ diff --git a/dpv-owl/modules/entities.rdf b/dpv-owl/modules/entities.rdf index 17dd9b152..10f81a858 100644 --- a/dpv-owl/modules/entities.rdf +++ b/dpv-owl/modules/entities.rdf @@ -5,6 +5,20 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + Representative + A representative of a legal entity + + 2020-11-04 + accepted + Georg Krog + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + + @@ -20,6 +34,16 @@ Beatriz Esteves + + + + 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 + + @@ -62,12 +86,11 @@ Harshvardhan J. Pandit - + - - Legal Entity - A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law - 2019-04-05 + Entity + A human or non-human 'thing' that constitutes as an entity + 2022-02-02 accepted Harshvardhan J. Pandit @@ -87,20 +110,6 @@ Beatriz Esteves - - - - Representative - A representative of a legal entity - - 2020-11-04 - accepted - Georg Krog - Paul Ryan - Harshvardhan J. Pandit - Beatriz Esteves - - @@ -126,13 +135,4 @@ Beatriz Esteves - - - Entity - A human or non-human 'thing' that constitutes as an entity - 2022-02-02 - accepted - Harshvardhan J. Pandit - - diff --git a/dpv-owl/modules/entities_authority.jsonld b/dpv-owl/modules/entities_authority.jsonld index 5b2379a4d..d85a4f355 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#RegionalAuthority", "@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 region" } ], - "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": "RegionalAuthority" } ], - "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,30 +50,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalAuthority", + "@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 authority tasked with overseeing legal compliance for a supra-national union e.g. EU" + "@value": "Indicates area, scope, or applicability of an Authority" } ], - "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#Authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -88,12 +88,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SupraNationalAuthority" + "@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#Authority" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -104,31 +104,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": [ @@ -139,10 +142,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" } @@ -155,7 +158,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegionalAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#NationalAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -173,7 +176,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a region" + "@value": "An authority tasked with overseeing legal compliance for a nation" } ], "http://purl.org/dc/terms/source": [ @@ -189,7 +192,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "NationalAuthority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -205,7 +208,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Authority", + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -229,7 +232,7 @@ "http://purl.org/dc/terms/description": [ { "@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 regarding privacy and data protection laws." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -240,15 +243,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authority" + "@value": "Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation" + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -259,34 +259,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#Authority", "@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": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" } ], "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": "An authority with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -297,12 +294,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has authority" + "@value": "Authority" } ], - "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#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -313,7 +313,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NationalAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -331,7 +331,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 supra-national union e.g. EU" } ], "http://purl.org/dc/terms/source": [ @@ -347,7 +347,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NationalAuthority" + "@value": "SupraNationalAuthority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/dpv-owl/modules/entities_authority.rdf b/dpv-owl/modules/entities_authority.rdf index 094a08841..bdac4c9ae 100644 --- a/dpv-owl/modules/entities_authority.rdf +++ b/dpv-owl/modules/entities_authority.rdf @@ -5,15 +5,17 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - RegionalAuthority - An authority tasked with overseeing legal compliance for a region - - 2022-02-02 + + + Authority + An authority with the power to create or enforce laws, or determine their compliance. + 2020-11-04 accepted - Harshvardhan J. Pandit + Georg Krog + Paul Ryan + Harshvardhan Pandit @@ -42,12 +44,11 @@ Georg P Krog - + - - - Authority - An authority with the power to create or enforce laws, or determine their compliance. + + Data Protection Authority + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. 2020-11-04 accepted Georg Krog @@ -55,11 +56,11 @@ Harshvardhan Pandit - + - 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 @@ -77,16 +78,15 @@ Harshvardhan J. Pandit - + - Data Protection Authority - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - 2020-11-04 + NationalAuthority + An authority tasked with overseeing legal compliance for a nation + + 2022-02-02 accepted - Georg Krog - Paul Ryan - Harshvardhan Pandit + Harshvardhan J. Pandit diff --git a/dpv-owl/modules/entities_datasubject.jsonld b/dpv-owl/modules/entities_datasubject.jsonld index 7177fd74f..4effa4f30 100644 --- a/dpv-owl/modules/entities_datasubject.jsonld +++ b/dpv-owl/modules/entities_datasubject.jsonld @@ -1,24 +1,36 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#Adult", + "@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-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 are applicants in some context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -29,7 +41,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Adult" + "@value": "Applicant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -45,49 +57,94 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#NonCitizen", "@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" + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], - "http://purl.org/dc/terms/modified": [ + "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": "NonCitizen" + } + ], + "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#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": "2020-11-04" + "@value": "2022-04-06" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@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 are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -98,19 +155,14 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data subject" + "@value": "Tourist" } ], - "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", @@ -119,31 +171,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Child", + "@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": "2020-11-25" + "@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": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + "@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 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 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": [ @@ -154,12 +220,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Child" + "@value": "Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#NatualPerson" + "@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": [ @@ -170,37 +239,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VulnerableDataSubject", + "@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": "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" + "@value": "Data subjects that purchase goods or services" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "This concept denote 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": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -211,7 +286,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "Customer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -227,45 +302,94 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#Immigrant", "@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" + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" + "@value": "Data subjects that are immigrants (for a jurisdiction)" } ], - "http://purl.org/dc/terms/modified": [ + "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": "Immigrant" + } + ], + "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#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": "2020-11-04" + "@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_1/oj" + "@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#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 members of a group, organisation, or other collectives" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -276,15 +400,872 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject" + "@value": "Member" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@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#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": "2022-04-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson" + "@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 are citizens (for a jurisdiction)" + } + ], + "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": "Citizen" + } + ], + "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#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": "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": "Data subjects that consume goods or services for direct use" + } + ], + "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": "Consumer" + } + ], + "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#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-25" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "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." + } + ], + "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": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Child" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#NatualPerson" + } + ], + "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": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan 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." + } + ], + "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#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-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": "Data subjects that are temporary visitors" + } + ], + "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": "Visitor" + } + ], + "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#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": "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": "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" + } + ], + "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": "Subscriber" + } + ], + "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#hasDataSubject", + "@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 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": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "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" + } + ], + "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#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": "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": "Data subjects that participate in some context such as volunteers in a function" + } + ], + "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": "Participant" + } + ], + "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#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-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg 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" + } + ], + "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": "Adult" + } + ], + "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#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-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": "Data subjects that apply for jobs or employments" + } + ], + "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": "JobApplicant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Applicant" + } + ], + "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": "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 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#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-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": "Data subjects that are clients or recipients of 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": "Client" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Customer" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@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-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": "Data subjects that receive medican attention, treatment, care, advice, or other health related 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": "Patient" + } + ], + "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#User", + "@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": "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)" + } + ], + "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" + } + ] + }, + { + "@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": "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": "Data subjects that are students" + } + ], + "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": "Student" + } + ], + "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": [ diff --git a/dpv-owl/modules/entities_datasubject.n3 b/dpv-owl/modules/entities_datasubject.n3 index c8fc3b212..a06306e6d 100644 --- a/dpv-owl/modules/entities_datasubject.n3 +++ b/dpv-owl/modules/entities_datasubject.n3 @@ -25,6 +25,202 @@ dpvo:Child a owl:Class ; rdfs:subClassOf dpvo:NatualPerson ; sw:term_status "accepted"@en . +dpvo:Citizen a owl:Class ; + rdfs:label "Citizen"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are citizens (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Client a owl:Class ; + rdfs:label "Client"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are clients or recipients of services"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Customer ; + sw:term_status "accepted"@en . + +dpvo:Consumer a owl:Class ; + rdfs:label "Consumer"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that consume goods or services for direct use"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Employee a owl:Class ; + rdfs:label "Employee"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are employees"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Immigrant a owl:Class ; + rdfs:label "Immigrant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are immigrants (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:JobApplicant a owl:Class ; + rdfs:label "JobApplicant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that apply for jobs or employments"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Applicant ; + sw:term_status "accepted"@en . + +dpvo:Member a owl:Class ; + rdfs:label "Member"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are members of a group, organisation, or other collectives"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:NonCitizen a owl:Class ; + rdfs:label "NonCitizen"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are not citizens (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Participant a owl:Class ; + rdfs:label "Participant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that participate in some context such as volunteers in a function"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Patient a owl:Class ; + rdfs:label "Patient"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Student a owl:Class ; + rdfs:label "Student"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are students"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Subscriber a owl:Class ; + rdfs:label "Subscriber"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that subscribe to service(s)"@en ; + rdfs:comment "note: subscriber can be customer or consumer"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Tourist a owl:Class ; + rdfs:label "Tourist"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:User a owl:Class ; + rdfs:label "User"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that use service(s)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Visitor a owl:Class ; + rdfs:label "Visitor"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are temporary visitors"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:VulnerableDataSubject a owl:Class ; rdfs:label "Vulnerable Data Subject"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -32,7 +228,7 @@ dpvo:VulnerableDataSubject a owl:Class ; "Harshvardhan Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; dct:description "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; - rdfs:comment "This concept denote 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."@en ; + rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:DataSubject ; sw:term_status "accepted"@en . @@ -54,6 +250,33 @@ dpvo:hasDataSubject a rdf:Property, rdfs:subPropertyOf dpvo:hasEntity ; sw:term_status "accepted"@en . +dpvo:Applicant a owl:Class ; + rdfs:label "Applicant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are applicants in some context"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Customer a owl:Class ; + rdfs:label "Customer"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that purchase goods or services"@en ; + rdfs:comment "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:DataSubject a owl:Class ; rdfs:label "Data Subject"@en ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv-owl/modules/entities_datasubject.rdf b/dpv-owl/modules/entities_datasubject.rdf index 7f298f34c..3028e2d66 100644 --- a/dpv-owl/modules/entities_datasubject.rdf +++ b/dpv-owl/modules/entities_datasubject.rdf @@ -5,25 +5,75 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - 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 + + Applicant + Data subjects that are applicants in some context + 2022-04-06 accepted Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves - + - Adult - A natural person that is not a child i.e. has attained some legally specified age of adulthood - 2022-03-30 + 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 - Georg Krog + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + Consumer + Data subjects that consume goods or services for direct use + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + Client + Data subjects that are clients or recipients of services + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + Patient + Data subjects that receive medican attention, treatment, care, advice, or other health related services + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves @@ -44,12 +94,147 @@ 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'. + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + + + + + Employee + Data subjects that are employees + 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 + + + + + + Visitor + Data subjects that are temporary visitors + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + JobApplicant + Data subjects that apply for jobs or employments + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + 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 + + + + + + Immigrant + Data subjects that are immigrants (for a jurisdiction) + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + 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 + accepted + Harshvardhan J. Pandit + + + + + + Member + Data subjects that are members of a group, organisation, or other collectives + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + NonCitizen + Data subjects that are not citizens (for a jurisdiction) + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + Vulnerable Data Subject Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - This concept denote 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. + 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 @@ -57,19 +242,74 @@ 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'. - - 2019-04-05 - 2020-11-04 + + Participant + Data subjects that participate in some context such as volunteers in a function + 2022-04-06 accepted - Axel Polleres - Javier Fernández + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + User + Data subjects that use service(s) + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + Student + Data subjects that are students + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + Tourist + Data subjects that are tourists i.e. not citizens and not immigrants + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + 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 diff --git a/dpv-owl/modules/entities_datasubject.ttl b/dpv-owl/modules/entities_datasubject.ttl index c8fc3b212..a06306e6d 100644 --- a/dpv-owl/modules/entities_datasubject.ttl +++ b/dpv-owl/modules/entities_datasubject.ttl @@ -25,6 +25,202 @@ dpvo:Child a owl:Class ; rdfs:subClassOf dpvo:NatualPerson ; sw:term_status "accepted"@en . +dpvo:Citizen a owl:Class ; + rdfs:label "Citizen"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are citizens (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Client a owl:Class ; + rdfs:label "Client"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are clients or recipients of services"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Customer ; + sw:term_status "accepted"@en . + +dpvo:Consumer a owl:Class ; + rdfs:label "Consumer"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that consume goods or services for direct use"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Employee a owl:Class ; + rdfs:label "Employee"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are employees"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Immigrant a owl:Class ; + rdfs:label "Immigrant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are immigrants (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:JobApplicant a owl:Class ; + rdfs:label "JobApplicant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that apply for jobs or employments"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Applicant ; + sw:term_status "accepted"@en . + +dpvo:Member a owl:Class ; + rdfs:label "Member"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are members of a group, organisation, or other collectives"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:NonCitizen a owl:Class ; + rdfs:label "NonCitizen"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are not citizens (for a jurisdiction)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Participant a owl:Class ; + rdfs:label "Participant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that participate in some context such as volunteers in a function"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Patient a owl:Class ; + rdfs:label "Patient"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Student a owl:Class ; + rdfs:label "Student"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are students"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Subscriber a owl:Class ; + rdfs:label "Subscriber"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that subscribe to service(s)"@en ; + rdfs:comment "note: subscriber can be customer or consumer"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Tourist a owl:Class ; + rdfs:label "Tourist"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:User a owl:Class ; + rdfs:label "User"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that use service(s)"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Visitor a owl:Class ; + rdfs:label "Visitor"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are temporary visitors"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:VulnerableDataSubject a owl:Class ; rdfs:label "Vulnerable Data Subject"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -32,7 +228,7 @@ dpvo:VulnerableDataSubject a owl:Class ; "Harshvardhan Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; dct:description "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; - rdfs:comment "This concept denote 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."@en ; + rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:DataSubject ; sw:term_status "accepted"@en . @@ -54,6 +250,33 @@ dpvo:hasDataSubject a rdf:Property, rdfs:subPropertyOf dpvo:hasEntity ; sw:term_status "accepted"@en . +dpvo:Applicant a owl:Class ; + rdfs:label "Applicant"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that are applicants in some context"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + +dpvo:Customer a owl:Class ; + rdfs:label "Customer"@en ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Data subjects that purchase goods or services"@en ; + rdfs:comment "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:DataSubject ; + sw:term_status "accepted"@en . + dpvo:DataSubject a owl:Class ; rdfs:label "Data Subject"@en ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv-owl/modules/entities_legalrole.jsonld b/dpv-owl/modules/entities_legalrole.jsonld index 5ac1f3398..05616b65f 100644 --- a/dpv-owl/modules/entities_legalrole.jsonld +++ b/dpv-owl/modules/entities_legalrole.jsonld @@ -1,44 +1,44 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataController", + "@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": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "David Hickey" }, { - "@value": "Javier Fernández" + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" } ], "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": "An entity that 'exports' data where exporting is considered a form of data transfer" } ], "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#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": "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": [ @@ -49,7 +49,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Controller" + "@value": "Data Exporter" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -65,45 +65,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataImporter", + "@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": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Georg Krog" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Georg P. Krog" }, { - "@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": "Indiciates inclusion or applicability of a Data Controller 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": "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": [ @@ -114,12 +106,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Importer" + "@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#Recipient" + "@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": [ @@ -130,37 +127,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataImporter", + "@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": "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/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" } ], - "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://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": [ @@ -171,17 +176,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data importer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataImporter" + "@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#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -192,37 +192,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientDataController", + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer", "@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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "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 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#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": "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": [ @@ -233,51 +235,70 @@ "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": "Data Protection Officer" } ], - "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#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#ThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", "@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": "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": "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 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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/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": [ @@ -288,14 +309,19 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third Party" + "@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#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": [ { "@language": "en", @@ -304,7 +330,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasJointDataControllers", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientThirdParty", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -329,7 +355,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 Third Party as a Recipient of persona data" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -345,17 +371,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "has recipient third party" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers" + "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty" } ], "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": [ @@ -366,31 +392,48 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubProcessor", + "@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": "2020-11-25" + "@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": "A 'sub-processor' is a processor engaged by another processor" + "@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" } ], "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": "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": [ @@ -401,12 +444,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Sub-Processor" + "@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#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -417,14 +465,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer", + "@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": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -432,24 +480,19 @@ "@value": "Georg Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan Pandit" } ], "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": "A group of Data Controllers that jointly determine the purposes and means of processing" } ], - "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_37/oj" + "@language": "en", + "@value": "To indicate the membership, hasDataController may be used" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -460,23 +503,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "Joint Data Controllers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Representative" + "@id": "https://w3id.org/dpv/dpv-owl#DataController" } ], "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#hasRecipientThirdParty", + "@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" @@ -501,7 +544,7 @@ "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 inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -517,17 +560,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "has joint data controllers" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty" + "@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": [ @@ -538,17 +581,24 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataImporter", "@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-02-09" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -556,12 +606,12 @@ "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": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], - "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_8/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -572,12 +622,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processor" + "@value": "has data importer" } ], - "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#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": [ @@ -588,15 +643,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-owl#DataController", "@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": [ @@ -605,21 +659,12 @@ }, { "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], "http://purl.org/dc/terms/modified": [ @@ -630,12 +675,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], - "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 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": [ @@ -646,17 +692,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": "Data Controller" } ], - "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": [ @@ -667,7 +708,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataProcessor", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataExporter", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -692,7 +733,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 LegalEntity in the role of Data Exporter" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -708,17 +749,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data processor" + "@value": "has data exporter" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-owl#DataExporter" } ], "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": [ @@ -729,45 +770,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataExporter", + "@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": "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 ‘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://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_8/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -778,12 +804,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "Data Processor" } ], "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": [ @@ -794,7 +820,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataExporter", + "@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" @@ -819,7 +845,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -835,17 +861,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data exporter" + "@value": "has data processor" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataExporter" + "@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": [ @@ -856,49 +882,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", + "@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": "2019-04-04" + "@value": "2020-11-25" } ], "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": "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": [ @@ -909,17 +917,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 Sub-Processor" } ], - "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#DataProcessor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -930,48 +933,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient", + "@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": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernández" + "@value": "Rob Brennan" } ], "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://www.specialprivacy.eu/" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "Specifices an associated data protection officer" } ], - "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": [ @@ -982,17 +971,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Recipient" + "@value": "has data protection officer" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer" } ], - "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#hasRepresentative" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1003,7 +992,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataProtectionOfficer", + "@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" @@ -1011,21 +1000,36 @@ "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 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": [ @@ -1041,17 +1045,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data protection officer" + "@value": "has data controller" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer" + "@id": "https://w3id.org/dpv/dpv-owl#DataController" } ], "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": [ @@ -1062,34 +1066,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers", + "@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-02-02" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan Pandit" + "@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": "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/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1100,12 +1100,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@value": "Third Party" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataController" + "@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/entities_legalrole.n3 b/dpv-owl/modules/entities_legalrole.n3 index d191c3e97..a897a6849 100644 --- a/dpv-owl/modules/entities_legalrole.n3 +++ b/dpv-owl/modules/entities_legalrole.n3 @@ -3,7 +3,7 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -223,7 +223,7 @@ dpvo:Recipient a owl:Class ; dct:description "Entities that receive personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyRecipient ; @@ -241,7 +241,7 @@ dpvo:hasRecipient a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates Recipient of Personal Data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Recipient ; diff --git a/dpv-owl/modules/entities_legalrole.rdf b/dpv-owl/modules/entities_legalrole.rdf index 9e777ec5b..26720228b 100644 --- a/dpv-owl/modules/entities_legalrole.rdf +++ b/dpv-owl/modules/entities_legalrole.rdf @@ -5,27 +5,28 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - - has recipient data controller - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data - 2022-02-09 + + + + 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 - Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit + Axel Polleres + 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 + + 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,17 +36,19 @@ Harshvardhan Pandit - - - - 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. - - 2020-11-04 - 2021-12-08 - modified - Georg Krog + + + + + + + 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 @@ -71,7 +74,7 @@ has recipient Indicates Recipient of Personal Data - + 2019-04-04 2020-11-04 accepted @@ -82,61 +85,54 @@ Bud Bruegger - + - - has data controller - Indicates association with Data Controller - 2019-04-04 - 2020-11-04 + + has recipient data controller + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + 2022-02-09 accepted - Axel Polleres - Javier Fernández + Paul Ryan + Georg P. Krog Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - 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 + + 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 - 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 + + 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. + + 2020-11-04 + 2021-12-08 + modified + Georg Krog + Paul Ryan - + - - - has data importer - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + + + has joint data controllers + Indicates inclusion or applicability of a Joint Data Controller 2022-02-09 accepted Paul Ryan @@ -155,14 +151,18 @@ 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 + + + + + + + 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 @@ -180,31 +180,62 @@ Rob Brennan - + - - 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 + + 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 + + + + + + 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 joint data controllers - Indicates inclusion or applicability of a Joint Data Controller - 2022-02-09 + + + has data controller + Indicates association with Data Controller + 2019-04-04 + 2020-11-04 accepted - Paul Ryan - Georg P. Krog + 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. + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández @@ -222,43 +253,12 @@ Harshvardhan J. 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 - - - - - - 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 - 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. - + 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 diff --git a/dpv-owl/modules/entities_legalrole.ttl b/dpv-owl/modules/entities_legalrole.ttl index d191c3e97..a897a6849 100644 --- a/dpv-owl/modules/entities_legalrole.ttl +++ b/dpv-owl/modules/entities_legalrole.ttl @@ -3,7 +3,7 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -223,7 +223,7 @@ dpvo:Recipient a owl:Class ; dct:description "Entities that receive personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:comment "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."@en ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyRecipient ; @@ -241,7 +241,7 @@ dpvo:hasRecipient a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates Recipient of Personal Data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Recipient ; diff --git a/dpv-owl/modules/entities_organisation.jsonld b/dpv-owl/modules/entities_organisation.jsonld index 312fa1b16..d36160f79 100644 --- a/dpv-owl/modules/entities_organisation.jsonld +++ b/dpv-owl/modules/entities_organisation.jsonld @@ -1,32 +1,29 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#InternationalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#AcademicScientificOrganisation", "@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": "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": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -37,7 +34,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "International Organisation" + "@value": "AcademicScientificOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -53,28 +50,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalUnit", + "@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": "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": "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": [ @@ -85,7 +79,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "Organisation" + } + ], + "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": [ @@ -96,7 +95,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" ], @@ -114,7 +113,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": [ @@ -125,12 +124,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": [ @@ -141,7 +140,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ForProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -159,7 +158,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@value": "An organisation managed or part of government" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -170,7 +169,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "GovernmentalOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -186,30 +185,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IndustryConsortium", + "@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": "A consortium established and comprising on industry organisations" - } - ], - "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": [ @@ -220,12 +217,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "IndustryConsortium" + "@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": [ @@ -236,7 +233,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#NonProfitOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -254,7 +251,7 @@ "http://purl.org/dc/terms/description": [ { "@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://purl.org/dc/terms/source": [ @@ -270,7 +267,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@value": "NonProfitOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -286,7 +283,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#NonGovernmentalOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -304,7 +301,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@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": [ @@ -315,7 +317,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "NonGovernmentalOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -331,30 +333,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AcademicScientificOrganisation", + "@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": "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/description": [ { "@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://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": [ @@ -365,7 +370,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "International Organisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -381,7 +386,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#IndustryConsortium", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -399,7 +404,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation that does not aim to achieve profit as its primary goal" + "@value": "A consortium established and comprising on industry organisations" } ], "http://purl.org/dc/terms/source": [ @@ -415,7 +420,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonProfitOrganisation" + "@value": "IndustryConsortium" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/dpv-owl/modules/entities_organisation.n3 b/dpv-owl/modules/entities_organisation.n3 index 8669f812d..c63f4dcf6 100644 --- a/dpv-owl/modules/entities_organisation.n3 +++ b/dpv-owl/modules/entities_organisation.n3 @@ -81,6 +81,7 @@ dpvo:OrganisationalUnit a owl:Class ; "Paul Ryan"^^xsd:string ; dct:description "Entity within an organisation that does not constitute as a separate legal entity"@en ; rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Entity ; sw:term_status "accepted"@en . dpvo:Organisation a owl:Class ; diff --git a/dpv-owl/modules/entities_organisation.rdf b/dpv-owl/modules/entities_organisation.rdf index 7ffb94539..241ed9aa1 100644 --- a/dpv-owl/modules/entities_organisation.rdf +++ b/dpv-owl/modules/entities_organisation.rdf @@ -5,44 +5,43 @@ 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 - + ForProfitOrganisation + An organisation that aims to achieve profit as its primary goal 2022-02-02 accepted Harshvardhan J. Pandit - + - Organisational Unit - Entity within an organisation that does not constitute as a separate legal entity - 2022-03-23 + + GovernmentalOrganisation + An organisation managed or part of government + 2022-02-02 accepted Harshvardhan J. Pandit - Paul Ryan - + - - 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 - + + Organisational Unit + Entity within an organisation that does not constitute as a separate legal entity 2022-03-23 accepted - Julian Flake - Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan - + - GovernmentalOrganisation - An organisation managed or part of government + NonProfitOrganisation + An organisation that does not aim to achieve profit as its primary goal + 2022-02-02 accepted Harshvardhan J. Pandit @@ -59,32 +58,34 @@ Harshvardhan J. Pandit - + - - NonProfitOrganisation - An organisation that does not aim to achieve profit as its primary goal - + + Organisation + A general term reflecting a company or a business or a group acting as a unit 2022-02-02 accepted Harshvardhan J. Pandit - + - ForProfitOrganisation - An organisation that aims to achieve profit as its primary goal - 2022-02-02 + 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 + Julian Flake + Georg P. Krog - + - - Organisation - A general term reflecting a company or a business or a group acting as a unit + + AcademicScientificOrganisation + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + 2022-02-02 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/modules/entities_organisation.ttl b/dpv-owl/modules/entities_organisation.ttl index 8669f812d..c63f4dcf6 100644 --- a/dpv-owl/modules/entities_organisation.ttl +++ b/dpv-owl/modules/entities_organisation.ttl @@ -81,6 +81,7 @@ dpvo:OrganisationalUnit a owl:Class ; "Paul Ryan"^^xsd:string ; dct:description "Entity within an organisation that does not constitute as a separate legal entity"@en ; rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Entity ; sw:term_status "accepted"@en . dpvo:Organisation a owl:Class ; diff --git a/dpv-owl/modules/jurisdiction.jsonld b/dpv-owl/modules/jurisdiction.jsonld index d371fba1a..a8e830b17 100644 --- a/dpv-owl/modules/jurisdiction.jsonld +++ b/dpv-owl/modules/jurisdiction.jsonld @@ -1,13 +1,14 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry", + "@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-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -18,7 +19,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@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": [ @@ -29,12 +35,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third Country" + "@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#Country" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -45,34 +51,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasCountry", + "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry", "@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-09" } ], "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": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -83,19 +80,14 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has country" + "@value": "Third Country" } ], - "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#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": [ { "@language": "en", @@ -104,7 +96,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Location", + "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -117,21 +109,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 location is a position, site, or area where something is located" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@value": "A political union of two or more countries with an establishment of common authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -142,7 +125,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Location" + "@value": "SupraNationalUnion" + } + ], + "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": [ @@ -153,7 +141,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasApplicableLaw", + "@id": "https://w3id.org/dpv/dpv-owl#hasThirdCountry", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -161,18 +149,21 @@ "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": "Indicates applicability of a Law" + "@value": "Indicates applicability or relevance of a 'third country'" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -188,12 +179,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has applicable law" + "@value": "has third 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#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": [ @@ -204,7 +200,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Region", + "@id": "https://w3id.org/dpv/dpv-owl#Country", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -217,12 +213,21 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A region is an area or site that is considered a location" + "@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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -233,7 +238,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Region" + "@value": "Country" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -249,45 +254,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLocation", + "@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": "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://www.specialprivacy.eu/" - } - ], - "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": [ @@ -298,10 +283,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has location" + "@value": "EconomicUnion" } ], - "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#Location" } @@ -314,25 +299,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EconomicUnion", + "@id": "https://w3id.org/dpv/dpv-owl#hasLocation", "@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-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": "A political union of two or more countries based on economic or trade agreements" + "@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": [ @@ -343,10 +348,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EconomicUnion" + "@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#Location" } @@ -359,7 +364,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "@id": "https://w3id.org/dpv/dpv-owl#Region", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -377,7 +382,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": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -388,7 +393,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "Region" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -404,7 +409,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasJurisdiction", + "@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" @@ -418,12 +423,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 specified jurisdiction" + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -439,12 +447,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has jurisdiction" + "@value": "has country" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@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": [ @@ -495,7 +508,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Country", + "@id": "https://w3id.org/dpv/dpv-owl#Location", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -516,13 +529,13 @@ "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" + "@value": "A location is a position, site, or area where something is located" } ], "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": "Location may be geographic, physical, or virtual." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -533,12 +546,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": "Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -549,7 +557,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasThirdCountry", + "@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" @@ -557,21 +565,18 @@ "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -587,17 +592,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has third country" + "@value": "has applicable law" } ], "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" + "@id": "https://w3id.org/dpv/dpv-owl#Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/jurisdiction.n3 b/dpv-owl/modules/jurisdiction.n3 index 0f871a41d..d08d0c2e5 100644 --- a/dpv-owl/modules/jurisdiction.n3 +++ b/dpv-owl/modules/jurisdiction.n3 @@ -107,7 +107,7 @@ dpvo:hasLocation a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about location"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Location ; diff --git a/dpv-owl/modules/jurisdiction.rdf b/dpv-owl/modules/jurisdiction.rdf index d78daee20..420f1e359 100644 --- a/dpv-owl/modules/jurisdiction.rdf +++ b/dpv-owl/modules/jurisdiction.rdf @@ -5,6 +5,17 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + 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 + + @@ -17,53 +28,50 @@ Harshvardhan J. Pandit - + - - has applicable law - Indicates applicability of a Law - 2022-01-19 + + + has third country + Indicates applicability or relevance of a 'third country' + 2022-02-09 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. - 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 - + - - - has country - Indicates applicability of specified country + + has applicable law + Indicates applicability of a Law 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog - + - Location - A location is a position, site, or area where something is located - Location may be geographic, physical, or virtual. + + Region + A region is an area or site that is considered a location 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog @@ -76,73 +84,65 @@ Harshvardhan J. Pandit - + - - - has third country - Indicates applicability or relevance of a 'third country' - 2022-02-09 + + + 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 - - - + - Law - A law is a set of rules created by government or authorities + + 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 - + - Region - A region is an area or site that is considered a location + EconomicUnion + A political union of two or more countries based on economic or trade agreements 2022-01-19 accepted Harshvardhan J. Pandit - + - - Third Country - Represents a country outside applicable or compatible jurisdiction as outlined in law - 2022-02-09 + Law + A law is a set of rules created by government or authorities + 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 + + + + + + has location + Indicates information about location + + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar diff --git a/dpv-owl/modules/jurisdiction.ttl b/dpv-owl/modules/jurisdiction.ttl index 0f871a41d..d08d0c2e5 100644 --- a/dpv-owl/modules/jurisdiction.ttl +++ b/dpv-owl/modules/jurisdiction.ttl @@ -107,7 +107,7 @@ dpvo:hasLocation a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about location"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Location ; diff --git a/dpv-owl/modules/legal_basis.jsonld b/dpv-owl/modules/legal_basis.jsonld index 0570ca1fd..44f335862 100644 --- a/dpv-owl/modules/legal_basis.jsonld +++ b/dpv-owl/modules/legal_basis.jsonld @@ -1,30 +1,24 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfController", + "@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-05-19" + "@value": "2021-04-07" } ], "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" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -35,12 +29,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest of Controller" + "@value": "Contract" } ], "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" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -51,25 +48,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest", + "@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": "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://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 to enter into contract" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -80,12 +83,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Enter Into 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#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -96,25 +99,31 @@ ] }, { - "@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-04-07" + "@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": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -125,15 +134,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Contract" + "@value": "Legitimate Interest of Controller" } ], "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" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -144,31 +150,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnterIntoContract", + "@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": "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://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 data subject or other natural person" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -179,12 +179,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Vital Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@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": [ @@ -195,14 +195,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson", + "@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-04-21" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ @@ -219,7 +219,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a natural person" + "@value": "Legitimate Interests of a Third Party in conducting specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -230,12 +230,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@value": "Legitimate Interest of Third Party" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -297,25 +297,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest", + "@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-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 Party as justification for specified processing" + "@value": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -326,12 +332,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Vital Interest of Natural Person" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -342,28 +348,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis", + "@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-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": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -374,7 +377,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Legal Basis" + "@value": "Legal Obligation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -390,25 +393,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consent", + "@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-07" + "@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": "Consent of the Data Subject for specified processing" + "@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": [ @@ -419,7 +428,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consent" + "@value": "Official Authority of Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -435,47 +444,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": [ @@ -486,7 +499,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest", + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -504,7 +517,7 @@ "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": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -515,7 +528,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "Public Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -531,7 +544,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -542,20 +555,14 @@ } ], "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": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -566,12 +573,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Legitimate 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": [ @@ -582,25 +589,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation", + "@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": "Legal Obligation to conduct the 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": [ @@ -611,7 +621,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "Data Transfer Legal Basis" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -627,14 +637,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#hasLegalBasis", "@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": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ @@ -648,7 +659,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://purl.org/dc/terms/modified": [ @@ -657,10 +668,9 @@ "@value": "2020-11-04" } ], - "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": [ @@ -671,7 +681,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "has legal basis" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -682,31 +697,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#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": "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -717,12 +726,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "Consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -733,40 +742,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfDataSubject", "@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-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "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" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Processing is necessary or required to protect vital interests of a data subject" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -777,12 +777,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has legal basis" + "@value": "Vital Interest of Data Subject" } ], - "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#VitalInterestOfNaturalPerson" } ], "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 f4a501194..1a11c5e92 100644 --- a/dpv-owl/modules/legal_basis.rdf +++ b/dpv-owl/modules/legal_basis.rdf @@ -5,77 +5,84 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Vital Interest of Data Subject - Processing is necessary or required to protect vital interests of a data subject + + Public Interest + Processing is necessary or beneficial for interest of the public or society at large 2021-04-21 accepted - Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - - Enter Into Contract - Processing necessary to enter into contract - 2021-04-07 + + Vital Interest + Processing is necessary or required to protect vital interests of a data subject or other natural person + 2021-04-21 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 of Controller + Legitimate Interests of a Data Controller in conducting specified processing + 2021-05-19 accepted - David Hickey - Georg P Krogg + 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 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 - + - - Legitimate Interest of Controller - Legitimate Interests of a Data Controller in conducting specified processing - 2021-05-19 + + 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 - + - - 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 + + + + Consent + Consent of the Data Subject for specified processing + 2021-04-07 + accepted + Harshvardhan J. Pandit + + @@ -90,23 +97,24 @@ Javier Fernández - + - - Vital Interest of Natural Person - Processing is necessary or required to protect vital interests of a natural person - 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 - + - Consent - Consent of the Data Subject for specified processing + + Contract + Creation, completion, fulfilment, or performance of a contract involving specified processing 2021-04-07 accepted Harshvardhan J. Pandit @@ -124,24 +132,28 @@ Javier Fernández - + - - Legitimate Interest - Legitimate Interests of a Party as justification for specified processing - 2021-05-19 + + 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 - Processing is necessary or required to protect vital interests of a data subject or other natural person - 2021-04-21 + + Enter Into Contract + Processing necessary to enter into contract + 2021-04-07 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan @@ -154,37 +166,25 @@ Harshvardhan J. Pandit - + - Public Interest - Processing is necessary or beneficial for interest of the public or society at large - 2021-04-21 + 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 - + - - Contract - Creation, completion, fulfilment, or performance of a contract involving specified processing - 2021-04-07 - accepted - Harshvardhan J. Pandit - - - - - - Contract Performance - Fulfilment or performance of a contract involving specified processing - 2021-04-07 + Legitimate Interest + Legitimate Interests of a Party as justification for 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 fdbcbdcbb..a685cce14 100644 --- a/dpv-owl/modules/personal_data.jsonld +++ b/dpv-owl/modules/personal_data.jsonld @@ -1,8 +1,9 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData", + "@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": [ { @@ -18,13 +19,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "Indicates association with Personal Data" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@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." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -35,12 +35,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Personal Data" + "@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#Data" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -51,14 +51,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InferredPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#CollectedPersonalData", "@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": [ @@ -69,13 +69,13 @@ "http://purl.org/dc/terms/description": [ { "@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/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": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -86,15 +86,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Inferred Personal Data" + "@value": "Collected 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": [ @@ -105,31 +102,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData", + "@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-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": "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": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" + "@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": [ @@ -140,23 +151,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Generated 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#AnonymisedData", + "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -168,19 +179,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 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": "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/2000/01/rdf-schema#isDefinedBy": [ @@ -191,12 +202,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymised Data" + "@value": "Sensitive 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#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -247,10 +258,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData", "@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": [ { @@ -266,12 +276,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "Data that is not Personal 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": "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": [ @@ -282,12 +293,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data" + "@value": "Non-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" + "@id": "https://w3id.org/dpv/dpv-owl#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -298,42 +309,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", + "@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": "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": "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": "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": "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": [ @@ -344,17 +344,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": "http://www.specialprivacy.eu/langs/usage-policy#AnyData" + "@value": "Generated Personal 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#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -365,31 +360,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData", + "@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": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" } ], "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": "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": "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": "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": [ @@ -400,12 +406,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sensitive 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#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -416,31 +427,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CollectedPersonalData", + "@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 has been collected from another source such as the Data Subject" + "@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": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + "@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": [ @@ -451,7 +476,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Collected 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": [ @@ -467,45 +497,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#InferredPersonalData", "@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": "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" + "@value": "Personal Data that is obtained through inference from other data" } ], "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": "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": [ @@ -516,61 +532,44 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Special Category Personal Data" + "@value": "Inferred Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData" + "@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": [ { "@language": "en", - "@value": "modified" + "@value": "accepted" } ] }, { - "@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": [ @@ -581,12 +580,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": "http://www.specialprivacy.eu/vocabs/data#Derived" + "@value": "Pseudo-anonymised Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -602,7 +596,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymisedData", + "@id": "https://w3id.org/dpv/dpv-owl#AnonymisedData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -614,13 +608,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "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 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": [ @@ -631,12 +631,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-anonymised Data" + "@value": "Anonymised 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#NonPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/personal_data.n3 b/dpv-owl/modules/personal_data.n3 index 6a3122a8d..7f9682374 100644 --- a/dpv-owl/modules/personal_data.n3 +++ b/dpv-owl/modules/personal_data.n3 @@ -3,8 +3,8 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . -@prefix svd: . +@prefix spl: . +@prefix svd: . @prefix sw: . @prefix xsd: . diff --git a/dpv-owl/modules/personal_data.rdf b/dpv-owl/modules/personal_data.rdf index 77f22156c..ec7236837 100644 --- a/dpv-owl/modules/personal_data.rdf +++ b/dpv-owl/modules/personal_data.rdf @@ -5,19 +5,37 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - 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 + 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 - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit + + + + + + Non-Personal Data + 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. + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + 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 @@ -32,14 +50,18 @@ 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 - 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 @@ -47,7 +69,7 @@ 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 @@ -56,35 +78,25 @@ Harshvardhan Pandit - - - - Non-Personal Data - 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. - 2022-01-19 - 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 + + 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 accepted - Harshvardhan J. Pandit + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - 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. + Data + A broad concept representing 'data' or 'information' 2022-01-19 accepted Harshvardhan J. Pandit @@ -101,47 +113,35 @@ Piero Bonatti - + - 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 + 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 - - - - 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 - - - + - Data - A broad concept representing 'data' or 'information' + + + 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 + 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/personal_data.ttl b/dpv-owl/modules/personal_data.ttl index 6a3122a8d..7f9682374 100644 --- a/dpv-owl/modules/personal_data.ttl +++ b/dpv-owl/modules/personal_data.ttl @@ -3,8 +3,8 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . -@prefix svd: . +@prefix spl: . +@prefix svd: . @prefix sw: . @prefix xsd: . diff --git a/dpv-owl/modules/processing.jsonld b/dpv-owl/modules/processing.jsonld index bfce95497..080a3aa42 100644 --- a/dpv-owl/modules/processing.jsonld +++ b/dpv-owl/modules/processing.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transfer", + "@id": "https://w3id.org/dpv/dpv-owl#Derive", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -13,12 +13,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "to create new derivative data from the original data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -29,17 +29,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transfer" + "@value": "Derive" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Transfer" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" } ], "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": [ @@ -92,7 +92,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -124,7 +124,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Disseminate", + "@id": "https://w3id.org/dpv/dpv-owl#Combine", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -137,12 +137,15 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "to join or merge 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": [ @@ -153,12 +156,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Combine" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" } ], "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": [ @@ -169,7 +177,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymise", + "@id": "https://w3id.org/dpv/dpv-owl#Analyse", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -182,12 +190,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@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": [ @@ -198,12 +206,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@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#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -214,7 +227,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" ], @@ -227,12 +240,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": [ @@ -243,12 +256,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": [ @@ -259,7 +277,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Alter", + "@id": "https://w3id.org/dpv/dpv-owl#Use", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -272,7 +290,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to change the data without changing it into something else" + "@value": "to use data" } ], "http://purl.org/dc/terms/source": [ @@ -288,12 +306,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Alter" + "@value": "Use" } ], "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": [ @@ -304,7 +322,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MakeAvailable", + "@id": "https://w3id.org/dpv/dpv-owl#Adapt", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -317,7 +335,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "to modify the data, often rewritten into a new form for a new use" } ], "http://purl.org/dc/terms/source": [ @@ -333,12 +351,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Make Available" + "@value": "Adapt" } ], "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": [ @@ -349,7 +367,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Collect", + "@id": "https://w3id.org/dpv/dpv-owl#Erase", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -362,15 +380,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "to delete data" } ], "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://www.specialprivacy.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -381,17 +396,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Collect" + "@value": "Erase" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Remove" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -402,7 +412,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Adapt", + "@id": "https://w3id.org/dpv/dpv-owl#Share", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -415,7 +425,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 give data (or a portion of it) to others" } ], "http://purl.org/dc/terms/source": [ @@ -431,12 +441,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Adapt" + "@value": "Share" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -447,7 +457,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DiscloseByTransmission", + "@id": "https://w3id.org/dpv/dpv-owl#Transfer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -460,12 +470,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "to move data from one place to another" } ], "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": [ @@ -476,12 +486,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "Transfer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -492,7 +507,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain", + "@id": "https://w3id.org/dpv/dpv-owl#Transmit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -505,7 +520,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to solicit or gather data from someone" + "@value": "to send out data" } ], "http://purl.org/dc/terms/source": [ @@ -521,12 +536,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Obtain" + "@value": "Transmit" } ], "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": [ @@ -537,7 +552,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Derive", + "@id": "https://w3id.org/dpv/dpv-owl#Disclose", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -550,12 +565,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to create new derivative data from the original data" + "@value": "to make data known" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -566,17 +581,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Derive" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Derive" + "@value": "Disclose" } ], "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": [ @@ -587,7 +597,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" ], @@ -600,7 +610,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": [ @@ -616,12 +626,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": [ @@ -632,7 +642,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Align", + "@id": "https://w3id.org/dpv/dpv-owl#Restrict", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -645,7 +655,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@value": "to apply a restriction on the processsing of specific records" } ], "http://purl.org/dc/terms/source": [ @@ -661,7 +671,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Align" + "@value": "Restrict" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -677,7 +687,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consult", + "@id": "https://w3id.org/dpv/dpv-owl#Record", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -690,15 +700,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "to make a record (especially media)" } ], "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://www.specialprivacy.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -709,17 +716,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consult" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Query" + "@value": "Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -730,7 +732,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Record", + "@id": "https://w3id.org/dpv/dpv-owl#DiscloseByTransmission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -743,7 +745,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "to disclose data by means of transmission" } ], "http://purl.org/dc/terms/source": [ @@ -759,12 +761,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Record" + "@value": "Disclose by Transmission" } ], "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": [ @@ -775,7 +777,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Organise", + "@id": "https://w3id.org/dpv/dpv-owl#Acquire", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -788,7 +790,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "to come into possession or control of the data" } ], "http://purl.org/dc/terms/source": [ @@ -804,12 +806,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organise" + "@value": "Acquire" } ], "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": [ @@ -820,7 +822,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Destruct", + "@id": "https://w3id.org/dpv/dpv-owl#MakeAvailable", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -833,7 +835,7 @@ "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 transform or publish data to be used" } ], "http://purl.org/dc/terms/source": [ @@ -849,12 +851,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Destruct" + "@value": "Make Available" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Remove" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -865,7 +867,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Copy", + "@id": "https://w3id.org/dpv/dpv-owl#Obtain", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -878,12 +880,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "to solicit or gather data from someone" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -894,12 +896,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Copy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Copy" + "@value": "Obtain" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -915,7 +912,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transmit", + "@id": "https://w3id.org/dpv/dpv-owl#Retrieve", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -928,7 +925,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to send out data" + "@value": "to retrieve data, often in an automated manner" } ], "http://purl.org/dc/terms/source": [ @@ -944,12 +941,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transmit" + "@value": "Retrieve" } ], "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": [ @@ -960,7 +957,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Move", + "@id": "https://w3id.org/dpv/dpv-owl#Copy", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -973,12 +970,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 produce an exact reprodution of the data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -989,17 +986,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Move" + "@value": "Copy" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Move" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transfer" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1010,7 +1007,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transform", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymise", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1023,7 +1020,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://purl.org/dc/terms/source": [ @@ -1039,12 +1036,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transform" + "@value": "Pseudo-Anonymise" } ], "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": [ @@ -1055,7 +1052,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymise", + "@id": "https://w3id.org/dpv/dpv-owl#Consult", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1068,12 +1065,15 @@ "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 consult or query data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@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": [ @@ -1084,17 +1084,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymise" + "@value": "Consult" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Anonymize" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" } ], "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": [ @@ -1105,7 +1105,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Use", + "@id": "https://w3id.org/dpv/dpv-owl#Move", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1118,12 +1118,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to use data" + "@value": "to move data from one location to another including deleting the original copy" } ], "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,12 +1134,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Use" + "@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#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Transfer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1150,7 +1155,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" ], @@ -1163,7 +1168,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": [ @@ -1179,12 +1184,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": [ @@ -1195,39 +1200,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Processing", + "@id": "https://w3id.org/dpv/dpv-owl#Profiling", "@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 create a profile that describes or represents a person" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -1238,12 +1229,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing" + "@value": "Profiling" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1254,25 +1245,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Analyse", + "@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-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 study or examine the data in detail" + "@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://www.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1283,17 +1288,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Analyse" + "@value": "Processing" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Analyse" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1304,7 +1304,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Share", + "@id": "https://w3id.org/dpv/dpv-owl#Disseminate", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1317,7 +1317,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "to spread data throughout" } ], "http://purl.org/dc/terms/source": [ @@ -1333,7 +1333,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Share" + "@value": "Disseminate" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1394,7 +1394,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Combine", + "@id": "https://w3id.org/dpv/dpv-owl#Collect", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1407,7 +1407,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "to gather data from someone" } ], "http://purl.org/dc/terms/source": [ @@ -1415,7 +1415,7 @@ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" }, { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1426,17 +1426,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Combine" + "@value": "Collect" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Aggregate" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ], "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": [ @@ -1447,7 +1447,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Store", + "@id": "https://w3id.org/dpv/dpv-owl#Transform", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1460,7 +1460,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "to change the form or nature of data" } ], "http://purl.org/dc/terms/source": [ @@ -1476,7 +1476,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Store" + "@value": "Transform" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1492,7 +1492,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Retrieve", + "@id": "https://w3id.org/dpv/dpv-owl#Remove", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1505,7 +1505,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "to destruct or erase data" } ], "http://purl.org/dc/terms/source": [ @@ -1521,12 +1521,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Remove" } ], "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": [ @@ -1537,7 +1537,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Acquire", + "@id": "https://w3id.org/dpv/dpv-owl#Store", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1550,7 +1550,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "to keep data for future use" } ], "http://purl.org/dc/terms/source": [ @@ -1566,12 +1566,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Acquire" + "@value": "Store" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1582,7 +1582,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Erase", + "@id": "https://w3id.org/dpv/dpv-owl#Destruct", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1595,7 +1595,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to delete data" + "@value": "to process data in a way it no longer exists or cannot be repaired" } ], "http://purl.org/dc/terms/source": [ @@ -1611,7 +1611,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Erase" + "@value": "Destruct" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1627,7 +1627,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Profiling", + "@id": "https://w3id.org/dpv/dpv-owl#Align", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1640,7 +1640,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "to adjust the data to be in relation to another data" } ], "http://purl.org/dc/terms/source": [ @@ -1656,12 +1656,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Profiling" + "@value": "Align" } ], "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": [ diff --git a/dpv-owl/modules/processing.n3 b/dpv-owl/modules/processing.n3 index bf9ef4bf4..14a2617ab 100644 --- a/dpv-owl/modules/processing.n3 +++ b/dpv-owl/modules/processing.n3 @@ -3,8 +3,8 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . -@prefix svpr: . +@prefix spl: . +@prefix svpr: . @prefix sw: . @prefix xsd: . @@ -48,7 +48,7 @@ dpvo:Analyse a owl:Class ; rdfs:label "Analyse"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to study or examine the data in detail"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Analyse ; rdfs:subClassOf dpvo:Use ; @@ -58,7 +58,7 @@ dpvo:Anonymise a owl:Class ; rdfs:label "Anonymise"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "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"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Anonymize ; rdfs:subClassOf dpvo:Transform ; @@ -69,7 +69,7 @@ dpvo:Collect a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to gather data from someone"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Collect ; rdfs:subClassOf dpvo:Obtain ; @@ -80,7 +80,7 @@ dpvo:Combine a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to join or merge data"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Aggregate ; rdfs:subClassOf dpvo:Transform ; @@ -91,7 +91,7 @@ dpvo:Consult a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to consult or query data"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Query ; rdfs:subClassOf dpvo:Use ; @@ -101,7 +101,7 @@ dpvo:Copy a owl:Class ; rdfs:label "Copy"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to produce an exact reprodution of the data"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Copy ; rdfs:subClassOf dpvo:Processing ; @@ -111,7 +111,7 @@ 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 ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Derive ; rdfs:subClassOf dpvo:Transform ; @@ -166,7 +166,7 @@ dpvo:Move a owl:Class ; rdfs:label "Move"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to move data from one location to another including deleting the original copy"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Move ; rdfs:subClassOf dpvo:Transfer ; @@ -264,7 +264,7 @@ dpvo:hasProcessing a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Processing"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Processing ; @@ -283,7 +283,7 @@ dpvo:Transfer a owl:Class ; rdfs:label "Transfer"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to move data from one place to another"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Transfer ; rdfs:subClassOf dpvo:Processing ; @@ -341,7 +341,7 @@ dpvo:Processing a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The processing performed on personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyProcessing ; sw:term_status "accepted"@en . diff --git a/dpv-owl/modules/processing.rdf b/dpv-owl/modules/processing.rdf index 092768d00..af8797d9c 100644 --- a/dpv-owl/modules/processing.rdf +++ b/dpv-owl/modules/processing.rdf @@ -5,117 +5,108 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Consult - to consult or query data - - - + + Transfer + to move data from one place to another + + 2019-05-07 accepted - + - - Transform - to change the form or nature of data + + Restrict + to apply a restriction on the processsing of specific records 2019-05-07 accepted - + - - Disseminate - to spread data throughout + + Collect + to gather data from someone + + 2019-05-07 accepted - + - - Remove - to destruct or erase 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 - + - - Derive - to create new derivative data from the original data - - + + Acquire + to come into possession or control of the data + 2019-05-07 accepted - - - - - - has processing - Indicates association with Processing - - 2019-04-04 - 2020-11-04 + + + + Make Available + to transform or publish data to be used + + 2019-05-07 accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - Retrieve - to retrieve data, often in an automated manner + + Erase + to delete data 2019-05-07 accepted - + - - Combine - to join or merge data - + + Consult + to consult or query data + - + 2019-05-07 accepted - + - - Move - to move data from one location to another including deleting the original copy - - + + Organise + to organize data for arranging or classifying + 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 - - + + Transform + to change the form or nature of data + 2019-05-07 accepted @@ -130,117 +121,95 @@ accepted - + - - Erase - to delete data + + Pseudo-Anonymise + to replace personal identifiable information by artificial identifiers 2019-05-07 accepted - + - - Restrict - to apply a restriction on the processsing of specific records - + + Move + to move data from one location to another including deleting the original copy + + 2019-05-07 accepted - + - Share - to give data (or a portion of it) to others + Disclose by Transmission + to disclose data by means of transmission 2019-05-07 accepted - + - - Acquire - to come into possession or control of the data + + Alter + to change the data without changing it into something else 2019-05-07 accepted - + - - Collect - to gather data from someone - + + Use + to use data - 2019-05-07 accepted - + - - Organise - to organize data for arranging or classifying + + Align + to adjust the data to be in relation to another data 2019-05-07 accepted - - - Processing - The processing performed on personal data - - - 2019-04-05 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - - - + - - Destruct - to process data in a way it no longer exists or cannot be repaired + + Share + to give data (or a portion of it) to others 2019-05-07 accepted - + - Adapt - to modify the data, often rewritten into a new form for a new use - + Derive + to create new derivative data from the original data + + 2019-05-07 accepted - + - Use - to use data - - 2019-05-07 - accepted - - - - - - Disclose by Transmission - to disclose data by means of transmission - + Copy + to produce an exact reprodution of the data + + 2019-05-07 accepted @@ -255,32 +224,34 @@ accepted - + - - Transfer - to move data from one place to another - - + + Record + to make a record (especially media) + 2019-05-07 accepted - + - - Profiling - to create a profile that describes or represents a person - - 2019-05-07 + Processing + The processing performed on personal data + + + 2019-04-05 + 2020-11-04 accepted + Axel Polleres + Javier Fernández - + - - Align - to adjust the data to be in relation to another data + + Remove + to destruct or erase data 2019-05-07 accepted @@ -291,67 +262,67 @@ Analyse to study or examine the data in detail - - + + 2019-05-07 accepted - + - - Obtain - to solicit or gather data from someone + + Disseminate + to spread data throughout 2019-05-07 accepted - + - - Record - to make a record (especially media) + + Retrieve + to retrieve data, often in an automated manner 2019-05-07 accepted - + - - Transmit - to send out data + + Adapt + to modify the data, often rewritten into a new form for a new use 2019-05-07 accepted - + - - Pseudo-Anonymise - to replace personal identifiable information by artificial identifiers + + Destruct + to process data in a way it no longer exists or cannot be repaired 2019-05-07 accepted - + - - Alter - to change the data without changing it into something else + + Transmit + to send out data 2019-05-07 accepted - + - - Make Available - to transform or publish data to be used + + Obtain + to solicit or gather data from someone 2019-05-07 accepted @@ -367,13 +338,42 @@ accepted - + - - Copy - to produce an exact reprodution of the data - - + + Profiling + to create a profile that describes or represents a person + + 2019-05-07 + accepted + + + + + + + + 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 + + + + + + Combine + to join or merge data + + + 2019-05-07 accepted diff --git a/dpv-owl/modules/processing.ttl b/dpv-owl/modules/processing.ttl index bf9ef4bf4..14a2617ab 100644 --- a/dpv-owl/modules/processing.ttl +++ b/dpv-owl/modules/processing.ttl @@ -3,8 +3,8 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . -@prefix svpr: . +@prefix spl: . +@prefix svpr: . @prefix sw: . @prefix xsd: . @@ -48,7 +48,7 @@ dpvo:Analyse a owl:Class ; rdfs:label "Analyse"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to study or examine the data in detail"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Analyse ; rdfs:subClassOf dpvo:Use ; @@ -58,7 +58,7 @@ dpvo:Anonymise a owl:Class ; rdfs:label "Anonymise"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "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"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Anonymize ; rdfs:subClassOf dpvo:Transform ; @@ -69,7 +69,7 @@ dpvo:Collect a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to gather data from someone"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Collect ; rdfs:subClassOf dpvo:Obtain ; @@ -80,7 +80,7 @@ dpvo:Combine a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to join or merge data"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Aggregate ; rdfs:subClassOf dpvo:Transform ; @@ -91,7 +91,7 @@ dpvo:Consult a owl:Class ; dct:created "2019-05-07"^^xsd:date ; dct:description "to consult or query data"@en ; dct:source , - ; + ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Query ; rdfs:subClassOf dpvo:Use ; @@ -101,7 +101,7 @@ dpvo:Copy a owl:Class ; rdfs:label "Copy"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to produce an exact reprodution of the data"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Copy ; rdfs:subClassOf dpvo:Processing ; @@ -111,7 +111,7 @@ 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 ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Derive ; rdfs:subClassOf dpvo:Transform ; @@ -166,7 +166,7 @@ dpvo:Move a owl:Class ; rdfs:label "Move"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to move data from one location to another including deleting the original copy"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Move ; rdfs:subClassOf dpvo:Transfer ; @@ -264,7 +264,7 @@ dpvo:hasProcessing a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Processing"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Processing ; @@ -283,7 +283,7 @@ dpvo:Transfer a owl:Class ; rdfs:label "Transfer"@en ; dct:created "2019-05-07"^^xsd:date ; dct:description "to move data from one place to another"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso svpr:Transfer ; rdfs:subClassOf dpvo:Processing ; @@ -341,7 +341,7 @@ dpvo:Processing a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The processing performed on personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyProcessing ; sw:term_status "accepted"@en . diff --git a/dpv-owl/modules/processing_context.jsonld b/dpv-owl/modules/processing_context.jsonld index 7760bc61f..d8706835c 100644 --- a/dpv-owl/modules/processing_context.jsonld +++ b/dpv-owl/modules/processing_context.jsonld @@ -1,13 +1,13 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#NonPublicDataSource", + "@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": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -19,18 +19,18 @@ }, { "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@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": [ @@ -41,12 +41,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "Data Source" } ], "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": [ @@ -57,33 +57,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AutomatedDecisionMaking", + "@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": "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 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": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -94,7 +95,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Storage Condition" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -110,34 +111,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageLocation", + "@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": "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": "Location or geospatial scope where the data is stored" + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -148,15 +140,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Processing Context" } ], "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#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -167,34 +156,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageRestoration", + "@id": "https://w3id.org/dpv/dpv-owl#LargeScaleProcessing", "@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": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -205,12 +193,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "Large Scale Processing" } ], "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": [ @@ -221,43 +209,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicDataSource", + "@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": "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 publicly accessible or available" + "@value": "Processing that involves automated decision making" } ], - "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_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -268,12 +246,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Data Source" + "@value": "Automated Decision Making" } ], "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": [ @@ -284,7 +262,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EvaluationScoring", + "@id": "https://w3id.org/dpv/dpv-owl#SystematicMonitoring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -305,7 +283,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://purl.org/dc/terms/source": [ @@ -321,7 +299,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Systematic Monitoring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -337,7 +315,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource", + "@id": "https://w3id.org/dpv/dpv-owl#MatchingCombining", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -348,26 +326,22 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The source or origin of data" + "@value": "Processing that involves matching and combining of personal data" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -378,7 +352,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Source" + "@value": "Matching and Combining" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -394,9 +368,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": [ { @@ -421,7 +396,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": [ @@ -432,15 +417,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": [ @@ -451,7 +433,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageDeletion", + "@id": "https://w3id.org/dpv/dpv-owl#StorageLocation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -478,7 +460,7 @@ "http://purl.org/dc/terms/description": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -489,12 +471,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Deletion" + "@value": "Storage Location" } ], "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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -505,7 +490,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SystematicMonitoring", + "@id": "https://w3id.org/dpv/dpv-owl#EvaluationScoring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -526,7 +511,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "Processing that involves evaluation and scoring of individuals" } ], "http://purl.org/dc/terms/source": [ @@ -542,7 +527,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Evaluation and Scoring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -558,33 +543,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LargeScaleProcessing", + "@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": "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 takes place at large scales" + "@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": [ @@ -595,12 +590,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "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": [ @@ -611,34 +606,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition", + "@id": "https://w3id.org/dpv/dpv-owl#InnovativeUseOfNewTechnologies", "@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": "Conditions required or followed regarding storage of data" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -649,7 +643,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "Innovative Use of New Technologies" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -665,10 +659,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasStorage", + "@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": [ { @@ -693,17 +686,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about storage condition" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" - } - ], - "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": [ @@ -714,10 +697,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has storage" + "@value": "Storage Deletion" } ], - "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#StorageCondition" } @@ -730,33 +713,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MatchingCombining", + "@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 matching and combining of personal data" - } - ], - "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": [ @@ -767,12 +754,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Matching and Combining" + "@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": [ @@ -783,9 +770,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InnovativeUseOfNewTechnologies", + "@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": [ { @@ -795,21 +783,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Piero Bonatti" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" + "@value": "Indicates the source or origin of data being processed" } ], - "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": [ @@ -820,12 +811,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@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#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -836,37 +827,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSource", + "@id": "https://w3id.org/dpv/dpv-owl#StorageDuration", "@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": "Georg P. Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -877,12 +865,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data source" + "@value": "Storage Duration" } ], - "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#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -893,25 +884,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext", + "@id": "https://w3id.org/dpv/dpv-owl#StorageRestoration", "@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-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": "Context or conditions within which processing takes place" + "@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": [ @@ -922,12 +922,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing Context" + "@value": "Storage Restoration" } ], "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" } ], "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 f8619a168..72ba6aba9 100644 --- a/dpv-owl/modules/processing_context.n3 +++ b/dpv-owl/modules/processing_context.n3 @@ -171,7 +171,7 @@ dpvo:hasStorage a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about storage condition"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:StorageCondition ; diff --git a/dpv-owl/modules/processing_context.rdf b/dpv-owl/modules/processing_context.rdf index 115e344b6..e66c0b584 100644 --- a/dpv-owl/modules/processing_context.rdf +++ b/dpv-owl/modules/processing_context.rdf @@ -5,35 +5,22 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - Systematic Monitoring - Processing that involves systematic monitoring of individuals - - 2020-11-04 - accepted - Harshvardhan J. Pandit - Piero Bonatti - - - + - - Innovative Use of New Technologies - Processing that involves use of innovative and new technologies - - 2020-11-04 + + Processing Context + Context or conditions within which processing takes place + 2022-02-09 accepted Harshvardhan J. Pandit - Piero Bonatti - + - Storage Restoration - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + + Storage Duration + Duration or temporal limitation on storage of personal data 2019-04-05 accepted Axel Polleres @@ -42,20 +29,6 @@ Mark Lizar - - - - 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 - - @@ -69,17 +42,17 @@ 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 + 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 @@ -89,7 +62,7 @@ has storage Indicates information about storage condition - + 2019-04-05 accepted Axel Polleres @@ -98,47 +71,53 @@ Mark Lizar - + - - - Storage Location - Location or geospatial scope where the data is stored - 2019-04-05 + + Evaluation and Scoring + Processing that involves evaluation and scoring of individuals + + 2020-11-04 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar + 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 + + Matching and Combining + Processing that involves matching and combining of personal data + + 2020-11-04 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake + Piero Bonatti - + - - - Storage Duration - Duration or temporal limitation on storage of personal data - 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 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves @@ -155,11 +134,11 @@ Harshvardhan J. Pandit - + - Large Scale Processing - Processing that takes place at large scales + Systematic Monitoring + Processing that involves systematic monitoring of individuals 2020-11-04 accepted @@ -167,16 +146,18 @@ Piero Bonatti - + - - Evaluation and Scoring - Processing that involves evaluation and scoring of individuals - - 2020-11-04 + + + Storage Location + Location or geospatial scope where the data is stored + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Piero Bonatti + Mark Lizar @@ -191,24 +172,25 @@ Piero Bonatti - + - - Storage Condition - Conditions required or followed regarding storage of data - 2019-04-05 + + Non-Public Data Source + A source of data that is not publicly accessible or available + 2022-01-26 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Beatriz Esteves + Paul Ryan + Julian Flake - + - Matching and Combining - Processing that involves matching and combining of personal data + Innovative Use of New Technologies + Processing that involves use of innovative and new technologies 2020-11-04 accepted @@ -216,14 +198,32 @@ Piero Bonatti - + - - Processing Context - Context or conditions within which processing takes place - 2022-02-09 + + 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 + + + + + + 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 diff --git a/dpv-owl/modules/processing_context.ttl b/dpv-owl/modules/processing_context.ttl index f8619a168..72ba6aba9 100644 --- a/dpv-owl/modules/processing_context.ttl +++ b/dpv-owl/modules/processing_context.ttl @@ -171,7 +171,7 @@ dpvo:hasStorage a rdf:Property, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; dct:description "Indicates information about storage condition"@en ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:StorageCondition ; diff --git a/dpv-owl/modules/purposes.jsonld b/dpv-owl/modules/purposes.jsonld index e478d1a01..9bc86bb50 100644 --- a/dpv-owl/modules/purposes.jsonld +++ b/dpv-owl/modules/purposes.jsonld @@ -1,24 +1,45 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#TargetedAdvertising", + "@id": "https://w3id.org/dpv/dpv-owl#SellProductsToDataSubject", "@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": "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": [ @@ -29,12 +50,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "Sell Products to Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -45,14 +66,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#Sector", "@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-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -60,18 +81,31 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@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 personalised recommendations" + "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://www.specialprivacy.eu/" + "@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": [ @@ -82,12 +116,7 @@ "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" + "@value": "Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -98,40 +127,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImproveExistingProductsAndServices", + "@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": "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 existing products and services" + "@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": [ @@ -142,12 +162,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "Communication for Customer Care" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + "@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": [ @@ -158,46 +181,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization", + "@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-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": "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": "Create and provide personalised advertising" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -208,12 +216,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Optimization" + "@value": "Personalised Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@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": [ @@ -224,31 +235,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Payment", + "@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": "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": "Process payment transactions in relation to service" + "@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": [ @@ -259,12 +279,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment" + "@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": [ @@ -275,7 +300,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DirectMarketing", + "@id": "https://w3id.org/dpv/dpv-owl#Marketing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -299,7 +324,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@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": [ @@ -310,12 +341,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Direct Marketing" + "@value": "Marketing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -326,7 +357,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreateProductRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -359,7 +390,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -370,17 +401,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": "http://www.specialprivacy.eu/vocabs/purposes#Marketing" + "@value": "Research and Development" } ], "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": [ @@ -391,7 +417,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerOrderManagement", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -415,12 +441,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage customer orders" - } - ], - "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": [ @@ -431,12 +452,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Order Management" + "@value": "Customer 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": [ @@ -447,7 +468,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#EnforceAccessControl", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -480,7 +501,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@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": [ @@ -491,12 +518,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Provision" + "@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#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -507,7 +539,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MemberPartnerManagement", + "@id": "https://w3id.org/dpv/dpv-owl#VendorRecordsManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -534,7 +566,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" + "@value": "Manage orders related to vendors" } ], "http://purl.org/dc/terms/source": [ @@ -550,12 +582,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Vendor Records 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#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -566,34 +598,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationRiskManagement", + "@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": "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": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -604,12 +633,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Direct Marketing" } ], "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": [ @@ -620,7 +649,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerOrderManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -638,13 +667,18 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@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": [ @@ -655,12 +689,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Customer Order 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": [ @@ -671,7 +705,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceUsageAnalytics", + "@id": "https://w3id.org/dpv/dpv-owl#LegalCompliance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -695,16 +729,10 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], - "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": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-owl#" } @@ -712,12 +740,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Analytics" + "@value": "Legal 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#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -728,7 +756,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RecordManagement", + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -755,7 +783,12 @@ "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 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": [ @@ -766,7 +799,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Record Management" + "@value": "Vendor Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -782,36 +815,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerClaimsManagement", + "@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": "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" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -822,12 +859,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Claims Management" + "@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#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -838,31 +880,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedBenefits", "@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": "Create and provide personalised benefits for a service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -873,15 +924,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Personalised Benefits" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -892,7 +940,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -925,7 +973,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -936,12 +984,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Research and Development" + "@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": [ @@ -952,9 +1000,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DeliveryOfGoods", + "@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": [ { @@ -962,30 +1011,15 @@ "@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" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Simon Steyskal" + "@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": "Deliver goods and services requested or asked by consumer" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -996,17 +1030,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": "http://www.specialprivacy.eu/vocabs/purposes#Delivery" + "@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#RequestedServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1017,31 +1046,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalCompliance", + "@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": "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 risk for organisation's activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1052,12 +1084,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Organisation Risk 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": [ @@ -1068,7 +1100,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation", + "@id": "https://w3id.org/dpv/dpv-owl#HumanResourceManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1079,20 +1111,37 @@ } ], "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/description": [ { "@language": "en", - "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." + "@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": "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": "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": [ @@ -1103,7 +1152,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalisation" + "@value": "Human Resources Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1119,7 +1168,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance", + "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1131,10 +1180,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "David Hickey" @@ -1146,12 +1195,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" } ], - "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": "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": [ @@ -1162,7 +1212,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Communication Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1178,7 +1228,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1211,13 +1261,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" + "@value": "Optimise services or activities" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1228,12 +1278,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enforce Security" + "@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": [ @@ -1244,7 +1294,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceAccessControl", + "@id": "https://w3id.org/dpv/dpv-owl#InternalResourceOptimisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1277,13 +1327,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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." + "@value": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1294,17 +1338,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": "http://www.specialprivacy.eu/vocabs/purposes#Login" + "@value": "Internal Resource Optimisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1315,14 +1354,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising", + "@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": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -1333,13 +1372,18 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1350,15 +1394,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "Customer Solvency Monitoring" } ], "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#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1369,40 +1410,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IncreaseServiceRobustness", + "@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-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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." + } + ], + "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": [ @@ -1413,12 +1453,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Public Relations" } ], "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": [ @@ -1429,7 +1469,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1462,7 +1502,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1473,17 +1513,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": "http://www.specialprivacy.eu/vocabs/purposes#Custom" + "@value": "Service Provision" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1494,36 +1529,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring", + "@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": "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": "Monitor solvency of customers for financial diligence" + "@value": "Sell data or information relevant to insights obtained from analysis of 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": "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": [ @@ -1534,12 +1579,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@value": "Sell Insights from 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#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1550,7 +1595,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv/dpv-owl#Purpose", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1561,29 +1606,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": "Detect and prevent fraud" + "@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": [ @@ -1594,17 +1638,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Fraud Prevention and Detection" + "@value": "Purpose" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Government" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1615,46 +1654,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization", + "@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": "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://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": "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": [ @@ -1665,15 +1692,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "Record 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#Personalisation" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1684,40 +1708,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommercialResearch", + "@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": "2019-04-05" + "@value": "2022-03-30" } ], "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 in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" + "@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": [ @@ -1728,17 +1737,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": "http://www.specialprivacy.eu/vocabs/purposes#Develop" + "@value": "Targeted Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1749,54 +1753,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-owl#ImproveExistingProductsAndServices", "@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": "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" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "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://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Improve existing products and services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1807,12 +1797,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has purpose" + "@value": "Improve Existing Products and Services" } ], - "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#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1823,39 +1813,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorRecordsManagement", + "@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": "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" + "@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://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": "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": [ @@ -1866,12 +1854,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "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#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1882,7 +1870,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellDataToThirdParties", + "@id": "https://w3id.org/dpv/dpv-owl#CreateProductRecommendations", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1915,13 +1903,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1932,12 +1914,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Data to Third Parties" + "@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#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1948,7 +1935,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#HumanResourceManagement", + "@id": "https://w3id.org/dpv/dpv-owl#VendorPayment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1962,23 +1949,20 @@ { "@value": "Paul Ryan" }, - { - "@value": "David Hickey" - }, { "@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 humans and 'human resources' within the organisation for effective and efficient operations." + "@value": "Manage payment of vendors" } ], "http://purl.org/dc/terms/source": [ @@ -1986,12 +1970,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#" @@ -2000,12 +1978,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Human Resources Management" + "@value": "Vendor Payment" } ], "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": [ @@ -2016,31 +1994,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AccountManagement", + "@id": "https://w3id.org/dpv/dpv-owl#AcademicResearch", "@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" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2051,12 +2038,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Account Management" + "@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#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2067,46 +2059,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Sector", + "@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": "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": "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#comment": [ - { - "@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": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2117,7 +2094,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sector" + "@value": "Requested Service Provision" + } + ], + "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": [ @@ -2128,39 +2110,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorPayment", + "@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": "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 and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2171,12 +2145,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Customer Relationship 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#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2187,7 +2161,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimiseUserInterface", + "@id": "https://w3id.org/dpv/dpv-owl#ImproveInternalCRMProcesses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2220,7 +2194,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2231,12 +2205,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimise User Interface" + "@value": "Improve Internal CRM Processes" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer" + "@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": [ @@ -2247,7 +2224,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#SellDataToThirdParties", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2280,13 +2257,13 @@ "http://purl.org/dc/terms/description": [ { "@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/2000/01/rdf-schema#comment": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -2297,7 +2274,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Products to Data Subject" + "@value": "Sell Data to Third Parties" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2313,31 +2290,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv/dpv-owl#MemberPartnerManagement", "@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": "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2348,12 +2333,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "Members and Partners 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#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2364,40 +2349,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InternalResourceOptimisation", + "@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": "Optimize internal resource availability and usage for organisation" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2408,12 +2378,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@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": [ @@ -2424,31 +2394,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegistrationAuthentication", + "@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": "Register, authenticate, and identify users or agents in context of a service" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2459,12 +2438,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Registration and Authentication" + "@value": "Identity Verification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2475,14 +2454,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement", + "@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": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -2490,25 +2469,16 @@ "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "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" - } - ], - "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": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2519,12 +2489,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication Management" + "@value": "Service 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#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2535,34 +2505,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicRelations", + "@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": "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 and conduct public relations processes. This includes creating goodwill for the organization." + "@value": "Manage claims, including repayment of monies owed" } ], "http://purl.org/dc/terms/source": [ @@ -2578,12 +2545,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Customer Claims Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2594,14 +2561,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts", + "@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": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -2618,13 +2585,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell products or services" + "@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." + "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2635,7 +2602,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Analytics" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2651,39 +2618,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose", + "@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-04-05" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@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" + "@value": "Create and provide personalised recommendations" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2694,12 +2655,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purpose" + "@value": "Create Personalized Recommendations" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2710,7 +2671,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2737,7 +2698,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "Conduct activities and functions for organisation's governance" } ], "http://purl.org/dc/terms/source": [ @@ -2753,12 +2714,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "Organisation Governance" } ], "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": [ @@ -2769,14 +2730,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IdentityVerification", + "@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": "2019-04-05" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ @@ -2784,25 +2745,18 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@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": [ @@ -2813,12 +2767,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Create Event Recommendations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2829,10 +2783,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasSector", + "@id": "https://w3id.org/dpv/dpv-owl#OptimiseUserInterface", "@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": [ { @@ -2840,15 +2793,30 @@ "@value": "2019-04-05" } ], - "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" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], - "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": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2859,12 +2827,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has sector" + "@value": "Optimise User Interface" } ], - "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#OptimisationForConsumer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2875,36 +2843,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DisputeManagement", + "@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 Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "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": "Improve robustness and resilience of services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2915,12 +2887,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "Increase Service Robustness" } ], "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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2931,7 +2903,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2964,7 +2936,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2975,12 +2947,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "Optimisation for Consumer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2991,33 +2968,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreateEventRecommendations", + "@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-11-26" + "@value": "2021-09-01" } ], "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" + "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://www.specialprivacy.eu/" + "@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": [ @@ -3028,12 +3003,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Event Recommendations" + "@value": "Personalisation" } ], "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": [ @@ -3044,7 +3019,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImproveInternalCRMProcesses", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3077,7 +3052,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3088,15 +3063,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" + "@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#OptimisationForController" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3107,14 +3084,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceRecordManagement", + "@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-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -3131,7 +3108,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3142,7 +3119,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Payment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -3158,37 +3135,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Advertising", + "@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": "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 advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" + "@value": "Ensure and enforce security e.g. of data, personnel" } ], "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": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3199,12 +3185,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Advertising" + "@value": "Enforce Security" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3215,40 +3201,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonCommercialResearch", + "@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": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" + "@value": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3259,12 +3236,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Account Management" } ], "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": [ @@ -3275,25 +3252,19 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement", + "@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": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" @@ -3302,7 +3273,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" } ], "http://purl.org/dc/terms/source": [ @@ -3318,12 +3289,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "Personnel 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#HumanResources" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3334,46 +3305,54 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellInsightsFromData", + "@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-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Javier Fernández" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Mark Lizar" }, { - "@value": "Simon Steyskal" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell data or information relevant to insights obtained from analysis of data" + "@value": "Indicates association with Purpose" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/modified": [ { - "@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" + "@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": [ @@ -3384,12 +3363,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@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#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3400,31 +3379,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SocialMediaMarketing", + "@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": "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": "Detect and prevent fraud" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3435,12 +3423,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Media" + "@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#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3451,7 +3444,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare", + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3484,7 +3477,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@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": [ @@ -3495,17 +3494,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Care" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Feedback" + "@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": [ @@ -3516,20 +3513,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement", + "@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-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" } @@ -3537,7 +3540,7 @@ "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" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], "http://purl.org/dc/terms/source": [ @@ -3553,12 +3556,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personnel Management" + "@value": "Vendor Selection Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#HumanResources" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3569,7 +3572,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#DisputeManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3580,14 +3583,25 @@ } ], "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 and provide technical processes and functions necessary for delivering services" + "@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": [ @@ -3598,12 +3612,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical Service Provision" + "@value": "Dispute 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": [ @@ -3614,7 +3628,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing", + "@id": "https://w3id.org/dpv/dpv-owl#RegistrationAuthentication", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3638,13 +3652,7 @@ "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" - } - ], - "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": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3655,12 +3663,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marketing" + "@value": "Registration and Authentication" } ], "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": [ @@ -3671,34 +3679,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationComplianceManagement", + "@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": "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 Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@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": [ @@ -3709,12 +3720,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "Sell Products" } ], "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": [ @@ -3725,7 +3736,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedBenefits", + "@id": "https://w3id.org/dpv/dpv-owl#UserInterfacePersonalisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3758,7 +3769,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3769,7 +3780,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "User Interface Personalisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -3785,31 +3796,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement", + "@id": "https://w3id.org/dpv/dpv-owl#NonCommercialResearch", "@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": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3820,12 +3840,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Non-Commercial Research" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3836,40 +3856,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AcademicResearch", + "@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": "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + "@value": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3880,17 +3894,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": "http://www.specialprivacy.eu/vocabs/purposes#Education" + "@value": "Organisation Compliance Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3901,40 +3910,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController", + "@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": "Optimize activities and services for provider or controller" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3945,12 +3945,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@value": "Social Media" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "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 8b60fb1b4..df08f28f3 100644 --- a/dpv-owl/modules/purposes.n3 +++ b/dpv-owl/modules/purposes.n3 @@ -3,8 +3,8 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . -@prefix svpu: . +@prefix spl: . +@prefix svpu: . @prefix sw: . @prefix xsd: . @@ -67,7 +67,7 @@ dpvo:CreateEventRecommendations a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Create and provide personalised recommendations for events"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:CreatePersonalizedRecommendations ; sw:term_status "accepted"@en . @@ -587,7 +587,7 @@ dpvo:hasPurpose a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Purpose"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Purpose ; @@ -712,7 +712,7 @@ dpvo:CreatePersonalizedRecommendations a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Create and provide personalised recommendations"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:ServicePersonalization ; sw:term_status "accepted"@en . @@ -883,7 +883,7 @@ dpvo:Purpose a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The purpose of processing personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyPurpose ; sw:term_status "accepted"@en . diff --git a/dpv-owl/modules/purposes.rdf b/dpv-owl/modules/purposes.rdf index adecbb09d..2f7941a19 100644 --- a/dpv-owl/modules/purposes.rdf +++ b/dpv-owl/modules/purposes.rdf @@ -5,22 +5,24 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Targeted Advertising - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - 2022-03-30 + + Customer Claims Management + Manage claims, including repayment of monies owed + + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit + Beatriz - + - 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 @@ -31,11 +33,11 @@ Simon Steyskal - + - - Personalised Benefits - Create and provide personalised benefits for a service + + Optimisation for Controller + Optimize activities and services for provider or controller 2019-04-05 accepted Harshvardhan J. Pandit @@ -46,25 +48,12 @@ Simon Steyskal - - - - Organisation Governance - Conduct activities and functions for organisation's governance - - 2021-09-01 - accepted - Paul Ryan - Georg P Krog - David Hickey - Harshvardhan J. Pandit - - - + - - Internal Resource Optimisation - Optimize internal resource availability and usage for organisation + + 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 @@ -75,11 +64,36 @@ Simon Steyskal - + - 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). + + 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 + + + + + + Requested Service Provision + Deliver service as requested by user or consumer + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + Research and Development + Conduct research and development for new methods, products, or services 2019-04-05 accepted Harshvardhan J. Pandit @@ -90,23 +104,25 @@ Simon Steyskal - + - - Personnel Management - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + + Public Relations + Manage and conduct public relations processes. This includes creating goodwill for the organization. - 2022-03-30 + 2021-09-01 accepted Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - + - Social Media - Conduct marketing through social media + Direct Marketing + Conduct direct marketing i.e. marketing communicated directly to the individual 2020-11-04 accepted Georg P Krog @@ -114,34 +130,25 @@ Beatriz Esteves - + - - 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 + + + Personalised Advertising + Create and provide personalised advertising + 2020-11-04 accepted + Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves - - - - - - has sector - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - 2019-04-05 - 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 + + + Improve Internal CRM Processes + Improve customer-relationship management (CRM) processes 2019-04-05 accepted Harshvardhan J. Pandit @@ -152,24 +159,24 @@ Simon Steyskal - + - - Customer Management - Manage past, current, and future customers - 2021-09-08 + + Create Event Recommendations + Create and provide personalised recommendations for events + + 2019-11-26 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz + Rudy Jacob - + - - Optimisation for Consumer - Optimize activities and services for consumer or user - + + 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 @@ -180,70 +187,34 @@ Simon Steyskal - + - 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 - + - Vendor Management - Manage orders, payment, evaluation, and prospecting related to vendors - - 2021-09-01 + Legal Compliance + Fulfilment of obligations or requirements towards achieving compliance with law or regulations + 2020-11-04 accepted - Paul Ryan Georg P Krog - David Hickey - Harshvardhan J. Pandit - - - - - - Service Provision - Provide service or product or activities - 2019-04-05 - accepted - Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - - - - - - 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 + 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 + + Social Media + Conduct marketing through social media 2020-11-04 accepted Georg P Krog @@ -251,23 +222,12 @@ Beatriz Esteves - - - - Create Personalized Recommendations - Create and provide personalised recommendations - - 2019-11-26 - accepted - Harshvardhan J. Pandit - Rudy Jacob - - - + - - Identity Verification - Verify or authorize identity + + 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 @@ -291,11 +251,11 @@ Beatriz Esteves - + - Improve Existing Products and Services - Improve existing products and services + Internal Resource Optimisation + Optimize internal resource availability and usage for organisation 2019-04-05 accepted Harshvardhan J. Pandit @@ -306,25 +266,12 @@ 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 - - - - - - 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 + + Optimise User Interface + Optimize interfaces presented to the user + 2019-04-05 accepted Harshvardhan J. Pandit Javier Fernandez @@ -334,11 +281,24 @@ Simon Steyskal - + + + + 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 + + + - Vendor Payment - Manage payment of vendors + Vendor Selection Assessment + Manage selection, assessment, and evaluation related to vendors 2021-09-01 accepted @@ -361,11 +321,12 @@ Beatriz - + - - Optimise User Interface - Optimize interfaces presented to the user + + 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 Harshvardhan J. Pandit @@ -376,12 +337,13 @@ Simon Steyskal - + - - 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 @@ -392,39 +354,50 @@ Simon Steyskal - + - - Service Optimization - Optimise services or activities - Subclass of ServiceProvision since optimisation is usually considered part of providing services - 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 + + + + + + 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 - + - - Legal Compliance - Fulfilment of obligations or requirements towards achieving compliance with law or regulations - 2020-11-04 + + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Beatriz - + - - User Interface Personalisation - Personalise interfaces presented to the user + + Fraud Prevention and Detection + Detect and prevent fraud + 2019-04-05 accepted Harshvardhan J. Pandit @@ -435,32 +408,57 @@ Simon Steyskal - + - - Requested Service Provision - Deliver service as requested by user or consumer + + Customer Management + Manage past, current, and future customers 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Beatriz - + - 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. + 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 + + + + + + Organisation Risk Management + Manage risk for organisation's activities + 2021-09-01 + accepted + Paul Ryan + Georg P Krog David Hickey + Harshvardhan J. Pandit + + + + + + Vendor Records Management + Manage orders related to vendors + + 2021-09-01 + accepted + Paul Ryan Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz Esteves @@ -475,53 +473,80 @@ Beatriz Esteves - + - - - Improve Internal CRM Processes - Improve customer-relationship management (CRM) processes - 2019-04-05 + + 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 + + + + + + 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 - + - - 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 + + Organisation Compliance Management + Manage compliance for organisation in relation to internal policies + 2021-09-01 accepted + Paul Ryan Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - + - - Create Event Recommendations - Create and provide personalised recommendations for events - - 2019-11-26 + + Personalised Benefits + Create and provide personalised benefits for a service + 2019-04-05 accepted Harshvardhan J. Pandit - Rudy Jacob + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Customer Care - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - + + 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 + + + + + + Optimisation for Consumer + Optimize activities and services for consumer or user + 2019-04-05 accepted Harshvardhan J. Pandit @@ -532,6 +557,20 @@ Simon Steyskal + + + + Vendor Payment + Manage payment of vendors + + 2021-09-01 + accepted + Paul Ryan + Georg P Krog + David Hickey + Harshvardhan J. Pandit + + @@ -539,7 +578,7 @@ has purpose Indicates association with Purpose - + 2019-04-04 2020-11-04 accepted @@ -550,11 +589,12 @@ Bud Bruegger - + - - Increase Service Robustness - Improve robustness and resilience of 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 @@ -565,26 +605,43 @@ Simon Steyskal - + - - Vendor Records Management - Manage orders related to vendors + + Customer Care + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + + 2019-04-05 + accepted + 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 accepted Paul Ryan - Georg P Krog David Hickey + 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 + Payment + Process payment transactions in relation to service 2020-11-04 accepted Georg P Krog @@ -592,13 +649,11 @@ Beatriz Esteves - + - - - Service Personalization - Personalise services or product or activities - Subclass of ServiceProvision since personalisation is usually considered part of providing 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 @@ -609,40 +664,36 @@ Simon Steyskal - + - - Service Order Management - Manage invoicing, orders, and records in relation to services - 2021-09-08 + + 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 - + - - Enforce Access Control - Conduct or enforce access control - - Was previously "Access Control". Prefixed to distinguish from Technical Measure. - 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 - + - - Optimisation for Controller - Optimize activities and services for provider or controller + + Increase Service Robustness + Improve robustness and resilience of services 2019-04-05 accepted Harshvardhan J. Pandit @@ -653,11 +704,12 @@ Simon Steyskal - + - - Direct Marketing - Conduct direct marketing i.e. marketing communicated directly to the individual + + 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 @@ -665,25 +717,36 @@ Beatriz Esteves - + - - Organisation Compliance Management - Manage compliance for organisation in relation to internal policies - 2021-09-01 + + Sell Products + Sell products or services + Sell here means exchange, submit, or provide in return for direct or indirect compensation. + 2021-09-08 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves - + - - Academic Research - Conduct or assist with research conducted in an academic context e.g. within universities - + + Create Personalized Recommendations + Create and provide personalised recommendations + + 2019-11-26 + accepted + Harshvardhan J. Pandit + Rudy Jacob + + + + + + User Interface Personalisation + Personalise interfaces presented to the user 2019-04-05 accepted Harshvardhan J. Pandit @@ -694,47 +757,69 @@ Simon Steyskal - + + + + + + has sector + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + 2019-04-05 + accepted + + + - - Payment - Process payment transactions in relation to service - 2020-11-04 + + Create Product Recommendations + Create and provide product recommendations e.g. suggest similar products + + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - Technical Service Provision - Manage and provide technical processes and functions necessary for delivering services - 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 Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Customer Solvency Monitoring - Monitor solvency of customers for financial diligence - - 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 - + - Fraud Prevention and Detection - Detect and prevent fraud - + Identity Verification + Verify or authorize identity 2019-04-05 accepted Harshvardhan J. Pandit @@ -745,11 +830,12 @@ Simon Steyskal - + - - Research and Development - Conduct research and development for new methods, products, or 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 @@ -760,25 +846,11 @@ Simon Steyskal - - - - Customer Claims Management - Manage claims, including repayment of monies owed - - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz - - - + - - Create Product Recommendations - Create and provide product recommendations e.g. suggest similar products - + 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 @@ -789,17 +861,13 @@ Simon Steyskal - + - - Members and Partners Management - Maintain registry of shareholders, members, or partners for governance, administration, and management functions - - 2021-09-01 + + Targeted Advertising + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals + 2022-03-30 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit @@ -816,65 +884,27 @@ Beatriz Esteves - - - - - Personalised Advertising - Create and provide personalised advertising - 2020-11-04 - 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 - - - - - - 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 - - - + - - 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 + + Improve Existing Products and Services + Improve existing products and services + 2019-04-05 accepted - Georg P Krog - Paul Ryan - David Hickey 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 @@ -882,26 +912,25 @@ Javier Fernández - + - - Public Relations - Manage and conduct public relations processes. This includes creating goodwill for the organization. + + Customer Solvency Monitoring + Monitor solvency of customers for financial diligence - 2021-09-01 + 2021-09-08 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz - + - - 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 + + Delivery of Goods + Deliver goods and services requested or asked by consumer + 2019-04-05 accepted Harshvardhan J. Pandit @@ -912,45 +941,16 @@ Simon Steyskal - + - Registration and Authentication - Register, authenticate, and identify users or agents in context of a service - 2020-11-04 + Service Order Management + Manage invoicing, orders, and records in relation to services + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - - - - 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 - - - - - - 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 - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - - diff --git a/dpv-owl/modules/purposes.ttl b/dpv-owl/modules/purposes.ttl index 8b60fb1b4..df08f28f3 100644 --- a/dpv-owl/modules/purposes.ttl +++ b/dpv-owl/modules/purposes.ttl @@ -3,8 +3,8 @@ @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix spl: . -@prefix svpu: . +@prefix spl: . +@prefix svpu: . @prefix sw: . @prefix xsd: . @@ -67,7 +67,7 @@ dpvo:CreateEventRecommendations a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Create and provide personalised recommendations for events"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:CreatePersonalizedRecommendations ; sw:term_status "accepted"@en . @@ -587,7 +587,7 @@ dpvo:hasPurpose a rdf:Property, "Mark Lizar"^^xsd:string ; dct:description "Indicates association with Purpose"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain owl:Thing ; rdfs:isDefinedBy dpvo: ; rdfs:range dpvo:Purpose ; @@ -712,7 +712,7 @@ dpvo:CreatePersonalizedRecommendations a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Create and provide personalised recommendations"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:ServicePersonalization ; sw:term_status "accepted"@en . @@ -883,7 +883,7 @@ dpvo:Purpose a owl:Class ; "Javier Fernández"^^xsd:string ; dct:description "The purpose of processing personal data"@en ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:seeAlso spl:AnyPurpose ; sw:term_status "accepted"@en . diff --git a/dpv-owl/modules/risk.jsonld b/dpv-owl/modules/risk.jsonld index 402d24c33..1bf632599 100644 --- a/dpv-owl/modules/risk.jsonld +++ b/dpv-owl/modules/risk.jsonld @@ -1,36 +1,78 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#Harm", + "@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": "2022-03-23" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" - }, + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Fajar Ekaputra" + "@language": "en", + "@value": "Measures intended to mitigate, minimise, or prevent risk." + } + ], + "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 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": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@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-03-23" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,12 +83,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Harm" + "@value": "Consequence of Success" } ], "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": [ @@ -57,7 +99,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", + "@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#ObjectProperty" @@ -65,7 +107,7 @@ "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": [ @@ -76,12 +118,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@value": "Indicates risks mitigated by this concept" } ], "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#RiskMitigationMeasure" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -92,7 +134,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has risk" + "@value": "mitigates risk" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -108,7 +150,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Impact", + "@id": "https://w3id.org/dpv/dpv-owl#Benefit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -133,18 +175,60 @@ }, { "@value": "Beatriz Esteves" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The impact(s) possible or arising as a consequence from specified context" + "@value": "Impact(s) that acts as or causes benefits" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "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": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" + "@value": "Benefit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@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#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": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -155,12 +239,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Impact" + "@value": "Consequence" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -239,25 +323,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence", + "@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": "2022-01-26" + "@value": "" } ], "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": "The consequence(s) possible or arising from specified context" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -268,12 +370,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence" + "@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#Context" + "@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": [ @@ -284,7 +391,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv/dpv-owl#Detriment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -298,14 +405,23 @@ { "@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": "The consequence(s) possible or arising from failure of specified context" + "@value": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -316,12 +432,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Detriment" } ], "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": [ @@ -332,7 +448,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonMaterialDamage", + "@id": "https://w3id.org/dpv/dpv-owl#Damage", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -350,7 +466,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -361,12 +477,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "Damage" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Damage" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -377,14 +493,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Damage", + "@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": "2022-03-30" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ @@ -395,7 +511,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@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": [ @@ -406,12 +528,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Damage" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@value": "Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -478,25 +595,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MaterialDamage", + "@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": "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@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": [ @@ -507,12 +642,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Material Damage" + "@value": "Impact" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Damage" + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -523,14 +658,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Risk", + "@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": "2020-11-18" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -541,13 +676,7 @@ "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." + "@value": "The consequence(s) possible or arising as a side-effect of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -558,7 +687,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk" + "@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": [ @@ -569,28 +703,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfSuccess", + "@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-03-23" + "@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/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of 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": [ @@ -601,12 +752,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Risk Management Procedure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -617,7 +768,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#mitigatesRisk", + "@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" @@ -631,17 +782,41 @@ "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": "Indicates risks mitigated by this concept" + "@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#RiskMitigationMeasure" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -652,12 +827,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "mitigates risk" + "@value": "has consequence" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -668,37 +843,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Detriment", + "@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": "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -709,12 +872,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Detriment" + "@value": "Material Damage" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -725,25 +888,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceAsSideEffect", + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfFailure", "@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-03-23" } ], "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 as a side-effect of specified context" + "@value": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -754,7 +920,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Consequence of Failure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -770,40 +936,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Benefit", + "@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-23" + "@value": "2020-11-18" } ], "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@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": [ @@ -814,12 +971,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Benefit" + "@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#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -830,55 +987,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence", + "@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": [ { "@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": "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": "Impact that acts as or causes non-material damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -889,12 +1016,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has consequence" + "@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#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -905,15 +1032,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasImpactOn", + "@id": "https://w3id.org/dpv/dpv-owl#Harm", "@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": [ @@ -936,12 +1062,7 @@ "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 that acts as or causes harms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -952,17 +1073,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": "Harm" } ], - "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": [ diff --git a/dpv-owl/modules/risk.n3 b/dpv-owl/modules/risk.n3 index 76c7c6377..cb138a6f9 100644 --- a/dpv-owl/modules/risk.n3 +++ b/dpv-owl/modules/risk.n3 @@ -93,6 +93,20 @@ dpvo:NonMaterialDamage a owl:Class ; rdfs:subClassOf dpvo:Damage ; sw:term_status "accepted"@en . +dpvo:RiskManagementProcedure a owl:Class ; + rdfs:label "Risk Management Procedure"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Mark Lizar"^^xsd:string, + "Rob Brennan"^^xsd:string ; + dct:description "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."@en ; + dct:source ; + rdfs:comment "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"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:OrganisationalMeasure ; + sw:term_status "accepted"@en . + dpvo:hasImpact a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact"@en ; @@ -185,6 +199,17 @@ dpvo:Damage a owl:Class ; rdfs:subClassOf dpvo:Impact ; sw:term_status "accepted"@en . +dpvo:RiskMitigationMeasure a owl:Class ; + rdfs:label "Risk Mitigation Measure"@en ; + dct:created "2020-11-04"^^xsd:date ; + dct:creator "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Measures intended to mitigate, minimise, or prevent risk."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:TechnicalOrganisationalMeasure ; + sw:term_status "accepted"@en . + dpvo:Risk a owl:Class ; rdfs:label "Risk"@en ; dct:created "2020-11-18"^^xsd:date ; diff --git a/dpv-owl/modules/risk.rdf b/dpv-owl/modules/risk.rdf index d46bba0a8..c65fce215 100644 --- a/dpv-owl/modules/risk.rdf +++ b/dpv-owl/modules/risk.rdf @@ -5,16 +5,27 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - has consequence - Indicates consenquence(s) possible or arising from specified concept - Removed plural suffix for consistency - 2020-11-04 - 2021-09-21 + + + + 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 + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + + + + Detriment + Impact that acts as or causes detriments + 2022-03-23 accepted Harshvardhan J. Pandit Julian Flake @@ -33,42 +44,79 @@ Harshvardhan J. Pandit - + - Benefit - Impact(s) that acts as or causes benefits - 2022-03-23 + Damage + Impact that acts as or causes damages + 2022-03-30 accepted Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - Axel Polleres - + - Consequence of Failure - The consequence(s) possible or arising from failure of specified context + Consequence of Success + The consequence(s) possible or arising from success of specified context 2022-03-23 accepted Harshvardhan J. Pandit 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. + + Non-Material Damage + Impact that acts as or causes non-material damages + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Risk Mitigation Measure + Measures intended to mitigate, minimise, or prevent risk. + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + + + + + + + has risk + Indicates applicability of Risk for this concept 2020-11-18 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 + + @@ -86,63 +134,41 @@ 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 - 2022-03-23 + 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 - + - Non-Material Damage - Impact that acts as or causes non-material damages + Material Damage + Impact that acts as or causes material damages 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 - - - - - - - - - is mitigated by measure - Indicate a risk is mitigated by specified measure - 2022-02-09 + + Consequence + The consequence(s) possible or arising from specified context + 2022-01-26 accepted Harshvardhan J. Pandit - + - Detriment - Impact that acts as or causes detriments + Harm + Impact that acts as or causes harms 2022-03-23 accepted Harshvardhan J. Pandit @@ -152,29 +178,6 @@ Beatriz Esteves - - - - - - has risk - Indicates applicability of Risk for this concept - 2020-11-18 - accepted - Harshvardhan J. Pandit - - - - - - Consequence of Success - The consequence(s) possible or arising from success of specified context - 2022-03-23 - accepted - Harshvardhan J. Pandit - Georg P Krog - - @@ -192,24 +195,43 @@ Beatriz Esteves - + - - Consequence - The consequence(s) possible or arising from specified context - 2022-01-26 + + Consequence of Failure + The consequence(s) possible or arising from failure of specified context + 2022-03-23 accepted Harshvardhan J. Pandit + Georg P Krog - + + + + + + + is mitigated by measure + Indicate a risk is mitigated by specified measure + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + - - Damage - Impact that acts as or causes damages - 2022-03-30 + + 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 + Mark Lizar @@ -224,14 +246,19 @@ Harshvardhan J. Pandit - + - - Material Damage - Impact that acts as or causes material damages - 2022-03-30 + + 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 diff --git a/dpv-owl/modules/risk.ttl b/dpv-owl/modules/risk.ttl index 76c7c6377..cb138a6f9 100644 --- a/dpv-owl/modules/risk.ttl +++ b/dpv-owl/modules/risk.ttl @@ -93,6 +93,20 @@ dpvo:NonMaterialDamage a owl:Class ; rdfs:subClassOf dpvo:Damage ; sw:term_status "accepted"@en . +dpvo:RiskManagementProcedure a owl:Class ; + rdfs:label "Risk Management Procedure"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Mark Lizar"^^xsd:string, + "Rob Brennan"^^xsd:string ; + dct:description "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."@en ; + dct:source ; + rdfs:comment "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"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:OrganisationalMeasure ; + sw:term_status "accepted"@en . + dpvo:hasImpact a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact"@en ; @@ -185,6 +199,17 @@ dpvo:Damage a owl:Class ; rdfs:subClassOf dpvo:Impact ; sw:term_status "accepted"@en . +dpvo:RiskMitigationMeasure a owl:Class ; + rdfs:label "Risk Mitigation Measure"@en ; + dct:created "2020-11-04"^^xsd:date ; + dct:creator "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Measures intended to mitigate, minimise, or prevent risk."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:TechnicalOrganisationalMeasure ; + sw:term_status "accepted"@en . + dpvo:Risk a owl:Class ; rdfs:label "Risk"@en ; dct:created "2020-11-18"^^xsd:date ; diff --git a/dpv-owl/modules/technical_organisational_measures.jsonld b/dpv-owl/modules/technical_organisational_measures.jsonld index 70c91c7f7..f73c98a56 100644 --- a/dpv-owl/modules/technical_organisational_measures.jsonld +++ b/dpv-owl/modules/technical_organisational_measures.jsonld @@ -1,63 +1,6 @@ [ { - "@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": "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": "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": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" - } - ], - "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#TechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#AuthorisationProcedure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -84,7 +27,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": [ @@ -95,12 +44,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": [ @@ -111,7 +60,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#SubProcessorAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -141,13 +90,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" - } - ], - "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": "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": [ @@ -158,12 +101,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "Sub-Processor Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -174,31 +117,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInRest", "@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": "Measures intended to mitigate, minimise, or prevent risk." + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -209,12 +155,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk Mitigation Measure" + "@value": "Encryption in Rest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Encryption" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -225,37 +171,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SubProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#Safeguard", "@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-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Julian Flake" + "@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": "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": [ @@ -266,12 +215,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@value": "Safeguard" } ], "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": [ @@ -282,34 +231,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDesign", + "@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": "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": "Practices regarding incorporating data protection and privacy in the design of information and services" + "@value": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -320,12 +266,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Consultation with Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Consultation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -336,40 +282,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Safeguard", + "@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": "2021-09-22" + "@value": "2021-09-08" } ], "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 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": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" + "@value": "Tied to compliance processes and documents, decide how to specify those" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -380,12 +323,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Safeguard" + "@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": [ @@ -396,25 +339,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdPartyAgreement", + "@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-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": "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": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -425,12 +377,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "Authentication Protocols" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -441,7 +393,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AuthorisationProcedure", + "@id": "https://w3id.org/dpv/dpv-owl#CodeOfConduct", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -468,13 +420,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": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -485,12 +431,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authorisation Procedure" + "@value": "Code of Conduct" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -501,34 +447,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ContractualTerms", + "@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": "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": "Contractual terms governing data handling within or with an entity" + "@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": [ @@ -539,12 +488,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Data Protection Impact Assessment (DPIA)" } ], "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": [ @@ -555,39 +504,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization", + "@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": "Process by which some personal identifiers are removed or identifiability is reduced" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal 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_5/oj" + "@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": [ @@ -598,12 +551,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Data Processing Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -614,18 +567,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#Policy", "@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-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -633,12 +594,7 @@ "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": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -649,17 +605,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": "Policy" } ], - "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": [ @@ -670,34 +621,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols", + "@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": "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": "Protocols involving validation of identity i.e. authentication of a person or information" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -708,12 +656,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authentication Protocols" + "@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#TechnicalMeasure" + "@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": [ @@ -724,7 +677,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Seal", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -751,7 +704,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A seal or a mark indicating proof of certification to some certification or standard" + "@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": [ @@ -762,12 +720,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Seal" + "@value": "Pseudo-Anonymization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -778,7 +736,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" ], @@ -805,7 +763,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": [ @@ -816,12 +774,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": [ @@ -832,7 +790,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferImpactAssessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -856,13 +814,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": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -873,12 +825,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Register of Processing Activities" + "@value": "Data Transfer Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -889,25 +841,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords", + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple", "@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": "Records of personal data processing, whether ex-ante or ex-post" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -918,12 +879,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processing Records" + "@value": "GuidelinesPrinciple" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -934,7 +895,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NDA", + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -961,7 +922,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@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": [ @@ -972,12 +938,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Anonymization" } ], "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": [ @@ -988,14 +954,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities", + "@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": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -1012,7 +978,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Records of activities within some context such as maintainence tasks or governance functions" + "@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": [ @@ -1023,12 +989,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Records of Activities" + "@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": [ @@ -1039,7 +1005,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegularityOfRecertification", + "@id": "https://w3id.org/dpv/dpv-owl#DesignStandard", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1066,7 +1032,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1077,12 +1043,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Design Standard" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1093,7 +1059,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv/dpv-owl#DeIdentification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1120,7 +1086,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1131,12 +1097,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "De-Identification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1147,7 +1113,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#AccessControlMethod", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1159,19 +1125,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "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": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1182,7 +1151,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@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": [ @@ -1193,34 +1167,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StaffTraining", + "@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": "Practices and policies regarding training of staff members" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1231,12 +1205,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Privacy Notice" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Notice" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1247,9 +1221,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CompleteAnonymisation", + "@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": [ { @@ -1265,7 +1240,12 @@ "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 measure" + } + ], + "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": [ @@ -1276,12 +1256,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@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#Anonymization" + "@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": [ @@ -1292,45 +1277,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RiskManagementProcedure", + "@id": "https://w3id.org/dpv/dpv-owl#isPolicyFor", "@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": "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": "Indicates the context or application of policy" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@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" + "@id": "https://w3id.org/dpv/dpv-owl#Policy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1341,12 +1312,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk Management Procedure" + "@value": "is policy 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#OrganisationalMeasure" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1357,7 +1328,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption", + "@id": "https://w3id.org/dpv/dpv-owl#Seal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1384,7 +1355,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@value": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1395,12 +1366,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption" + "@value": "Seal" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1411,34 +1382,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDefault", + "@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 selecting appropriate data protection and privacy measures as the 'default' in an activity or service" + "@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": [ @@ -1449,12 +1411,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Third-Party Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1465,31 +1427,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsultationWithAuthority", + "@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": "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": "Consultation with an authority or authoritative entity" + "@value": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1500,12 +1465,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "Regularity of Re-certification" } ], "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": [ @@ -1516,7 +1481,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInRest", + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1543,7 +1508,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1554,12 +1519,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "Certification and Seal" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1570,31 +1535,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isPolicyFor", + "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDesign", "@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": "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 the context or application of policy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Policy" + "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1605,12 +1573,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is policy for" + "@value": "Privacy by Design" } ], - "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": [ @@ -1621,34 +1589,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement", + "@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": "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": "A legally binding agreement" + "@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": [ @@ -1659,12 +1630,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Agreement" + "@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": [ @@ -1675,14 +1646,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SingleSignOn", + "@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": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -1699,7 +1670,7 @@ "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": "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": [ @@ -1710,12 +1681,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "Legitimate Interest Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols" + "@id": "https://w3id.org/dpv/dpv-owl#Assessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1726,39 +1697,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymization", + "@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": "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": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1769,12 +1732,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "Records of Activities" } ], "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": [ @@ -1785,25 +1748,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment", + "@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-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": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" + "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1814,7 +1783,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Assessment" + "@value": "Consultation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1830,7 +1799,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInTransfer", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1842,22 +1811,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": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" + "@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": [ @@ -1868,12 +1834,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption in Transfer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption" + "@value": "Technical and Organisational Measure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1884,31 +1845,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#Encryption", "@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": "Technical measures consisting of encryption" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1919,12 +1883,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "Encryption" } ], "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": [ @@ -1935,15 +1899,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords", "@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-08" } ], "http://purl.org/dc/terms/creator": [ @@ -1954,12 +1917,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": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1970,17 +1928,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": "Data Processing Records" } ], - "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#RecordsOfActivities" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1991,7 +1944,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#Notice", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2003,19 +1956,22 @@ ], "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": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2026,12 +1982,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Notice" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2042,34 +1998,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DeIdentification", + "@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": "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2080,12 +2036,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "De-Identification" + "@value": "Safeguard for Data Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#Safeguard" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2096,34 +2052,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInTransfer", "@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": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." + "@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": [ @@ -2134,12 +2090,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Safeguard for Data Transfer" + "@value": "Encryption in Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Safeguard" + "@id": "https://w3id.org/dpv/dpv-owl#Encryption" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2150,31 +2106,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PIA", + "@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": "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": "Carrying out an impact assessment regarding privacy risks" + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2185,12 +2144,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@value": "Staff Training" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2201,7 +2160,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AccessControlMethod", + "@id": "https://w3id.org/dpv/dpv-owl#NDA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2228,7 +2187,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2239,12 +2198,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "Non-Disclosure Agreement (NDA)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2255,37 +2214,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ControllerProcessorAgreement", + "@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-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 a Data Controller and a Data Processor" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2296,12 +2252,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "ContractualTerms" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2312,31 +2268,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure", "@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": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2347,12 +2306,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "Organisational Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2363,7 +2322,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#ControllerProcessorAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2393,7 +2352,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 Controllers within a Joint Controllers relationship" + "@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": [ @@ -2404,7 +2363,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "Controller-Processor Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2420,34 +2379,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Certification", + "@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": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@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": [ @@ -2458,12 +2408,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification" + "@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": [ @@ -2474,14 +2424,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyNotice", + "@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": [ @@ -2489,19 +2439,16 @@ "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@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": [ @@ -2512,12 +2459,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Notice" + "@id": "https://w3id.org/dpv/dpv-owl#Assessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2584,34 +2531,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Policy", + "@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": "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://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." + "@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": [ @@ -2622,12 +2569,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Policy" + "@value": "Privacy by Default" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2638,7 +2585,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CodeOfConduct", + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2665,7 +2612,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": "A legally binding agreement" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2676,12 +2623,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Legal Agreement" } ], "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": [ @@ -2692,14 +2639,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal", + "@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": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ @@ -2707,19 +2655,33 @@ "@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": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@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": [ @@ -2730,12 +2692,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification and Seal" + "@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#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2746,26 +2708,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Notice", + "@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": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2773,7 +2726,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@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": [ @@ -2784,12 +2737,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Notice" + "@value": "Complete Anonymisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2800,15 +2753,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure", "@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": [ @@ -2816,33 +2768,19 @@ "@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/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": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2853,10 +2791,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "Technical Measure" } ], - "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" } @@ -2869,7 +2807,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consultation", + "@id": "https://w3id.org/dpv/dpv-owl#PIA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2893,61 +2831,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" - } - ], - "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": "Consultation" - } - ], - "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#OrganisationalMeasure", - "@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": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@value": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2958,12 +2842,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Privacy Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/technical_organisational_measures.n3 b/dpv-owl/modules/technical_organisational_measures.n3 index d53b25763..44c8cad3b 100644 --- a/dpv-owl/modules/technical_organisational_measures.n3 +++ b/dpv-owl/modules/technical_organisational_measures.n3 @@ -291,31 +291,6 @@ dpvo:RegularityOfRecertification a owl:Class ; rdfs:subClassOf dpvo:OrganisationalMeasure ; sw:term_status "accepted"@en . -dpvo:RiskManagementProcedure a owl:Class ; - rdfs:label "Risk Management Procedure"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Mark Lizar"^^xsd:string, - "Rob Brennan"^^xsd:string ; - dct:description "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."@en ; - dct:source ; - rdfs:comment "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"@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:OrganisationalMeasure ; - sw:term_status "accepted"@en . - -dpvo:RiskMitigationMeasure a owl:Class ; - rdfs:label "Risk Mitigation Measure"@en ; - dct:created "2020-11-04"^^xsd:date ; - dct:creator "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:description "Measures intended to mitigate, minimise, or prevent risk."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:TechnicalOrganisationalMeasure ; - sw:term_status "accepted"@en . - dpvo:SafeguardForDataTransfer a owl:Class ; rdfs:label "Safeguard for Data Transfer"@en ; dct:created "2021-09-22"^^xsd:date ; @@ -593,6 +568,15 @@ dpvo:LegalAgreement a owl:Class ; rdfs:subClassOf dpvo:OrganisationalMeasure ; sw:term_status "accepted"@en . +dpvo:TechnicalOrganisationalMeasure a owl:Class ; + rdfs:label "Technical and Organisational Measure"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Bud Bruegger"^^xsd:string ; + dct:description "The Technical and Organisational measures used."@en ; + dct:modified "2020-11-04"^^xsd:date ; + rdfs:isDefinedBy dpvo: ; + sw:term_status "accepted"@en . + dpvo:hasTechnicalOrganisationalMeasure a rdf:Property, owl:ObjectProperty ; rdfs:label "has technical and organisational measure"@en ; @@ -623,15 +607,6 @@ dpvo:DataProcessingAgreement a owl:Class ; rdfs:subClassOf dpvo:LegalAgreement ; sw:term_status "accepted"@en . -dpvo:TechnicalOrganisationalMeasure a owl:Class ; - rdfs:label "Technical and Organisational Measure"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Bud Bruegger"^^xsd:string ; - dct:description "The Technical and Organisational measures used."@en ; - dct:modified "2020-11-04"^^xsd:date ; - rdfs:isDefinedBy dpvo: ; - sw:term_status "accepted"@en . - dpvo:TechnicalMeasure a owl:Class ; rdfs:label "Technical Measure"@en ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv-owl/modules/technical_organisational_measures.rdf b/dpv-owl/modules/technical_organisational_measures.rdf index c1d8a8f4d..b7020b19c 100644 --- a/dpv-owl/modules/technical_organisational_measures.rdf +++ b/dpv-owl/modules/technical_organisational_measures.rdf @@ -5,23 +5,11 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - Consultation with Authority - Consultation with an authority or authoritative entity - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - + - - GuidelinesPrinciple - Guidelines or Principles regarding processing and operational measures + + Non-Disclosure Agreement (NDA) + Non-disclosure Agreements e.g. preserving confidentiality of information 2019-04-05 accepted Axel Polleres @@ -30,21 +18,12 @@ 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 - accepted - Harshvardhan J. Pandit - - - + - - ContractualTerms - Contractual terms governing data handling within or with an entity + + 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 @@ -53,24 +32,25 @@ Mark Lizar - + - - Access Control Method - Methods which restrict access to a place or resource - 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 - + - - Encryption in Transfer - Encryption of data in transit e.g. when being transferred from one location to another, including sharing + + Seal + A seal or a mark indicating proof of certification to some certification or standard 2019-04-05 accepted Axel Polleres @@ -79,21 +59,25 @@ Mark Lizar - + - Technical and Organisational Measure - The Technical and Organisational measures used. - 2019-04-05 - 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 - Bud Bruegger + 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. + + Consultation + Consultation is a process of receiving feedback, advice, or opinion from an external agency 2020-11-04 accepted Georg P Krog @@ -101,38 +85,42 @@ Paul Ryan - + - - Privacy by Design - Practices regarding incorporating data protection and privacy in the design of information and services - 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 - - - - 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 + + + + + + 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 - + - De-Identification - Removal of identity or information to reduce identifiability + 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 @@ -141,50 +129,35 @@ Mark Lizar - - - - - - - has policy - Indicates policy applicable or used - 2022-01-26 - accepted - Harshvardhan J. Pandit - - - + - Notice - A notice is an artefact for providing information, choices, or controls - 2021-09-08 + 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 - Paul Ryan David Hickey + Paul Ryan Georg P Krog Harshvardhan J. Pandit - + - Staff Training - Practices and policies regarding training of staff members - 2019-04-05 + 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 - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar - + - - Encryption in Rest - Encryption of data when being stored (persistent encryption) + + Technical Measure + Technical measures required/followed when processing data of the declared category 2019-04-05 accepted Axel Polleres @@ -193,25 +166,23 @@ 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 + + + + + + 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 - + - - Privacy by Default - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + + Certification and Seal + Certifications, seals, and marks indicating compliance to regulations or practices 2019-04-05 accepted Axel Polleres @@ -220,40 +191,11 @@ 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 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake - - - - - - - - - has technical measure - Indicates use or applicability of Technical measure - 2022-02-09 - accepted - 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 - + + Authentication Protocols + Protocols involving validation of identity i.e. authentication of a person or information 2019-04-05 accepted Axel Polleres @@ -262,11 +204,11 @@ Mark Lizar - + - - Certification - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + + De-Identification + Removal of identity or information to reduce identifiability 2019-04-05 accepted Axel Polleres @@ -275,24 +217,11 @@ 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 - - - + - Policy - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. + Notice + A notice is an artefact for providing information, choices, or controls 2021-09-08 accepted Paul Ryan @@ -301,41 +230,25 @@ 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 - Top class: Impact Assessment, and DPIA is sub-class - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - + - - has technical and organisational measure - Indicates use or applicability of Technical or Organisational measure - 2019-04-04 - 2020-11-04 + + + has policy + Indicates policy applicable or used + 2022-01-26 accepted - Axel Polleres - Javier Fernández Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - Organisational Measure - Organisational measures required/followed when processing data of the declared category + + Anonymization + Process by which some personal identifiers are removed or identifiability is reduced + 2019-04-05 accepted Axel Polleres @@ -344,11 +257,23 @@ Mark Lizar - + + + + 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 + + + - Non-Disclosure Agreement (NDA) - Non-disclosure Agreements e.g. preserving confidentiality of information + ContractualTerms + Contractual terms governing data handling within or with an entity 2019-04-05 accepted Axel Polleres @@ -357,34 +282,46 @@ 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 + + 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 - + - - Regularity of Re-certification - Policy regarding repetition or renewal of existing certification(s) + Technical and Organisational Measure + The Technical and Organisational measures used. 2019-04-05 + 2020-11-04 accepted - Axel Polleres - Rob Brennan + Bud Bruegger + + + + + + 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 - Mark Lizar + Paul Ryan - + - - Seal - A seal or a mark indicating proof of certification to some certification or standard + + Access Control Method + Methods which restrict access to a place or resource 2019-04-05 accepted Axel Polleres @@ -393,109 +330,113 @@ Mark Lizar - - - - - - is policy for - Indicates the context or application of policy - 2022-01-26 + + + + 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 - + - - Code of Conduct - A set of rules or procedures outlining the norms and practices for conducting activities - 2019-04-05 + + Consultation with Authority + Consultation with an authority or authoritative entity + 2020-11-04 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + 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 + + 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 - David Hickey - Paul Ryan Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake - - - - - - - has organisational measure - Indicates use or applicability of Organisational measure - 2022-02-09 + + + + Data Processing Records + Records of personal data processing, whether ex-ante or ex-post + 2021-09-08 accepted Harshvardhan J. Pandit - + - - Records of Activities - Records of activities within some context such as maintainence tasks or governance functions - 2021-09-08 + + Privacy by Default + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Paul Ryan + 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 + + 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 - + - - Data Processing Records - Records of personal data processing, whether ex-ante or ex-post + + 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 - + - - Single Sign On - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - 2020-11-04 + + 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 - + - - Authentication Protocols - Protocols involving validation of identity i.e. authentication of a person or information + + GuidelinesPrinciple + Guidelines or Principles regarding processing and operational measures 2019-04-05 accepted Axel Polleres @@ -504,25 +445,33 @@ Mark Lizar - + - - 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 + + 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 + + + + + + Data Transfer Impact Assessment + Impact Assessment for conducting data transfers + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves Paul Ryan - Julian Flake - + - - Design Standard - A set of rules or guidelines outlining criterias for design + + Encryption + Technical measures consisting of encryption 2019-04-05 accepted Axel Polleres @@ -531,36 +480,23 @@ 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 - accepted - Harshvardhan J. Pandit - - - + - - 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 + + Privacy Impact Assessment + Carrying out an impact assessment regarding privacy risks + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves Paul Ryan - Julian Flake - + - - Risk Mitigation Measure - Measures intended to mitigate, minimise, or prevent risk. + + 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 @@ -568,11 +504,11 @@ Paul Ryan - + - - Technical Measure - Technical measures required/followed when processing data of the declared category + + Certification + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance 2019-04-05 accepted Axel Polleres @@ -581,23 +517,24 @@ Mark Lizar - - - - Consultation - Consultation is a process of receiving feedback, advice, or opinion from an external agency - 2020-11-04 + + + + + + + has technical measure + Indicates use or applicability of Technical measure + 2022-02-09 accepted - Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - Certification and Seal - Certifications, seals, and marks indicating compliance to regulations or practices + Staff Training + Practices and policies regarding training of staff members 2019-04-05 accepted Axel Polleres @@ -606,17 +543,17 @@ 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 + + Privacy by Design + Practices regarding incorporating data protection and privacy in the design of information and services + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Paul Ryan + Mark Lizar @@ -632,12 +569,21 @@ 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; - + + 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 Transfer + Encryption of data in transit e.g. when being transferred from one location to another, including sharing 2019-04-05 accepted Axel Polleres @@ -646,12 +592,24 @@ Mark Lizar - + - - Anonymization - Process by which some personal identifiers are removed or identifiability is reduced - + + 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 Rest + Encryption of data when being stored (persistent encryption) 2019-04-05 accepted Axel Polleres @@ -660,35 +618,50 @@ Mark Lizar - + + + + + + + has organisational measure + Indicates use or applicability of Organisational measure + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + - - Privacy Impact Assessment - Carrying out an impact assessment regarding privacy risks - 2020-11-04 + + 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 - Paul Ryan + Mark Lizar - + - - Data Transfer Impact Assessment - Impact Assessment for conducting data transfers - 2021-09-08 + + 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 - + - - Encryption - Technical measures consisting of encryption + + Design Standard + A set of rules or guidelines outlining criterias for design 2019-04-05 accepted Axel Polleres @@ -697,17 +670,17 @@ Mark Lizar - + - - Privacy Notice - Represents a notice or document outlining information regarding privacy - 2021-09-08 + + Regularity of Re-certification + Policy regarding repetition or renewal of existing certification(s) + 2019-04-05 accepted - Georg P Krog - Paul Ryan - David Hickey + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar diff --git a/dpv-owl/modules/technical_organisational_measures.ttl b/dpv-owl/modules/technical_organisational_measures.ttl index d53b25763..44c8cad3b 100644 --- a/dpv-owl/modules/technical_organisational_measures.ttl +++ b/dpv-owl/modules/technical_organisational_measures.ttl @@ -291,31 +291,6 @@ dpvo:RegularityOfRecertification a owl:Class ; rdfs:subClassOf dpvo:OrganisationalMeasure ; sw:term_status "accepted"@en . -dpvo:RiskManagementProcedure a owl:Class ; - rdfs:label "Risk Management Procedure"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Mark Lizar"^^xsd:string, - "Rob Brennan"^^xsd:string ; - dct:description "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."@en ; - dct:source ; - rdfs:comment "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"@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:OrganisationalMeasure ; - sw:term_status "accepted"@en . - -dpvo:RiskMitigationMeasure a owl:Class ; - rdfs:label "Risk Mitigation Measure"@en ; - dct:created "2020-11-04"^^xsd:date ; - dct:creator "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:description "Measures intended to mitigate, minimise, or prevent risk."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:TechnicalOrganisationalMeasure ; - sw:term_status "accepted"@en . - dpvo:SafeguardForDataTransfer a owl:Class ; rdfs:label "Safeguard for Data Transfer"@en ; dct:created "2021-09-22"^^xsd:date ; @@ -593,6 +568,15 @@ dpvo:LegalAgreement a owl:Class ; rdfs:subClassOf dpvo:OrganisationalMeasure ; sw:term_status "accepted"@en . +dpvo:TechnicalOrganisationalMeasure a owl:Class ; + rdfs:label "Technical and Organisational Measure"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Bud Bruegger"^^xsd:string ; + dct:description "The Technical and Organisational measures used."@en ; + dct:modified "2020-11-04"^^xsd:date ; + rdfs:isDefinedBy dpvo: ; + sw:term_status "accepted"@en . + dpvo:hasTechnicalOrganisationalMeasure a rdf:Property, owl:ObjectProperty ; rdfs:label "has technical and organisational measure"@en ; @@ -623,15 +607,6 @@ dpvo:DataProcessingAgreement a owl:Class ; rdfs:subClassOf dpvo:LegalAgreement ; sw:term_status "accepted"@en . -dpvo:TechnicalOrganisationalMeasure a owl:Class ; - rdfs:label "Technical and Organisational Measure"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Bud Bruegger"^^xsd:string ; - dct:description "The Technical and Organisational measures used."@en ; - dct:modified "2020-11-04"^^xsd:date ; - rdfs:isDefinedBy dpvo: ; - sw:term_status "accepted"@en . - dpvo:TechnicalMeasure a owl:Class ; rdfs:label "Technical Measure"@en ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv-owl/proposed.json b/dpv-owl/proposed.json index c385d8476..a623b0415 100644 --- a/dpv-owl/proposed.json +++ b/dpv-owl/proposed.json @@ -1 +1 @@ -{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement"], "risk": ["hasConsequenceOn"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["Patient", "Employee", "Student", "Citizen", "NonCitizen", "Immigrant", "Tourist", "Customer", "Consumer", "User", "JobApplicant", "Visitor", "Member", "Applicant", "Trainees", "Subscriber", "ServiceUsers", "WebsiteVisitors", "Clients", "hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file +{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement"], "context": ["Status", "ActivityStatus", "ActivityProposed", "ActivityOngoing", "ActivityHalted", "ActivityCompleted", "ComplianceStatus", "Compliant", "Incompliant", "PartiallyCompliant", "NotCompliant", "ViolationOfCompliance", "AuditStatus", "AuditApproved", "AuditRejected", "AuditRequested", "hasStatus", "hasComplianceStatus", "hasActivityStatus"], "risk": ["hasConsequenceOn"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["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 471afafaf..022550476 100644 --- a/dpv-pd/dpv-pd.html +++ b/dpv-pd/dpv-pd.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv-pd", title: "DPV-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -913,7 +913,7 @@

            Behavioral

            See Also: - svd:Activity + svd:Activity @@ -1072,7 +1072,7 @@

            Browsing Behavior

            See Also: - svd:OnlineActivity + svd:OnlineActivity @@ -1305,7 +1305,7 @@

            Communications Metadata

            See Also: - svd:Interactive + svd:Interactive @@ -1387,7 +1387,7 @@

            Contact

            See Also: - svd:Physical + svd:Physical @@ -1735,7 +1735,7 @@

            Criminal

            See Also: - svd:Judicial + svd:Judicial @@ -2009,7 +2009,7 @@

            Device Based

            See Also: - svd:Computer + svd:Computer @@ -2932,7 +2932,7 @@

            Financial

            See Also: - svd:Financial + svd:Financial @@ -3356,7 +3356,7 @@

            Health

            See Also: - svd:Health + svd:Health @@ -4122,7 +4122,7 @@

            LinkClicked

            See Also: - svd:Navigation + svd:Navigation @@ -4204,7 +4204,7 @@

            Location

            See Also: - svd:Location + svd:Location @@ -4477,7 +4477,7 @@

            Official ID

            See Also: - svd:Government + svd:Government @@ -4976,7 +4976,7 @@

            PhysicalCharacteristic

            See Also: - svd:Demographic + svd:Demographic @@ -5211,7 +5211,7 @@

            Political Affiliation

            See Also: - svd:Political + svd:Political @@ -5255,7 +5255,7 @@

            Preference

            See Also: - svd:Preference + svd:Preference @@ -5603,7 +5603,7 @@

            Purchase

            See Also: - svd:Purchase + svd:Purchase @@ -6089,7 +6089,7 @@

            Service Consumption Behavior

            Source: - SPECIAL Project + SPECIAL Project @@ -6373,7 +6373,7 @@

            Social Media Communication

            See Also: - svd:Social + svd:Social @@ -6742,7 +6742,7 @@

            TV Viewing Behavior

            Source: - SPECIAL Project + SPECIAL Project @@ -6797,7 +6797,7 @@

            UID

            See Also: - svd:UniqueId + svd:UniqueId diff --git a/dpv-pd/dpv-pd.jsonld b/dpv-pd/dpv-pd.jsonld index e3c838325..48e1dd0ff 100644 --- a/dpv-pd/dpv-pd.jsonld +++ b/dpv-pd/dpv-pd.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-pd#Age", + "@id": "https://w3id.org/dpv/dpv-pd#Disability", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -38,23 +38,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about age" + "@value": "Information about disabilities." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Age" + "@value": "Disability" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalCertification", + "@id": "https://w3id.org/dpv/dpv-pd#CreditRecord", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -92,23 +92,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional certifications" + "@value": "Information about credit record." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Certification" + "@value": "Credit Record" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#Credit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Geographic", + "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -146,23 +146,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 groups and memberships included or associated with a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Geographic" + "@value": "Group Membership" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditCardNumber", + "@id": "https://w3id.org/dpv/dpv-pd#CreditCapacity", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -200,23 +200,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit card number" + "@value": "Information about credit capacity." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Card Number" + "@value": "Credit Capacity" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber" + "@id": "https://w3id.org/dpv/dpv-pd#Credit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditStanding", + "@id": "https://w3id.org/dpv/dpv-pd#Country", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -254,23 +254,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit standing." + "@value": "Information about country e.g. residence, travel." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Standing" + "@value": "Country" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-pd#Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Acquantaince", + "@id": "https://w3id.org/dpv/dpv-pd#Friend", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -308,13 +308,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about acquaintainces in a social network." + "@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": "Acquantaince" + "@value": "Friend" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -324,7 +324,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Password", + "@id": "https://w3id.org/dpv/dpv-pd#DisciplinaryAction", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -362,23 +362,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 disciplinary actions and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Password" + "@value": "Disciplinary Action" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Country", + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -416,23 +416,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about country e.g. residence, travel." + "@value": "Information about health, medical conditions or health care" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "MedicalHealth" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Connection", + "@id": "https://w3id.org/dpv/dpv-pd#FamilyHealthHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -470,23 +473,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 family health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Connection" + "@value": "Family Health History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhilosophicalBelief", + "@id": "https://w3id.org/dpv/dpv-pd#SocialMediaCommunication", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -524,26 +527,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about philosophical beliefs." + "@value": "Information about social media communication, including the communication itself and metadata." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Philosophical Belief" + "@value": "Social Media Communication" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#Communication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalInterview", + "@id": "https://w3id.org/dpv/dpv-pd#Marriage", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -581,23 +586,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional interviews" + "@value": "Information about marriage(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Interview" + "@value": "Marriage" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking", + "@id": "https://w3id.org/dpv/dpv-pd#Username", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -635,23 +640,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 usernames." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tracking" + "@value": "Username" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalEvaluation", + "@id": "https://w3id.org/dpv/dpv-pd#IndividualHealthHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -689,23 +694,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional evaluations" + "@value": "Information about information health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Evaluation" + "@value": "Individual Health History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware", + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardExpiry", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -717,17 +722,8 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ @@ -749,23 +745,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 payment card expiry such as a date." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Software" + "@value": "Payment Card Expiry" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#MACAddress", + "@id": "https://w3id.org/dpv/dpv-pd#ApartmentOwned", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -803,23 +799,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 apartment(s) owned and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MAC Address" + "@value": "Apartment Owned" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Communication", + "@id": "https://w3id.org/dpv/dpv-pd#Character", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -857,23 +853,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information communicated from or to an individual" + "@value": "Information about character in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication" + "@value": "Character" } ], "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#Professional", + "@id": "https://w3id.org/dpv/dpv-pd#SexualHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -911,23 +907,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about educational or professional career" + "@value": "Information about sexual history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional" + "@value": "Sexual History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Credit", + "@id": "https://w3id.org/dpv/dpv-pd#Social", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -965,23 +961,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about reputation with regards to money" + "@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": "Credit" + "@value": "Social" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Name", + "@id": "https://w3id.org/dpv/dpv-pd#Height", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1019,23 +1015,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 physical height" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Name" + "@value": "Height" } ], "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#PrivacyPreference", + "@id": "https://w3id.org/dpv/dpv-pd#Criminal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1073,23 +1069,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about privacy preferences" + "@value": "Information about criminal activity e.g. criminal convictions or jail time" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Preference" + "@value": "Criminal" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Judicial" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Personality", + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1127,23 +1128,28 @@ "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 physical characteristics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personality" + "@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#Demographic", + "@id": "https://w3id.org/dpv/dpv-pd#Proclivitie", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1181,23 +1187,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about demography and demographic characteristics" + "@value": "Information about proclivities in a sexual context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Demographic" + "@value": "Proclivitie" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Fingerprint", + "@id": "https://w3id.org/dpv/dpv-pd#Tax", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1235,23 +1241,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about fingerprint used for biometric purposes." + "@value": "Information about financial tax e.g. tax records or tax due" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fingerprint" + "@value": "Tax" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PINCode", + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1289,23 +1295,28 @@ "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 Behavior or activity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "PIN Code" + "@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#Authenticating" + "@id": "https://w3id.org/dpv/dpv-pd#External" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Prescription", + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1313,20 +1324,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": [ @@ -1343,23 +1351,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about medical and pharmaceutical prescriptions" + "@value": "Information about payment card number." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Prescription" + "@value": "Payment Card Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DNACode", + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1397,23 +1408,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about DNA." + "@value": "Information about family and familial structure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "DNA Code" + "@value": "Family Structure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#Family" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#IPAddress", + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteFood", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1451,18 +1462,18 @@ "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 favorite food." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "IP Address" + "@value": "Favorite Food" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-pd#Favorite" } ] }, @@ -1521,7 +1532,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior", + "@id": "https://w3id.org/dpv/dpv-pd#Religion", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1529,20 +1540,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://www.specialprivacy.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1559,23 +1570,26 @@ "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 religion, religious inclinations, and religious history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Consumption Behavior" + "@value": "Religion" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SexualHistory", + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1613,77 +1627,156 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexual history" + "@value": "Information about devices" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual History" + "@value": "Device Based" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Computer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-pd#Tracking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalHealth", + "@id": "https://w3id.org/dpv/dpv-pd", "@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-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-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-04-02" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Information about physical health." + "@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": "Physical Health" + "@value": "DPV-PD: Personal Data Extension for DPV" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Health" + "@value": "dpv-pd" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/dpv-pd" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.6" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Gender", + "@id": "https://w3id.org/dpv/dpv-pd#Language", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1721,23 +1814,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about gender" + "@value": "Information about language and lingual history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gender" + "@value": "Language" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SexualPreference", + "@id": "https://w3id.org/dpv/dpv-pd#Parent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1775,23 +1868,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexual preferences" + "@value": "Information about parent(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual Preference" + "@value": "Parent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceApplications", + "@id": "https://w3id.org/dpv/dpv-pd#Interest", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1799,26 +1892,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": [ @@ -1835,23 +1922,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 interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Applications" + "@value": "Interest" } ], "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#SocialMediaCommunication", + "@id": "https://w3id.org/dpv/dpv-pd#EthnicOrigin", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1889,28 +1976,26 @@ "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 ethnic origin" } ], "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": "http://www.specialprivacy.eu/vocabs/data#Social" + "@value": "Ethnic Origin" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Salary", + "@id": "https://w3id.org/dpv/dpv-pd#Biometric", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1948,23 +2033,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about salary" + "@value": "Information about biometrics and biometric characteristics." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Salary" + "@value": "Biometric" } ], "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#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteColor", + "@id": "https://w3id.org/dpv/dpv-pd#Ownership", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2002,23 +2090,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite color." + "@value": "Information about ownership and history, including renting, borrowing, possessions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Color" + "@value": "Ownership" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-pd#Financial" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Intention", + "@id": "https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2056,23 +2144,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about intentions" + "@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": "Intention" + "@value": "Purchases and Spending Habit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional", + "@id": "https://w3id.org/dpv/dpv-pd#Tracking", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2110,23 +2198,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about a purchasing, spending or income" + "@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": "Transactional" + "@value": "Tracking" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Financial" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Sibling", + "@id": "https://w3id.org/dpv/dpv-pd#Transaction", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2164,23 +2252,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sibling(s)." + "@value": "Information about financial transactions e.g. bank transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sibling" + "@value": "Transaction" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Reference", + "@id": "https://w3id.org/dpv/dpv-pd#MaritalStatus", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2218,23 +2306,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about references in the professional context" + "@value": "Information about marital status and history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Reference" + "@value": "Marital Status" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Divorce", + "@id": "https://w3id.org/dpv/dpv-pd#Demographic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2272,23 +2360,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about divorce(s)." + "@value": "Information about demography and demographic characteristics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Divorce" + "@value": "Demographic" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-pd#External" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Dislike", + "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2326,23 +2414,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about dislikes or preferences regarding repulsions." + "@value": "Information about financial account identifier." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dislike" + "@value": "Account Identifier" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual", + "@id": "https://w3id.org/dpv/dpv-pd#PrivacyPreference", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2380,26 +2468,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexuality and sexual history" + "@value": "Information about privacy preferences" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual" + "@value": "Privacy Preference" } ], "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#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyHealthHistory", + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2437,23 +2522,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family health history." + "@value": "Information about Email address." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family Health History" + "@value": "Email Address" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-pd#Contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Sale", + "@id": "https://w3id.org/dpv/dpv-pd#PersonalPossession", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2491,23 +2576,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 personal possessions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sale" + "@value": "Personal Possession" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#Ownership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BloodType", + "@id": "https://w3id.org/dpv/dpv-pd#Weight", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2545,23 +2630,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about blood type." + "@value": "Information about physical weight" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Blood Type" + "@value": "Weight" } ], "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#Accent", + "@id": "https://w3id.org/dpv/dpv-pd#IPAddress", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2599,23 +2684,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about linguistic and speech accents." + "@value": "Information about the Internet protocol (IP) address of a device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Accent" + "@value": "IP Address" } ], "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#Race", + "@id": "https://w3id.org/dpv/dpv-pd#SexualPreference", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2653,26 +2738,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about race or racial history." + "@value": "Information about sexual preferences" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Race" + "@value": "Sexual Preference" } ], "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#Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#OfficialID", + "@id": "https://w3id.org/dpv/dpv-pd#PhilosophicalBelief", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2710,28 +2792,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about an official identifier or identification document" + "@value": "Information about philosophical beliefs." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Official ID" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Government" + "@value": "Philosophical Belief" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Retina", + "@id": "https://w3id.org/dpv/dpv-pd#Fetish", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2769,23 +2849,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about retina and the retinal patterns." + "@value": "Information an individual's sexual fetishes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retina" + "@value": "Fetish" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-pd#Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount", + "@id": "https://w3id.org/dpv/dpv-pd#AuthenticationHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2793,20 +2873,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": [ @@ -2823,23 +2900,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial accounts." + "@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": "Financial Account" + "@value": "Authentication History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#HairColor", + "@id": "https://w3id.org/dpv/dpv-pd#CarOwned", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2877,23 +2954,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about hair color" + "@value": "Information about cars ownership and ownership history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hair Color" + "@value": "Car Owned" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Ownership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Social", + "@id": "https://w3id.org/dpv/dpv-pd#CreditScore", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2931,23 +3008,23 @@ "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 credit score." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social" + "@value": "Credit Score" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness", + "@id": "https://w3id.org/dpv/dpv-pd#Race", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2985,23 +3062,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit worthiness." + "@value": "Information about race or racial history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Worthiness" + "@value": "Race" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Relationship", + "@id": "https://w3id.org/dpv/dpv-pd#ReligiousBelief", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3039,23 +3119,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about relationships and relationship history." + "@value": "Information about religion and religious beliefs." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relationship" + "@value": "Religious Belief" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Opinion", + "@id": "https://w3id.org/dpv/dpv-pd#OfficialID", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3093,23 +3176,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about opinions" + "@value": "Information about an official identifier or identification document" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Opinion" + "@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#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#External", + "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3117,20 +3205,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": [ @@ -3147,23 +3241,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about external characteristics that can be observed" + "@value": "Information about software on or related to a device." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "External" + "@value": "Device Software" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Disability", + "@id": "https://w3id.org/dpv/dpv-pd#Health", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3201,13 +3295,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about disabilities." + "@value": "Information about health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disability" + "@value": "Health" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Health" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -3217,7 +3316,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem", + "@id": "https://w3id.org/dpv/dpv-pd#DeviceApplications", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3229,15 +3328,15 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" }, + { + "@value": "Georg P Krog" + }, { "@value": "Paul Ryan" } @@ -3261,13 +3360,13 @@ "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 applications or application-like software on a device." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Operating System" + "@value": "Device Applications" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -3277,7 +3376,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Location", + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalTrait", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3315,28 +3414,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location" + "@value": "Information about defining traits or features regarding the body." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Location" + "@value": "Physical Trait" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-pd#Demographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#GeneralReputation", + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalAddress", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3374,23 +3468,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about reputation in the public sphere" + "@value": "Information about physical address." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "General Reputation" + "@value": "Physical Address" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#Contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#EmailContent", + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalCertification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3428,23 +3522,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 professional certifications" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Email Content" + "@value": "Professional Certification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Authenticating", + "@id": "https://w3id.org/dpv/dpv-pd#DNACode", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3482,23 +3576,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about authentication and information used for authenticating" + "@value": "Information about DNA." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authenticating" + "@value": "DNA Code" } ], "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#CallLog", + "@id": "https://w3id.org/dpv/dpv-pd#Income", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3536,23 +3630,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 financial income e.g. for individual or household or family" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Call Log" + "@value": "Income" } ], "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#Language", + "@id": "https://w3id.org/dpv/dpv-pd#Attitude", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3590,23 +3684,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about language and lingual history." + "@value": "Information about attitude." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Language" + "@value": "Attitude" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Tattoo", + "@id": "https://w3id.org/dpv/dpv-pd#Location", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3644,23 +3738,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about tattoos" + "@value": "Information about location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tattoo" + "@value": "Location" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Location" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Tracking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Fetish", + "@id": "https://w3id.org/dpv/dpv-pd#Name", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3698,23 +3797,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information an individual's sexual fetishes" + "@value": "Information about names associated or used as given name or nickname." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fetish" + "@value": "Name" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#School", + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3752,23 +3851,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 friends or connections expressed as a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "School" + "@value": "Social Network" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#WorkHistory", + "@id": "https://w3id.org/dpv/dpv-pd#SocialStatus", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3806,23 +3905,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about work history in a professional context" + "@value": "Information about social status" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Work History" + "@value": "Social Status" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#VoiceMail", + "@id": "https://w3id.org/dpv/dpv-pd#PoliticalAffiliation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3860,23 +3959,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about voice mail messages." + "@value": "Information about political affiliation and history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Voice Mail" + "@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#Communication" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditRecord", + "@id": "https://w3id.org/dpv/dpv-pd#MentalHealth", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3914,23 +4021,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit record." + "@value": "Information about mental health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Record" + "@value": "Mental Health" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-pd#Health" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PersonalPossession", + "@id": "https://w3id.org/dpv/dpv-pd#Dislike", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3968,23 +4075,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about personal possessions." + "@value": "Information about dislikes or preferences regarding repulsions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Possession" + "@value": "Dislike" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-pd#Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CommunicationsMetadata", + "@id": "https://w3id.org/dpv/dpv-pd#HairColor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4022,28 +4129,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about communication metadata in the public sphere" + "@value": "Information about hair color" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communications Metadata" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Interactive" + "@value": "Hair Color" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Marriage", + "@id": "https://w3id.org/dpv/dpv-pd#Accent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4081,23 +4183,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about marriage(s)." + "@value": "Information about linguistic and speech accents." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marriage" + "@value": "Accent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-pd#Language" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Association", + "@id": "https://w3id.org/dpv/dpv-pd#Sibling", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4135,23 +4237,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 sibling(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Association" + "@value": "Sibling" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#LifeHistory", + "@id": "https://w3id.org/dpv/dpv-pd#Family", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4189,23 +4291,23 @@ "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 family and relationships" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Life History" + "@value": "Family" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Historical" + "@id": "https://w3id.org/dpv/dpv-pd#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Offspring", + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalEvaluation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4243,23 +4345,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about offspring(s)." + "@value": "Information about professional evaluations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Offspring" + "@value": "Professional Evaluation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork", + "@id": "https://w3id.org/dpv/dpv-pd#MACAddress", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4297,23 +4399,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 the Media Access Control (MAC) address of a device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Network" + "@value": "MAC Address" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Height", + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccountNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4351,23 +4453,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical height" + "@value": "Information about financial account number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Height" + "@value": "Financial Account Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Transaction", + "@id": "https://w3id.org/dpv/dpv-pd#Interaction", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4405,23 +4507,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial transactions e.g. bank transfers" + "@value": "Information about interactions in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transaction" + "@value": "Interaction" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Biometric", + "@id": "https://w3id.org/dpv/dpv-pd#DrugTestResult", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4459,26 +4561,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about biometrics and biometric characteristics." + "@value": "Information about drug test results." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Biometric" + "@value": "Drug Test Result" } ], "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#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#IncomeBracket", + "@id": "https://w3id.org/dpv/dpv-pd#Contact", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4516,23 +4615,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about income bracket." + "@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": "Income Bracket" + "@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#Demographic" + "@id": "https://w3id.org/dpv/dpv-pd#Tracking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#LoanRecord", + "@id": "https://w3id.org/dpv/dpv-pd#Fingerprint", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4570,23 +4674,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 fingerprint used for biometric purposes." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Loan Record" + "@value": "Fingerprint" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#Biometric" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Demeanor", + "@id": "https://w3id.org/dpv/dpv-pd#Geographic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4624,23 +4728,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about demeanor." + "@value": "Information about location or based on geography (e.g. home address)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Demeanor" + "@value": "Geographic" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#Demographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BrowserFingerprint", + "@id": "https://w3id.org/dpv/dpv-pd#School", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4678,23 +4782,23 @@ "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 school such as name of school, conduct, or grades obtained." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Browser Fingerprint" + "@value": "School" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardExpiry", + "@id": "https://w3id.org/dpv/dpv-pd#BrowserFingerprint", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4702,17 +4806,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": [ @@ -4729,23 +4836,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 the web browser which is used as a 'fingerprint'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card Expiry" + "@value": "Browser Fingerprint" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory", + "@id": "https://w3id.org/dpv/dpv-pd#CreditStanding", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4783,23 +4890,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about employment history" + "@value": "Information about credit standing." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Employment History" + "@value": "Credit Standing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#Credit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying", + "@id": "https://w3id.org/dpv/dpv-pd#Reference", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4837,23 +4944,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 references in the professional context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identifying" + "@value": "Reference" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalTrait", + "@id": "https://w3id.org/dpv/dpv-pd#Picture", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4891,23 +4998,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 visual representation or image e.g. profile photo." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Trait" + "@value": "Picture" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalConviction", + "@id": "https://w3id.org/dpv/dpv-pd#BloodType", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4945,23 +5052,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal convictions." + "@value": "Information about blood type." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Conviction" + "@value": "Blood Type" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#RoomNumber", + "@id": "https://w3id.org/dpv/dpv-pd#Transactional", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4999,23 +5106,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 a purchasing, spending or income" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Room Number" + "@value": "Transactional" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-pd#Financial" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Tax", + "@id": "https://w3id.org/dpv/dpv-pd#Salary", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5053,23 +5160,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 salary" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tax" + "@value": "Salary" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Income", + "@id": "https://w3id.org/dpv/dpv-pd#Identifying", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5107,23 +5214,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 that uniquely or semi-uniquely identifies an individual or a group" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Income" + "@value": "Identifying" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#External" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#EthnicOrigin", + "@id": "https://w3id.org/dpv/dpv-pd#CallLog", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5161,26 +5268,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ethnic origin" + "@value": "Information about the calls that an individual has made." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethnic Origin" + "@value": "Call Log" } ], "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#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#HealthRecord", + "@id": "https://w3id.org/dpv/dpv-pd#PINCode", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5218,23 +5322,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health record." + "@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": "Health Record" + "@value": "PIN Code" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Picture", + "@id": "https://w3id.org/dpv/dpv-pd#Gender", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5272,23 +5376,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 gender" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Picture" + "@value": "Gender" } ], "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#ReligiousBelief", + "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5326,26 +5430,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about religion and religious beliefs." + "@value": "Information about health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Religious Belief" + "@value": "Health History" } ], "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#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Interaction", + "@id": "https://w3id.org/dpv/dpv-pd#LinkClicked", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5383,23 +5484,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about interactions in the public sphere" + "@value": "Information about the links that an individual has clicked." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Interaction" + "@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#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal", + "@id": "https://w3id.org/dpv/dpv-pd#Credit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5437,28 +5543,77 @@ "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 reputation with regards to money" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal" + "@value": "Credit" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalInterview", + "@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 interviews" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/data#Judicial" + "@language": "en", + "@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#SkinTone", + "@id": "https://w3id.org/dpv/dpv-pd#Sale", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5496,23 +5651,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about skin tone" + "@value": "Information about sales e.g. selling of goods or services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Skin Tone" + "@value": "Sale" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory", + "@id": "https://w3id.org/dpv/dpv-pd#IncomeBracket", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5550,23 +5705,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health history." + "@value": "Information about income bracket." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health History" + "@value": "Income Bracket" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#Demographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Family", + "@id": "https://w3id.org/dpv/dpv-pd#Divorce", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5604,23 +5759,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family and relationships" + "@value": "Information about divorce(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family" + "@value": "Divorce" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber", + "@id": "https://w3id.org/dpv/dpv-pd#External", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5628,17 +5783,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": [ @@ -5655,26 +5813,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card number." + "@value": "Information about external characteristics that can be observed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card Number" + "@value": "External" } ], "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#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure", + "@id": "https://w3id.org/dpv/dpv-pd#Intention", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5712,23 +5867,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family and familial structure." + "@value": "Information about intentions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family Structure" + "@value": "Intention" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-pd#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingReferral", + "@id": "https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5742,6 +5897,15 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ @@ -5763,23 +5927,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 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": "Browsing Referral" + "@value": "Device Operating System" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#GPSCoordinate", + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5817,23 +5981,23 @@ "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 authentication and information used for authenticating" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GPS Coordinate" + "@value": "Authenticating" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-pd#Internal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard", + "@id": "https://w3id.org/dpv/dpv-pd#Tattoo", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5841,17 +6005,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": [ @@ -5868,23 +6035,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 tattoos" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card" + "@value": "Tattoo" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership", + "@id": "https://w3id.org/dpv/dpv-pd#CriminalCharge", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5922,23 +6089,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ownership and history, including renting, borrowing, possessions." + "@value": "Information about criminal charges." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ownership" + "@value": "Criminal Charge" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-pd#Criminal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Purchase", + "@id": "https://w3id.org/dpv/dpv-pd#SecretText", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5976,28 +6143,23 @@ "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 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": "Purchase" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Purchase" + "@value": "Secret Text" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress", + "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6035,23 +6197,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about Email address." + "@value": "Information about house(s) owned and ownership history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Email Address" + "@value": "House Owned" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-pd#Ownership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteFood", + "@id": "https://w3id.org/dpv/dpv-pd#LifeHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6089,145 +6251,77 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite food." + "@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": "Favorite Food" + "@value": "Life History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-pd#Historical" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd", + "@id": "https://w3id.org/dpv/dpv-pd#Relationship", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/abstract": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "DPV-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": [ + "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" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "Georg P Krog" - }, - { - "@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" + "@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-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" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "accepted" } ], - "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": "dpv-pd" + "@value": "Information about relationships and relationship history." } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "https://w3id.org/dpv/dpv-pd" + "@language": "en", + "@value": "Relationship" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "0.5" + "@id": "https://w3id.org/dpv/dpv-pd#Family" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Internal", + "@id": "https://w3id.org/dpv/dpv-pd#Personality", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6265,23 +6359,23 @@ "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 personality (e.g., categorization in terms of the Big Five personality traits)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal" + "@value": "Personality" } ], "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#Attitude", + "@id": "https://w3id.org/dpv/dpv-pd#Dialect", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6319,23 +6413,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about attitude." + "@value": "Information about linguistic dialects." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Attitude" + "@value": "Dialect" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#Language" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit", + "@id": "https://w3id.org/dpv/dpv-pd#Acquantaince", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6373,23 +6467,23 @@ "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 acquaintainces in a social network." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchases and Spending Habit" + "@value": "Acquantaince" } ], "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#Contact", + "@id": "https://w3id.org/dpv/dpv-pd#TelephoneNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6427,28 +6521,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 telephone number." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contact" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Physical" + "@value": "Telephone Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-pd#Contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Username", + "@id": "https://w3id.org/dpv/dpv-pd#Favorite", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6486,23 +6575,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about usernames." + "@value": "Information about favorites" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Username" + "@value": "Favorite" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-pd#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BankAccount", + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteColor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6540,23 +6629,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about bank accounts." + "@value": "Information about favorite color." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bank Account" + "@value": "Favorite Color" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-pd#Favorite" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Job", + "@id": "https://w3id.org/dpv/dpv-pd#Financial", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6594,23 +6683,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional jobs" + "@value": "Information about finance including monetary characteristics and transactions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Job" + "@value": "Financial" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Piercing", + "@id": "https://w3id.org/dpv/dpv-pd#Password", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6648,23 +6742,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about piercings" + "@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": "Piercing" + "@value": "Password" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity", + "@id": "https://w3id.org/dpv/dpv-pd#UID", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6702,23 +6796,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ethnic origins and lineage" + "@value": "Information about unique identifiers." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethnicity" + "@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#External" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#MentalHealth", + "@id": "https://w3id.org/dpv/dpv-pd#Thought", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6756,23 +6855,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about mental health." + "@value": "Information about thoughts" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mental Health" + "@value": "Thought" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier", + "@id": "https://w3id.org/dpv/dpv-pd#HealthRecord", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6810,23 +6909,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial account identifier." + "@value": "Information about health record." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Identifier" + "@value": "Health Record" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite", + "@id": "https://w3id.org/dpv/dpv-pd#Offspring", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6864,23 +6963,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorites" + "@value": "Information about offspring(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite" + "@value": "Offspring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Thought", + "@id": "https://w3id.org/dpv/dpv-pd#GeneralReputation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6918,23 +7017,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about thoughts" + "@value": "Information about reputation in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thought" + "@value": "General Reputation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Like", + "@id": "https://w3id.org/dpv/dpv-pd#CreditCardNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6972,23 +7071,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about likes or preferences regarding attractions." + "@value": "Information about credit card number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Like" + "@value": "Credit Card Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ApartmentOwned", + "@id": "https://w3id.org/dpv/dpv-pd#Sexual", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7026,23 +7125,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about apartment(s) owned and its history" + "@value": "Information about sexuality and sexual history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Apartment Owned" + "@value": "Sexual" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned" + "@id": "https://w3id.org/dpv/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PoliticalAffiliation", + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7080,31 +7182,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about political affiliation and history" + "@value": "Information about knowledge and beliefs" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Political Affiliation" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Political" + "@value": "Knowledge and Beliefs" } ], "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#Internal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth", + "@id": "https://w3id.org/dpv/dpv-pd#Professional", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7142,26 +7236,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health, medical conditions or health care" + "@value": "Information about educational or professional career" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MedicalHealth" + "@value": "Professional" } ], "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#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DisciplinaryAction", + "@id": "https://w3id.org/dpv/dpv-pd#Prescription", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7199,23 +7290,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about disciplinary actions and its history" + "@value": "Information about medical and pharmaceutical prescriptions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disciplinary Action" + "@value": "Prescription" } ], "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#PhysicalCharacteristic", + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7253,545 +7344,465 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical characteristics" + "@value": "Information about public life" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "PhysicalCharacteristic" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Demographic" + "@value": "Public Life" } ], "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#PersonalDataConcepts", + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity", "@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" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Acquantaince" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Age" - }, + "@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#ApartmentOwned" - }, + "@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#Association" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Attitude" - }, + "@language": "en", + "@value": "Information about ethnic origins and lineage" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" - }, + "@language": "en", + "@value": "Ethnicity" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#AuthenticationHistory" - }, + "@id": "https://w3id.org/dpv/dpv-pd#External" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#GPSCoordinate", + "@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#BankAccount" - }, + "@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#Behavioral" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Biometric" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#BloodType" - }, + "@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#BrowserFingerprint" - }, + "@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#BrowsingBehavior" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingReferral" - }, + "@language": "en", + "@value": "Information about location expressed using Global Position System coordinates (GPS)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CallLog" - }, + "@language": "en", + "@value": "GPS Coordinate" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CarOwned" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Location" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory", + "@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#Character" - }, + "@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#Communication" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#CommunicationsMetadata" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Connection" - }, + "@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#Contact" - }, + "@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#Country" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" - }, + "@language": "en", + "@value": "Information about employment history" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditCapacity" - }, + "@language": "en", + "@value": "Employment History" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditCardNumber" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Professional" + } + ] + }, + { + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditRecord" - }, + "@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#CreditScore" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditStanding" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness" - }, + "@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#Criminal" - }, + "@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#CriminalCharge" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalConviction" - }, + "@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-pd#CriminalPardon" - }, + "@language": "en", + "@value": "Association" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Demeanor" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Demographic" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceApplications" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Dialect" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Disability" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#DisciplinaryAction" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Dislike" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Divorce" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#DNACode" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#DrugTestResult" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#EmailContent" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#EthnicOrigin" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#External" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Family" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyHealthHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteColor" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteFood" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteMusic" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Fetish" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Financial" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccountNumber" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Fingerprint" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Friend" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Gender" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#GeneralReputation" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Geographic" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#GPSCoordinate" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#HairColor" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Health" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#HealthRecord" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Height" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Historical" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Income" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#IncomeBracket" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#IndividualHealthHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Intention" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Interaction" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Interest" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Internal" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#IPAddress" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Job" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Language" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#LifeHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Like" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#LinkClicked" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#LoanRecord" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Location" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#MACAddress" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#MaritalStatus" - }, - { - "@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#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#SocialNetwork" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Piercing", + "@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#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-pd#PaymentCard" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardExpiry" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/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-pd#Personality" - }, + "@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#PersonalPossession" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhilosophicalBelief" - }, + "@language": "en", + "@value": "Information about piercings" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalAddress" - }, + "@language": "en", + "@value": "Piercing" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { "@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#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#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#EmailContent", + "@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#RoomNumber" - }, + "@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#Salary" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Sale" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#School" - }, + "@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#SecretText" - }, + "@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#ServiceConsumptionBehavior" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" - }, + "@language": "en", + "@value": "Information about the contents of Emails sent or received" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SexualHistory" - }, + "@language": "en", + "@value": "Email Content" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SexualPreference" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Communication" + } + ] + }, + { + "@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#Sibling" - }, + "@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#SkinTone" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Social" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialMediaCommunication" - }, + "@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#SocialNetwork" - }, + "@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#SocialStatus" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tattoo" - }, + "@language": "en", + "@value": "Information about preferences or interests" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tax" - }, + "@language": "en", + "@value": "Preference" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-pd#TelephoneNumber" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Thought" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Internal" + } + ] + }, + { + "@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#Tracking" - }, + "@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#Transaction" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#TVViewingBehavior" - }, + "@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#UID" - }, + "@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#Username" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#VoiceCommunicationRecording" - }, + "@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#VoiceMail" - }, + "@language": "en", + "@value": "Purchase" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Weight" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Purchase" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#WorkHistory" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#MaritalStatus", + "@id": "https://w3id.org/dpv/dpv-pd#CriminalPardon", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7829,23 +7840,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about marital status and history" + "@value": "Information about criminal pardons." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marital Status" + "@value": "Criminal Pardon" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#Criminal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Proclivitie", + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteMusic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7883,23 +7894,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about proclivities in a sexual context" + "@value": "Information about favorite music." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Proclivitie" + "@value": "Favorite Music" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-pd#Favorite" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership", + "@id": "https://w3id.org/dpv/dpv-pd#Retina", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7937,23 +7948,23 @@ "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 retina and the retinal patterns." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Group Membership" + "@value": "Retina" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-pd#Biometric" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Preference", + "@id": "https://w3id.org/dpv/dpv-pd#Historical", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7991,28 +8002,77 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about preferences or interests" + "@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": "Preference" + "@value": "Historical" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#PersonalData" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#TVViewingBehavior", + "@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": "http://www.specialprivacy.eu/vocabs/data#Preference" + "@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 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": "TV Viewing Behavior" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral", + "@id": "https://w3id.org/dpv/dpv-pd#Job", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8050,28 +8110,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about Behavior or activity" + "@value": "Information about professional jobs" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Behavioral" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Activity" + "@value": "Job" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Health", + "@id": "https://w3id.org/dpv/dpv-pd#VoiceMail", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8109,28 +8164,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health." + "@value": "Information about voice mail messages." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Health" + "@value": "Voice Mail" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#Communication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#UID", + "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8168,28 +8218,77 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about unique identifiers." + "@value": "Information about credit worthiness." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "UID" + "@value": "Credit Worthiness" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Credit" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior", + "@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/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 consumption of a service, e.g. time and duration of consumption." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/data#UniqueId" + "@language": "en", + "@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#CriminalPardon", + "@id": "https://w3id.org/dpv/dpv-pd#Communication", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8227,23 +8326,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal pardons." + "@value": "Information communicated from or to an individual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Pardon" + "@value": "Communication" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-pd#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalAddress", + "@id": "https://w3id.org/dpv/dpv-pd#Age", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8281,23 +8380,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical address." + "@value": "Information about age" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Address" + "@value": "Age" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief", + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8335,23 +8434,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about knowledge and beliefs" + "@value": "Information about financial accounts." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Knowledge and Beliefs" + "@value": "Financial Account" } ], "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#TVViewingBehavior", + "@id": "https://w3id.org/dpv/dpv-pd#Connection", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8359,20 +8458,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://www.specialprivacy.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8389,23 +8488,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 about and including connections in a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "TV Viewing Behavior" + "@value": "Connection" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior" + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Dialect", + "@id": "https://w3id.org/dpv/dpv-pd#WorkHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8443,23 +8542,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about linguistic dialects." + "@value": "Information about work history in a professional context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dialect" + "@value": "Work History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Language" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditScore", + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalHealth", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8497,23 +8596,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit score." + "@value": "Information about physical health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Score" + "@value": "Physical Health" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness" + "@id": "https://w3id.org/dpv/dpv-pd#Health" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Weight", + "@id": "https://w3id.org/dpv/dpv-pd#Like", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8551,23 +8650,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical weight" + "@value": "Information about likes or preferences regarding attractions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Weight" + "@value": "Like" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#AuthenticationHistory", + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8575,17 +8674,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": [ @@ -8602,13 +8704,18 @@ "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 browsing Behavior." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication History" + "@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": [ @@ -8618,7 +8725,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Financial", + "@id": "https://w3id.org/dpv/dpv-pd#Demeanor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8656,28 +8763,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about finance including monetary characteristics and transactions" + "@value": "Information about demeanor." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Financial" + "@value": "Demeanor" } ], "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#HouseOwned", + "@id": "https://w3id.org/dpv/dpv-pd#BankAccount", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8715,23 +8817,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about house(s) owned and ownership history." + "@value": "Information about bank accounts." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "House Owned" + "@value": "Bank Account" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Parent", + "@id": "https://w3id.org/dpv/dpv-pd#RoomNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8769,630 +8871,540 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about parent(s)." + "@value": "Information about location expressed as Room number or similar numbering systems" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Parent" + "@value": "Room Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-pd#Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior", + "@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": [ + { + "@value": "Personal Data Concepts" + } + ], + "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" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ApartmentOwned" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Association" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Attitude" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#AuthenticationHistory" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#BankAccount" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Biometric" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#BloodType" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#BrowserFingerprint" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingReferral" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CallLog" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CarOwned" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Character" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Communication" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CommunicationsMetadata" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Connection" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Contact" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Country" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Credit" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CreditCapacity" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CreditCardNumber" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CreditRecord" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CreditScore" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CreditStanding" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CriminalCharge" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CriminalConviction" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CriminalPardon" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Demeanor" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Demographic" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DeviceApplications" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Dialect" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Disability" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DisciplinaryAction" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Dislike" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Divorce" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DNACode" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DrugTestResult" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EmailContent" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EthnicOrigin" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Family" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#FamilyHealthHistory" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Favorite" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteColor" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteFood" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteMusic" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Fetish" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Financial" + }, + { + "@id": "https://w3id.org/dpv/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-pd#FinancialAccountNumber" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Fingerprint" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/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-pd#Gender" + }, { - "@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#GeneralReputation" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Geographic" + }, { - "@language": "en", - "@value": "Information about browsing Behavior." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#GPSCoordinate" + }, { - "@language": "en", - "@value": "Browsing Behavior" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ + "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership" + }, { - "@id": "http://www.specialprivacy.eu/vocabs/data#OnlineActivity" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#HairColor" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" - } - ] - }, - { - "@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#Health" + }, { - "@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#HealthHistory" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#HealthRecord" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Height" + }, { - "@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#Historical" + }, { - "@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#HouseOwned" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + }, { - "@language": "en", - "@value": "Information about financial account number" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#Income" + }, { - "@language": "en", - "@value": "Financial Account Number" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#IncomeBracket" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#DrugTestResult", - "@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#Intention" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Interaction" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Interest" + }, { - "@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#Internal" + }, { - "@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#IPAddress" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Job" + }, { - "@language": "en", - "@value": "Information about drug test results." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + }, { - "@language": "en", - "@value": "Drug Test Result" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Language" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" - } - ] - }, - { - "@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#LifeHistory" + }, { - "@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#Like" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#LinkClicked" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#LoanRecord" + }, { - "@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#Location" + }, { - "@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#MACAddress" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#MaritalStatus" + }, { - "@language": "en", - "@value": "Information about devices" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#Marriage" + }, { - "@language": "en", - "@value": "Device Based" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + }, { - "@id": "http://www.specialprivacy.eu/vocabs/data#Computer" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#MentalHealth" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking" - } - ] - }, - { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-pd#Name" + }, { - "@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#OfficialID" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Offspring" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Opinion" + }, { - "@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#Ownership" + }, { - "@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#Parent" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Password" + }, { - "@language": "en", - "@value": "Information about credit capacity." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" + }, { - "@language": "en", - "@value": "Credit Capacity" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardExpiry" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Historical", - "@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#PaymentCardNumber" + }, { - "@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#Personality" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#PersonalPossession" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#PhilosophicalBelief" + }, { - "@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#PhysicalAddress" + }, { - "@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#PhysicalCharacteristic" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalHealth" + }, { - "@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-pd#PhysicalTrait" + }, { - "@language": "en", - "@value": "Historical" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Picture" + }, { - "@id": "https://w3id.org/dpv#PersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#SocialStatus", - "@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#Piercing" + }, { - "@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#PINCode" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#PoliticalAffiliation" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Preference" + }, { - "@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#Prescription" + }, { - "@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#PrivacyPreference" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Proclivitie" + }, { - "@language": "en", - "@value": "Information about social status" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#Professional" + }, { - "@language": "en", - "@value": "Social Status" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@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#PublicLife" - } - ] - }, - { - "@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": [ + }, { - "@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#Purchase" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Race" + }, { - "@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#Reference" + }, { - "@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#Relationship" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Religion" + }, { - "@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#ReligiousBelief" + }, { - "@language": "en", - "@value": "Religion" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Retina" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#RoomNumber" }, { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteMusic", - "@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#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-pd#Sale" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#School" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/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-pd#ServiceConsumptionBehavior" + }, { - "@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#Sexual" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#SexualHistory" + }, { - "@language": "en", - "@value": "Information about favorite music." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#SexualPreference" + }, { - "@language": "en", - "@value": "Favorite Music" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Sibling" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife", - "@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#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-pd#Social" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#SocialMediaCommunication" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/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-pd#SocialStatus" + }, { - "@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#Tattoo" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Tax" + }, { - "@language": "en", - "@value": "Information about public life" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#TelephoneNumber" + }, { - "@language": "en", - "@value": "Public Life" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Thought" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Social" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#CarOwned", - "@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#Tracking" + }, { - "@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#Transaction" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#TVViewingBehavior" + }, { - "@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#UID" + }, { - "@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#Username" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#VoiceCommunicationRecording" + }, { - "@language": "en", - "@value": "Information about cars ownership and ownership history." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#VoiceMail" + }, { - "@language": "en", - "@value": "Car Owned" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Weight" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-pd#WorkHistory" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#LinkClicked", + "@id": "https://w3id.org/dpv/dpv-pd#LoanRecord", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9430,28 +9442,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 loans, whether applied, provided or rejected, and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "LinkClicked" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Navigation" + "@value": "Loan Record" } ], "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#Interest", + "@id": "https://w3id.org/dpv/dpv-pd#Internal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9489,23 +9496,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about interests" + "@value": "Informatoin about internal characteristics that cannot be seen or observed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Interest" + "@value": "Internal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalCharge", + "@id": "https://w3id.org/dpv/dpv-pd#CommunicationsMetadata", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9543,23 +9550,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal charges." + "@value": "Information about communication metadata in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Charge" + "@value": "Communications Metadata" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#IndividualHealthHistory", + "@id": "https://w3id.org/dpv/dpv-pd#CriminalConviction", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9597,23 +9609,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about information health history." + "@value": "Information about criminal convictions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Individual Health History" + "@value": "Criminal Conviction" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-pd#Criminal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Friend", + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingReferral", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9621,20 +9633,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": [ @@ -9651,23 +9660,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 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": "Friend" + "@value": "Browsing Referral" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#TelephoneNumber", + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9675,20 +9684,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": [ @@ -9705,23 +9711,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about telephone number." + "@value": "Information about payment card such as Credit Card, Debit Card." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Telephone Number" + "@value": "Payment Card" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Character", + "@id": "https://w3id.org/dpv/dpv-pd#SkinTone", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9759,23 +9765,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about character in the public sphere" + "@value": "Information about skin tone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Character" + "@value": "Skin Tone" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SecretText", + "@id": "https://w3id.org/dpv/dpv-pd#Opinion", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9813,18 +9819,18 @@ "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 opinions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secret Text" + "@value": "Opinion" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-pd#Preference" } ] } diff --git a/dpv-pd/dpv-pd.n3 b/dpv-pd/dpv-pd.n3 index 0d8116a3c..f39cca28b 100644 --- a/dpv-pd/dpv-pd.n3 +++ b/dpv-pd/dpv-pd.n3 @@ -4,14 +4,15 @@ @prefix owl: . @prefix rdfs: . @prefix skos: . -@prefix svd: . +@prefix svd: . @prefix sw: . @prefix vann: . @prefix xsd: . a owl:Ontology ; dct:abstract "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; - dct:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "David Hickey", @@ -19,6 +20,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -38,7 +40,7 @@ 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.5"^^xsd:string . + owl:versionInfo "0.6"^^xsd:string . dpv-pd:PersonalDataConcepts a skos:Collection ; dct:title "Personal Data Concepts"^^xsd:string ; @@ -1573,7 +1575,7 @@ dpv-pd:TVViewingBehavior a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; skos:definition "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed"@en ; @@ -1779,7 +1781,7 @@ dpv-pd:ServiceConsumptionBehavior a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; skos:definition "Information about the consumption of a service, e.g. time and duration of consumption."@en ; diff --git a/dpv-pd/dpv-pd.rdf b/dpv-pd/dpv-pd.rdf index 3b82ffcb3..39667c42b 100644 --- a/dpv-pd/dpv-pd.rdf +++ b/dpv-pd/dpv-pd.rdf @@ -9,105 +9,13 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - Sibling - Information about sibling(s). - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Piercing - Information about piercings - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Favorite Music - Information about favorite music. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Health - Information about health. - - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Ethnicity - Information about ethnic origins and lineage - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Credit Record - Information about credit record. - - 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 - - - + - - Loan Record - Information about loans, whether applied, provided or rejected, and its history + + Social Media Communication + Information about social media communication, including the communication itself and metadata. + 2019-06-04 accepted @@ -115,12 +23,12 @@ Fajar Ekaputra - + - - Opinion - Information about opinions + + Professional + Information about educational or professional career 2019-06-04 accepted @@ -128,12 +36,12 @@ Fajar Ekaputra - + - - Mental Health - Information about mental health. + + Weight + Information about physical weight 2019-06-04 accepted @@ -313,25 +221,27 @@ - + - - Telephone Number - Information about telephone number. - - 2019-06-04 + + Device Operating System + Information about the operating system (OS) or system software that manages hardware or software resources. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan - + - - Drug Test Result - Information about drug test results. + + Privacy Preference + Information about privacy preferences 2019-06-04 accepted @@ -339,13 +249,12 @@ Fajar Ekaputra - + - - PhysicalCharacteristic - Information about physical characteristics - + + Work History + Information about work history in a professional context 2019-06-04 accepted @@ -353,12 +262,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-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 + + - - Character - Information about character in the public sphere + + Parent + Information about parent(s). 2019-06-04 accepted @@ -366,13 +309,12 @@ Fajar Ekaputra - + - - Device Based - Information about devices - + + Credit Card Number + Information about credit card number 2019-06-04 accepted @@ -380,12 +322,12 @@ Fajar Ekaputra - + - - Internal - Informatoin about internal characteristics that cannot be seen or observed + + GPS Coordinate + Information about location expressed using Global Position System coordinates (GPS) 2019-06-04 accepted @@ -393,12 +335,12 @@ Fajar Ekaputra - + - - Car Owned - Information about cars ownership and ownership history. + + Health History + Information about health history. 2019-06-04 accepted @@ -406,12 +348,12 @@ Fajar Ekaputra - + - - Interaction - Information about interactions in the public sphere + + Tattoo + Information about tattoos 2019-06-04 accepted @@ -419,12 +361,13 @@ Fajar Ekaputra - + - - Transaction - Information about financial transactions e.g. bank transfers + + + Religious Belief + Information about religion and religious beliefs. 2019-06-04 accepted @@ -432,12 +375,12 @@ Fajar Ekaputra - + - - Country - Information about country e.g. residence, travel. + + Attitude + Information about attitude. 2019-06-04 accepted @@ -445,51 +388,54 @@ Fajar Ekaputra - + - - Payment Card - Information about payment card such as Credit Card, Debit Card. - - 2020-11-04 + + Call Log + Information about the calls that an individual has made. + + 2019-06-04 accepted - Harshvardhan J. Pandit + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Device Applications - Information about applications or application-like software on a device. - - 2020-11-04 + + UID + Information about unique identifiers. + + + 2019-06-04 accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan + 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 + Browsing Behavior + Information about browsing Behavior. + + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Knowledge and Beliefs - Information about knowledge and beliefs + + + Sexual + Information about sexuality and sexual history 2019-06-04 accepted @@ -497,12 +443,12 @@ Fajar Ekaputra - + - - Divorce - Information about divorce(s). + + Prescription + Information about medical and pharmaceutical prescriptions 2019-06-04 accepted @@ -510,12 +456,12 @@ Fajar Ekaputra - + - - Retina - Information about retina and the retinal patterns. + + Interest + Information about interests 2019-06-04 accepted @@ -523,25 +469,26 @@ Fajar Ekaputra - + - - - Payment Card Number - Information about payment card number. - - 2020-11-04 + + + MedicalHealth + Information about health, medical conditions or health care + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - House Owned - Information about house(s) owned and ownership history. + + Disability + Information about disabilities. 2019-06-04 accepted @@ -549,12 +496,12 @@ Fajar Ekaputra - + - - General Reputation - Information about reputation in the public sphere + + Geographic + Information about location or based on geography (e.g. home address) 2019-06-04 accepted @@ -562,12 +509,12 @@ Fajar Ekaputra - + - - Attitude - Information about attitude. + + Income Bracket + Information about income bracket. 2019-06-04 accepted @@ -575,12 +522,12 @@ Fajar Ekaputra - + - Association - Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend + Friend + Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. 2019-06-04 accepted @@ -588,12 +535,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 + + Proclivitie + Information about proclivities in a sexual context 2019-06-04 accepted @@ -601,12 +548,12 @@ Fajar Ekaputra - + - - Favorite Food - Information about favorite food. + + Physical Health + Information about physical health. 2019-06-04 accepted @@ -614,12 +561,12 @@ Fajar Ekaputra - + - - Dialect - Information about linguistic dialects. + + Social Network + Information about friends or connections expressed as a social network 2019-06-04 accepted @@ -627,13 +574,12 @@ Fajar Ekaputra - + - - Preference - Information about preferences or interests - + + Email Content + Information about the contents of Emails sent or received 2019-06-04 accepted @@ -641,13 +587,12 @@ Fajar Ekaputra - + - - Behavioral - Information about Behavior or activity - + + Tax + Information about financial tax e.g. tax records or tax due 2019-06-04 accepted @@ -655,12 +600,13 @@ Fajar Ekaputra - + - - External - Information about external characteristics that can be observed + + + Biometric + Information about biometrics and biometric characteristics. 2019-06-04 accepted @@ -668,12 +614,12 @@ Fajar Ekaputra - + - - Marital Status - Information about marital status and history + + IP Address + Information about the Internet protocol (IP) address of a device 2019-06-04 accepted @@ -681,12 +627,13 @@ Fajar Ekaputra - + - - Room Number - Information about location expressed as Room number or similar numbering systems + + Preference + Information about preferences or interests + 2019-06-04 accepted @@ -694,26 +641,25 @@ Fajar Ekaputra - + - - Service Consumption Behavior - Information about the consumption of a service, e.g. time and duration of consumption. - - 2019-11-26 + + Financial Account Number + Information about financial account number + + 2019-06-04 accepted - Harshvardhan J. Pandit - Rudy Jacob + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - - Philosophical Belief - Information about philosophical beliefs. + + Username + Information about usernames. 2019-06-04 accepted @@ -721,12 +667,13 @@ Fajar Ekaputra - + - - Physical Trait - Information about defining traits or features regarding the body. + + + Ethnic Origin + Information about ethnic origin 2019-06-04 accepted @@ -734,12 +681,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) + + Association + Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend 2019-06-04 accepted @@ -747,12 +694,12 @@ Fajar Ekaputra - + - - Salary - Information about salary + + General Reputation + Information about reputation in the public sphere 2019-06-04 accepted @@ -760,12 +707,12 @@ Fajar Ekaputra - + - - Skin Tone - Information about skin tone + + 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 @@ -773,25 +720,24 @@ Fajar Ekaputra - + - - Tracking - Information used to track an individual or group e.g. location or email - - 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 - + - - Tax - Information about financial tax e.g. tax records or tax due + + Divorce + Information about divorce(s). 2019-06-04 accepted @@ -799,12 +745,12 @@ Fajar Ekaputra - + - - Connection - Information about and including connections in a social network + + Voice Communication Recording + Information about vocal recorded communication (e.g. telephony, VoIP) 2019-06-04 accepted @@ -812,12 +758,24 @@ Fajar Ekaputra - + - - Proclivitie - Information about proclivities in a sexual context + + 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 + + + + + + + Knowledge and Beliefs + Information about knowledge and beliefs 2019-06-04 accepted @@ -825,12 +783,12 @@ Fajar Ekaputra - + - - Family Structure - Information about family and familial structure. + + Dialect + Information about linguistic dialects. 2019-06-04 accepted @@ -838,12 +796,13 @@ Fajar Ekaputra - + - - Physical Address - Information about physical address. + + Device Based + Information about devices + 2019-06-04 accepted @@ -864,12 +823,12 @@ Fajar Ekaputra - + - - Accent - Information about linguistic and speech accents. + + Gender + Information about gender 2019-06-04 accepted @@ -877,12 +836,13 @@ Fajar Ekaputra - + - - Picture - Information about visual representation or image e.g. profile photo. + + + Race + Information about race or racial history. 2019-06-04 accepted @@ -890,13 +850,14 @@ Fajar Ekaputra - + - + - Race - Information about race or racial history. + Political Affiliation + Information about political affiliation and history + 2019-06-04 accepted @@ -904,12 +865,12 @@ Fajar Ekaputra - + - - Financial Account - Information about financial accounts. + + Credit Record + Information about credit record. 2019-06-04 accepted @@ -917,12 +878,12 @@ Fajar Ekaputra - + - - Offspring - Information about offspring(s). + + Sexual Preference + Information about sexual preferences 2019-06-04 accepted @@ -930,44 +891,25 @@ Fajar Ekaputra - - - DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. - Beatriz Esteves - Bert Bos - Bud Bruegger - David Hickey - Elmar Kiesling - Eva Schlehahn - Fajar J. Ekaputra - Georg P Krog - 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.5 + + + + + Criminal Charge + Information about criminal charges. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + - + - - Like - Information about likes or preferences regarding attractions. + + Room Number + Information about location expressed as Room number or similar numbering systems 2019-06-04 accepted @@ -975,12 +917,12 @@ Fajar Ekaputra - + - - Physical Health - Information about physical health. + + External + Information about external characteristics that can be observed 2019-06-04 accepted @@ -988,12 +930,12 @@ Fajar Ekaputra - + - - Geographic - Information about location or based on geography (e.g. home address) + + 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 @@ -1001,12 +943,12 @@ Fajar Ekaputra - + - - Age - Information about age + + Social Status + Information about social status 2019-06-04 accepted @@ -1014,12 +956,13 @@ Fajar Ekaputra - + - - Gender - Information about gender + + Behavioral + Information about Behavior or activity + 2019-06-04 accepted @@ -1027,12 +970,12 @@ Fajar Ekaputra - + - - Credit - Information about reputation with regards to money + + Individual Health History + Information about information health history. 2019-06-04 accepted @@ -1040,12 +983,13 @@ Fajar Ekaputra - + - - Email Content - Information about the contents of Emails sent or received + + LinkClicked + Information about the links that an individual has clicked. + 2019-06-04 accepted @@ -1053,12 +997,12 @@ Fajar Ekaputra - + - - Income - Information about financial income e.g. for individual or household or family + + Telephone Number + Information about telephone number. 2019-06-04 accepted @@ -1066,12 +1010,12 @@ Fajar Ekaputra - + - - Personal Possession - Information about personal possessions. + + DNA Code + Information about DNA. 2019-06-04 accepted @@ -1079,13 +1023,12 @@ Fajar Ekaputra - + - - - Ethnic Origin - Information about ethnic origin + + Criminal Conviction + Information about criminal convictions. 2019-06-04 accepted @@ -1093,12 +1036,12 @@ Fajar Ekaputra - + - - Demographic - Information about demography and demographic characteristics + + Credit Capacity + Information about credit capacity. 2019-06-04 accepted @@ -1106,12 +1049,27 @@ Fajar Ekaputra - + - - Password - Information about password used in the process of authenticating the individual as an user accessing a system. + + 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 + + + + + + + House Owned + Information about house(s) owned and ownership history. 2019-06-04 accepted @@ -1119,12 +1077,12 @@ Fajar Ekaputra - + - - Parent - Information about parent(s). + + Family Structure + Information about family and familial structure. 2019-06-04 accepted @@ -1132,13 +1090,12 @@ Fajar Ekaputra - + - - Sexual - Information about sexuality and sexual history + Ethnicity + Information about ethnic origins and lineage 2019-06-04 accepted @@ -1146,12 +1103,12 @@ Fajar Ekaputra - + - - Fetish - Information an individual's sexual fetishes + + Language + Information about language and lingual history. 2019-06-04 accepted @@ -1159,12 +1116,12 @@ Fajar Ekaputra - + - - Family - Information about family and relationships + + Criminal Pardon + Information about criminal pardons. 2019-06-04 accepted @@ -1172,12 +1129,12 @@ Fajar Ekaputra - + - - Individual Health History - Information about information health history. + + Loan Record + Information about loans, whether applied, provided or rejected, and its history 2019-06-04 accepted @@ -1185,12 +1142,12 @@ Fajar Ekaputra - + - - Tattoo - Information about tattoos + + Blood Type + Information about blood type. 2019-06-04 accepted @@ -1198,13 +1155,12 @@ Fajar Ekaputra - + - - Criminal - Information about criminal activity e.g. criminal convictions or jail time - + + 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 @@ -1212,12 +1168,12 @@ Fajar Ekaputra - + - - Apartment Owned - Information about apartment(s) owned and its history + + Communication + Information communicated from or to an individual 2019-06-04 accepted @@ -1225,12 +1181,12 @@ Fajar Ekaputra - + - - Professional Interview - Information about professional interviews + + Hair Color + Information about hair color 2019-06-04 accepted @@ -1238,13 +1194,12 @@ Fajar Ekaputra - + - - - Religious Belief - Information about religion and religious beliefs. + + Fingerprint + Information about fingerprint used for biometric purposes. 2019-06-04 accepted @@ -1252,12 +1207,12 @@ Fajar Ekaputra - + - - Intention - Information about intentions + + Transactional + Information about a purchasing, spending or income 2019-06-04 accepted @@ -1265,12 +1220,13 @@ Fajar Ekaputra - + - - Professional Certification - Information about professional certifications + + Official ID + Information about an official identifier or identification document + 2019-06-04 accepted @@ -1278,13 +1234,12 @@ Fajar Ekaputra - + - - UID - Information about unique identifiers. - + + Job + Information about professional jobs 2019-06-04 accepted @@ -1292,25 +1247,39 @@ Fajar Ekaputra - + - - TV Viewing Behavior - Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed - - 2019-11-26 + + Tracking + Information used to track an individual or group e.g. location or email + + 2019-06-04 accepted - Harshvardhan J. Pandit - Rudy Jacob + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Criminal Conviction - Information about criminal convictions. + + Criminal + Information about criminal activity e.g. criminal convictions or jail time + + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Age + Information about age 2019-06-04 accepted @@ -1318,13 +1287,13 @@ Fajar Ekaputra - + - - MedicalHealth - Information about health, medical conditions or health care + PhysicalCharacteristic + Information about physical characteristics + 2019-06-04 accepted @@ -1332,12 +1301,12 @@ Fajar Ekaputra - + - - Sexual History - Information about sexual history + + Email Address + Information about Email address. 2019-06-04 accepted @@ -1345,13 +1314,13 @@ Fajar Ekaputra - + - - LinkClicked - Information about the links that an individual has clicked. - + + Health + Information about health. + 2019-06-04 accepted @@ -1359,12 +1328,12 @@ Fajar Ekaputra - + - - Social Network - Information about friends or connections expressed as a social network + + Financial Account + Information about financial accounts. 2019-06-04 accepted @@ -1372,13 +1341,12 @@ Fajar Ekaputra - + - - - Religion - Information about religion, religious inclinations, and religious history. + + Retina + Information about retina and the retinal patterns. 2019-06-04 accepted @@ -1386,12 +1354,12 @@ Fajar Ekaputra - + - - Sale - Information about sales e.g. selling of goods or services + + Country + Information about country e.g. residence, travel. 2019-06-04 accepted @@ -1399,12 +1367,12 @@ Fajar Ekaputra - + - - Identifying - Information that uniquely or semi-uniquely identifies an individual or a group + + Family Health History + Information about family health history. 2019-06-04 accepted @@ -1412,12 +1380,12 @@ Fajar Ekaputra - + - - Hair Color - Information about hair color + + Favorite Music + Information about favorite music. 2019-06-04 accepted @@ -1425,12 +1393,12 @@ Fajar Ekaputra - + - - Credit Capacity - Information about credit capacity. + + Physical Address + Information about physical address. 2019-06-04 accepted @@ -1438,12 +1406,12 @@ Fajar Ekaputra - + - - IP Address - Information about the Internet protocol (IP) address of a device + + Height + Information about physical height 2019-06-04 accepted @@ -1451,12 +1419,12 @@ Fajar Ekaputra - + - - Criminal Charge - Information about criminal charges. + + Demeanor + Information about demeanor. 2019-06-04 accepted @@ -1464,12 +1432,12 @@ Fajar Ekaputra - + - - School - Information about school such as name of school, conduct, or grades obtained. + + Internal + Informatoin about internal characteristics that cannot be seen or observed 2019-06-04 accepted @@ -1477,12 +1445,12 @@ Fajar Ekaputra - + - - Credit Score - Information about credit score. + + 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 @@ -1490,13 +1458,12 @@ Fajar Ekaputra - + - - Location - Information about location - + + Favorite Food + Information about favorite food. 2019-06-04 accepted @@ -1504,13 +1471,12 @@ Fajar Ekaputra - + - - Contact - Information about contacts or used for contacting e.g. email address or phone number - + + MAC Address + Information about the Media Access Control (MAC) address of a device 2019-06-04 accepted @@ -1518,12 +1484,12 @@ Fajar Ekaputra - + - - Credit Card Number - Information about credit card number + + Credit Standing + Information about credit standing. 2019-06-04 accepted @@ -1531,12 +1497,12 @@ Fajar Ekaputra - + - - Call Log - Information about the calls that an individual has made. + + Interaction + Information about interactions in the public sphere 2019-06-04 accepted @@ -1544,12 +1510,12 @@ Fajar Ekaputra - + - - Credit Standing - Information about credit standing. + + Professional Interview + Information about professional interviews 2019-06-04 accepted @@ -1557,13 +1523,12 @@ Fajar Ekaputra - + - - Communications Metadata - Information about communication metadata in the public sphere - + + Professional Evaluation + Information about professional evaluations 2019-06-04 accepted @@ -1571,13 +1536,12 @@ Fajar Ekaputra - + - - - Biometric - Information about biometrics and biometric characteristics. + + Ownership + Information about ownership and history, including renting, borrowing, possessions. 2019-06-04 accepted @@ -1585,12 +1549,12 @@ Fajar Ekaputra - + - - Family Health History - Information about family health history. + + Reference + Information about references in the professional context 2019-06-04 accepted @@ -1598,12 +1562,12 @@ Fajar Ekaputra - + - - Social - Information about social aspects such as family, public life, or professional networks. + + Personality + Information about personality (e.g., categorization in terms of the Big Five personality traits) 2019-06-04 accepted @@ -1611,12 +1575,12 @@ Fajar Ekaputra - + - - Demeanor - Information about demeanor. + + Professional Certification + Information about professional certifications 2019-06-04 accepted @@ -1624,12 +1588,12 @@ Fajar Ekaputra - + - - Public Life - Information about public life + + Sibling + Information about sibling(s). 2019-06-04 accepted @@ -1637,27 +1601,64 @@ Fajar Ekaputra - + - - Device Software - Information about software on or related to a device. + + 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 + + + + + + + + Payment Card Number + Information about payment card number. 2020-11-04 accepted - Harshvardhan J. Pandit - Beatriz Esteves Georg P Krog - Paul Ryan - + - - Favorite Color - Information about favorite color. + + Salary + Information about salary + + 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 + + + + + + + Public Life + Information about public life 2019-06-04 accepted @@ -1665,12 +1666,12 @@ Fajar Ekaputra - + - - Privacy Preference - Information about privacy preferences + + Sexual History + Information about sexual history 2019-06-04 accepted @@ -1678,12 +1679,13 @@ Fajar Ekaputra - + - - GPS Coordinate - Information about location expressed using Global Position System coordinates (GPS) + + Contact + Information about contacts or used for contacting e.g. email address or phone number + 2019-06-04 accepted @@ -1691,13 +1693,12 @@ Fajar Ekaputra - + - - Browsing Behavior - Information about browsing Behavior. - + + Relationship + Information about relationships and relationship history. 2019-06-04 accepted @@ -1705,24 +1706,25 @@ 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 + + Historical + Information about historical data related to or relevant regarding history or past events + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - Sexual Preference - Information about sexual preferences + Fetish + Information an individual's sexual fetishes 2019-06-04 accepted @@ -1730,12 +1732,12 @@ Fajar Ekaputra - + - - Social Status - Information about social status + + Intention + Information about intentions 2019-06-04 accepted @@ -1743,12 +1745,12 @@ Fajar Ekaputra - + - - DNA Code - Information about DNA. + + Physical Trait + Information about defining traits or features regarding the body. 2019-06-04 accepted @@ -1756,41 +1758,37 @@ Fajar Ekaputra - + - - Ownership - Information about ownership and history, including renting, borrowing, possessions. - - 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 - + - - - Political Affiliation - Information about political affiliation and history - - - 2019-06-04 + + Service Consumption Behavior + Information about the consumption of a service, e.g. time and duration of consumption. + + 2019-11-26 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit + Rudy Jacob - + - - Financial - Information about finance including monetary characteristics and transactions - + + Picture + Information about visual representation or image e.g. profile photo. 2019-06-04 accepted @@ -1798,12 +1796,12 @@ Fajar Ekaputra - + - - Voice Communication Recording - Information about vocal recorded communication (e.g. telephony, VoIP) + + Character + Information about character in the public sphere 2019-06-04 accepted @@ -1811,12 +1809,12 @@ Fajar Ekaputra - + - - MAC Address - Information about the Media Access Control (MAC) address of a device + + Identifying + Information that uniquely or semi-uniquely identifies an individual or a group 2019-06-04 accepted @@ -1824,12 +1822,12 @@ Fajar Ekaputra - + - - Professional Evaluation - Information about professional evaluations + + Opinion + Information about opinions 2019-06-04 accepted @@ -1837,12 +1835,12 @@ Fajar Ekaputra - + - - Blood Type - Information about blood type. + + Credit + Information about reputation with regards to money 2019-06-04 accepted @@ -1850,12 +1848,12 @@ Fajar Ekaputra - + - - Personality - Information about personality (e.g., categorization in terms of the Big Five personality traits) + + Accent + Information about linguistic and speech accents. 2019-06-04 accepted @@ -1863,12 +1861,12 @@ Fajar Ekaputra - + - - Prescription - Information about medical and pharmaceutical prescriptions + + Mental Health + Information about mental health. 2019-06-04 accepted @@ -1876,12 +1874,12 @@ Fajar Ekaputra - + - - Transactional - Information about a purchasing, spending or income + + Disciplinary Action + Information about disciplinary actions and its history 2019-06-04 accepted @@ -1889,12 +1887,12 @@ Fajar Ekaputra - + - - Historical - Information about historical data related to or relevant regarding history or past events + + Employment History + Information about employment history 2019-06-04 accepted @@ -1902,12 +1900,13 @@ Fajar Ekaputra - + - - Group Membership - Information about groups and memberships included or associated with a social network + + + Philosophical Belief + Information about philosophical beliefs. 2019-06-04 accepted @@ -1915,12 +1914,12 @@ Fajar Ekaputra - + - - Browser Fingerprint - Information about the web browser which is used as a 'fingerprint' + + Name + Information about names associated or used as given name or nickname. 2019-06-04 accepted @@ -1928,12 +1927,12 @@ Fajar Ekaputra - + - - Employment History - Information about employment history + + Marital Status + Information about marital status and history 2019-06-04 accepted @@ -1941,12 +1940,12 @@ Fajar Ekaputra - + - - Job - Information about professional jobs + + Password + Information about password used in the process of authenticating the individual as an user accessing a system. 2019-06-04 accepted @@ -1954,12 +1953,12 @@ Fajar Ekaputra - + - - Name - Information about names associated or used as given name or nickname. + + Browser Fingerprint + Information about the web browser which is used as a 'fingerprint' 2019-06-04 accepted @@ -1967,12 +1966,28 @@ Fajar Ekaputra - + - - Username - Information about usernames. + + 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 + + + + + + + Financial + Information about finance including monetary characteristics and transactions + 2019-06-04 accepted @@ -1980,12 +1995,12 @@ Fajar Ekaputra - + - Work History - Information about work history in a professional context + School + Information about school such as name of school, conduct, or grades obtained. 2019-06-04 accepted @@ -1993,12 +2008,12 @@ Fajar Ekaputra - + - - Weight - Information about physical weight + + Favorite Color + Information about favorite color. 2019-06-04 accepted @@ -2006,12 +2021,12 @@ Fajar Ekaputra - + - - Fingerprint - Information about fingerprint used for biometric purposes. + + Authenticating + Information about authentication and information used for authenticating 2019-06-04 accepted @@ -2019,13 +2034,12 @@ Fajar Ekaputra - + - - - Official ID - Information about an official identifier or identification document - + + + Credit Worthiness + Information about credit worthiness. 2019-06-04 accepted @@ -2033,12 +2047,12 @@ Fajar Ekaputra - + - - Disciplinary Action - Information about disciplinary actions and its history + + Family + Information about family and relationships 2019-06-04 accepted @@ -2046,12 +2060,12 @@ Fajar Ekaputra - + - - Relationship - Information about relationships and relationship history. + + Income + Information about financial income e.g. for individual or household or family 2019-06-04 accepted @@ -2059,12 +2073,12 @@ Fajar Ekaputra - + - - Financial Account Number - Information about financial account number + + Drug Test Result + Information about drug test results. 2019-06-04 accepted @@ -2072,12 +2086,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. + + Communications Metadata + Information about communication metadata in the public sphere + 2019-06-04 accepted @@ -2085,12 +2100,12 @@ Fajar Ekaputra - + - - Language - Information about language and lingual history. + + Health Record + Information about health record. 2019-06-04 accepted @@ -2098,12 +2113,12 @@ Fajar Ekaputra - + - - Interest - Information about interests + + Piercing + Information about piercings 2019-06-04 accepted @@ -2111,12 +2126,13 @@ Fajar Ekaputra - + - - Communication - Information communicated from or to an individual + + Purchase + Information about purchases such as items bought e.g. grocery or clothing + 2019-06-04 accepted @@ -2124,12 +2140,12 @@ Fajar Ekaputra - + - - Friend - Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. + + Personal Possession + Information about personal possessions. 2019-06-04 accepted @@ -2137,12 +2153,12 @@ Fajar Ekaputra - + - - Health History - Information about health history. + + Thought + Information about thoughts 2019-06-04 accepted @@ -2150,27 +2166,25 @@ Fajar Ekaputra - + - - Device Operating System - Information about the operating system (OS) or system software that manages hardware or software resources. - - 2020-11-04 + + Marriage + Information about marriage(s). + + 2019-06-04 accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Dislike - Information about dislikes or preferences regarding repulsions. + + Voice Mail + Information about voice mail messages. 2019-06-04 accepted @@ -2178,12 +2192,12 @@ Fajar Ekaputra - + - - Disability - Information about disabilities. + + Acquantaince + Information about acquaintainces in a social network. 2019-06-04 accepted @@ -2191,12 +2205,13 @@ Fajar Ekaputra - + - - Income Bracket - Information about income bracket. + + Location + Information about location + 2019-06-04 accepted @@ -2204,12 +2219,12 @@ Fajar Ekaputra - + - - Authenticating - Information about authentication and information used for authenticating + + Bank Account + Information about bank accounts. 2019-06-04 accepted @@ -2217,13 +2232,12 @@ Fajar Ekaputra - + - - Social Media Communication - Information about social media communication, including the communication itself and metadata. - + + Dislike + Information about dislikes or preferences regarding repulsions. 2019-06-04 accepted @@ -2231,25 +2245,24 @@ Fajar Ekaputra - + - - Criminal Pardon - Information about criminal pardons. - - 2019-06-04 + + Authentication History + Information about prior authentication and its outcomes such as login attempts or location. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Georg P Krog - + - - Email Address - Information about Email address. + + Skin Tone + Information about skin tone 2019-06-04 accepted @@ -2257,12 +2270,12 @@ Fajar Ekaputra - + - Acquantaince - Information about acquaintainces in a social network. + Group Membership + Information about groups and memberships included or associated with a social network 2019-06-04 accepted @@ -2270,12 +2283,12 @@ Fajar Ekaputra - + - - Health Record - Information about health record. + + Offspring + Information about offspring(s). 2019-06-04 accepted @@ -2283,12 +2296,12 @@ Fajar Ekaputra - + - - Marriage - Information about marriage(s). + + Connection + Information about and including connections in a social network 2019-06-04 accepted @@ -2296,12 +2309,13 @@ Fajar Ekaputra - + - - Voice Mail - Information about voice mail messages. + + + Religion + Information about religion, religious inclinations, and religious history. 2019-06-04 accepted @@ -2309,12 +2323,12 @@ Fajar Ekaputra - + - - Height - Information about physical height + + Demographic + Information about demography and demographic characteristics 2019-06-04 accepted @@ -2335,12 +2349,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. + + Transaction + Information about financial transactions e.g. bank transfers 2019-06-04 accepted @@ -2348,12 +2362,12 @@ Fajar Ekaputra - + - - Reference - Information about references in the professional context + + Sale + Information about sales e.g. selling of goods or services 2019-06-04 accepted @@ -2361,24 +2375,12 @@ Fajar Ekaputra - - - - - Payment Card Expiry - Information about payment card expiry such as a date. - - 2020-11-04 - accepted - Georg P Krog - - - + - - Thought - Information about thoughts + + Credit Score + Information about credit score. 2019-06-04 accepted @@ -2386,12 +2388,12 @@ Fajar Ekaputra - + - - Credit Worthiness - Information about credit worthiness. + + Social + Information about social aspects such as family, public life, or professional networks. 2019-06-04 accepted @@ -2399,12 +2401,12 @@ Fajar Ekaputra - + - - Professional - Information about educational or professional career + + Like + Information about likes or preferences regarding attractions. 2019-06-04 accepted @@ -2412,12 +2414,12 @@ Fajar Ekaputra - + - - Bank Account - Information about bank accounts. + + Car Owned + Information about cars ownership and ownership history. 2019-06-04 accepted diff --git a/dpv-pd/dpv-pd.ttl b/dpv-pd/dpv-pd.ttl index 0d8116a3c..f39cca28b 100644 --- a/dpv-pd/dpv-pd.ttl +++ b/dpv-pd/dpv-pd.ttl @@ -4,14 +4,15 @@ @prefix owl: . @prefix rdfs: . @prefix skos: . -@prefix svd: . +@prefix svd: . @prefix sw: . @prefix vann: . @prefix xsd: . a owl:Ontology ; dct:abstract "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; - dct:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "David Hickey", @@ -19,6 +20,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -38,7 +40,7 @@ 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.5"^^xsd:string . + owl:versionInfo "0.6"^^xsd:string . dpv-pd:PersonalDataConcepts a skos:Collection ; dct:title "Personal Data Concepts"^^xsd:string ; @@ -1573,7 +1575,7 @@ dpv-pd:TVViewingBehavior a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; skos:definition "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed"@en ; @@ -1779,7 +1781,7 @@ dpv-pd:ServiceConsumptionBehavior a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; skos:definition "Information about the consumption of a service, e.g. time and duration of consumption."@en ; diff --git a/dpv-pd/index.html b/dpv-pd/index.html index 471afafaf..022550476 100644 --- a/dpv-pd/index.html +++ b/dpv-pd/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv-pd", title: "DPV-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -913,7 +913,7 @@

            Behavioral

            See Also: - svd:Activity + svd:Activity @@ -1072,7 +1072,7 @@

            Browsing Behavior

            See Also: - svd:OnlineActivity + svd:OnlineActivity @@ -1305,7 +1305,7 @@

            Communications Metadata

            See Also: - svd:Interactive + svd:Interactive @@ -1387,7 +1387,7 @@

            Contact

            See Also: - svd:Physical + svd:Physical @@ -1735,7 +1735,7 @@

            Criminal

            See Also: - svd:Judicial + svd:Judicial @@ -2009,7 +2009,7 @@

            Device Based

            See Also: - svd:Computer + svd:Computer @@ -2932,7 +2932,7 @@

            Financial

            See Also: - svd:Financial + svd:Financial @@ -3356,7 +3356,7 @@

            Health

            See Also: - svd:Health + svd:Health @@ -4122,7 +4122,7 @@

            LinkClicked

            See Also: - svd:Navigation + svd:Navigation @@ -4204,7 +4204,7 @@

            Location

            See Also: - svd:Location + svd:Location @@ -4477,7 +4477,7 @@

            Official ID

            See Also: - svd:Government + svd:Government @@ -4976,7 +4976,7 @@

            PhysicalCharacteristic

            See Also: - svd:Demographic + svd:Demographic @@ -5211,7 +5211,7 @@

            Political Affiliation

            See Also: - svd:Political + svd:Political @@ -5255,7 +5255,7 @@

            Preference

            See Also: - svd:Preference + svd:Preference @@ -5603,7 +5603,7 @@

            Purchase

            See Also: - svd:Purchase + svd:Purchase @@ -6089,7 +6089,7 @@

            Service Consumption Behavior

            Source: - SPECIAL Project + SPECIAL Project @@ -6373,7 +6373,7 @@

            Social Media Communication

            See Also: - svd:Social + svd:Social @@ -6742,7 +6742,7 @@

            TV Viewing Behavior

            Source: - SPECIAL Project + SPECIAL Project @@ -6797,7 +6797,7 @@

            UID

            See Also: - svd:UniqueId + svd:UniqueId diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.html b/dpv-skos/dpv-gdpr/dpv-gdpr.html index a81714e85..fd3283a5b 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.html +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvs-gdpr", title: "DPVS-GDPR: GDPR Extension for DPV-SKOS", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld b/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld index a450f49ad..b55c1717c 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld @@ -1,137 +1,162 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Data_TransfersConcepts", + "@id": "https://w3id.org/dpv-skos/dpv-gdpr", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/abstract": [ { - "@value": "Data_Transfers Concepts" + "@language": "en", + "@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#member": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" + "@value": "Eva Schlehahn" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + "@value": "Simon Steyskal" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" + "@value": "Ramisa Gachpaz Hamed" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers" + "@value": "Bert Bos" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers" + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Piero Bonatti" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-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" ], "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/modified": [ + "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@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/source": [ + "http://purl.org/dc/terms/license": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj" + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" + "@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/source": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/community/dpvcg/" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@language": "en", + "@value": "DPV-GDPR: GDPR Extension for DPV" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@language": "en", - "@value": "protection of the vital interests" + "@value": "dpvs-gdpr" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#" + "@value": "https://w3id.org/dpv-skos/dpv-gdpr" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@language": "en", - "@value": "Art 9(2-c)" + "@value": "0.6" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e", "@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#DataSubjectRight", - "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-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@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" } ], "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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -147,13 +172,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#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" } ], "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": "public interest or official authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -164,15 +192,130 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "Art 6(1-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e", + "@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-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d" + }, + { + "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a", "@type": [ - "https://w3id.org/dpv/dpv-skos#LegalBasis", "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": [ @@ -194,7 +337,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": [ @@ -209,6 +352,9 @@ } ], "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" } @@ -216,7 +362,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": "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": [ @@ -233,29 +379,26 @@ "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#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c", "@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-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": [ @@ -266,7 +409,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_49/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -282,13 +425,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@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": "protection of the vital interests" + "@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": [ @@ -296,15 +442,21 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "Art 49(1-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", @@ -317,9 +469,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Georg P Krog" }, @@ -328,11 +477,14 @@ }, { "@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_4/par_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -348,13 +500,13 @@ ], "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": "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": [ @@ -365,15 +517,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Commission" + "@value": "Binding Corporate Rules (BCR)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c", "@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#LegalBasis" ], "http://purl.org/dc/terms/created": [ @@ -383,79 +535,22 @@ } ], "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_h/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/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#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - } - ], - "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" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + }, { - "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Eva Schlehahn" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21", - "@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://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "2021-09-08" } ], "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_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -471,13 +566,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#VitalInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -488,156 +583,143 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "Art 9(2-c)" } ] }, { - "@id": "https://w3id.org/dpv-owl/dpv-gdpr", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#RightsConcepts", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/abstract": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." + "@value": "Rights Concepts" } ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "David Hickey" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20" }, { - "@value": "Fajar J. Ekaputra" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17" }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19" }, { - "@value": "Javier D. Fernández" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21" }, { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16" }, { - "@value": "Bud Bruegger" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15" }, { - "@value": "Piero Bonatti" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13" }, { - "@value": "Simon Steyskal" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3" }, { - "@value": "Bert Bos" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@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": "2019-06-18" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." + "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" } ], - "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": "2022-04-02" + "@language": "en", + "@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-gdpr#DataTransferTool" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "DPV-GDPR: GDPR Extension for DPV" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "dpvo-gdpr" + "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "https://w3id.org/dpv-owl/dpv-gdpr" + "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.5" + "@language": "en", + "@value": "Certification Mechanisms for Data Transfers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17", "@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": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Eva Schlehahn" + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" } ], "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_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -653,13 +735,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 erasure ('Right to be forgotten')" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -670,16 +752,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "A17 Right to Erasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c", + "@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" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { @@ -700,7 +782,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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -719,13 +801,13 @@ "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@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 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 important reasons of public interest." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -742,12 +824,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Art 49(1-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "@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", @@ -756,12 +838,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": [ @@ -772,7 +857,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_9/par_2/pnt_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -788,13 +873,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#PublicInterest" } ], "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": "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": [ @@ -802,40 +887,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 Adequacy Decision." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 45(3)" + "@value": "Art 9(2-j)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers", + "@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", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "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": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://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_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -851,13 +936,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": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" + "@value": "Right of access" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -868,37 +953,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Codes of Conduct for Data Transfers" + "@value": "A15 Right of Access" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure", + "@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", - "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": "David Hickey" + "@value": "Bud Bruegger" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@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" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -914,13 +1002,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#LegalObligation" } ], "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": "compliance with a legal obligation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -931,46 +1019,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Supplementary Measure" + "@value": "Art 6(1-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent", + "@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": "2019-04-10" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" }, { - "@value": "Eva Schlehahn" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rigo Wenning" + "@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": "Georg P Krog" } ], "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": [ @@ -986,13 +1068,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/dpv-gdpr#StandardContractualClauses" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit' consent of 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": [ @@ -1000,25 +1082,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": "SCCs adopted by Commission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c", "@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", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -1039,7 +1115,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_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1055,16 +1131,16 @@ ], "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/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Binding corporate rules" + "@value": "Standard data protection clauses adopted by the Commission" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1081,37 +1157,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-b)" + "@value": "Art 46(2-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e", + "@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", - "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" + }, + { + "@value": "Paul Ryan" } ], "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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1127,13 +1206,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#StandardContractualClauses" } ], "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": "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": [ @@ -1141,24 +1220,81 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "SCCs adopted by Supervisory Authority" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + ], + "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 Krog" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/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#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "information to be provided where personal data is collected from other sources" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-e)" + "@value": "A14 Right to be Informed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22", "@type": [ + "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": [ @@ -1169,18 +1305,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1196,13 +1332,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": "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 not to be subject to a decision based solely on automated processing including profiling" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1210,63 +1346,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)" - } - ] - }, - { - "@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": "A22 Right to object to automated decision making" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses", "@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": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" } ], "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/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1282,13 +1398,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#Contract" + }, + { + "@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": "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": [ @@ -1299,26 +1418,29 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A17 Right to Erasure" + "@value": "Standard Contractual Clauses (SCC)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a", "@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": "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": [ @@ -1329,7 +1451,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1345,16 +1467,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#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 important reasons of public interest." + "@value": "explicit consent with special categories of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1362,89 +1481,37 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." - } - ], "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#A14" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13" - }, - { - "@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#A17" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20" - }, - { - "@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#A18" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22" + "@value": "Art 9(2-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses", + "@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", - "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": "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_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1460,16 +1527,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": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1480,37 +1544,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Art 9(2-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e", "@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": [ { "@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_49/par_1/pnt_a/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": [ @@ -1526,16 +1587,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#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "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": "data manifestly made public by the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1543,25 +1601,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. 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-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16", "@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/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -1574,15 +1626,15 @@ "@value": "Beatriz Esteves" }, { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" } ], "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_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1604,7 +1656,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to restriction of processing" + "@value": "Right to rectification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1615,16 +1667,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A18 Right to Restrict Processing" + "@value": "A16 Right to Rectification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-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": [ { @@ -1634,18 +1686,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_46/par_2/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1661,13 +1713,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 data portability" + "@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": [ @@ -1675,19 +1727,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": "A20 Right to Data Portability" + "@value": "Art 46(2-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e", "@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#LegalBasis" ], "http://purl.org/dc/terms/created": [ { @@ -1708,7 +1766,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_49/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1730,7 +1788,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" + "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1741,22 +1799,22 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "Art 49(1-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight", - "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": [ { @@ -1766,18 +1824,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_14/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": [ @@ -1793,13 +1851,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": "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": [ @@ -1807,40 +1865,46 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires 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(3-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "David Hickey" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/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": [ @@ -1856,13 +1920,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#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@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": [ @@ -1873,16 +1937,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "Supplementary Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19", "@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": [ { @@ -1892,18 +1956,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1919,16 +1983,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#DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" + "@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": [ @@ -1936,24 +1997,35 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "A19 Right to Rectification" } + ] + }, + { + "@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#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ { - "@language": "en", - "@value": "Art 46(2-c)" + "@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#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g", "@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#LegalBasis" ], "http://purl.org/dc/terms/created": [ @@ -1964,15 +2036,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_e/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": [ @@ -1988,13 +2066,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": "data manifestly made public by the data subject" + "@value": "substantial public interest, on the basis of Union or Member State law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2005,29 +2083,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "Art 9(2-g)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d", + "@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", - "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": "Bud Bruegger" - }, - { - "@value": "Eva Schlehahn" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -2038,7 +2113,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_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2054,13 +2129,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNatualPerson" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "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 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": [ @@ -2068,19 +2146,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": "Art 9(2-d)" + "@value": "Art 49(1-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13", "@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#DataSubjectRight", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2090,18 +2174,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": "Harshvardhan J. Pandit" + }, + { + "@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_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2117,16 +2201,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": "information to be provided where personal data is directly collected from data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2134,24 +2215,18 @@ "@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": "A13 Right to be Informed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c", + "@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", + "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ @@ -2168,15 +2243,9 @@ "@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_c/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": [ @@ -2192,13 +2261,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#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@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": [ @@ -2209,29 +2278,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "Art 9(2-h)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a", + "@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", + "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": "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": [ @@ -2242,7 +2308,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_46/par_2/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2258,13 +2324,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#DataTransferLegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@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": [ @@ -2272,32 +2338,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": "Art 9(2-a)" + "@value": "Art 46(2-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b", "@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-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": [ @@ -2308,7 +2377,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_49/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2324,13 +2393,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#Contract" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "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": "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": [ @@ -2338,19 +2410,65 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 49(1-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f", + "@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/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#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers" + }, + { + "@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#CodesOfConductForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d", + "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", "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": [ { @@ -2366,9 +2484,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_6/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2384,13 +2508,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#VitalInterest" } ], "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": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2401,16 +2525,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-f)" + "@value": "Art 6(1-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19", + "@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", - "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": [ { @@ -2420,18 +2544,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_19/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": [ @@ -2447,13 +2571,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 be notified in case of rectification or erasure of personal data or restriction of processing" + "@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": [ @@ -2461,40 +2585,55 @@ "@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": "A19 Right to Rectification" + "@value": "Art 46(3-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16", + "@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", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "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": "Beatriz Esteves" + "@value": "Rigo Wenning" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg Krog" + "@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_16/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": [ @@ -2510,13 +2649,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#Consent" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to rectification" + "@value": "consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2524,40 +2663,49 @@ "@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": "A16 Right to Rectification" + "@value": "Art.6(1-a) regular consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d", "@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#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": "Bud Bruegger" }, { - "@value": "David Hickey" + "@value": "Eva Schlehahn" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj" - }, + "@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_9/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2573,13 +2721,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#LegitimateInterest" } ], "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": "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": [ @@ -2590,16 +2738,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Tool" + "@value": "Art 9(2-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21", "@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#LegalBasis" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -2609,18 +2757,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_46/par_2/pnt_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2636,13 +2784,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": "Right to object to processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2650,21 +2798,15 @@ "@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": "A21 Right to object" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses", "@type": [ "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", @@ -2679,20 +2821,11 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@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_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": [ @@ -2707,6 +2840,9 @@ } ], "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" } @@ -2714,7 +2850,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": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2725,15 +2861,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "AdHoc Contractual Clauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f", "@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#LegalBasis" ], "http://purl.org/dc/terms/created": [ @@ -2758,7 +2894,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_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2774,13 +2910,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#LegitimateInterest" } ], "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": "legitimate interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2791,46 +2927,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "Art 6(1-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77", "@type": [ + "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-10" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Eva Schlehahn" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Georg Krog" }, { - "@value": "Rigo Wenning" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@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_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2846,13 +2973,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#DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "consent of the data subject" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2860,38 +2987,29 @@ "@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": "A77 Right to Complaint" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b", "@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-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": [ @@ -2902,7 +3020,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_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2918,13 +3036,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#BindingCorporateRules" + }, + { + "@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": "Binding corporate rules" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2932,43 +3053,46 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. 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-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20", "@type": [ - "https://w3id.org/dpv/dpv-skos#LegalBasis", + "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://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": "Georg Krog" + }, { - "@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_e/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2984,16 +3108,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#DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest or official authority" + "@value": "Right to data portability" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3004,37 +3125,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "A20 Right to Data Portability" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers", "@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/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": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/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": [ @@ -3050,13 +3165,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 of access" + "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3067,37 +3182,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "Codes of Conduct for Data Transfers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight", - "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": "2020-11-04" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg Krog" + "@value": "Bud Bruegger" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" + }, + { + "@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_13/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": [ @@ -3113,13 +3237,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#Consent" } ], "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": "explicit' consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3127,32 +3251,35 @@ "@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": "A13 Right to be Informed" + "@value": "Art 6(1-a) explicit consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a", "@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": [ { "@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": [ @@ -3163,7 +3290,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_46/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3179,13 +3306,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#DataTransferLegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "A legally binding and enforceable instrument between public authorities or bodies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3193,43 +3320,46 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. 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-f)" + "@value": "Art 46(2-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b", + "@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": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Eva Schlehahn" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Georg Krog" + }, { - "@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_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3245,13 +3375,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#DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "performance of a contract" + "@value": "Right to restriction of processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3262,40 +3392,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-b)" + "@value": "A18 Right to Restrict Processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g", "@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", + "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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, { "@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_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": [ @@ -3311,13 +3438,13 @@ ], "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" } ], "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": "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": [ @@ -3325,40 +3452,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 not Adequacy Decision. Appropriate safeguards do not exist." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "Art 49(1-g)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77", + "@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", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "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 Krog" + "@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" } ], "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": [ @@ -3374,13 +3510,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#Contract" } ], "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": [ @@ -3391,16 +3527,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "Art 6(1-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", "@type": [ + "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://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3421,7 +3557,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_45/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3443,7 +3579,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": "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": [ @@ -3454,32 +3590,35 @@ "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 Adequacy Decision." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(3-a)" + "@value": "Art 45(3)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i", "@type": [ - "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://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": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -3490,7 +3629,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_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3506,16 +3645,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#Contract" + "@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 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": "public interest in public health" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3523,40 +3659,40 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-b)" + "@value": "Art 9(2-i)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "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://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 Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@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_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3572,13 +3708,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": [ @@ -3589,37 +3725,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-2-d", + "@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://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": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@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_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": [ @@ -3635,16 +3771,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#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" + "@value": "A legal instrument or tool intended to assist or justify data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3652,24 +3785,18 @@ "@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": "Data Transfer Tool" } ] }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2", "@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#LegalBasis" ], "http://purl.org/dc/terms/created": [ @@ -3707,10 +3834,10 @@ ], "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#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ @@ -3738,35 +3865,29 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses", + "@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", - "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": "Georg P Krog" - }, - { - "@value": "David Hickey" + "@value": "Bud Bruegger" }, { - "@value": "Paul Ryan" + "@value": "Eva Schlehahn" } ], "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_9/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3782,16 +3903,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": "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": "employment and social security and social protection law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3802,12 +3920,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "Art 9(2-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b", + "@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", @@ -3832,7 +3950,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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3847,6 +3965,9 @@ } ], "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" } @@ -3854,7 +3975,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": "Standard data protection clauses adopted by a Supervisory Authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3865,128 +3986,13 @@ "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)" - } - ] - }, - { - "@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#A46-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-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-a-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2" - }, - { - "@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-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f" + "@value": "Art 46(2-d)" } ] } diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.n3 b/dpv-skos/dpv-gdpr/dpv-gdpr.n3 index 02d7b3566..bee99a4db 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.n3 +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.n3 @@ -846,9 +846,10 @@ dpvs-gdpr:SupplementaryMeasure a rdfs:Class, skos:inScheme dpv-gdpr: ; skos:prefLabel "Supplementary Measure"@en . - a owl:Ontology ; + a owl:Ontology ; dct:abstract "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; - dct:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "David Hickey", @@ -856,6 +857,7 @@ dpvs-gdpr:SupplementaryMeasure a rdfs:Class, "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -873,9 +875,9 @@ dpvs-gdpr:SupplementaryMeasure a rdfs:Class, dct:modified "2022-04-02"^^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.5"^^xsd:string . + vann:preferredNamespacePrefix "dpvs-gdpr" ; + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr"^^xsd:string ; + owl:versionInfo "0.6"^^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 4cfb17098..4ce2abd54 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.rdf +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.rdf @@ -8,1001 +8,1003 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - 2021-09-22 - - + Eva Schlehahn + Bud Bruegger + - - Harshvardhan J. Pandit + + 2019-04-05 + accepted + - - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers - Certification Mechanisms for Data Transfers + 2021-09-08 + Art 9(2-a) + + explicit consent with special categories of data + + + accepted + + + substantial public interest, on the basis of Union or Member State law + + 2021-09-08 + 2019-04-05 + Bud Bruegger + Eva Schlehahn + Art 9(2-g) + + + - + - 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. - - - Binding Corporate Rules (BCR) - + 2021-09-08 + 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)" + + Harshvardhan J. Pandit + Bud Bruegger + Eva Schlehahn + Rigo Wenning + + 2019-04-10 + explicit' consent of the data subject + accepted + Art 6(1-a) explicit consent + + + + accepted Harshvardhan J. Pandit Georg P Krog David Hickey Paul Ryan + + + + + + 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 - + - Bud Bruegger - Eva Schlehahn - 2021-09-08 - - accepted - + - Art 9(2-c) - - protection of the vital interests - 2019-04-05 + accepted + 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 + + 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 + 2021-09-08 + - + + Bud Bruegger + Eva Schlehahn - - - 2021-09-08 + + + Art 9(2-f) + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + 2019-04-05 + accepted - Art 9(2-g) + + + + + A legal instrument or tool intended to assist or justify data transfers + + + + + + Data Transfer Tool + 2021-09-22 accepted + Harshvardhan J. Pandit + David Hickey + + + + + Bud Bruegger Eva Schlehahn - substantial public interest, on the basis of Union or Member State law + 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; + Art 9(2-d) + accepted + + 2021-09-08 + - + - + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + David Hickey + 2021-09-22 + Standard Contractual Clauses (SCC) + + + + - - - 2021-09-08 - + 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 - Bud Bruegger - Eva Schlehahn - public interest or official authority - - 2019-04-05 - Art 6(1-e) + - + - accepted - Georg Krog + 2020-11-04 Harshvardhan J. Pandit + Georg Krog Beatriz Esteves - + - A21 Right to object - Right to object to processing of personal data - - 2020-11-04 + + Right to erasure ('Right to be forgotten') + A17 Right to Erasure + accepted - + - Art 9(2-d) + + Art 6(1-f) + 2021-09-08 + legitimate interests + Bud Bruegger + Eva Schlehahn - + + + accepted + 2019-04-05 + + + + accepted + + + + + + employment and social security and social protection law + Art 9(2-b) + 2019-04-05 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; - 2021-09-08 - - - accepted - + + accepted + 2020-11-04 + - + + Georg P Krog + + 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. + 2021-09-08 + Art 49(1-a) + + + + Art 49(1-d) + + + 2020-11-04 - Georg P Krog - 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) 2021-09-08 + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + + + Georg P Krog + The transfer is necessary for important reasons of public interest. + accepted - + + + + + + accepted + 2020-11-04 + 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. + + 2021-09-08 + Georg P Krog + Art 46(2-c) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Legal_Basis Concepts - - - + - - - + 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. + 2020-11-04 - + 2021-09-08 + + + Art 49(1-b) + - 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) - 2021-09-08 Georg P Krog - Standard data protection clauses adopted by the Commission - + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. accepted - + + Georg Krog Beatriz Esteves Harshvardhan J. Pandit - Georg Krog - Right to rectification - - - - A16 Right to Rectification - accepted - - + A7-3 Right to Withdraw Consent - 2020-11-04 - - - - - Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights - 2021-09-08 - Art 46(3-b) - Georg P Krog + - accepted - - 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 not Adequacy Decision. Appropriate safeguards do not exist. - - - - + Right to withdraw consent + 2020-11-04 - 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. - 2021-09-08 - - Art 49(1-g) - accepted - + + + + Beatriz Esteves - Georg Krog Harshvardhan J. Pandit - - + Georg Krog + A13 Right to be Informed accepted - Right to data portability - - - - + 2020-11-04 - A20 Right to Data Portability + + information to be provided where personal data is directly collected from data subject + - - 2019-06-18 - Paul Ryan + + Rob Brennan Elmar Kiesling - Rigo Wenning + Mark Lizar Eva Schlehahn + Paul Ryan + Simon Steyskal Ramisa Gachpaz Hamed - David Hickey + Bert Bos Fajar J. Ekaputra - Rob Brennan - Beatriz Esteves - Georg P Krog Javier D. Fernández - Mark Lizar + Axel Polleres Bud Bruegger + Georg P Krog + Beatriz Esteves Julian Flake + Rigo Wenning + Harshvardhan J. Pandit + David Hickey Piero Bonatti - Simon Steyskal - Bert Bos - 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. + 2019-06-18 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. + + dpvs-gdpr Axel Polleres Harshvardhan J. Pandit - - dpvo-gdpr 2022-04-02 - 0.5 + + DPV-GDPR: GDPR Extension for DPV + 0.6 + https://w3id.org/dpv-skos/dpv-gdpr - - https://w3id.org/dpv-owl/dpv-gdpr - + + Eva Schlehahn + Bud Bruegger + + + + + 2019-04-05 + + protection of the vital interests + Art 6(1-d) + accepted + 2021-09-08 + + + + + + 2021-09-08 + public interest or official authority + 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) 2019-04-05 - - 2021-09-08 accepted - Art 9(2-j) + - + - + + + 2019-04-05 + Bud Bruegger + Eva Schlehahn + data manifestly made public by the data subject + Art 9(2-e) - + - SCCs adopted by Commission - Harshvardhan J. Pandit - Georg P Krog - David Hickey - Paul Ryan - accepted - 2021-09-22 - Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) - + - + + + Georg P Krog - - Eva Schlehahn - Bud Bruegger - 2019-04-05 - establishment, exercise or defence of legal claims / courts acting in their judicial capacity - - Art 9(2-f) - - + + + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. accepted + + Art 49(1-f) + 2020-11-04 + 2021-09-08 + 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 6(1-c) + + + compliance with a legal obligation + 2021-09-08 + + Bud Bruegger + Eva Schlehahn - Beatriz Esteves - Harshvardhan J. Pandit - Georg Krog - - - Right of access - + accepted - A15 Right of Access - 2020-11-04 + 2019-04-05 - + - 2020-11-04 - - Georg P Krog - - - - 2021-09-08 - A legally binding and enforceable instrument between public authorities or bodies - - 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. - accepted - - - + 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. + 2021-09-08 - Binding corporate rules - - - 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. Georg P Krog - Art 46(2-b) + + + 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) accepted + + - - - - - - - - - - - - - - Rights Concepts - - - + - A77 Right to Complaint - + A14 Right to be Informed + information to be provided where personal data is collected from other sources accepted - Georg Krog + + 2020-11-04 Harshvardhan J. Pandit + Georg Krog Beatriz Esteves - - 2020-11-04 - Right to lodge a complaint with a supervisory authority - + + - + - 2020-11-04 - Beatriz Esteves Georg Krog + Beatriz Esteves Harshvardhan J. Pandit - - - information to be provided where personal data is directly collected from data subject - + + - accepted - A13 Right to be Informed - - - - - - - - accepted - - - + + Right not to be subject to a decision based solely on automated processing including profiling 2020-11-04 - 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. - 2021-09-08 - Georg P Krog - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - - - 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. - 2021-09-08 - + A22 Right to object to automated decision making accepted - Art 49(2) - - - - - - 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 - 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 + Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + 2021-09-22 + + - - 2020-11-04 + accepted + Harshvardhan J. Pandit Georg P Krog - 2021-09-08 - Art 46(2-d) - Standard data protection clauses adopted by a Supervisory Authority - + David Hickey + Supplementary Measure + + - + + A18 Right to Restrict Processing - - - + 2020-11-04 accepted - A22 Right to object to automated decision making - - Right not to be subject to a decision based solely on automated processing including profiling - - Georg Krog Harshvardhan J. Pandit + Georg Krog Beatriz Esteves - 2020-11-04 - - - - - - + - accepted + - Georg Krog - Beatriz Esteves - Harshvardhan J. Pandit - A14 Right to be Informed - 2020-11-04 - information to be provided where personal data is collected from other sources + Right to restriction of processing - + + + + + + + + + + + Data_Transfers Concepts + + + - - Bud Bruegger - Eva Schlehahn - + Georg P Krog + David Hickey + Paul Ryan + Harshvardhan J. Pandit - - Art 9(2-a) - - 2019-04-05 - 2021-09-08 + + + + 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 - explicit consent with special categories of data + + Binding Corporate Rules (BCR) - + + - + + Beatriz Esteves + Harshvardhan J. Pandit + Georg Krog + Right to rectification accepted - 2021-09-22 - + 2020-11-04 + + A16 Right to Rectification - - Codes of Conduct that outline sufficient safeguards for carrying out data transfers - Harshvardhan J. Pandit - Codes of Conduct for Data Transfers - + - + A19 Right to Rectification + Harshvardhan J. Pandit + Georg Krog + Beatriz Esteves - Beatriz Esteves - Georg Krog - Harshvardhan J. Pandit - - A18 Right to Restrict Processing - - Right to restriction of processing + + Right to be notified in case of rectification or erasure of personal data or restriction of processing + accepted + 2020-11-04 - - - - - - - - - - - Data_Transfers Concepts - - - + - Eva Schlehahn + Art 9(2-j) + accepted + 2021-09-08 + public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law + + + Bud Bruegger - + Eva Schlehahn + + + 2019-04-05 - 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 - - + 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 + Art 46(2-b) + accepted + Binding corporate rules - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Legal_Basis Concepts - + - - - - - 2021-09-08 - - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. accepted - Art 49(1-e) - The transfer is necessary for the establishment, exercise or defence of legal claims. - 2020-11-04 - Georg P Krog - - - - Bud Bruegger - Eva Schlehahn - Rigo Wenning + A77 Right to Complaint Harshvardhan J. Pandit - - 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)" + Georg Krog + Beatriz Esteves + Right to lodge a complaint with a supervisory authority + - - explicit' consent of the data subject - 2021-09-08 - - 2019-04-10 + - accepted - Art 6(1-a) explicit consent + + 2020-11-04 - + - accepted - Bud Bruegger - Eva Schlehahn - + - compliance with a legal obligation - - 2019-04-05 - Art 6(1-c) - 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. + accepted + Transfer from EU to a third country. Third country has Adequacy Decision. + 2020-11-04 + 2021-09-08 + + Art 45(3) + Georg P Krog - + - 2021-09-08 accepted - - - - Art 6(1-f) - - Bud Bruegger - Eva Schlehahn - - 2019-04-05 - legitimate interests - - - - 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 + + + 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 - 2021-09-08 - - accepted - - Art 46(2-e) - 2020-11-04 - + 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 - + - Harshvardhan J. Pandit - Beatriz Esteves - Georg Krog - - A19 Right to Rectification + protection of the vital interests + 2021-09-08 + Bud Bruegger + Eva Schlehahn - + + + + 2019-04-05 accepted - - 2020-11-04 - Right to be notified in case of rectification or erasure of personal data or restriction of processing + Art 9(2-c) - + - Eva Schlehahn - Bud Bruegger - 2019-04-05 - - data manifestly made public by the data subject - - accepted - + + - Art 9(2-e) + + + 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 + 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. + accepted - + - A17 Right to Erasure - Beatriz Esteves + Georg Krog + Beatriz Esteves Harshvardhan J. Pandit - - - - Right to erasure ('Right to be forgotten') - accepted - - 2020-11-04 - - - - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - David Hickey - - - - 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 - + Right of access + + 2020-11-04 + A15 Right of Access + accepted - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller - - + - 2021-09-22 - - + Harshvardhan J. Pandit - accepted AdHoc Contractual Clauses - - - - - - - Data Transfer Tool - - Harshvardhan J. Pandit - David Hickey - A legal instrument or tool intended to assist or justify data transfers - - - accepted + + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + 2021-09-22 - + - 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. - accepted - + + Georg Krog + Beatriz Esteves + Harshvardhan J. Pandit + Right to object to processing of personal data + - - 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 - - + A21 Right to object + + accepted + 2020-11-04 - + + + + + + + + + + + + + + + Rights Concepts + + - Eva Schlehahn - Harshvardhan J. Pandit - Bud Bruegger - Rigo Wenning - - Art.6(1-a) regular consent - 2021-09-08 - 2019-04-10 - 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'. - + A20 Right to Data Portability + Right to data portability accepted - consent of the data subject - + + 2020-11-04 + Harshvardhan J. Pandit + Georg Krog + Beatriz Esteves + + - + - + + - 2021-09-08 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 46(2-f) 2020-11-04 - 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 + 2021-09-08 + An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights - + - Harshvardhan J. Pandit + 2021-09-08 + + Art 46(2-a) + A legally binding and enforceable instrument between public authorities or bodies + + + + + accepted Georg P Krog - David Hickey - Paul Ryan + + 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 + + + - 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 + Codes of Conduct that outline sufficient safeguards for carrying out data transfers + Codes of Conduct for Data Transfers 2021-09-22 - Standard Contractual Clauses (SCC) - - - accepted + Harshvardhan J. Pandit + + - + - + Eva Schlehahn + Bud Bruegger + - 2019-04-05 - Art 6(1-d) - Bud Bruegger - Eva Schlehahn - protection of the vital interests - - 2021-09-08 - accepted + + + + 2021-09-08 + Art 9(2-i) + public interest in public health - + - - accepted - - Bud Bruegger - Eva Schlehahn - + + - 2019-04-05 - Art 9(2-b) - employment and social security and social protection law - - - - 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 - - - + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. 2021-09-08 - - Art 46(3-a) + + The transfer is necessary for the establishment, exercise or defence of legal claims. Georg P Krog - Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + Art 49(1-e) accepted - - + 2020-11-04 - The transfer is necessary for important reasons of public interest. - - - - - - - Georg P Krog 2021-09-08 - Art 49(1-d) - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - accepted - - - + Georg P Krog - + + Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights + Art 46(3-b) accepted - A7-3 Right to Withdraw Consent - + + - Right to withdraw consent - Georg Krog - Harshvardhan J. Pandit - Beatriz Esteves - 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. - + - - - 2020-11-04 - Art 49(1-b) + + Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + - - - Georg P Krog - 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. accepted - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2020-11-04 + Art 46(3-a) 2021-09-08 + Georg P Krog + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + - + - public interest in public health - Art 9(2-i) + + 2021-09-08 + 2019-04-05 Bud Bruegger Eva Schlehahn - - - - 2021-09-08 - - 2019-04-05 + + + Art 6(1-b) accepted + performance of a contract + - + + + + + + Paul Ryan + Harshvardhan J. Pandit + David Hickey 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. - Art 49(1-a) + + SCCs adopted by Commission + 2021-09-22 accepted - + + Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) + + + + accepted + + 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 - 2021-09-08 - + Georg P Krog + + Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. + Art 49(1-g) - + - Supplementary Measure + + - 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 - 2021-09-22 accepted - - + + Harshvardhan J. Pandit + Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers + Certification Mechanisms for Data Transfers - + - performance of a contract - - Art 6(1-b) + + Art 9(2-h) + Bud Bruegger Eva Schlehahn - 2021-09-08 + + 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 + + + + 2019-04-10 accepted + 2021-09-08 + Art.6(1-a) regular consent + consent of the data subject + Rigo Wenning + Harshvardhan J. Pandit + Bud Bruegger + Eva Schlehahn + + + + + + 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'. + + + + + + diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.ttl b/dpv-skos/dpv-gdpr/dpv-gdpr.ttl index 02d7b3566..bee99a4db 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.ttl +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.ttl @@ -846,9 +846,10 @@ dpvs-gdpr:SupplementaryMeasure a rdfs:Class, skos:inScheme dpv-gdpr: ; skos:prefLabel "Supplementary Measure"@en . - a owl:Ontology ; + a owl:Ontology ; dct:abstract "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; - dct:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "David Hickey", @@ -856,6 +857,7 @@ dpvs-gdpr:SupplementaryMeasure a rdfs:Class, "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -873,9 +875,9 @@ dpvs-gdpr:SupplementaryMeasure a rdfs:Class, dct:modified "2022-04-02"^^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.5"^^xsd:string . + vann:preferredNamespacePrefix "dpvs-gdpr" ; + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr"^^xsd:string ; + owl:versionInfo "0.6"^^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 a81714e85..fd3283a5b 100644 --- a/dpv-skos/dpv-gdpr/index.html +++ b/dpv-skos/dpv-gdpr/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvs-gdpr", title: "DPVS-GDPR: GDPR Extension for DPV-SKOS", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/dpv-skos/dpv-gdpr/modules/data_transfers.jsonld b/dpv-skos/dpv-gdpr/modules/data_transfers.jsonld index 1fe570037..6318628d9 100644 --- a/dpv-skos/dpv-gdpr/modules/data_transfers.jsonld +++ b/dpv-skos/dpv-gdpr/modules/data_transfers.jsonld @@ -1,46 +1,6 @@ [ { - "@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#AdHocContractualClauses" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" - }, - { - "@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#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -53,13 +13,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": [ @@ -75,27 +44,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/dpv-gdpr#StandardContractualClauses" } ], "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": "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": "AdHoc Contractual Clauses" + "@value": "SCCs adopted by Commission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure", + "@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", @@ -111,6 +77,9 @@ { "@value": "David Hickey" }, + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, @@ -120,7 +89,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -136,24 +105,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/dpv-gdpr#StandardContractualClauses" } ], "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": "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": "Supplementary Measure" + "@value": "SCCs adopted by Supervisory Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers", + "@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", @@ -166,13 +135,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/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -187,6 +165,9 @@ } ], "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" } @@ -194,18 +175,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": "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": "Codes of Conduct for Data Transfers" + "@value": "Standard Contractual Clauses (SCC)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool", + "@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", @@ -221,16 +202,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": [ @@ -246,24 +230,64 @@ ], "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" } ], "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)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules", + "@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#AdHocContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + }, + { + "@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#CodesOfConductForDataTransfers", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -276,22 +300,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": [ @@ -313,18 +328,18 @@ "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority", + "@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", @@ -340,19 +355,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": [ @@ -368,19 +380,19 @@ ], "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#TechnicalOrganisationalMeasure" } ], "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" } ] }, @@ -437,7 +449,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission", + "@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", @@ -450,22 +462,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": [ @@ -481,24 +484,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/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -514,9 +520,6 @@ { "@value": "David Hickey" }, - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, @@ -526,7 +529,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/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": [ @@ -542,22 +545,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/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "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": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "Supplementary Measure" } ] } diff --git a/dpv-skos/dpv-gdpr/modules/data_transfers.rdf b/dpv-skos/dpv-gdpr/modules/data_transfers.rdf index 73a4609f1..1c27efb60 100644 --- a/dpv-skos/dpv-gdpr/modules/data_transfers.rdf +++ b/dpv-skos/dpv-gdpr/modules/data_transfers.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#" > + + + + + + Certification Mechanisms for Data Transfers + Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers + + 2021-09-22 + accepted + Harshvardhan J. Pandit + + @@ -21,57 +34,72 @@ Harshvardhan J. Pandit - + + + Data_Transfers Concepts + + + + + + + + + + + - Certification Mechanisms for Data Transfers - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers + + AdHoc Contractual Clauses + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller 2021-09-22 accepted 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. - + + Data Transfer Tool + A legal instrument or tool intended to assist or justify data transfers + + 2021-09-22 accepted David Hickey - Paul Ryan - Georg P Krog Harshvardhan J. Pandit - + - - - AdHoc Contractual Clauses - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller - + + 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 @@ -110,29 +138,14 @@ 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 @@ -141,17 +154,4 @@ Harshvardhan J. Pandit - - - Data_Transfers Concepts - - - - - - - - - - diff --git a/dpv-skos/dpv-gdpr/modules/legal_basis.jsonld b/dpv-skos/dpv-gdpr/modules/legal_basis.jsonld index a81496acc..d05c5a9e4 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#A9-2-c", + "@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", @@ -28,7 +28,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_6/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -44,24 +44,142 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "public interest or official authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-c)" + "@value": "Art 6(1-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e", + "@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-a", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -86,7 +204,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": [ @@ -103,12 +221,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#note": [ @@ -120,12 +241,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#A6-1-d", + "@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", @@ -134,15 +255,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": [ @@ -153,7 +271,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_49/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -169,79 +287,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "protection of the vital interests" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Art 6(1-d)" - } - ] - }, - { - "@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", - "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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Eva Schlehahn" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@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": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], - "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" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@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#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@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": "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-h)" + "@value": "Art 49(1-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b", + "@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", @@ -261,9 +333,15 @@ "@value": "Bud Bruegger" } ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -279,24 +357,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#VitalInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "Art 9(2-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c", + "@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", @@ -321,7 +399,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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -340,13 +418,13 @@ "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@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 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 important reasons of public interest." } ], "http://www.w3.org/2004/02/skos/core#note": [ @@ -358,12 +436,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Art 49(1-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "@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", @@ -372,12 +450,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": [ @@ -388,7 +469,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_9/par_2/pnt_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -404,30 +485,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#PublicInterest" } ], "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#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has Adequacy Decision." + "@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 45(3)" + "@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-c", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -436,7 +511,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": [ @@ -445,12 +520,6 @@ }, { "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/modified": [ @@ -461,7 +530,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_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -477,30 +546,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 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": "compliance with a legal obligation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-a) explicit consent" + "@value": "Art 6(1-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b", + "@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", @@ -525,7 +588,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_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -544,13 +607,13 @@ "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Binding corporate rules" + "@value": "Standard data protection clauses adopted by the Commission" } ], "http://www.w3.org/2004/02/skos/core#note": [ @@ -562,12 +625,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-b)" + "@value": "Art 46(2-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-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", @@ -576,23 +639,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_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": [ @@ -608,30 +668,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#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights" - } - ], - "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": "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 46(2-e)" + "@value": "Art 9(2-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g", + "@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", @@ -640,12 +694,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": [ @@ -656,7 +713,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_9/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -672,30 +729,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#Consent" } ], "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." - } - ], - "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": "explicit consent with special categories of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-g)" + "@value": "Art 9(2-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d", + "@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", @@ -704,23 +755,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Eva Schlehahn" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_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": [ @@ -736,33 +784,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#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "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": "data manifestly made public by the data subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-d)" + "@value": "Art 9(2-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -787,7 +826,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_2/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -804,32 +843,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#Consent" } ], "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": "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 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-a)" + "@value": "Art 46(2-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -854,7 +890,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_49/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -876,24 +912,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" + "@value": "The 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 no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "Art 49(1-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c", + "@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", @@ -918,7 +954,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_46/par_3/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -935,32 +971,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#SCCByCommission" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" + "@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-c)" + "@value": "Art 46(3-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e", + "@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", @@ -980,9 +1013,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_e/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,19 +1037,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#PublicInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@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-e)" + "@value": "Art 9(2-g)" } ] }, @@ -1082,7 +1121,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d", + "@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", @@ -1102,15 +1141,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_d/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": [ @@ -1126,24 +1159,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#LegalBasis" } ], "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": "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-d)" + "@value": "Art 9(2-h)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c", + "@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", @@ -1152,15 +1185,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": [ @@ -1171,7 +1201,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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1187,24 +1217,30 @@ ], "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" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "Art 46(2-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a", + "@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", @@ -1213,15 +1249,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": [ @@ -1232,7 +1265,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_49/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1248,24 +1281,33 @@ ], "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": "explicit consent with special categories of data" + "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 49(1-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g", + "@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", @@ -1274,7 +1316,7 @@ "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": [ @@ -1283,6 +1325,12 @@ }, { "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/modified": [ @@ -1293,7 +1341,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_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1309,24 +1357,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-skos#Consent" } ], "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": "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'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art.6(1-a) regular consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-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", @@ -1346,9 +1400,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_6/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1364,24 +1424,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#VitalInterest" } ], "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": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-f)" + "@value": "Art 6(1-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f", + "@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", @@ -1406,7 +1466,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_46/par_3/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1428,24 +1488,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights" + "@value": "Contractual clauses 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. 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-f)" + "@value": "Art 46(3-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b", + "@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", @@ -1473,7 +1533,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_9/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1489,24 +1549,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "performance of a contract" + "@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 6(1-b)" + "@value": "Art 9(2-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j", + "@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", @@ -1534,7 +1594,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_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1550,24 +1610,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#LegitimateInterest" } ], "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": "legitimate interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "Art 6(1-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i", + "@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", @@ -1576,15 +1636,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": [ @@ -1595,7 +1652,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_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1611,24 +1668,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#BindingCorporateRules" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest in public health" + "@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 9(2-i)" + "@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#A6-1-a-explicit-consent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1651,7 +1717,71 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rigo Wenning" + "@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_6/par_1/pnt_a/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/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#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Consent" + } + ], + "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#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" + } + ] + }, + { + "@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", + "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" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -1662,7 +1792,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_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1678,30 +1808,30 @@ ], "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" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "consent of the data subject" + "@value": "A legally binding and enforceable instrument between public authorities or bodies" } ], "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. 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) regular consent" + "@value": "Art 46(2-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e", + "@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", @@ -1710,15 +1840,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": [ @@ -1729,7 +1856,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_49/par_1/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1745,27 +1872,30 @@ ], "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": "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 6(1-e)" + "@value": "Art 49(1-g)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f", + "@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", @@ -1793,7 +1923,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_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1809,24 +1939,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" + "@value": "performance of a contract" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 6(1-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a", + "@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", @@ -1851,7 +1981,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_45/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1873,24 +2003,24 @@ "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": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." + "@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 46(3-a)" + "@value": "Art 45(3)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b", + "@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", @@ -1899,12 +2029,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": [ @@ -1915,7 +2048,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_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1931,33 +2064,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#Contract" + "@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 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." + "@value": "public interest in public health" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-b)" + "@value": "Art 9(2-i)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d", + "@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", @@ -1982,7 +2106,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_49/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2001,30 +2125,30 @@ "@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" + "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority" + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-d)" + "@value": "Art 49(2)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2", + "@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", @@ -2033,23 +2157,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Eva Schlehahn" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/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": [ @@ -2065,33 +2186,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#LegalBasis" } ], "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": "employment and social security and social protection law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(2)" + "@value": "Art 9(2-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b", + "@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", @@ -2116,7 +2228,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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2133,139 +2245,27 @@ "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": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights" + "@value": "Standard data protection clauses adopted by a Supervisory Authority" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards 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)" - } - ] - }, - { - "@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 46(2-d)" } ] } diff --git a/dpv-skos/dpv-gdpr/modules/legal_basis.rdf b/dpv-skos/dpv-gdpr/modules/legal_basis.rdf index ff85a7038..24801bc46 100644 --- a/dpv-skos/dpv-gdpr/modules/legal_basis.rdf +++ b/dpv-skos/dpv-gdpr/modules/legal_basis.rdf @@ -6,6 +6,35 @@ 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-a) + explicit consent with special categories of data + + 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 + + 2019-04-05 + accepted + Eva Schlehahn + Bud Bruegger + + @@ -21,29 +50,32 @@ Georg P Krog - + - - Art 9(2-c) - protection of the vital interests - - 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-g) - substantial public interest, on the basis of Union or Member State law - + Art 9(2-i) + public interest in public health + 2019-04-05 2021-09-08 accepted @@ -51,20 +83,19 @@ Bud Bruegger - + - - - Art 6(1-e) - public interest or official authority - - 2019-04-05 + + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog @@ -82,59 +113,35 @@ Bud Bruegger - + - - - 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 + + Art 6(1-f) + legitimate interests + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - - - Legal_Basis Concepts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + Art 9(2-c) + protection of the vital interests + + 2019-04-05 + 2021-09-08 + accepted + Eva Schlehahn + Bud Bruegger + @@ -152,94 +159,81 @@ Georg P Krog - + - - 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 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 + + Art 9(2-b) + employment and social security and social protection law + + 2019-04-05 accepted - Georg P Krog + 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. - + + 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-b) - performance of a contract - - 2019-04-05 - 2021-09-08 - accepted - Eva Schlehahn - Bud Bruegger - - - + + - 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-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 - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - - Art 9(2-f) - establishment, exercise or defence of legal claims / courts acting in their judicial capacity - - 2019-04-05 + + + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog @@ -258,29 +252,30 @@ 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 9(2-i) - public interest in public health - + + Art 6(1-d) + protection of the vital interests + 2019-04-05 2021-09-08 accepted @@ -288,62 +283,44 @@ 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. - - 2020-11-04 - 2021-09-08 - accepted - 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. - - 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 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 + + Art 9(2-e) + data manifestly made public by the data subject + + 2019-04-05 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - Art 9(2-a) - explicit consent with special categories of data - + + Art 6(1-c) + compliance with a legal obligation + 2019-04-05 2021-09-08 accepted @@ -351,63 +328,60 @@ 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. - + + 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 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. - + 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 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 + + 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 Eva Schlehahn Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning - + - - Art 6(1-c) - compliance with a legal obligation - + + Art 6(1-b) + performance of a contract + 2019-04-05 2021-09-08 accepted @@ -415,137 +389,163 @@ 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. - + 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 - - 2019-04-05 - 2021-09-08 - accepted - Eva Schlehahn - Bud Bruegger - + + + Legal_Basis Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - 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. - + 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 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 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 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-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-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-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 9(2-e) - data manifestly made public by the data subject - - 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 6(1-d) - protection of the vital interests - + + 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 - 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - - Art 9(2-b) - employment and social security and social protection law - - 2019-04-05 + + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog diff --git a/dpv-skos/dpv-gdpr/modules/rights.jsonld b/dpv-skos/dpv-gdpr/modules/rights.jsonld index bf4070063..b31339c3d 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#A19", + "@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", @@ -25,7 +25,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_13/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 to be notified in case of rectification or erasure of personal data or restriction of processing" + "@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": "A19 Right to Rectification" + "@value": "A13 Right to be Informed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16", + "@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", @@ -83,7 +83,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_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -105,18 +105,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to rectification" + "@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": "A16 Right to Rectification" + "@value": "A14 Right to be Informed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22", + "@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", @@ -141,7 +141,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_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -163,18 +163,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 restriction of processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "A18 Right to Restrict Processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18", + "@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", @@ -199,7 +199,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_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -221,18 +221,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to restriction of processing" + "@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": "A18 Right to Restrict Processing" + "@value": "A22 Right to object to automated decision making" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20", + "@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", @@ -257,7 +257,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_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -279,18 +279,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to data portability" + "@value": "Right to withdraw consent" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A20 Right to Data Portability" + "@value": "A7-3 Right to Withdraw Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14", + "@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", @@ -315,7 +315,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_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -337,18 +337,67 @@ "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 object to processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A14 Right to be Informed" + "@value": "A21 Right to object" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15", + "@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#A17", "@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_15/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/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 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#A13", + "@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_13/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": "information to be provided where personal data is directly collected from data subject" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A13 Right to be Informed" + "@value": "A77 Right to Complaint" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17", + "@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", @@ -489,7 +538,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -511,18 +560,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@value": "Right to rectification" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A17 Right to Erasure" + "@value": "A16 Right to Rectification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3", + "@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_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": [ @@ -569,18 +618,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@value": "Right to data portability" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "A20 Right to Data Portability" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77", + "@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", @@ -605,7 +654,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_15/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": "Right to lodge a complaint with a supervisory authority" + "@value": "Right of access" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "A15 Right of Access" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21", + "@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", @@ -663,7 +712,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_19/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 object to processing of personal data" + "@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": "A21 Right to object" - } - ] - }, - { - "@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": "A19 Right to Rectification" } ] } diff --git a/dpv-skos/dpv-gdpr/modules/rights.rdf b/dpv-skos/dpv-gdpr/modules/rights.rdf index 93851738e..aae5ab6b2 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#" > - + - 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 @@ -21,14 +21,14 @@ Harshvardhan J. Pandit - + - A15 Right of Access - Right of access - + 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 + + + + + + + + + + + + + + - A17 Right to Erasure - Right to erasure ('Right to be forgotten') - + A77 Right to Complaint + Right to lodge a complaint with a supervisory authority + 2020-11-04 accepted Beatriz Esteves @@ -51,14 +67,14 @@ Harshvardhan J. Pandit - + - A21 Right to object - Right to object to processing of personal data - + A15 Right of Access + Right of access + 2020-11-04 accepted Beatriz Esteves @@ -66,14 +82,14 @@ Harshvardhan J. Pandit - + - A18 Right to Restrict Processing - Right to restriction of processing - + A7-3 Right to Withdraw Consent + Right to withdraw consent + 2020-11-04 accepted Beatriz Esteves @@ -81,14 +97,14 @@ Harshvardhan J. Pandit - + - A16 Right to Rectification - Right to rectification - + A13 Right to be Informed + information to be provided where personal data is directly collected from data subject + 2020-11-04 accepted Beatriz Esteves @@ -96,14 +112,14 @@ Harshvardhan J. Pandit - + - A77 Right to Complaint - Right to lodge a complaint with a supervisory authority - + A14 Right to be Informed + information to be provided where personal data is collected from other sources + 2020-11-04 accepted Beatriz Esteves @@ -111,14 +127,14 @@ Harshvardhan J. Pandit - + - A20 Right to Data Portability - Right to data portability - + 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 @@ -126,14 +142,14 @@ 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 @@ -141,30 +157,14 @@ Harshvardhan J. Pandit - - - Rights Concepts - - - - - - - - - - - - - - + - A13 Right to be Informed - information to be provided where personal data is directly collected from data subject - + 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 @@ -172,14 +172,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 @@ -187,14 +187,14 @@ Harshvardhan J. Pandit - + - A14 Right to be Informed - information to be provided where personal data is collected from other sources - + A21 Right to object + Right to object to processing of personal data + 2020-11-04 accepted Beatriz Esteves diff --git a/dpv-skos/dpv-pd/dpv-pd.html b/dpv-skos/dpv-pd/dpv-pd.html index 9e4a94a33..e96c887c8 100644 --- a/dpv-skos/dpv-pd/dpv-pd.html +++ b/dpv-skos/dpv-pd/dpv-pd.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvs-pd", title: "DPVS-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -957,7 +957,7 @@

            Behavioral

            See Also: - svd:Activity + svd:Activity @@ -1132,7 +1132,7 @@

            Browsing Behavior

            See Also: - svd:OnlineActivity + svd:OnlineActivity @@ -1389,7 +1389,7 @@

            Communications Metadata

            See Also: - svd:Interactive + svd:Interactive @@ -1479,7 +1479,7 @@

            Contact

            See Also: - svd:Physical + svd:Physical @@ -1863,7 +1863,7 @@

            Criminal

            See Also: - svd:Judicial + svd:Judicial @@ -2165,7 +2165,7 @@

            Device Based

            See Also: - svd:Computer + svd:Computer @@ -3184,7 +3184,7 @@

            Financial

            See Also: - svd:Financial + svd:Financial @@ -3652,7 +3652,7 @@

            Health

            See Also: - svd:Health + svd:Health @@ -4498,7 +4498,7 @@

            LinkClicked

            See Also: - svd:Navigation + svd:Navigation @@ -4588,7 +4588,7 @@

            Location

            See Also: - svd:Location + svd:Location @@ -4889,7 +4889,7 @@

            Official ID

            See Also: - svd:Government + svd:Government @@ -5440,7 +5440,7 @@

            PhysicalCharacteristic

            See Also: - svd:Demographic + svd:Demographic @@ -5699,7 +5699,7 @@

            Political Affiliation

            See Also: - svd:Political + svd:Political @@ -5747,7 +5747,7 @@

            Preference

            See Also: - svd:Preference + svd:Preference @@ -6131,7 +6131,7 @@

            Purchase

            See Also: - svd:Purchase + svd:Purchase @@ -6669,7 +6669,7 @@

            Service Consumption Behavior

            Source: - SPECIAL Project + SPECIAL Project @@ -6981,7 +6981,7 @@

            Social Media Communication

            See Also: - svd:Social + svd:Social @@ -7390,7 +7390,7 @@

            TV Viewing Behavior

            Source: - SPECIAL Project + SPECIAL Project @@ -7449,7 +7449,7 @@

            UID

            See Also: - svd:UniqueId + svd:UniqueId diff --git a/dpv-skos/dpv-pd/dpv-pd.jsonld b/dpv-skos/dpv-pd/dpv-pd.jsonld index 91b06d198..e4e0c372c 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#Opinion", + "@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", @@ -38,24 +38,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#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about opinions" + "@value": "Information about unique identifiers." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Opinion" + "@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#LifeHistory", + "@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", @@ -93,24 +98,27 @@ ], "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#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "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 race or racial history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Life History" + "@value": "Race" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation", + "@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", @@ -148,24 +156,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#Financial" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about reputation in the public sphere" + "@value": "Information about ownership and history, including renting, borrowing, possessions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "General Reputation" + "@value": "Ownership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Proclivitie", + "@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", @@ -203,24 +211,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#Language" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about proclivities in a sexual context" + "@value": "Information about linguistic dialects." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Proclivitie" + "@value": "Dialect" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demeanor", + "@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", @@ -258,24 +266,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#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about demeanor." + "@value": "Information about salary" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Demeanor" + "@value": "Salary" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fingerprint", + "@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", @@ -313,24 +321,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#HealthHistory" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about fingerprint used for biometric purposes." + "@value": "Information about information health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fingerprint" + "@value": "Individual Health History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#UID", + "@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", @@ -368,29 +376,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#Internal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about unique identifiers." + "@value": "Information about authentication and information used for authenticating" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "UID" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#UniqueId" + "@value": "Authenticating" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Connection", + "@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", @@ -428,24 +431,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#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about and including connections in a social network" + "@value": "Information about loans, whether applied, provided or rejected, and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Connection" + "@value": "Loan Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualHistory", + "@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", @@ -483,24 +486,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#FamilyStructure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexual history" + "@value": "Information about parent(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual History" + "@value": "Parent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier", + "@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", @@ -538,24 +541,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#Contact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial account identifier." + "@value": "Information about Email address." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Identifier" + "@value": "Email Address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sibling", + "@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", @@ -593,24 +596,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 sibling(s)." + "@value": "Information about blood type." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sibling" + "@value": "Blood Type" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteMusic", + "@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", @@ -648,24 +651,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#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite music." + "@value": "Information about age" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Music" + "@value": "Age" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Password", + "@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", @@ -674,20 +677,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": [ @@ -703,24 +703,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#PaymentCard" } ], "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 payment card expiry such as a date." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Password" + "@value": "Payment Card Expiry" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Prescription", + "@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", @@ -729,20 +729,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": [ @@ -758,24 +755,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#FinancialAccount" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about medical and pharmaceutical prescriptions" + "@value": "Information about payment card such as Credit Card, Debit Card." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Prescription" + "@value": "Payment Card" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalInterview", + "@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", @@ -813,24 +810,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#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional interviews" + "@value": "Information about ethnic origins and lineage" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Interview" + "@value": "Ethnicity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Offspring", + "@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", @@ -868,24 +865,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#Biometric" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about offspring(s)." + "@value": "Information about retina and the retinal patterns." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Offspring" + "@value": "Retina" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth", + "@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", @@ -923,27 +920,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#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health, medical conditions or health care" + "@value": "Information about financial tax e.g. tax records or tax due" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MedicalHealth" + "@value": "Tax" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PINCode", + "@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", @@ -981,24 +975,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#Professional" } ], "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 professional certifications" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "PIN Code" + "@value": "Professional Certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LinkClicked", + "@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", @@ -1036,29 +1030,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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the links that an individual has clicked." + "@value": "Information about external characteristics that can be observed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "LinkClicked" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Navigation" + "@value": "External" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GroupMembership", + "@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", @@ -1096,24 +1085,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#Contact" } ], "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 physical address." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Group Membership" + "@value": "Physical Address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BankAccount", + "@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", @@ -1151,24 +1140,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#Demographic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about bank accounts." + "@value": "Information about income bracket." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bank Account" + "@value": "Income Bracket" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Intention", + "@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", @@ -1206,24 +1195,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 intentions" + "@value": "Information about DNA." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Intention" + "@value": "DNA Code" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest", + "@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", @@ -1261,24 +1250,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#FinancialAccount" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about interests" + "@value": "Information about bank accounts." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Interest" + "@value": "Bank Account" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardNumber", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ApartmentOwned", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1287,17 +1276,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": [ @@ -1313,27 +1305,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#HouseOwned" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card number." + "@value": "Information about apartment(s) owned and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card Number" + "@value": "Apartment Owned" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GPSCoordinate", + "@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", @@ -1371,24 +1360,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/dpv-pd#Criminal" } ], "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 criminal convictions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GPS Coordinate" + "@value": "Criminal Conviction" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership", + "@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", @@ -1426,24 +1415,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#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ownership and history, including renting, borrowing, possessions." + "@value": "Information about opinions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ownership" + "@value": "Opinion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying", + "@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", @@ -1481,24 +1470,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#AccountIdentifier" } ], "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 financial account number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identifying" + "@value": "Financial Account Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HairColor", + "@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", @@ -1536,24 +1525,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#Financial" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about hair color" + "@value": "Information about a purchasing, spending or income" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hair Color" + "@value": "Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite", + "@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", @@ -1591,24 +1580,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#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorites" + "@value": "Information about family and relationships" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite" + "@value": "Family" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fetish", + "@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", @@ -1646,663 +1635,817 @@ ], "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#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information an individual's sexual fetishes" + "@value": "Information about friends or connections expressed as a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fetish" + "@value": "Social Network" } ] }, { - "@id": "https://w3id.org/dpv-owl/dpv-pd", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dislike", "@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": [ + "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#Interest" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Fajar J. Ekaputra" - }, + "@language": "en", + "@value": "Information about dislikes or preferences regarding repulsions." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Georg P Krog" - }, + "@language": "en", + "@value": "Dislike" + } + ] + }, + { + "@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": [ { - "@value": "Javier D. Fernández" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Piero Bonatti" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Ramisa Gachpaz Hamed" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "Rigo Wenning" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Rob Brennan" - }, + "@language": "en", + "@value": "Information about credit record." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Simon Steyskal" + "@language": "en", + "@value": "Credit Record" } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#PersonalData" ], "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": [ + "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": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." + "@value": "accepted" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about family health history." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Family Health History" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "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": "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://purl.org/dc/terms/title": [ + "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": "DPV-PD: Personal Data Extension for DPV" + "@value": "accepted" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "dpvo-pd" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "https://w3id.org/dpv-owl/dpv-pd" + "@language": "en", + "@value": "Information about family and familial structure." } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.5" + "@language": "en", + "@value": "Family Structure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalDataConcepts", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interaction", "@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#PersonalData" ], - "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-skos/dpv-pd#Accent" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Acquantaince" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Age" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ApartmentOwned" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Association" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Attitude" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AuthenticationHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BankAccount" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BloodType" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowserFingerprint" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingReferral" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CallLog" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CarOwned" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Character" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CommunicationsMetadata" - }, + "@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#Connection" - }, + "@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#Contact" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Country" - }, + "@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#Credit" - }, + "@language": "en", + "@value": "Information about interactions in the public sphere" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCapacity" - }, + "@language": "en", + "@value": "Interaction" + } + ] + }, + { + "@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#CreditCardNumber" - }, + "@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#CreditRecord" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditScore" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditStanding" - }, + "@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#CreditWorthiness" - }, + "@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#Criminal" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalCharge" - }, + "@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#CriminalConviction" - }, + "@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#CriminalPardon" - }, + "@language": "en", + "@value": "Social" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demeanor" - }, + "@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#Demographic" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceApplications" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" - }, + "@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#DeviceOperatingSystem" - }, + "@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#DeviceSoftware" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dialect" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Disability" - }, + "@language": "en", + "@value": "Information about social media communication, including the communication itself and metadata." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DisciplinaryAction" - }, + "@language": "en", + "@value": "Social Media Communication" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dislike" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Divorce" - }, + "@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#DNACode" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DrugTestResult" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress" - }, + "@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#EmailContent" - }, + "@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#EmploymentHistory" - }, + "@language": "en", + "@value": "accepted" + } + ], + "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/dpv-pd#EthnicOrigin" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyHealthHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteColor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteFood" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteMusic" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fetish" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccountNumber" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fingerprint" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Friend" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Gender" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Geographic" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GPSCoordinate" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GroupMembership" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HairColor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthRecord" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Height" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Historical" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HouseOwned" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Income" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IncomeBracket" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IndividualHealthHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Intention" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interaction" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IPAddress" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Job" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LifeHistory" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Like" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LinkClicked" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LoanRecord" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MACAddress" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MaritalStatus" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Marriage" - }, + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" - }, + "@language": "en", + "@value": "Information about language and lingual history." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MentalHealth" - }, + "@language": "en", + "@value": "Language" + } + ] + }, + { + "@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", + "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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#OfficialID" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Offspring" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Opinion" - }, + "@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#Ownership" - }, + "@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#Parent" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Password" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard" - }, + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardExpiry" - }, + "@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-skos/dpv-pd#PaymentCardNumber" - }, + "@language": "en", + "@value": "MedicalHealth" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Personality" - }, + "@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#PersonalPossession" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhilosophicalBelief" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalAddress" - }, + "@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#PhysicalCharacteristic" - }, + "@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#PhysicalHealth" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalTrait" - }, + "@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#Picture" - }, + "@language": "en", + "@value": "Information about favorite color." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Piercing" - }, + "@language": "en", + "@value": "Favorite Color" + } + ] + }, + { + "@id": "https://w3id.org/dpv-skos/dpv-pd", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PINCode" - }, + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalAffiliation" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Prescription" + "@value": "Bert Bos" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PrivacyPreference" + "@value": "Bud Bruegger" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Proclivitie" + "@value": "David Hickey" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalCertification" + "@value": "Eva Schlehahn" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalEvaluation" + "@value": "Fajar J. Ekaputra" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalInterview" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Purchase" + "@value": "Javier D. Fernández" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PurchasesAndSpendingHabit" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Race" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Reference" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Relationship" + "@value": "Piero Bonatti" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Religion" + "@value": "Ramisa Gachpaz Hamed" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ReligiousBelief" + "@value": "Rigo Wenning" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Retina" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#RoomNumber" - }, + "@value": "Simon Steyskal" + } + ], + "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": "2022-04-02" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sale" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#School" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SecretText" - }, + "@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://w3id.org/dpv/dpv-skos/dpv-pd#ServiceConsumptionBehavior" - }, + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" - }, + "@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/dpv-pd#SexualHistory" - }, + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualPreference" - }, + "@language": "en", + "@value": "DPV-PD: Personal Data Extension for DPV" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sibling" - }, + "@value": "dpvs-pd" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SkinTone" - }, + "@value": "https://w3id.org/dpv-skos/dpv-pd" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" - }, + "@value": "0.6" + } + ] + }, + { + "@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#SocialMediaCommunication" - }, + "@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#SocialNetwork" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialStatus" - }, + "@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#Tattoo" - }, + "@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#Tax" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TelephoneNumber" - }, + "@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#Thought" - }, + "@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#Tracking" - }, + "@language": "en", + "@value": "Authentication History" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-pd#Transactional" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TVViewingBehavior" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-pd#Username" - }, + "@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#VoiceCommunicationRecording" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceMail" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Weight" - }, + "@language": "en", + "@value": "Information about sales e.g. selling of goods or services" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#WorkHistory" + "@language": "en", + "@value": "Sale" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardExpiry", + "@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", @@ -2311,17 +2454,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": [ @@ -2337,24 +2483,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#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card expiry such as a date." + "@value": "Information about interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card Expiry" + "@value": "Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal", + "@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", @@ -2392,29 +2538,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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal activity e.g. criminal convictions or jail time" + "@value": "Informatoin about internal characteristics that cannot be seen or observed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Judicial" + "@value": "Internal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife", + "@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", @@ -2452,24 +2593,29 @@ ], "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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about public life" + "@value": "Information about finance including monetary characteristics and transactions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Life" + "@value": "Financial" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SkinTone", + "@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", @@ -2507,24 +2653,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#PublicLife" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about skin tone" + "@value": "Information about character in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Skin Tone" + "@value": "Character" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional", + "@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", @@ -2562,24 +2708,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#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about a purchasing, spending or income" + "@value": "Information about health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transactional" + "@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#ServiceConsumptionBehavior", + "@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", @@ -2588,20 +2739,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://www.specialprivacy.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2617,24 +2768,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#Family" } ], "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 relationships and relationship history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Consumption Behavior" + "@value": "Relationship" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailContent", + "@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", @@ -2672,24 +2823,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#Health" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the contents of Emails sent or received" + "@value": "Information about mental health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Email Content" + "@value": "Mental Health" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PurchasesAndSpendingHabit", + "@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", @@ -2727,24 +2878,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#Identifying" } ], "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 usernames." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchases and Spending Habit" + "@value": "Username" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PrivacyPreference", + "@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", @@ -2753,20 +2904,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": [ @@ -2782,24 +2939,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#DeviceSoftware" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about privacy preferences" + "@value": "Information about applications or application-like software on a device." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Preference" + "@value": "Device Applications" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Like", + "@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", @@ -2837,24 +2994,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#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about likes or preferences regarding attractions." + "@value": "Information about drug test results." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Like" + "@value": "Drug Test Result" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IncomeBracket", + "@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", @@ -2892,24 +3049,32 @@ ], "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#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about income bracket." + "@value": "Information about political affiliation and history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Income Bracket" + "@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#Race", + "@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", @@ -2947,27 +3112,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#Favorite" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about race or racial history." + "@value": "Information about favorite music." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Race" + "@value": "Favorite Music" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditRecord", + "@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", @@ -3005,24 +3167,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#Criminal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit record." + "@value": "Information about criminal charges." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Record" + "@value": "Criminal Charge" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MaritalStatus", + "@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", @@ -3060,24 +3222,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#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about marital status and history" + "@value": "Information about country e.g. residence, travel." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marital Status" + "@value": "Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ReligiousBelief", + "@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", @@ -3115,27 +3277,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#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about religion and religious beliefs." + "@value": "Information about health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Religious Belief" + "@value": "Health History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Username", + "@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", @@ -3173,24 +3332,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#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about usernames." + "@value": "Information about educational or professional career" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Username" + "@value": "Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingReferral", + "@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", @@ -3199,17 +3358,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": "Rudy Jacob" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3225,24 +3387,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#ServiceConsumptionBehavior" } ], "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 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": "Browsing Referral" + "@value": "TV Viewing Behavior" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceMail", + "@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", @@ -3251,20 +3413,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": [ @@ -3280,24 +3439,27 @@ ], "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#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 voice mail messages." + "@value": "Information about payment card number." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Voice Mail" + "@value": "Payment Card Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditScore", + "@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", @@ -3335,24 +3497,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#DeviceBased" } ], "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthRecord", + "@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", @@ -3390,24 +3552,27 @@ ], "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#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health record." + "@value": "Information about religion, religious inclinations, and religious history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health Record" + "@value": "Religion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Weight", + "@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", @@ -3445,24 +3610,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#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical weight" + "@value": "Information about public life" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Weight" + "@value": "Public Life" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial", + "@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", @@ -3500,29 +3665,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#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about finance including monetary characteristics and transactions" + "@value": "Information about names associated or used as given name or nickname." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Financial" + "@value": "Name" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DisciplinaryAction", + "@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", @@ -3560,24 +3720,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#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about disciplinary actions 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": "Disciplinary Action" + "@value": "Income" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Attitude", + "@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", @@ -3615,24 +3775,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#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about attitude." + "@value": "Information about location expressed using Global Position System coordinates (GPS)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Attitude" + "@value": "GPS Coordinate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceApplications", + "@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", @@ -3641,26 +3801,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": [ @@ -3676,24 +3830,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#SocialNetwork" } ], "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 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": "Device Applications" + "@value": "Friend" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Parent", + "@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", @@ -3731,24 +3885,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#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about parent(s)." + "@value": "Information about demeanor." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Parent" + "@value": "Demeanor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Retina", + "@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", @@ -3786,24 +3940,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 skin tone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retina" + "@value": "Skin Tone" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity", + "@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", @@ -3841,24 +3995,29 @@ ], "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#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ethnic origins and lineage" + "@value": "Information about criminal activity e.g. criminal convictions or jail time" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethnicity" + "@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#PoliticalAffiliation", + "@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", @@ -3896,32 +4055,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#Ownership" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about political affiliation and history" + "@value": "Information about cars ownership and ownership history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Political Affiliation" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Political" + "@value": "Car Owned" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress", + "@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", @@ -3930,20 +4081,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": [ @@ -3959,24 +4116,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#DeviceSoftware" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about Email address." + "@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": "Email Address" + "@value": "Device Operating System" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Reference", + "@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", @@ -4014,24 +4171,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#KnowledgeBelief" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about references in the professional context" + "@value": "Information about thoughts" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Reference" + "@value": "Thought" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic", + "@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", @@ -4069,24 +4226,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#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about demography and demographic characteristics" + "@value": "Information about employment history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Demographic" + "@value": "Employment History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Divorce", + "@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", @@ -4124,24 +4281,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#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about divorce(s)." + "@value": "Information about reputation with regards to money" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Divorce" + "@value": "Credit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalCharge", + "@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", @@ -4179,24 +4336,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#Demographic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal charges." + "@value": "Information about location or based on geography (e.g. home address)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Charge" + "@value": "Geographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interaction", + "@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", @@ -4234,24 +4391,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#FamilyStructure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about interactions in the public sphere" + "@value": "Information about sibling(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Interaction" + "@value": "Sibling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IPAddress", + "@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", @@ -4289,24 +4446,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#Ownership" } ], "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 house(s) owned and ownership history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "IP Address" + "@value": "House Owned" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Country", + "@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", @@ -4344,24 +4501,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#Identifying" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about country e.g. residence, travel." + "@value": "Information about biometrics and biometric characteristics." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "Biometric" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalCertification", + "@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", @@ -4399,24 +4559,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#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional certifications" + "@value": "Information about an official identifier or identification document" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Certification" + "@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#ApartmentOwned", + "@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", @@ -4454,24 +4619,24 @@ ], "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#Criminal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about apartment(s) owned and its history" + "@value": "Information about criminal pardons." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Apartment Owned" + "@value": "Criminal Pardon" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalTrait", + "@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", @@ -4509,24 +4674,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#CreditWorthiness" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about defining traits or features regarding the body." + "@value": "Information about credit score." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Trait" + "@value": "Credit Score" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CarOwned", + "@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", @@ -4564,24 +4729,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#Credit" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about cars ownership and ownership history." + "@value": "Information about credit standing." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Car Owned" + "@value": "Credit Standing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dislike", + "@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", @@ -4590,20 +4755,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": [ @@ -4619,24 +4784,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#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about dislikes or preferences regarding repulsions." + "@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": "Dislike" + "@value": "Service Consumption Behavior" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Personality", + "@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", @@ -4674,24 +4839,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#Contact" } ], "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 telephone number." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personality" + "@value": "Telephone Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditWorthiness", + "@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", @@ -4729,24 +4894,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#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit worthiness." + "@value": "Information about health record." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Worthiness" + "@value": "Health Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic", + "@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", @@ -4784,29 +4949,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 about physical characteristics" + "@value": "Information about credit worthiness." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "PhysicalCharacteristic" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Demographic" + "@value": "Credit Worthiness" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Geographic", + "@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", @@ -4844,24 +5004,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#Authenticating" } ], "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 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": "Geographic" + "@value": "Password" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount", + "@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", @@ -4899,24 +5059,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#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial accounts." + "@value": "Information about references in the professional context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial Account" + "@value": "Reference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard", + "@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", @@ -4925,17 +5085,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": [ @@ -4951,24 +5114,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#Health" } ], "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 physical health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card" + "@value": "Physical Health" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior", + "@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", @@ -5006,29 +5169,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#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about browsing Behavior." + "@value": "Information about intentions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Browsing Behavior" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#OnlineActivity" + "@value": "Intention" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialMediaCommunication", + "@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", @@ -5066,29 +5224,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#Transactional" } ], "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 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": "Social Media Communication" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Social" + "@value": "Purchases and Spending Habit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Religion", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CommunicationsMetadata", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5127,26 +5280,28 @@ "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" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about religion, religious inclinations, and religious history." + "@value": "Information about communication metadata in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Religion" + "@value": "Communications Metadata" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DrugTestResult", + "@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", @@ -5184,24 +5339,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#SocialNetwork" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about drug test results." + "@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": "Drug Test Result" + "@value": "Association" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Acquantaince", + "@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", @@ -5239,24 +5394,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#FamilyStructure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about acquaintainces in a social network." + "@value": "Information about offspring(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquantaince" + "@value": "Offspring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceCommunicationRecording", + "@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", @@ -5294,24 +5449,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#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" + "@value": "Information about professional jobs" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Voice Communication Recording" + "@value": "Job" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric", + "@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", @@ -5349,27 +5504,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#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about biometrics and biometric characteristics." + "@value": "Information about hair color" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Biometric" + "@value": "Hair Color" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalEvaluation", + "@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", @@ -5407,24 +5559,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#Authenticating" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional evaluations" + "@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": "Professional Evaluation" + "@value": "PIN Code" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Friend", + "@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", @@ -5462,24 +5614,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#Professional" } ], "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 professional evaluations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Friend" + "@value": "Professional Evaluation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dialect", + "@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", @@ -5517,24 +5669,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#Ownership" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about linguistic dialects." + "@value": "Information about personal possessions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dialect" + "@value": "Personal Possession" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork", + "@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", @@ -5572,19 +5724,19 @@ ], "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#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about friends or connections expressed as a social network" + "@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": "Social Network" + "@value": "Identifying" } ] }, @@ -5647,7 +5799,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccountNumber", + "@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", @@ -5685,24 +5837,29 @@ ], "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#Tracking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial account number" + "@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": "Financial Account Number" + "@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#CallLog", + "@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", @@ -5740,24 +5897,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#Interest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the calls that an individual has made." + "@value": "Information about likes or preferences regarding attractions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Call Log" + "@value": "Like" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family", + "@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", @@ -5795,24 +5952,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#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family and relationships" + "@value": "Information about physical height" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family" + "@value": "Height" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmploymentHistory", + "@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", @@ -5850,24 +6007,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 sexual preferences" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Employment History" + "@value": "Sexual Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Accent", + "@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", @@ -5905,24 +6062,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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about linguistic and speech accents." + "@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": "Accent" + "@value": "Historical" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Historical", + "@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", @@ -5960,24 +6117,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#Transactional" } ], "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 financial transactions e.g. bank transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Historical" + "@value": "Transaction" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#RoomNumber", + "@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", @@ -6015,24 +6172,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/dpv-pd#PhysicalCharacteristic" } ], "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 tattoos" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Room Number" + "@value": "Tattoo" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#WorkHistory", + "@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", @@ -6070,24 +6227,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 work history in a professional context" + "@value": "Information about sexual history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Work History" + "@value": "Sexual History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Picture", + "@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", @@ -6125,24 +6282,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#Demographic" } ], "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 defining traits or features regarding the body." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Picture" + "@value": "Physical Trait" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceOperatingSystem", + "@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", @@ -6151,26 +6308,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": [ @@ -6186,24 +6337,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#PhysicalCharacteristic" } ], "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 physical weight" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Operating System" + "@value": "Weight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalPossession", + "@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", @@ -6241,24 +6392,29 @@ ], "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#Tracking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about personal possessions." + "@value": "Information about devices" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Possession" + "@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#KnowledgeBelief", + "@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", @@ -6296,24 +6452,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#Credit" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about knowledge and beliefs" + "@value": "Information about credit capacity." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Knowledge and Beliefs" + "@value": "Credit Capacity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#School", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MaritalStatus", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6351,24 +6507,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#PublicLife" } ], "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 marital status and history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "School" + "@value": "Marital Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyHealthHistory", + "@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", @@ -6406,24 +6562,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#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family health 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": "Family Health History" + "@value": "Room Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Association", + "@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", @@ -6461,24 +6617,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#PhysicalCharacteristic" } ], "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Name", + "@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", @@ -6516,24 +6672,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 names associated or used as given name or nickname." + "@value": "Information about divorce(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Name" + "@value": "Divorce" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IndividualHealthHistory", + "@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", @@ -6571,24 +6727,29 @@ ], "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#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about information health history." + "@value": "Information about Behavior or activity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Individual Health History" + "@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#MACAddress", + "@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", @@ -6626,24 +6787,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#Communication" } ], "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 voice mail messages." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MAC Address" + "@value": "Voice Mail" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalConviction", + "@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", @@ -6681,24 +6842,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#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal convictions." + "@value": "Information about privacy preferences" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Conviction" + "@value": "Privacy Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowserFingerprint", + "@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", @@ -6736,24 +6897,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#MedicalHealth" } ], "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 medical and pharmaceutical prescriptions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Browser Fingerprint" + "@value": "Prescription" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Purchase", + "@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", @@ -6791,29 +6952,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#Internal" } ], "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 preferences or interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchase" + "@value": "Preference" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/data#Purchase" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteColor", + "@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", @@ -6851,24 +7012,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 disciplinary actions and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Color" + "@value": "Disciplinary Action" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional", + "@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", @@ -6906,24 +7067,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#Favorite" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about educational or professional career" + "@value": "Information about favorite food." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional" + "@value": "Favorite Food" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transaction", + "@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", @@ -6961,24 +7122,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#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial transactions e.g. bank transfers" + "@value": "Information about visual representation or image e.g. profile photo." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transaction" + "@value": "Picture" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal", + "@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", @@ -7016,24 +7177,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#Historical" } ], "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 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": "Internal" + "@value": "Life History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LoanRecord", + "@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", @@ -7071,24 +7232,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#Communication" } ], "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 the contents of Emails sent or received" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Loan Record" + "@value": "Email Content" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Height", + "@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", @@ -7126,24 +7287,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#Authenticating" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical height" + "@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": "Height" + "@value": "Secret Text" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalHealth", + "@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", @@ -7181,24 +7342,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#PublicLife" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical health." + "@value": "Information about reputation in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Health" + "@value": "General Reputation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference", + "@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", @@ -7236,29 +7397,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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about preferences or interests" + "@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": "Preference" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Preference" + "@value": "Tracking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BloodType", + "@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", @@ -7296,24 +7452,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#Financial" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about blood type." + "@value": "Information about financial accounts." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Blood Type" + "@value": "Financial Account" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language", + "@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", @@ -7351,24 +7507,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/dpv-pd#Biometric" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about language and lingual history." + "@value": "Information about fingerprint used for biometric purposes." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Language" + "@value": "Fingerprint" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location", + "@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,29 +7562,24 @@ ], "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#FinancialAccount" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location" + "@value": "Information about financial account identifier." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Location" + "@value": "Account Identifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tax", + "@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", @@ -7466,24 +7617,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#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 vocal recorded communication (e.g. telephony, VoIP)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tax" + "@value": "Voice Communication Recording" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sale", + "@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", @@ -7521,24 +7672,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#MedicalHealth" } ], "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 disabilities." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sale" + "@value": "Disability" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Character", + "@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", @@ -7576,24 +7727,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#DeviceBased" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about character in the public sphere" + "@value": "Information about the Media Access Control (MAC) address of a device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Character" + "@value": "MAC Address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication", + "@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", @@ -7631,24 +7782,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#Language" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information communicated from or to an individual" + "@value": "Information about linguistic and speech accents." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication" + "@value": "Accent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Thought", + "@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", @@ -7686,24 +7837,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/dpv-pd#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about thoughts" + "@value": "Information about physical characteristics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thought" + "@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#AuthenticationHistory", + "@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", @@ -7712,17 +7868,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": [ @@ -7738,24 +7897,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#SocialNetwork" } ], "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 and including connections in a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication History" + "@value": "Connection" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalAddress", + "@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", @@ -7793,24 +7952,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#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical address." + "@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": "Physical Address" + "@value": "Personality" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure", + "@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", @@ -7848,703 +8007,541 @@ ], "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#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family and familial structure." + "@value": "Information about favorites" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family Structure" + "@value": "Favorite" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhilosophicalBelief", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalDataConcepts", "@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/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": [ + { + "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ApartmentOwned" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Association" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Attitude" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AuthenticationHistory" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BankAccount" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BloodType" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowserFingerprint" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingReferral" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CallLog" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CarOwned" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Character" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CommunicationsMetadata" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Connection" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Country" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCapacity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCardNumber" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditRecord" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditScore" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditStanding" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditWorthiness" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalCharge" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalConviction" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalPardon" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demeanor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceApplications" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceOperatingSystem" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dialect" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Disability" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DisciplinaryAction" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dislike" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Divorce" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DNACode" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DrugTestResult" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailContent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmploymentHistory" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EthnicOrigin" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyHealthHistory" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" + }, { - "@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#Favorite" + }, { - "@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#FavoriteColor" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteFood" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteMusic" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fetish" + }, { - "@language": "en", - "@value": "Information about philosophical beliefs." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" + }, { - "@language": "en", - "@value": "Philosophical Belief" - } - ] - }, - { - "@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", - "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#MedicalHealth" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GPSCoordinate" + }, { - "@language": "en", - "@value": "Information about DNA." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GroupMembership" + }, { - "@language": "en", - "@value": "DNA Code" - } - ] - }, - { - "@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", - "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#Tracking" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" + }, { - "@language": "en", - "@value": "Information about contacts or used for contacting e.g. email address or phone number" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Income" + }, { - "@language": "en", - "@value": "Contact" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IncomeBracket" + }, { - "@id": "http://www.specialprivacy.eu/vocabs/data#Physical" - } - ] - }, - { - "@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", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-pd#Intention" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interaction" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest" + }, { - "@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#Internal" + }, { - "@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#IPAddress" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Job" + }, { - "@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#KnowledgeBelief" + }, { - "@language": "en", - "@value": "Information about favorite food." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language" + }, { - "@language": "en", - "@value": "Favorite Food" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CommunicationsMetadata", - "@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#LifeHistory" + }, { - "@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#Like" + }, + { + "@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#PublicLife" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + }, { - "@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#MentalHealth" + }, { - "@language": "en", - "@value": "Communications Metadata" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Name" + }, { - "@id": "http://www.specialprivacy.eu/vocabs/data#Interactive" - } - ] - }, - { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#OfficialID" + }, { - "@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#Offspring" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Opinion" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" + }, { - "@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#Parent" + }, { - "@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#Password" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "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#MedicalHealth" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardExpiry" + }, { - "@language": "en", - "@value": "Information about health history." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardNumber" + }, { - "@language": "en", - "@value": "Health History" - } - ] - }, - { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Personality" + }, { - "@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#PersonalPossession" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhilosophicalBelief" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalAddress" + }, { - "@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#PhysicalCharacteristic" + }, { - "@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#PhysicalHealth" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalTrait" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Picture" + }, { - "@language": "en", - "@value": "Information about relationships and relationship history." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Piercing" + }, { - "@language": "en", - "@value": "Relationship" - } - ] - }, - { - "@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", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PINCode" + }, { - "@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#PoliticalAffiliation" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Prescription" + }, { - "@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#PrivacyPreference" + }, { - "@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#Proclivitie" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "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#Internal" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalCertification" + }, { - "@language": "en", - "@value": "Information about authentication and information used for authenticating" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalEvaluation" + }, { - "@language": "en", - "@value": "Authenticating" - } - ] - }, - { - "@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", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalInterview" + }, { - "@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#PublicLife" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Purchase" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PurchasesAndSpendingHabit" + }, { - "@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#Race" + }, { - "@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#Reference" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Relationship" + }, { - "@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#Religion" + }, { - "@language": "en", - "@value": "Information about salary" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ReligiousBelief" + }, { - "@language": "en", - "@value": "Salary" - } - ] - }, - { - "@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", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Retina" + }, { - "@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#RoomNumber" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Salary" }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sale" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#School" }, { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SecretText" + }, { - "@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#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#DeviceBased" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualPreference" + }, { - "@language": "en", - "@value": "Information about software on or related to a device." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sibling" + }, { - "@language": "en", - "@value": "Device Software" - } - ] - }, - { - "@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", - "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#PhysicalCharacteristic" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TelephoneNumber" + }, { - "@language": "en", - "@value": "Information about piercings" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Thought" + }, { - "@language": "en", - "@value": "Piercing" - } - ] - }, - { - "@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#Tracking" + }, { - "@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#Transaction" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TVViewingBehavior" + }, { - "@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#UID" + }, { - "@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#Username" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceCommunicationRecording" + }, { - "@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#VoiceMail" + }, { - "@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#Weight" + }, { - "@language": "en", - "@value": "Marriage" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#WorkHistory" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking", + "@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", @@ -8582,24 +8579,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#Sexual" } ], "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 proclivities in a sexual context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tracking" + "@value": "Proclivitie" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TelephoneNumber", + "@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", @@ -8608,20 +8605,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": [ @@ -8637,24 +8640,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 telephone number." + "@value": "Information about software on or related to a device." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Telephone Number" + "@value": "Device Software" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Age", + "@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", @@ -8692,24 +8695,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#Internal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about age" + "@value": "Information about knowledge and beliefs" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Age" + "@value": "Knowledge and Beliefs" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Income", + "@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", @@ -8747,24 +8750,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#SocialNetwork" } ], "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 acquaintainces in a social network." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Income" + "@value": "Acquantaince" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External", + "@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", @@ -8802,24 +8805,27 @@ ], "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#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about external characteristics that can be observed" + "@value": "Information about ethnic origin" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "External" + "@value": "Ethnic Origin" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tattoo", + "@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", @@ -8857,24 +8863,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#FamilyStructure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about tattoos" + "@value": "Information about marriage(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tattoo" + "@value": "Marriage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Gender", + "@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", @@ -8912,24 +8918,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#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about gender" + "@value": "Information about the calls that an individual has made." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gender" + "@value": "Call Log" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#OfficialID", + "@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", @@ -8967,29 +8973,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#PublicLife" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about an official identifier or identification document" + "@value": "Information about social status" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Official ID" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Government" + "@value": "Social Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalPardon", + "@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", @@ -9027,24 +9028,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 pardons." + "@value": "Information about religion and religious beliefs." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Pardon" + "@value": "Religious Belief" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit", + "@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", @@ -9088,18 +9092,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about reputation with regards to money" + "@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": "Credit" + "@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#EthnicOrigin", + "@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", @@ -9137,27 +9146,29 @@ ], "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#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ethnic origin" + "@value": "Information about browsing Behavior." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethnic Origin" + "@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#CreditCapacity", + "@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", @@ -9195,24 +9206,29 @@ ], "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#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit capacity." + "@value": "Information about the links that an individual has clicked." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Capacity" + "@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#CreditCardNumber", + "@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", @@ -9250,24 +9266,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#DeviceBased" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit card number" + "@value": "Information about the web browser which is used as a 'fingerprint'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Card Number" + "@value": "Browser Fingerprint" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social", + "@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", @@ -9305,24 +9321,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#Professional" } ], "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 school such as name of school, conduct, or grades obtained." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social" + "@value": "School" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HouseOwned", + "@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", @@ -9331,20 +9347,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": [ @@ -9360,24 +9373,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#BrowsingBehavior" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about house(s) owned and ownership history." + "@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": "House Owned" + "@value": "Browsing Referral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditStanding", + "@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", @@ -9415,24 +9428,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#Professional" } ], "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral", + "@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", @@ -9470,29 +9483,27 @@ ], "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#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about Behavior or activity" + "@value": "Information about philosophical beliefs." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Behavioral" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Activity" + "@value": "Philosophical Belief" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MentalHealth", + "@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", @@ -9530,24 +9541,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#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about mental health." + "@value": "Information about professional interviews" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mental Health" + "@value": "Professional Interview" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SecretText", + "@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", @@ -9585,24 +9596,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#SocialNetwork" } ], "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 groups and memberships included or associated with a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secret Text" + "@value": "Group Membership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TVViewingBehavior", + "@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", @@ -9611,20 +9622,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://www.specialprivacy.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9640,24 +9651,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#PaymentCardNumber" } ], "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 credit card number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "TV Viewing Behavior" + "@value": "Credit Card Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health", + "@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", @@ -9695,29 +9706,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#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health." + "@value": "Information about gender" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Health" + "@value": "Gender" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualPreference", + "@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", @@ -9755,24 +9761,29 @@ ], "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#Tracking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexual preferences" + "@value": "Information about location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual Preference" + "@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#Disability", + "@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", @@ -9810,24 +9821,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#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about disabilities." + "@value": "Information communicated from or to an individual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disability" + "@value": "Communication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Job", + "@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", @@ -9865,24 +9876,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 jobs" + "@value": "Information about attitude." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Job" + "@value": "Attitude" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialStatus", + "@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", @@ -9920,24 +9931,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#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about social status" + "@value": "Information about demography and demographic characteristics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Status" + "@value": "Demographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased", + "@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", @@ -9975,24 +9986,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#Sexual" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about devices" + "@value": "Information an individual's sexual fetishes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Based" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Computer" + "@value": "Fetish" } ] } diff --git a/dpv-skos/dpv-pd/dpv-pd.n3 b/dpv-skos/dpv-pd/dpv-pd.n3 index 185543a6c..432770bf7 100644 --- a/dpv-skos/dpv-pd/dpv-pd.n3 +++ b/dpv-skos/dpv-pd/dpv-pd.n3 @@ -4,7 +4,7 @@ @prefix owl: . @prefix rdfs: . @prefix skos: . -@prefix svd: . +@prefix svd: . @prefix sw: . @prefix vann: . @prefix xsd: . @@ -1912,7 +1912,7 @@ dpvs-pd:ServiceConsumptionBehavior a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs-pd: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs-pd:Behavioral ; @@ -2044,7 +2044,7 @@ dpvs-pd:TVViewingBehavior a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs-pd: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs-pd:ServiceConsumptionBehavior ; @@ -2221,9 +2221,10 @@ dpvs-pd:WorkHistory a rdfs:Class, skos:definition "Information about work history in a professional context"@en ; skos:prefLabel "Work History"@en . - a owl:Ontology ; + a owl:Ontology ; dct:abstract "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; - dct:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "David Hickey", @@ -2231,6 +2232,7 @@ dpvs-pd:WorkHistory a rdfs:Class, "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -2248,9 +2250,9 @@ dpvs-pd:WorkHistory a rdfs:Class, dct:modified "2022-04-02"^^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.5"^^xsd:string . + vann:preferredNamespacePrefix "dpvs-pd" ; + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd"^^xsd:string ; + owl:versionInfo "0.6"^^xsd:string . dpvs-pd:PersonalDataConcepts a skos:Collection ; dct:title "Personal Data Concepts"^^xsd:string ; diff --git a/dpv-skos/dpv-pd/dpv-pd.rdf b/dpv-skos/dpv-pd/dpv-pd.rdf index b5d7b5c7b..e3f67f393 100644 --- a/dpv-skos/dpv-pd/dpv-pd.rdf +++ b/dpv-skos/dpv-pd/dpv-pd.rdf @@ -8,13 +8,13 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - - Physical Health - Information about physical health. + + Internal + Informatoin about internal characteristics that cannot be seen or observed 2019-06-04 accepted @@ -22,13 +22,13 @@ Fajar Ekaputra - + - - Connection - Information about and including connections in a social network + + House Owned + Information about house(s) owned and ownership history. 2019-06-04 accepted @@ -36,13 +36,14 @@ Fajar Ekaputra - + - - Age - Information about age + + Preference + Information about preferences or interests + 2019-06-04 accepted @@ -50,14 +51,14 @@ Fajar Ekaputra - + - - Device Based - Information about devices - + + + Biometric + Information about biometrics and biometric characteristics. 2019-06-04 accepted @@ -65,13 +66,13 @@ Fajar Ekaputra - + - - Employment History - Information about employment history + + Favorite Color + Information about favorite color. 2019-06-04 accepted @@ -79,13 +80,13 @@ Fajar Ekaputra - + - - Accent - Information about linguistic and speech accents. + + Tattoo + Information about tattoos 2019-06-04 accepted @@ -93,13 +94,13 @@ Fajar Ekaputra - + - - Transactional - Information about a purchasing, spending or income + + Tax + Information about financial tax e.g. tax records or tax due 2019-06-04 accepted @@ -107,28 +108,28 @@ Fajar Ekaputra - + - - Opinion - Information about opinions - - 2019-06-04 + + + Payment Card Number + Information about payment card number. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Georg P Krog - + - - Health - Information about health. - + + Financial + Information about finance including monetary characteristics and transactions + 2019-06-04 accepted @@ -136,13 +137,13 @@ Fajar Ekaputra - + - - Credit Capacity - Information about credit capacity. + + Public Life + Information about public life 2019-06-04 accepted @@ -150,13 +151,13 @@ Fajar Ekaputra - + - - Fetish - Information an individual's sexual fetishes + + Disability + Information about disabilities. 2019-06-04 accepted @@ -164,13 +165,13 @@ Fajar Ekaputra - + - - Relationship - Information about relationships and relationship history. + + Privacy Preference + Information about privacy preferences 2019-06-04 accepted @@ -178,13 +179,13 @@ Fajar Ekaputra - + - - Credit - Information about reputation with regards to money + + Offspring + Information about offspring(s). 2019-06-04 accepted @@ -192,13 +193,13 @@ Fajar Ekaputra - + - - Interaction - Information about interactions in the public sphere + + Parent + Information about parent(s). 2019-06-04 accepted @@ -206,6 +207,40 @@ 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 + @@ -220,13 +255,13 @@ Fajar Ekaputra - + - - Social Status - Information about social status + + Ownership + Information about ownership and history, including renting, borrowing, possessions. 2019-06-04 accepted @@ -234,13 +269,13 @@ Fajar Ekaputra - + - - Mental Health - Information about mental health. + + Proclivitie + Information about proclivities in a sexual context 2019-06-04 accepted @@ -248,13 +283,13 @@ Fajar Ekaputra - + - - Historical - Information about historical data related to or relevant regarding history or past events + + Acquantaince + Information about acquaintainces in a social network. 2019-06-04 accepted @@ -262,13 +297,13 @@ Fajar Ekaputra - + - - Privacy Preference - Information about privacy preferences + + Reference + Information about references in the professional context 2019-06-04 accepted @@ -276,13 +311,13 @@ Fajar Ekaputra - + - - Internal - Informatoin about internal characteristics that cannot be seen or observed + + Skin Tone + Information about skin tone 2019-06-04 accepted @@ -290,28 +325,26 @@ Fajar Ekaputra - + - - - MedicalHealth - Information about health, medical conditions or health care - - 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 - + - - Name - Information about names associated or used as given name or nickname. + + Voice Communication Recording + Information about vocal recorded communication (e.g. telephony, VoIP) 2019-06-04 accepted @@ -319,13 +352,13 @@ Fajar Ekaputra - + - - Favorite Color - Information about favorite color. + + Personality + Information about personality (e.g., categorization in terms of the Big Five personality traits) 2019-06-04 accepted @@ -333,13 +366,13 @@ Fajar Ekaputra - + - - Financial Account Number - Information about financial account number + + Professional Interview + Information about professional interviews 2019-06-04 accepted @@ -347,13 +380,13 @@ Fajar Ekaputra - + - - General Reputation - Information about reputation in the public sphere + + Salary + Information about salary 2019-06-04 accepted @@ -361,13 +394,13 @@ Fajar Ekaputra - + - - Password - Information about password used in the process of authenticating the individual as an user accessing a system. + + Transactional + Information about a purchasing, spending or income 2019-06-04 accepted @@ -375,13 +408,13 @@ Fajar Ekaputra - + - - Transaction - Information about financial transactions e.g. bank transfers + + Physical Trait + Information about defining traits or features regarding the body. 2019-06-04 accepted @@ -389,13 +422,13 @@ Fajar Ekaputra - + - - Email Address - Information about Email address. + + Thought + Information about thoughts 2019-06-04 accepted @@ -403,13 +436,13 @@ Fajar Ekaputra - + - - Criminal Pardon - Information about criminal pardons. + + Email Address + Information about Email address. 2019-06-04 accepted @@ -417,13 +450,13 @@ Fajar Ekaputra - + - - Association - Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend + + Sibling + Information about sibling(s). 2019-06-04 accepted @@ -431,14 +464,13 @@ Fajar Ekaputra - + - - Social Media Communication - Information about social media communication, including the communication itself and metadata. - + + Connection + Information about and including connections in a social network 2019-06-04 accepted @@ -446,13 +478,13 @@ 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. + + Criminal Conviction + Information about criminal convictions. 2019-06-04 accepted @@ -460,13 +492,14 @@ Fajar Ekaputra - + - - Loan Record - Information about loans, whether applied, provided or rejected, and its history + + + Religious Belief + Information about religion and religious beliefs. 2019-06-04 accepted @@ -646,27 +679,13 @@ - - - - - - Credit Standing - Information about credit standing. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - + - - Ethnicity - Information about ethnic origins and lineage + + Authenticating + Information about authentication and information used for authenticating 2019-06-04 accepted @@ -674,14 +693,13 @@ Fajar Ekaputra - + - - - Philosophical Belief - Information about philosophical beliefs. + + Gender + Information about gender 2019-06-04 accepted @@ -689,14 +707,13 @@ Fajar Ekaputra - + - - - Religious Belief - Information about religion and religious beliefs. + + Disciplinary Action + Information about disciplinary actions and its history 2019-06-04 accepted @@ -704,13 +721,13 @@ Fajar Ekaputra - + - - Gender - Information about gender + + Family + Information about family and relationships 2019-06-04 accepted @@ -718,13 +735,13 @@ Fajar Ekaputra - + - - Room Number - Information about location expressed as Room number or similar numbering systems + + Relationship + Information about relationships and relationship history. 2019-06-04 accepted @@ -732,14 +749,13 @@ Fajar Ekaputra - + - - Purchase - Information about purchases such as items bought e.g. grocery or clothing - + + Financial Account + Information about financial accounts. 2019-06-04 accepted @@ -747,13 +763,13 @@ Fajar Ekaputra - + - - Ownership - Information about ownership and history, including renting, borrowing, possessions. + + Bank Account + Information about bank accounts. 2019-06-04 accepted @@ -761,13 +777,13 @@ Fajar Ekaputra - + - - Sale - Information about sales e.g. selling of goods or services + + Group Membership + Information about groups and memberships included or associated with a social network 2019-06-04 accepted @@ -775,13 +791,14 @@ Fajar Ekaputra - + - - Salary - Information about salary + + Official ID + Information about an official identifier or identification document + 2019-06-04 accepted @@ -789,13 +806,13 @@ Fajar Ekaputra - + - - Geographic - Information about location or based on geography (e.g. home address) + + Personal Possession + Information about personal possessions. 2019-06-04 accepted @@ -803,13 +820,13 @@ Fajar Ekaputra - + - - Professional - Information about educational or professional career + + Telephone Number + Information about telephone number. 2019-06-04 accepted @@ -817,14 +834,13 @@ Fajar Ekaputra - + - - Official ID - Information about an official identifier or identification document - + + Dislike + Information about dislikes or preferences regarding repulsions. 2019-06-04 accepted @@ -832,26 +848,29 @@ Fajar Ekaputra - + - - Payment Card - Information about payment card such as Credit Card, Debit Card. + + 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 - + - - Marriage - Information about marriage(s). + + Credit Card Number + Information about credit card number 2019-06-04 accepted @@ -859,13 +878,13 @@ Fajar Ekaputra - + - - Parent - Information about parent(s). + + 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 @@ -873,13 +892,14 @@ Fajar Ekaputra - + - - Proclivitie - Information about proclivities in a sexual context + + Behavioral + Information about Behavior or activity + 2019-06-04 accepted @@ -887,15 +907,13 @@ Fajar Ekaputra - + - - - Political Affiliation - Information about political affiliation and history - + + Demographic + Information about demography and demographic characteristics 2019-06-04 accepted @@ -903,13 +921,13 @@ Fajar Ekaputra - + - - Professional Interview - Information about professional interviews + + Physical Address + Information about physical address. 2019-06-04 accepted @@ -917,13 +935,13 @@ Fajar Ekaputra - + - - Knowledge and Beliefs - Information about knowledge and beliefs + + Retina + Information about retina and the retinal patterns. 2019-06-04 accepted @@ -931,13 +949,13 @@ Fajar Ekaputra - + - - Health Record - Information about health record. + + Piercing + Information about piercings 2019-06-04 accepted @@ -945,13 +963,13 @@ Fajar Ekaputra - + - - Family Health History - Information about family health history. + + Employment History + Information about employment history 2019-06-04 accepted @@ -959,13 +977,14 @@ Fajar Ekaputra - + - - Skin Tone - Information about skin tone + + + Ethnic Origin + Information about ethnic origin 2019-06-04 accepted @@ -973,13 +992,13 @@ Fajar Ekaputra - + - - School - Information about school such as name of school, conduct, or grades obtained. + + Criminal Charge + Information about criminal charges. 2019-06-04 accepted @@ -987,13 +1006,13 @@ Fajar Ekaputra - + - - Offspring - Information about offspring(s). + + Work History + Information about work history in a professional context 2019-06-04 accepted @@ -1001,13 +1020,13 @@ Fajar Ekaputra - + - - Like - Information about likes or preferences regarding attractions. + + Professional + Information about educational or professional career 2019-06-04 accepted @@ -1015,13 +1034,13 @@ Fajar Ekaputra - + - - Hair Color - Information about hair color + + Knowledge and Beliefs + Information about knowledge and beliefs 2019-06-04 accepted @@ -1029,45 +1048,13 @@ Fajar Ekaputra - - - DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. - Beatriz Esteves - Bert Bos - Bud Bruegger - David Hickey - Elmar Kiesling - Eva Schlehahn - Fajar J. Ekaputra - Georg P Krog - 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.5 - - + - - Sibling - Information about sibling(s). + + Picture + Information about visual representation or image e.g. profile photo. 2019-06-04 accepted @@ -1075,13 +1062,14 @@ Fajar Ekaputra - + - - Physical Address - Information about physical address. + + Criminal + Information about criminal activity e.g. criminal convictions or jail time + 2019-06-04 accepted @@ -1089,13 +1077,14 @@ Fajar Ekaputra - + - - Authenticating - Information about authentication and information used for authenticating + + Communications Metadata + Information about communication metadata in the public sphere + 2019-06-04 accepted @@ -1103,13 +1092,13 @@ Fajar Ekaputra - + - - Financial Account - Information about financial accounts. + + Association + Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend 2019-06-04 accepted @@ -1117,13 +1106,13 @@ Fajar Ekaputra - + - - Demeanor - Information about demeanor. + + Fetish + Information an individual's sexual fetishes 2019-06-04 accepted @@ -1131,13 +1120,13 @@ Fajar Ekaputra - + - - Friend - Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. + + Criminal Pardon + Information about criminal pardons. 2019-06-04 accepted @@ -1145,13 +1134,13 @@ Fajar Ekaputra - + - - Country - Information about country e.g. residence, travel. + + Favorite Music + Information about favorite music. 2019-06-04 accepted @@ -1159,13 +1148,13 @@ Fajar Ekaputra - + - - Group Membership - Information about groups and memberships included or associated with a social network + + Drug Test Result + Information about drug test results. 2019-06-04 accepted @@ -1173,13 +1162,13 @@ Fajar Ekaputra - + - - Fingerprint - Information about fingerprint used for biometric purposes. + + Intention + Information about intentions 2019-06-04 accepted @@ -1187,13 +1176,29 @@ Fajar Ekaputra - + - - Email Content - Information about the contents of Emails sent or received + + 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 + + + + + + + + Sale + Information about sales e.g. selling of goods or services 2019-06-04 accepted @@ -1201,13 +1206,13 @@ Fajar Ekaputra - + - - Apartment Owned - Information about apartment(s) owned and its history + + Country + Information about country e.g. residence, travel. 2019-06-04 accepted @@ -1215,13 +1220,14 @@ Fajar Ekaputra - + - - External - Information about external characteristics that can be observed + + Social Media Communication + Information about social media communication, including the communication itself and metadata. + 2019-06-04 accepted @@ -1229,14 +1235,13 @@ Fajar Ekaputra - + - - Preference - Information about preferences or interests - + + Password + Information about password used in the process of authenticating the individual as an user accessing a system. 2019-06-04 accepted @@ -1244,13 +1249,14 @@ Fajar Ekaputra - + - - Family Structure - Information about family and familial structure. + + Contact + Information about contacts or used for contacting e.g. email address or phone number + 2019-06-04 accepted @@ -1258,13 +1264,13 @@ Fajar Ekaputra - + - - Favorite Food - Information about favorite food. + + Fingerprint + Information about fingerprint used for biometric purposes. 2019-06-04 accepted @@ -1272,13 +1278,13 @@ Fajar Ekaputra - + - Disability - Information about disabilities. + Blood Type + Information about blood type. 2019-06-04 accepted @@ -1286,13 +1292,14 @@ Fajar Ekaputra - + - - Reference - Information about references in the professional context + + UID + Information about unique identifiers. + 2019-06-04 accepted @@ -1300,13 +1307,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 @@ -1314,13 +1321,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 + + Character + Information about character in the public sphere 2019-06-04 accepted @@ -1328,14 +1335,13 @@ Fajar Ekaputra - + - - - Race - Information about race or racial history. + + MAC Address + Information about the Media Access Control (MAC) address of a device 2019-06-04 accepted @@ -1343,13 +1349,14 @@ Fajar Ekaputra - + - - Acquantaince - Information about acquaintainces in a social network. + + Browsing Behavior + Information about browsing Behavior. + 2019-06-04 accepted @@ -1357,13 +1364,15 @@ Fajar Ekaputra - + - - Professional Evaluation - Information about professional evaluations + + + Political Affiliation + Information about political affiliation and history + 2019-06-04 accepted @@ -1371,13 +1380,13 @@ Fajar Ekaputra - + - - Favorite Music - Information about favorite music. + + Social + Information about social aspects such as family, public life, or professional networks. 2019-06-04 accepted @@ -1385,13 +1394,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. + + Credit Score + Information about credit score. 2019-06-04 accepted @@ -1399,13 +1408,13 @@ Fajar Ekaputra - + - - Disciplinary Action - Information about disciplinary actions and its history + + Age + Information about age 2019-06-04 accepted @@ -1413,13 +1422,13 @@ Fajar Ekaputra - + - - Account Identifier - Information about financial account identifier. + + Health Record + Information about health record. 2019-06-04 accepted @@ -1427,13 +1436,13 @@ Fajar Ekaputra - + - - Income - Information about financial income e.g. for individual or household or family + + Credit Standing + Information about credit standing. 2019-06-04 accepted @@ -1441,13 +1450,13 @@ Fajar Ekaputra - + - - Credit Worthiness - Information about credit worthiness. + + Car Owned + Information about cars ownership and ownership history. 2019-06-04 accepted @@ -1455,14 +1464,14 @@ Fajar Ekaputra - + - - UID - Information about unique identifiers. - + + + Sexual + Information about sexuality and sexual history 2019-06-04 accepted @@ -1470,14 +1479,14 @@ Fajar Ekaputra - + - Location - Information about location - + Device Based + Information about devices + 2019-06-04 accepted @@ -1485,13 +1494,13 @@ Fajar Ekaputra - + - - Professional Certification - Information about professional certifications + + Voice Mail + Information about voice mail messages. 2019-06-04 accepted @@ -1499,13 +1508,14 @@ Fajar Ekaputra - + - - Character - Information about character in the public sphere + + Location + Information about location + 2019-06-04 accepted @@ -1513,13 +1523,13 @@ Fajar Ekaputra - + - - Job - Information about professional jobs + + 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 @@ -1527,13 +1537,13 @@ Fajar Ekaputra - + - - DNA Code - Information about DNA. + + Credit Capacity + Information about credit capacity. 2019-06-04 accepted @@ -1541,14 +1551,28 @@ Fajar Ekaputra - + - - Financial - Information about finance including monetary characteristics and transactions - + + Call Log + Information about the calls that an individual has made. + + 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 @@ -1570,13 +1594,13 @@ Fajar Ekaputra - + - - Bank Account - Information about bank accounts. + + 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 @@ -1591,7 +1615,7 @@ PhysicalCharacteristic Information about physical characteristics - + 2019-06-04 accepted @@ -1599,13 +1623,13 @@ Fajar Ekaputra - + - - Divorce - Information about divorce(s). + + Sexual Preference + Information about sexual preferences 2019-06-04 accepted @@ -1613,13 +1637,14 @@ Fajar Ekaputra - + - - Demographic - Information about demography and demographic characteristics + + + Race + Information about race or racial history. 2019-06-04 accepted @@ -1627,13 +1652,13 @@ Fajar Ekaputra - + - - Tattoo - Information about tattoos + + Family Structure + Information about family and familial structure. 2019-06-04 accepted @@ -1641,13 +1666,13 @@ Fajar Ekaputra - + - - Picture - Information about visual representation or image e.g. profile photo. + + Language + Information about language and lingual history. 2019-06-04 accepted @@ -1655,13 +1680,13 @@ Fajar Ekaputra - + - - Attitude - Information about attitude. + + Communication + Information communicated from or to an individual 2019-06-04 accepted @@ -1669,13 +1694,13 @@ Fajar Ekaputra - + - - Individual Health History - Information about information health history. + + Interest + Information about interests 2019-06-04 accepted @@ -1683,13 +1708,13 @@ Fajar Ekaputra - + - - IP Address - Information about the Internet protocol (IP) address of a device + + Marital Status + Information about marital status and history 2019-06-04 accepted @@ -1697,13 +1722,13 @@ Fajar Ekaputra - + - - Thought - Information about thoughts + + Apartment Owned + Information about apartment(s) owned and its history 2019-06-04 accepted @@ -1711,13 +1736,13 @@ Fajar Ekaputra - + - - GPS Coordinate - Information about location expressed using Global Position System coordinates (GPS) + + Browser Fingerprint + Information about the web browser which is used as a 'fingerprint' 2019-06-04 accepted @@ -1725,13 +1750,13 @@ Fajar Ekaputra - + - - Height - Information about physical height + + Name + Information about names associated or used as given name or nickname. 2019-06-04 accepted @@ -1739,14 +1764,13 @@ Fajar Ekaputra - + - - Contact - Information about contacts or used for contacting e.g. email address or phone number - + + Favorite + Information about favorites 2019-06-04 accepted @@ -1754,13 +1778,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) + + Accent + Information about linguistic and speech accents. 2019-06-04 accepted @@ -1768,45 +1792,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 - - - + - - Device Software - Information about software on or related to a device. - - 2020-11-04 + + External + Information about external characteristics that can be observed + + 2019-06-04 accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Work History - Information about work history in a professional context + + Transaction + Information about financial transactions e.g. bank transfers 2019-06-04 accepted @@ -1814,13 +1820,13 @@ Fajar Ekaputra - + - - Sexual History - Information about sexual history + + IP Address + Information about the Internet protocol (IP) address of a device 2019-06-04 accepted @@ -1828,13 +1834,14 @@ Fajar Ekaputra - + - - Communication - Information communicated from or to an individual + + Health + Information about health. + 2019-06-04 accepted @@ -1842,13 +1849,13 @@ Fajar Ekaputra - + - - Telephone Number - Information about telephone number. + + Username + Information about usernames. 2019-06-04 accepted @@ -1856,13 +1863,13 @@ Fajar Ekaputra - + - - Tax - Information about financial tax e.g. tax records or tax due + + Historical + Information about historical data related to or relevant regarding history or past events 2019-06-04 accepted @@ -1870,13 +1877,14 @@ Fajar Ekaputra - + - Call Log - Information about the calls that an individual has made. + LinkClicked + Information about the links that an individual has clicked. + 2019-06-04 accepted @@ -1884,27 +1892,27 @@ Fajar Ekaputra - + - - Service Consumption Behavior - Information about the consumption of a service, e.g. time and duration of consumption. - - 2019-11-26 + + Loan Record + Information about loans, whether applied, provided or rejected, and its history + + 2019-06-04 accepted - Harshvardhan J. Pandit - Rudy Jacob + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Username - Information about usernames. + + Dialect + Information about linguistic dialects. 2019-06-04 accepted @@ -1912,13 +1920,13 @@ Fajar Ekaputra - + - - Tracking - Information used to track an individual or group e.g. location or email + + Social Status + Information about social status 2019-06-04 accepted @@ -1926,26 +1934,26 @@ Fajar Ekaputra - + - - Authentication History - Information about prior authentication and its outcomes such as login attempts or location. + + 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 - + - - Intention - Information about intentions + + Social Network + Information about friends or connections expressed as a social network 2019-06-04 accepted @@ -1953,13 +1961,13 @@ Fajar Ekaputra - + - - Marital Status - Information about marital status and history + + Marriage + Information about marriage(s). 2019-06-04 accepted @@ -1967,14 +1975,13 @@ Fajar Ekaputra - + - - - Biometric - Information about biometrics and biometric characteristics. + + School + Information about school such as name of school, conduct, or grades obtained. 2019-06-04 accepted @@ -1982,28 +1989,29 @@ Fajar Ekaputra - + - - Interest - Information about interests - - 2019-06-04 + + Device Applications + Information about applications or application-like software on a device. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan - + - - - Ethnic Origin - Information about ethnic origin + + Divorce + Information about divorce(s). 2019-06-04 accepted @@ -2011,13 +2019,13 @@ Fajar Ekaputra - + - - Credit Card Number - Information about credit card number + + Identifying + Information that uniquely or semi-uniquely identifies an individual or a group 2019-06-04 accepted @@ -2025,14 +2033,13 @@ Fajar Ekaputra - + - - Communications Metadata - Information about communication metadata in the public sphere - + + Room Number + Information about location expressed as Room number or similar numbering systems 2019-06-04 accepted @@ -2040,13 +2047,13 @@ Fajar Ekaputra - + - - House Owned - Information about house(s) owned and ownership history. + + Mental Health + Information about mental health. 2019-06-04 accepted @@ -2054,13 +2061,13 @@ Fajar Ekaputra - + - - Prescription - Information about medical and pharmaceutical prescriptions + + Income Bracket + Information about income bracket. 2019-06-04 accepted @@ -2068,13 +2075,13 @@ Fajar Ekaputra - + - - Blood Type - Information about blood type. + + Financial Account Number + Information about financial account number 2019-06-04 accepted @@ -2082,13 +2089,13 @@ Fajar Ekaputra - + - - Voice Mail - Information about voice mail messages. + + Credit Worthiness + Information about credit worthiness. 2019-06-04 accepted @@ -2096,13 +2103,27 @@ Fajar Ekaputra - + - - MAC Address - Information about the Media Access Control (MAC) address of a device + + 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 + + + + + + + + Individual Health History + Information about information health history. 2019-06-04 accepted @@ -2110,29 +2131,27 @@ Fajar Ekaputra - + - - Device Applications - Information about applications or application-like software on a device. - - 2020-11-04 + + Prescription + Information about medical and pharmaceutical prescriptions + + 2019-06-04 accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Family - Information about family and relationships + + Like + Information about likes or preferences regarding attractions. 2019-06-04 accepted @@ -2140,13 +2159,13 @@ Fajar Ekaputra - + - - Sexual Preference - Information about sexual preferences + + Account Identifier + Information about financial account identifier. 2019-06-04 accepted @@ -2154,13 +2173,13 @@ Fajar Ekaputra - + - - Social Network - Information about friends or connections expressed as a social network + + Physical Health + Information about physical health. 2019-06-04 accepted @@ -2168,28 +2187,26 @@ Fajar Ekaputra - + - Browsing Behavior - Information about browsing Behavior. - - - 2019-06-04 + Authentication History + Information about prior authentication and its outcomes such as login attempts or location. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Georg P Krog - + - - Health History - Information about health history. + + Hair Color + Information about hair color 2019-06-04 accepted @@ -2197,14 +2214,13 @@ Fajar Ekaputra - + - - - Religion - Information about religion, religious inclinations, and religious history. + + Friend + Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. 2019-06-04 accepted @@ -2212,13 +2228,27 @@ Fajar Ekaputra - + - - Identifying - Information that uniquely or semi-uniquely identifies an individual or a group + + 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 + + + + + + + + Opinion + Information about opinions 2019-06-04 accepted @@ -2226,13 +2256,13 @@ Fajar Ekaputra - + - - Criminal Conviction - Information about criminal convictions. + + GPS Coordinate + Information about location expressed using Global Position System coordinates (GPS) 2019-06-04 accepted @@ -2240,14 +2270,14 @@ Fajar Ekaputra - + - - LinkClicked - Information about the links that an individual has clicked. - + + + MedicalHealth + Information about health, medical conditions or health care 2019-06-04 accepted @@ -2255,13 +2285,13 @@ Fajar Ekaputra - + - - Physical Trait - Information about defining traits or features regarding the body. + + Favorite Food + Information about favorite food. 2019-06-04 accepted @@ -2269,13 +2299,13 @@ Fajar Ekaputra - + - - Personal Possession - Information about personal possessions. + + Interaction + Information about interactions in the public sphere 2019-06-04 accepted @@ -2283,13 +2313,13 @@ Fajar Ekaputra - + - - Piercing - Information about piercings + + Job + Information about professional jobs 2019-06-04 accepted @@ -2297,28 +2327,27 @@ Fajar Ekaputra - + - - - Payment Card Number - Information about payment card number. - - 2020-11-04 + + Family Health History + Information about family health history. + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Criminal - Information about criminal activity e.g. criminal convictions or jail time - + + General Reputation + Information about reputation in the public sphere 2019-06-04 accepted @@ -2326,13 +2355,13 @@ Fajar Ekaputra - + - - Income Bracket - Information about income bracket. + + Height + Information about physical height 2019-06-04 accepted @@ -2353,13 +2382,13 @@ Georg P Krog - + - - Language - Information about language and lingual history. + + 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 @@ -2367,13 +2396,13 @@ Fajar Ekaputra - + - - Browser Fingerprint - Information about the web browser which is used as a 'fingerprint' + + Email Content + Information about the contents of Emails sent or received 2019-06-04 accepted @@ -2381,14 +2410,13 @@ Fajar Ekaputra - + - - - Sexual - Information about sexuality and sexual history + + Tracking + Information used to track an individual or group e.g. location or email 2019-06-04 accepted @@ -2396,13 +2424,13 @@ Fajar Ekaputra - + - - Personality - Information about personality (e.g., categorization in terms of the Big Five personality traits) + + Credit + Information about reputation with regards to money 2019-06-04 accepted @@ -2410,13 +2438,13 @@ Fajar Ekaputra - + - - Car Owned - Information about cars ownership and ownership history. + + Geographic + Information about location or based on geography (e.g. home address) 2019-06-04 accepted @@ -2424,13 +2452,13 @@ Fajar Ekaputra - + - - Criminal Charge - Information about criminal charges. + + Ethnicity + Information about ethnic origins and lineage 2019-06-04 accepted @@ -2438,13 +2466,13 @@ Fajar Ekaputra - + - - Favorite - Information about favorites + + Health History + Information about health history. 2019-06-04 accepted @@ -2452,13 +2480,13 @@ Fajar Ekaputra - + - - Credit Score - Information about credit score. + + Attitude + Information about attitude. 2019-06-04 accepted @@ -2466,13 +2494,14 @@ Fajar Ekaputra - + - - Retina - Information about retina and the retinal patterns. + + + Religion + Information about religion, religious inclinations, and religious history. 2019-06-04 accepted @@ -2480,13 +2509,14 @@ Fajar Ekaputra - + - - Public Life - Information about public life + + + Philosophical Belief + Information about philosophical beliefs. 2019-06-04 accepted @@ -2494,13 +2524,13 @@ Fajar Ekaputra - + - - Dislike - Information about dislikes or preferences regarding repulsions. + + Sexual History + Information about sexual history 2019-06-04 accepted @@ -2508,27 +2538,13 @@ 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 - accepted - Georg P Krog - - - + - - Behavioral - Information about Behavior or activity - + + Demeanor + Information about demeanor. 2019-06-04 accepted @@ -2536,27 +2552,13 @@ Fajar Ekaputra - - - - - - 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 - - - + - - Drug Test Result - Information about drug test results. + + Income + Information about financial income e.g. for individual or household or family 2019-06-04 accepted @@ -2564,13 +2566,13 @@ Fajar Ekaputra - + - - Voice Communication Recording - Information about vocal recorded communication (e.g. telephony, VoIP) + + DNA Code + Information about DNA. 2019-06-04 accepted @@ -2578,13 +2580,13 @@ Fajar Ekaputra - + - - Dialect - Information about linguistic dialects. + + Professional Certification + Information about professional certifications 2019-06-04 accepted diff --git a/dpv-skos/dpv-pd/dpv-pd.ttl b/dpv-skos/dpv-pd/dpv-pd.ttl index 185543a6c..432770bf7 100644 --- a/dpv-skos/dpv-pd/dpv-pd.ttl +++ b/dpv-skos/dpv-pd/dpv-pd.ttl @@ -4,7 +4,7 @@ @prefix owl: . @prefix rdfs: . @prefix skos: . -@prefix svd: . +@prefix svd: . @prefix sw: . @prefix vann: . @prefix xsd: . @@ -1912,7 +1912,7 @@ dpvs-pd:ServiceConsumptionBehavior a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs-pd: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs-pd:Behavioral ; @@ -2044,7 +2044,7 @@ dpvs-pd:TVViewingBehavior a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs-pd: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs-pd:ServiceConsumptionBehavior ; @@ -2221,9 +2221,10 @@ dpvs-pd:WorkHistory a rdfs:Class, skos:definition "Information about work history in a professional context"@en ; skos:prefLabel "Work History"@en . - a owl:Ontology ; + a owl:Ontology ; dct:abstract "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; - dct:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "David Hickey", @@ -2231,6 +2232,7 @@ dpvs-pd:WorkHistory a rdfs:Class, "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -2248,9 +2250,9 @@ dpvs-pd:WorkHistory a rdfs:Class, dct:modified "2022-04-02"^^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.5"^^xsd:string . + vann:preferredNamespacePrefix "dpvs-pd" ; + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd"^^xsd:string ; + owl:versionInfo "0.6"^^xsd:string . dpvs-pd:PersonalDataConcepts a skos:Collection ; dct:title "Personal Data Concepts"^^xsd:string ; diff --git a/dpv-skos/dpv-pd/index.html b/dpv-skos/dpv-pd/index.html index 9e4a94a33..e96c887c8 100644 --- a/dpv-skos/dpv-pd/index.html +++ b/dpv-skos/dpv-pd/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvs-pd", title: "DPVS-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -957,7 +957,7 @@

            Behavioral

            See Also: - svd:Activity + svd:Activity @@ -1132,7 +1132,7 @@

            Browsing Behavior

            See Also: - svd:OnlineActivity + svd:OnlineActivity @@ -1389,7 +1389,7 @@

            Communications Metadata

            See Also: - svd:Interactive + svd:Interactive @@ -1479,7 +1479,7 @@

            Contact

            See Also: - svd:Physical + svd:Physical @@ -1863,7 +1863,7 @@

            Criminal

            See Also: - svd:Judicial + svd:Judicial @@ -2165,7 +2165,7 @@

            Device Based

            See Also: - svd:Computer + svd:Computer @@ -3184,7 +3184,7 @@

            Financial

            See Also: - svd:Financial + svd:Financial @@ -3652,7 +3652,7 @@

            Health

            See Also: - svd:Health + svd:Health @@ -4498,7 +4498,7 @@

            LinkClicked

            See Also: - svd:Navigation + svd:Navigation @@ -4588,7 +4588,7 @@

            Location

            See Also: - svd:Location + svd:Location @@ -4889,7 +4889,7 @@

            Official ID

            See Also: - svd:Government + svd:Government @@ -5440,7 +5440,7 @@

            PhysicalCharacteristic

            See Also: - svd:Demographic + svd:Demographic @@ -5699,7 +5699,7 @@

            Political Affiliation

            See Also: - svd:Political + svd:Political @@ -5747,7 +5747,7 @@

            Preference

            See Also: - svd:Preference + svd:Preference @@ -6131,7 +6131,7 @@

            Purchase

            See Also: - svd:Purchase + svd:Purchase @@ -6669,7 +6669,7 @@

            Service Consumption Behavior

            Source: - SPECIAL Project + SPECIAL Project @@ -6981,7 +6981,7 @@

            Social Media Communication

            See Also: - svd:Social + svd:Social @@ -7390,7 +7390,7 @@

            TV Viewing Behavior

            Source: - SPECIAL Project + SPECIAL Project @@ -7449,7 +7449,7 @@

            UID

            See Also: - svd:UniqueId + svd:UniqueId diff --git a/dpv-skos/dpv.html b/dpv-skos/dpv.html index f349fd4f6..2f2a0d211 100644 --- a/dpv-skos/dpv.html +++ b/dpv-skos/dpv.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv", title: "DPV-SKOS: Data Privacy Vocabulary (DPV) in SKOS+RDF", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -548,6 +548,21 @@

            Data Subject

            SuperType Of: dpvs:Adult, + dpvs:Applicant, + dpvs:Citizen, + dpvs:Consumer, + dpvs:Customer, + dpvs:Employee, + dpvs:Immigrant, + dpvs:Member, + dpvs:NonCitizen, + dpvs:Participant, + dpvs:Patient, + dpvs:Student, + dpvs:Subscriber, + dpvs:Tourist, + dpvs:User, + dpvs:Visitor, dpvs:VulnerableDataSubject @@ -698,7 +713,7 @@

            Personal Data

            See Also: - spl:AnyData + spl:AnyData @@ -749,7 +764,7 @@

            Processing

            Source: - SPECIAL Project + SPECIAL Project @@ -770,7 +785,7 @@

            Processing

            See Also: - spl:AnyProcessing + spl:AnyProcessing @@ -791,7 +806,7 @@

            Purpose

            Source: - SPECIAL Project + SPECIAL Project @@ -812,7 +827,7 @@

            Purpose

            See Also: - spl:AnyPurpose + spl:AnyPurpose @@ -852,7 +867,7 @@

            Recipient

            Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -873,7 +888,7 @@

            Recipient

            See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -951,6 +966,12 @@

            Technical and Organisational Measur Definition: The Technical and Organisational measures used. + + SuperType Of: + + dpvs:RiskMitigationMeasure + + Created: @@ -1156,7 +1177,7 @@

            has processing

            Source: - SPECIAL Project + SPECIAL Project @@ -1195,7 +1216,7 @@

            has purpose

            Source: - SPECIAL Project + SPECIAL Project @@ -1234,7 +1255,7 @@

            has recipient

            Source: - SPECIAL Project + SPECIAL Project @@ -1380,7 +1401,8 @@

            Entity

            SuperType Of: dpvs:LegalEntity, - dpvs:NaturalPerson + dpvs:NaturalPerson, + dpvs:OrganisationalUnit @@ -2086,7 +2108,7 @@

            Recipient

            Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -2107,7 +2129,7 @@

            Recipient

            See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -2410,7 +2432,7 @@

            has recipient

            Source: - SPECIAL Project + SPECIAL Project @@ -3109,6 +3131,12 @@

            Organisational Unit

            Definition: Entity within an organisation that does not constitute as a separate legal entity + + SubClass of: + + dpvs:Entity + + Created: @@ -3133,8 +3161,25 @@

            Data Subjects

            Classes

            Adult | + Applicant | Child | + Citizen | + Client | + Consumer | + Customer | Data Subject | + Employee | + Immigrant | + JobApplicant | + Member | + NonCitizen | + Participant | + Patient | + Student | + Subscriber | + Tourist | + User | + Visitor | Vulnerable Data Subject

            @@ -3144,11 +3189,617 @@

            Adult

            Term: - Adult + Adult + + + Definition: + A natural person that is not a child i.e. has attained some legally specified age of adulthood + + + SubClass of: + + dpvs:DataSubject + + + + Created: + + + + Contributor(s): + + Georg Krog + + + + + +
            +

            Applicant

            + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Applicant
            Definition:Data subjects that are applicants in some context
            SubClass of: + dpvs:DataSubject +
            SuperType Of: + dpvs:JobApplicant +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Child

            + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Child
            Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
            SubClass of: + dpvs:NatualPerson +
            Note: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.
            Created:
            Contributor(s): + Harshvardhan J. Pandit +
            +
            +
            +

            Citizen

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Citizen
            Definition:Data subjects that are citizens (for a jurisdiction)
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Client

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Client
            Definition:Data subjects that are clients or recipients of services
            SubClass of: + dpvs:Customer +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Consumer

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Consumer
            Definition:Data subjects that consume goods or services for direct use
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Customer

            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Customer
            Definition:Data subjects that purchase goods or services
            SubClass of: + dpvs:DataSubject +
            SuperType Of: + dpvs:Client +
            Note:note: for B2B relations where customers are organisations, this concept only applies for data subjects
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Data Subject

            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            Term:DataSubject
            Definition:The individual (or category of individuals) whose personal data is being processed
            SubClass of: + dpvs:LegalEntity, + dpvs:NaturalPerson +
            SuperType Of: + dpvs:Adult, + dpvs:Applicant, + dpvs:Citizen, + dpvs:Consumer, + dpvs:Customer, + dpvs:Employee, + dpvs:Immigrant, + dpvs:Member, + dpvs:NonCitizen, + dpvs:Participant, + dpvs:Patient, + dpvs:Student, + dpvs:Subscriber, + dpvs:Tourist, + dpvs:User, + dpvs:Visitor, + dpvs:VulnerableDataSubject +
            Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.
            Source: + GDPR Art.4-1 +
            Created:
            Modified:
            Contributor(s): + Axel Polleres, + Javier Fernández +
            +
            +
            +

            Employee

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Employee
            Definition:Data subjects that are employees
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Immigrant

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Immigrant
            Definition:Data subjects that are immigrants (for a jurisdiction)
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            JobApplicant

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:JobApplicant
            Definition:Data subjects that apply for jobs or employments
            SubClass of: + dpvs:Applicant +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Member

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Member
            Definition:Data subjects that are members of a group, organisation, or other collectives
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            NonCitizen

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:NonCitizen
            Definition:Data subjects that are not citizens (for a jurisdiction)
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Participant

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Participant
            Definition:Data subjects that participate in some context such as volunteers in a function
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Patient

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Patient
            Definition:Data subjects that receive medican attention, treatment, care, advice, or other health related services
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Student

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:Student
            Definition:Data subjects that are students
            SubClass of: + dpvs:DataSubject +
            Created:
            Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
            +
            +
            +

            Subscriber

            + + + + + - + @@ -3156,103 +3807,127 @@

            Adult

            dpvs:DataSubject + + + + - +
            Term:Subscriber
            Definition:A natural person that is not a child i.e. has attained some legally specified age of adulthoodData subjects that subscribe to service(s)
            SubClass of:
            Note:note: subscriber can be customer or consumer
            Created:
            Contributor(s): - Georg Krog + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
            -
            -

            Child

            +
            +

            Tourist

            - + - + - - - - - +
            Term:ChildTourist
            Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.Data subjects that are tourists i.e. not citizens and not immigrants
            SubClass of: - dpvs:NatualPerson + dpvs:DataSubject
            Note: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.
            Created:
            Contributor(s): - Harshvardhan J. Pandit + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
            -
            -

            Data Subject

            +
            +

            User

            - + - + - + + + + + + +
            Term:DataSubjectUser
            Definition:The individual (or category of individuals) whose personal data is being processedData subjects that use service(s)
            SubClass of: - dpvs:LegalEntity, - dpvs:NaturalPerson + dpvs:DataSubject
            SuperType Of:Created:
            Contributor(s): - dpvs:Adult, - dpvs:VulnerableDataSubject + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
            +
            +
            +

            Visitor

            + + - - + + - + + + + + - - - - - + @@ -3278,7 +3953,7 @@

            Vulnerable Data Subject

            - + @@ -3460,7 +4135,7 @@

            Academic Research

            @@ -3584,7 +4259,7 @@

            Commercial Research

            @@ -3695,7 +4370,7 @@

            Create Event Recommendations

            @@ -3737,7 +4412,7 @@

            Create Personalized Recommendations

            @@ -3794,7 +4469,7 @@

            Create Product Recommendations

            @@ -3840,7 +4515,7 @@

            Customer Care

            @@ -4089,7 +4764,7 @@

            Delivery of Goods

            @@ -4219,7 +4894,7 @@

            Enforce Access Control

            @@ -4309,7 +4984,7 @@

            Fraud Prevention and Detection

            @@ -4767,7 +5442,7 @@

            Optimisation for Consumer

            @@ -5228,7 +5903,7 @@

            Purpose

            @@ -5249,7 +5924,7 @@

            Purpose

            @@ -6168,7 +6843,7 @@

            has purpose

            @@ -6425,7 +7100,7 @@

            Analyse

            @@ -6435,7 +7110,7 @@

            Analyse

            @@ -6466,7 +7141,7 @@

            Anonymise

            @@ -6476,7 +7151,7 @@

            Anonymise

            @@ -6508,7 +7183,7 @@

            Collect

            @@ -6518,7 +7193,7 @@

            Collect

            @@ -6550,7 +7225,7 @@

            Combine

            @@ -6560,7 +7235,7 @@

            Combine

            @@ -6592,7 +7267,7 @@

            Consult

            @@ -6602,7 +7277,7 @@

            Consult

            @@ -6633,7 +7308,7 @@

            Copy

            @@ -6643,7 +7318,7 @@

            Copy

            @@ -6674,7 +7349,7 @@

            Derive

            @@ -6684,7 +7359,7 @@

            Derive

            @@ -6925,7 +7600,7 @@

            Move

            @@ -6935,7 +7610,7 @@

            Move

            @@ -7026,7 +7701,7 @@

            Processing

            @@ -7047,7 +7722,7 @@

            Processing

            @@ -7393,7 +8068,7 @@

            Transfer

            @@ -7403,7 +8078,7 @@

            Transfer

            @@ -7537,7 +8212,7 @@

            has processing

            @@ -7737,7 +8412,7 @@

            Derived Personal Data

            @@ -7916,7 +8591,7 @@

            Personal Data

            @@ -8125,8 +8800,6 @@

            Classes

            Records of Activities | Register of Processing Activities | Regularity of Re-certification | - Risk Management Procedure | - Risk Mitigation Measure | Safeguard | Safeguard for Data Transfer | Seal | @@ -9268,6 +9941,12 @@

            Organisational Measure

            + + + + @@ -9633,91 +10312,6 @@

            Regularity of Re-certification

            Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.Term:Visitor
            Source:Definition:Data subjects that are temporary visitors
            SubClass of: - GDPR Art.4-1 + dpvs:DataSubject
            Created:
            Modified:
            Contributor(s): - Axel Polleres, - Javier Fernández + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
            Note:This concept denote 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.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.
            Created:
            See Also: - svpu:Education + svpu:Education
            See Also: - svpu:Develop + svpu:Develop
            Source: - SPECIAL Project + SPECIAL Project
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - svpu:Marketing + svpu:Marketing
            See Also: - svpu:Feedback + svpu:Feedback
            See Also: - svpu:Delivery + svpu:Delivery
            See Also: - svpu:Login + svpu:Login
            See Also: - svpu:Government + svpu:Government
            See Also: - svpu:Custom + svpu:Custom
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - spl:AnyPurpose + spl:AnyPurpose
            Source: - SPECIAL Project + SPECIAL Project
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Analyse + svpr:Analyse
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Anonymize + svpr:Anonymize
            Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Collect + svpr:Collect
            Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Aggregate + svpr:Aggregate
            Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Query + svpr:Query
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Copy + svpr:Copy
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Derive + svpr:Derive
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Move + svpr:Move
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - spl:AnyProcessing + spl:AnyProcessing
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - svpr:Transfer + svpr:Transfer
            Source: - SPECIAL Project + SPECIAL Project
            See Also: - svd:Derived + svd:Derived
            See Also: - spl:AnyData + spl:AnyData
            Instance of: dpvs:TechnicalOrganisationalMeasure
            SuperType Of: + dpvs:RiskManagementProcedure +
            Created:
            -
            -

            Risk Management Procedure

            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Term:RiskManagementProcedure
            Definition: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.
            Narrower than: - dpvs:OrganisationalMeasure -
            Instance of:dpvs:TechnicalOrganisationalMeasure
            Note: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
            Source: - ISO 31000 -
            Created:
            Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
            -
            -
            -

            Risk Mitigation Measure

            - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Term:RiskMitigationMeasure
            Definition:Measures intended to mitigate, minimise, or prevent risk.
            Narrower than: - dpvs:TechnicalOrganisationalMeasure -
            Instance of:dpvs:TechnicalOrganisationalMeasure
            Created:
            Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
            -

            Safeguard

            @@ -10000,6 +10594,12 @@

            Technical and Organisational Measure

            Definition: + + + + @@ -10820,7 +11420,7 @@

            has duration

            @@ -11680,7 +12280,7 @@

            has storage

            @@ -11723,7 +12323,9 @@

            Classes

            Impact | Material Damage | Non-Material Damage | - Risk + Risk | + Risk Management Procedure | + Risk Mitigation Measure

            @@ -12144,6 +12746,83 @@

            Risk

            The Technical and Organisational measures used.
            SuperType Of: + dpvs:RiskMitigationMeasure +
            Created:
            Source: - SPECIAL Project + SPECIAL Project
            Source: - SPECIAL Project + SPECIAL Project
            +
            +

            Risk Management Procedure

            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            Term:RiskManagementProcedure
            Definition: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.
            SubClass of: + dpvs:OrganisationalMeasure +
            Note: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
            Source: + ISO 31000 +
            Created:
            Contributor(s): + Axel Polleres, + Harshvardhan J. Pandit, + Mark Lizar, + Rob Brennan +
            +
            +
            +

            Risk Mitigation Measure

            + + + + + + + + + + + + + + + + + + + + + + + +
            Term:RiskMitigationMeasure
            Definition:Measures intended to mitigate, minimise, or prevent risk.
            SubClass of: + dpvs:TechnicalOrganisationalMeasure +
            Created:
            Contributor(s): + Georg P Krog, + Harshvardhan J. Pandit, + Paul Ryan +
            +
            @@ -12738,7 +13417,7 @@

            has location

            Source: - SPECIAL Project + SPECIAL Project @@ -13812,6 +14491,27 @@

            Proposed Terms

          purposes
          • TagManagement
          • +
          + context +
          • Status
          • +
          • ActivityStatus
          • +
          • ActivityProposed
          • +
          • ActivityOngoing
          • +
          • ActivityHalted
          • +
          • ActivityCompleted
          • +
          • ComplianceStatus
          • +
          • Compliant
          • +
          • Incompliant
          • +
          • PartiallyCompliant
          • +
          • NotCompliant
          • +
          • ViolationOfCompliance
          • +
          • AuditStatus
          • +
          • AuditApproved
          • +
          • AuditRejected
          • +
          • AuditRequested
          • +
          • hasStatus
          • +
          • hasComplianceStatus
          • +
          • hasActivityStatus
          risk
          • hasConsequenceOn
          • @@ -13820,26 +14520,7 @@

            Proposed Terms

            • isRequiredFor
            entities_datasubject -
            • Patient
            • -
            • Employee
            • -
            • Student
            • -
            • Citizen
            • -
            • NonCitizen
            • -
            • Immigrant
            • -
            • Tourist
            • -
            • Customer
            • -
            • Consumer
            • -
            • User
            • -
            • JobApplicant
            • -
            • Visitor
            • -
            • Member
            • -
            • Applicant
            • -
            • Trainees
            • -
            • Subscriber
            • -
            • ServiceUsers
            • -
            • WebsiteVisitors
            • -
            • Clients
            • -
            • hasAgeOfMaturity
            • +
              • hasAgeOfMaturity
              legal_basis
              • EULA
              • diff --git a/dpv-skos/dpv.jsonld b/dpv-skos/dpv.jsonld index a9d035262..a71ee2ead 100644 --- a/dpv-skos/dpv.jsonld +++ b/dpv-skos/dpv.jsonld @@ -1,24 +1,33 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#hasContact", "@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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" } ], - "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_8/oj" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -26,26 +35,16 @@ "@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": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." + "@value": "Specifies contact details of a legal entity such as phone or email" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -56,20 +55,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processor" + "@value": "has contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium", + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData", "@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": "2022-02-02" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -77,11 +76,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#" @@ -89,7 +83,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": [ @@ -100,13 +94,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": "A consortium established and comprising on industry organisations" + "@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": [ @@ -114,51 +108,83 @@ "@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": "IndustryConsortium" + "@value": "Sensitive Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_AuthorityConcepts", "@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-04" + "@value": "Entities_Authority 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#hasAuthority" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" }, { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority" }, { - "@value": "Javier Fernández" + "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Benefit", + "@type": [ + "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": "2022-03-23" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -166,14 +192,9 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -182,10 +203,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -196,46 +222,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient" + "@value": "Benefit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter", + "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement", "@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": "2022-02-09" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "David Hickey" }, { - "@value": "Georg P. Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@value": "Georg P Krog" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@value": "Paul Ryan" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], - "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#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -244,10 +272,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": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" + "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -255,41 +288,35 @@ "@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 data importer" + "@value": "Human Resources Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission", "@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", + "https://w3id.org/dpv/dpv-skos#Processing" ], "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": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@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": [ @@ -305,13 +332,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#Disclose" } ], "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": "to disclose data by means of transmission" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -322,15 +349,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "Disclose by Transmission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataController", + "@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" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { @@ -340,21 +368,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Fajar Ekaputra" }, { - "@value": "Axel Polleres" - } - ], - "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": "Elmar Kiesling" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -362,11 +391,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", @@ -375,13 +399,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#Purpose" } ], "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": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -389,35 +413,28 @@ "@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 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": "Research and Development" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Align", + "@id": "https://w3id.org/dpv/dpv-skos#Organisation", "@type": [ - "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://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": "2022-02-02" } ], - "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": [ @@ -425,6 +442,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", @@ -433,13 +455,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#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@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": [ @@ -450,31 +472,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Align" + "@value": "Organisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy", + "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer", "@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": "2019-04-05" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -482,21 +508,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" - } - ], "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#Safeguard" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -504,47 +530,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 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": "Safeguard for Data Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#isExplicit", "@type": [ - "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": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -552,21 +565,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": "http://www.w3.org/2001/XMLSchema#boolean" } ], - "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": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + "@value": "Specifies consent is 'explicit'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -577,43 +590,43 @@ "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." + "@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": "Data Processing Agreement" + "@value": "is explicit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpact", + "@id": "https://w3id.org/dpv/dpv-skos#Detriment", "@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": "" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Fajar Ekaputra" }, { - "@value": "Beatriz Esteves" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -621,26 +634,26 @@ "@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#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", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], "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#inScheme": [ @@ -651,12 +664,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact" + "@value": "Detriment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation", + "@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" @@ -664,21 +677,12 @@ "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -692,18 +696,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Location or geospatial scope where the data is stored" + "@value": "The duration or temporal limitation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -714,32 +710,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer", + "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen", "@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": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Julian Flake" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" @@ -750,6 +748,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", @@ -758,13 +761,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 not citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -775,26 +778,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "NonCitizen" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords", + "@id": "https://w3id.org/dpv/dpv-skos#Purpose", "@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": "2021-09-08" + "@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://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -808,15 +824,10 @@ "@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" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -827,12 +838,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Records" + "@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#NonPublicDataSource", + "@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" @@ -840,24 +856,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": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { "@value": "Beatriz Esteves" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { - "@value": "Julian Flake" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -865,6 +881,11 @@ "@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", @@ -873,13 +894,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + "@id": "https://w3id.org/dpv/dpv-skos#Applicant" } ], "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 apply for jobs or employments" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -890,45 +911,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "JobApplicant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Client", "@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://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": "Georg P Krog" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" }, { "@value": "Paul Ryan" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@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#Customer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -939,13 +962,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#Customer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders related to vendors" + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -956,25 +979,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Client" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Region", + "@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" ], "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": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -982,11 +1012,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", @@ -995,13 +1020,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#ImpactAssessment" } ], "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": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1012,16 +1037,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Region" + "@value": "Privacy Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure", + "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice", "@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://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1030,17 +1054,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1054,15 +1075,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": "Procedures for determining authorisation through permission or authority" + "@value": "Specifies the notice provided in context of consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1073,38 +1089,49 @@ "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 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": "Authorisation Procedure" + "@value": "has consent notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising", + "@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", - "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": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, + { + "@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": [ @@ -1112,24 +1139,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#Personalisation" - }, + "@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#Advertising" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1140,35 +1169,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "has data subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Policy", + "@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", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "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-08" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1184,13 +1216,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#Context" } ], "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": "An indication of 'necessity' within a context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1198,15 +1230,21 @@ "@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": "Policy" + "@value": "Necessity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority", + "@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" @@ -1214,17 +1252,20 @@ "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": "Piero Bonatti" + }, { "@value": "Harshvardhan J. Pandit" } ], "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": [ @@ -1232,11 +1273,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", @@ -1245,13 +1281,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#ProcessingContext" } ], "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": "Processing that involves automated decision making" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1262,259 +1298,147 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalAuthority" + "@value": "Automated Decision Making" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PurposesConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement", "@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#Purpose" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Purposes Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-01" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation" - }, + "@value": "David Hickey" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement" - }, + "@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#MemberPartnerManagement" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject" - }, + "@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/dpv-skos#Advertising" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Sector" - }, + "@language": "en", + "@value": "Record Management" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure", + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" - }, + "@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#ResearchAndDevelopment" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing" - }, + "@value": "Rob Brennan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing" - }, + "@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#IdentityVerification" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" - }, + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasSector" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Payment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" - }, + "@language": "en", + "@value": "Organisational measures required/followed when processing data of the declared category" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment" + "@language": "en", + "@value": "Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn", + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData", "@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": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Julian Flake" - } - ], - "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": [ @@ -1522,9 +1446,9 @@ "@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#hasConsequenceOn" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1533,10 +1457,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 the thing (e.g. plan, process, or entity) affected by an impact" + "@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": [ @@ -1547,26 +1476,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact on" + "@value": "Pseudo-anonymised Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transmit", + "@id": "https://w3id.org/dpv/dpv-skos#Seal", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", + "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": "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": "Mark Lizar" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1582,13 +1520,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#CertificationSeal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to send out data" + "@value": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1599,28 +1537,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transmit" + "@value": "Seal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure", + "@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#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-03-23" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "David Hickey" + }, { "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1628,11 +1573,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", @@ -1641,13 +1581,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#Notice" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1658,12 +1598,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Privacy Notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies", + "@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" @@ -1671,20 +1611,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": [ - { - "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1700,13 +1641,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#StorageCondition" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" + "@value": "Deletion or Erasure of data including any deletion guarantees" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1717,37 +1658,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "Storage Deletion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource", + "@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", - "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-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@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": [ @@ -1763,13 +1702,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is publicly accessible or available" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1777,30 +1716,24 @@ "@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": "Technical Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct", + "@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", - "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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -1808,13 +1741,15 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" - }, + "@value": "Beatriz" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Rob Brennan" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1830,13 +1765,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#CustomerManagement" } ], "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": "Monitor solvency of customers for financial diligence" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1847,32 +1782,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Customer Solvency Monitoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts", + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault", "@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#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": "2021-09-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1888,13 +1826,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#GuidelinesPrinciple" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services" + "@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": [ @@ -1902,140 +1840,84 @@ "@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." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Privacy by Default" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl", + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "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/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": "Simon Steyskal" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Bert Bos" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Axel Polleres" }, { - "@value": "Javier D. Fernández" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Mark Lizar" }, { - "@value": "Piero Bonatti" + "@value": "Javier Fernández" }, { "@value": "Bud Bruegger" } ], - "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." - } - ], - "http://purl.org/dc/terms/license": [ - { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@value": "2020-11-04" } ], - "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#TechnicalOrganisationalMeasure" } ], - "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": "dpvo" + "@language": "en", + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "https://w3id.org/dpv/dpv-owl" + "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.5" + "@language": "en", + "@value": "has technical and organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption", + "@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", @@ -2044,21 +1926,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": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2074,13 +1956,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 safeguard is a precautionary measure for the protection against or mitigation of negative effects" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2088,41 +1970,34 @@ "@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": "Encryption" + "@value": "Safeguard" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance", + "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy", "@type": [ - "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-02-11" + "@value": "2022-01-26" } ], "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": [ @@ -2130,21 +2005,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#Policy" } ], - "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#Importance" + "@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": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@value": "Indicates policy applicable or used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2155,32 +2035,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secondary Importance" + "@value": "has policy" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#Assessment", "@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/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-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": [ @@ -2196,13 +2070,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@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": [ @@ -2213,35 +2087,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Mitigation Measure" + "@value": "Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement", + "@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" + "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": "Mark Lizar" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2257,13 +2128,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": "A legally binding agreement" + "@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": [ @@ -2271,28 +2142,50 @@ "@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": "Legal Agreement" + "@value": "Register of Processing Activities" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext", + "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses", "@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-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2300,11 +2193,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", @@ -2313,13 +2201,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@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": "Context or conditions within which processing takes place" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2330,113 +2221,116 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing Context" + "@value": "Improve Internal CRM Processes" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#BaseConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity", "@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-05-07" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRight" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Right" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" - }, + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling" - }, + "@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#PersonalDataHandling" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" - }, + "@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#LegalBasis" - }, + "@language": "en", + "@value": "modified" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" - }, + "@language": "en", + "@value": "Indicates implementation details such as entities or agents" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" - }, + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@language": "en", + "@value": "is implemented by entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight", + "@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" + "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-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" + "@value": "Simon Steyskal" }, { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2452,13 +2346,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#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "Optimise services or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2469,18 +2363,18 @@ "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'" + "@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": "Data Subject Right" + "@value": "Service Optimization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContext", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -2488,12 +2382,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2503,7 +2403,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" + } + ], + "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": [ @@ -2515,7 +2420,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2526,42 +2431,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has context" + "@value": "has data exporter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition", "@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/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": "Georg P Krog" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz" + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@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#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2572,13 +2479,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#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" + "@value": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2589,37 +2496,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@value": "Storage Condition" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Impact", + "@id": "https://w3id.org/dpv/dpv-skos#Alter", "@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-03-23" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@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": [ @@ -2627,11 +2523,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", @@ -2640,13 +2531,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#Transform" } ], "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": [ @@ -2654,32 +2545,29 @@ "@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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage", + "@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://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": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2689,9 +2577,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#Damage" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2700,15 +2588,10 @@ "@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" + "@value": "Indicates association with Personal Data Handling" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2719,25 +2602,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "has personal data handling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation", + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", "@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": [ { "@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": "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": [ @@ -2745,9 +2637,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#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2756,15 +2648,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 general term reflecting a company or a business or a group acting as a unit" + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2775,31 +2662,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation" + "@value": "has legal basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor", "@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": "2020-11-25" } ], "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": [ @@ -2807,16 +2688,26 @@ "@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", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" + "@value": "A 'sub-processor' is a processor engaged by another processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2827,90 +2718,38 @@ "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": "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": "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#hasProvisionByJustification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isExplicit" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry" + "@value": "Data Sub-Processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement", + "@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": [ { "@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": "Beatriz Esteves" }, { - "@value": "Beatriz" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2926,13 +2765,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#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2943,12 +2782,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "Payment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement", + "@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", @@ -2957,26 +2796,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": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "David Hickey" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Simon Steyskal" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2992,13 +2832,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#ResearchAndDevelopment" } ], "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": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3009,12 +2849,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Non-Commercial Research" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData", + "@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" @@ -3022,12 +2862,24 @@ "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": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3037,10 +2889,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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3051,16 +2900,13 @@ ], "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#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3068,108 +2914,108 @@ "@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": "Participant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing_ContextConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#hasImpact", "@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": "Processing_Context Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasStorage" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource" - }, + "@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#NonPublicDataSource" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" - }, + "@language": "en", + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#MatchingCombining" - }, + "@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": "has impact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols", + "@id": "https://w3id.org/dpv/dpv-skos#Harm", "@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": "2019-04-05" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3177,6 +3023,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", @@ -3185,13 +3036,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#Impact" } ], "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 that acts as or causes harms" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3202,16 +3053,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication Protocols" + "@value": "Harm" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification", + "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining", "@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#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": [ { @@ -3221,22 +3072,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" + "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Rob Brennan" }, { - "@value": "Fajar Ekaputra" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3252,13 +3097,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3269,12 +3114,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Staff Training" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -3302,7 +3147,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#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3313,13 +3158,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#Authority" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation not part of or independent from the government" + "@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": [ @@ -3330,43 +3175,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@value": "SupraNationalAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", + "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData", "@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": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, - { - "@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": [ @@ -3374,17 +3201,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#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" }, { - "@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#DerivedPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3393,10 +3215,18 @@ "@value": "accepted" } ], + "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" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "Personal Data that is obtained through inference from other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3404,31 +3234,50 @@ "@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": "has data controller" + "@value": "Inferred Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers", + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity", "@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": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3436,11 +3285,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", @@ -3449,13 +3293,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#Purpose" } ], "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": "Ensure and enforce security e.g. of data, personnel" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3466,18 +3310,18 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@value": "Enforce Security" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource", + "@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" @@ -3485,18 +3329,12 @@ "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": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3506,7 +3344,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#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3517,13 +3355,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#Damage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The source or origin of data" + "@value": "Impact that acts as or causes non-material damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3531,29 +3369,23 @@ "@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": "Non-Material Damage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController", "@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": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -3561,18 +3393,10 @@ "@value": "Paul Ryan" }, { - "@value": "Georg Krog" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-12-08" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg P. Krog" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3580,26 +3404,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#Representative" + "@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": "modified" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" } ], - "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#Representative" + "@language": "en", + "@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": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3610,39 +3434,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "has recipient data controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose", + "@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" + "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": "Javier Fernández" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3650,16 +3468,26 @@ "@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": "The purpose of processing personal data" + "@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": [ @@ -3670,36 +3498,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purpose" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" + "@value": "International Organisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard", "@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-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Georg P. Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3707,26 +3534,21 @@ "@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": [ - { - "@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#GuidelinesPrinciple" + } + ], "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": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3737,38 +3559,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "Design Standard" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Importance", + "@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", - "https://w3id.org/dpv/dpv-skos#Context" + "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-09" + "@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": "Georg P Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3784,13 +3603,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#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@value": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3798,44 +3617,29 @@ "@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": "Access Control Method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault", + "@id": "https://w3id.org/dpv/dpv-skos#Move", "@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#Processing", + "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-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3851,13 +3655,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#Transfer" } ], "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": "to move data from one location to another including deleting the original copy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3868,21 +3672,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Default" + "@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#CustomerOrderManagement", + "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Purpose", - "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": "2021-09-08" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -3890,15 +3699,10 @@ "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Beatriz" - } - ], - "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": [ @@ -3914,13 +3718,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#Contract" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3931,31 +3735,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Order Management" + "@value": "Enter Into Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Authority", + "@id": "https://w3id.org/dpv/dpv-skos#isBefore", "@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": [ { "@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": "Georg P. Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3963,32 +3767,16 @@ "@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", "@value": "accepted" } ], - "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" - } - ], "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": "Indicates the specified concepts is 'before' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3999,30 +3787,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authority" + "@value": "is before" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision", + "@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", - "https://w3id.org/dpv/dpv-skos#Purpose" + "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": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -4040,13 +3822,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" - } - ], + "@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": "Deliver service as requested by user or consumer" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4057,31 +3842,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime", + "@id": "https://w3id.org/dpv/dpv-skos#Frequency", "@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": "2019-04-05" + "@value": "2022-02-16" } ], "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": [ @@ -4089,11 +3868,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", @@ -4103,7 +3877,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@value": "The frequency or information about periods and repetitions in terms of recurrence." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4114,26 +3888,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry time" + "@value": "Frequency" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission", + "@id": "https://w3id.org/dpv/dpv-skos#Technology", "@type": [ "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": "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": [ @@ -4147,15 +3920,10 @@ "@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": "to disclose data by means of transmission" + "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4163,35 +3931,40 @@ "@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": "Disclose by Transmission" + "@value": "Technology" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract", + "@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#LegalBasis" + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4205,15 +3978,10 @@ "@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" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4221,15 +3989,21 @@ "@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": "Enter Into Contract" + "@value": "has provision method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Right", + "@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" @@ -4237,18 +4011,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": "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4265,7 +4042,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@value": "The Legal basis used to justify processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4276,44 +4053,38 @@ "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": "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": "Right" + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity", + "@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#Context", - "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-12" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4329,13 +4100,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@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": "An indication of 'necessity' within a 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": [ @@ -4343,41 +4117,45 @@ "@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": "Communication for Customer Care" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing", + "@id": "https://w3id.org/dpv/dpv-skos#Recipient", "@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": [ + { + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4385,6 +4163,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", @@ -4393,13 +4176,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#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@value": "Entities that receive personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4407,29 +4190,47 @@ "@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": "Direct Marketing" + "@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#Copy", + "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing", "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Piero Bonatti" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -4445,13 +4246,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#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "Processing that takes place at large scales" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4462,36 +4263,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Copy" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Copy" + "@value": "Large Scale Processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "@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" + "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": "2019-04-05" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Paul Ryan" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4505,10 +4302,15 @@ "@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": "The Technical and Organisational measures used." + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4519,26 +4321,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Legitimate Interest of Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Remove", + "@id": "https://w3id.org/dpv/dpv-skos#Entity", "@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/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/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": [ @@ -4552,15 +4353,10 @@ "@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": "to destruct or erase data" + "@value": "A human or non-human 'thing' that constitutes as an entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4571,21 +4367,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Remove" + "@value": "Entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement", "@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#Concept" + "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" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -4593,13 +4389,10 @@ "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" + "@value": "Beatriz" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ @@ -4620,13 +4413,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#CustomerManagement" } ], "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": "Manage customer orders" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4637,38 +4430,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Customer Order Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement", + "@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", - "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": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Simon Steyskal" }, { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4684,13 +4480,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#EnforceSecurity" } ], "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": "Conduct or enforce access control" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4698,29 +4494,40 @@ "@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": "Sub-Processor Agreement" + "@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#Adapt", + "@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", - "https://w3id.org/dpv/dpv-skos#Processing", - "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": "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": [ @@ -4736,13 +4543,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#Purpose" } ], "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": "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": [ @@ -4750,44 +4557,115 @@ "@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": "Adapt" + "@value": "Personalisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_LegalroleConcepts", "@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#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": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" }, { - "@value": "Simon Steyskal" + "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter" }, { - "@value": "Elmar Kiesling" + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" }, { - "@value": "Javier Fernandez" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + } + ] + }, + { + "@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": "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/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4801,15 +4679,10 @@ "@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" + "@value": "The processing performed on personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4820,26 +4693,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Academic Research" + "@value": "Processing" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Education" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement", + "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority", "@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": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -4848,19 +4720,16 @@ }, { "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@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#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4869,15 +4738,10 @@ "@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": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@value": "Indicates applicability of authority for a jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4888,71 +4752,156 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "has authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#", + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@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#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#Use" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#Derive" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Transmit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable" }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Anonymise" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#Share" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Collect" }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission" }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation", - "@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": [ + "@id": "https://w3id.org/dpv/dpv-skos#Combine" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@id": "https://w3id.org/dpv/dpv-skos#Retrieve" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Alter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Adapt" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Organise" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Acquire" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Structure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Transform" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consult" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Disseminate" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Transfer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Profiling" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Restrict" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Erase" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Align" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Move" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Destruct" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Record" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Copy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Store" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Analyse" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Remove" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance", + "@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://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Harshvardhan J. Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-10" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "http://purl.org/adms" + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4960,11 +4909,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", @@ -4973,13 +4917,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#Importance" } ], "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": "Indication of 'primary' or 'main' or 'core' importance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4990,30 +4934,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "Primary Importance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations", "@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-02-02" + "@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": "http://purl.org/adms" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5021,11 +4975,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", @@ -5034,13 +4983,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#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a region" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5051,31 +5000,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "Public Relations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement", "@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": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5083,21 +5039,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#DataProcessingAgreement" + } + ], "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": "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": [ @@ -5108,12 +5064,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "Joint Data Controllers Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Data", + "@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" @@ -5127,6 +5083,9 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5134,16 +5093,26 @@ "@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 broad concept representing 'data' or 'information'" + "@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": [ @@ -5151,19 +5120,24 @@ "@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": "Data" + "@value": "Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn", + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "@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": [ { @@ -5173,10 +5147,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" }, { "@value": "Paul Ryan" @@ -5187,6 +5161,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", @@ -5195,13 +5174,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#Authority" } ], "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": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5212,43 +5191,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "Data Protection Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence", + "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation", "@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": "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": "Javier Fernandez" }, { - "@value": "Julian Flake" + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/modified": [ + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-21" + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5256,21 +5233,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#ServicePersonalization" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates consenquence(s) possible or arising from specified concept" + "@value": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5278,25 +5255,19 @@ "@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": "Removed plural suffix for consistency" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has consequence" + "@value": "User Interface Personalisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities", + "@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", - "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": [ { @@ -5306,13 +5277,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@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": [ @@ -5328,13 +5304,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#OrganisationGovernance" } ], "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": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5345,98 +5321,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "Dispute Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_LegalroleConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#Immigrant", "@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": "Entities_Legalrole 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/dpv-skos#DataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Move", - "@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://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "Georg P. Krog" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@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": [ @@ -5447,13 +5372,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#DataSubject" } ], "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": "Data subjects that are immigrants (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5464,41 +5389,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Move" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Move" + "@value": "Immigrant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", + "@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" - } - ], - "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": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/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": [ @@ -5506,11 +5416,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", @@ -5519,13 +5424,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#Organise" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." + "@value": "to arrange data according to a structure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5533,26 +5438,15 @@ "@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": "http://www.specialprivacy.eu/langs/usage-policy#AnyData" + "@value": "Structure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NDA", + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal", "@type": [ "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", @@ -5566,16 +5460,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Rob Brennan" }, { - "@value": "Rob Brennan" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5591,13 +5485,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5608,35 +5502,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Certification and Seal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification", + "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers", "@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://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": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Georg P. Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5644,21 +5534,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#Anonymization" + "@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": "Removal of identity or information to reduce identifiability" + "@value": "Indicates inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5669,41 +5564,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "De-Identification" + "@value": "has joint data controllers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl", + "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority", "@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://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": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, { "@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": [ @@ -5711,6 +5595,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", @@ -5719,13 +5608,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#Authority" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or enforce access control" + "@value": "An authority tasked with overseeing legal compliance for a nation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5733,49 +5622,29 @@ "@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" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Login" + "@value": "NationalAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#Use", "@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-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": [ @@ -5791,13 +5660,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#Processing" } ], "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 use data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5808,32 +5677,76 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Use" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv/dpv-skos#", "@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#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" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer", + "@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-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5849,16 +5762,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" + "@id": "https://w3id.org/dpv/dpv-skos#Encryption" } ], "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": "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": [ @@ -5869,39 +5779,29 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Encryption in Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#Combine", "@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": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Javier Fernández" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" }, { - "@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_1/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5909,14 +5809,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" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5925,16 +5817,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#Transform" } ], "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": "to join or merge data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5942,21 +5831,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": "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": "Combine" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Data Subject" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", @@ -5965,10 +5853,25 @@ "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": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" } @@ -5986,13 +5889,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#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6003,39 +5906,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Service Provision" + "@value": "Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations", + "@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", - "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": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rudy Jacob" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.specialprivacy.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#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6046,13 +5948,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6063,26 +5965,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "Organisational Unit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Record", + "@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#Processing", - "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": "2019-05-07" + "@value": "2022-02-14" } ], - "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6098,13 +6012,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#Necessity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "Indication of 'optional' or 'voluntary'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6115,26 +6029,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record" + "@value": "Optional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Acquire", + "@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", - "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": "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6142,6 +6055,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", @@ -6150,13 +6068,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#Entity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@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": [ @@ -6167,44 +6085,29 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquire" + "@value": "Legal Entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits", + "@id": "https://w3id.org/dpv/dpv-skos#Share", "@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/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-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@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#" } @@ -6217,13 +6120,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "to give data (or a portion of it) to others" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6234,28 +6137,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "Share" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling", + "@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://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": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6265,7 +6165,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#Frequency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6277,7 +6177,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "Indicates the frequency with which something takes place" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6288,25 +6188,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "has frequency" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData", + "@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-01-19" + "@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": [ @@ -6314,9 +6220,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#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6325,15 +6231,10 @@ "@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" + "@value": "Indicates Involvement of humans in processing such as within automated decision making process" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6341,43 +6242,34 @@ "@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": "Pseudo-anonymised Data" + "@value": "has human involvement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Benefit", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect", "@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": "2022-03-23" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6387,7 +6279,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": [ @@ -6398,13 +6290,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#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 as a side-effect of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6415,12 +6307,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benefit" + "@value": "Consequence as Side-Effect" } ] }, { - "@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" @@ -6433,7 +6325,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6443,7 +6335,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": [ @@ -6454,13 +6346,13 @@ ], "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#inScheme": [ @@ -6471,41 +6363,37 @@ "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#Notice", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy", "@type": [ - "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": "2021-09-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" }, { - "@value": "David Hickey" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6513,21 +6401,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#LegalEntity" } ], - "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 notice is an artefact for providing information, choices, or controls" + "@value": "Specifies the entity that provisioned or provided consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6535,26 +6423,39 @@ "@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": "Notice" + "@value": "has provision by" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Child", + "@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" + "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-25" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -6564,11 +6465,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", @@ -6577,13 +6473,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#Consultation" } ], "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": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6591,50 +6487,28 @@ "@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": "Consultation with Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer", + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData", "@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/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-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6642,6 +6516,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", @@ -6650,13 +6529,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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@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": [ @@ -6664,47 +6543,35 @@ "@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": "Optimisation for Consumer" + "@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#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Custom" + "@language": "en", + "@value": "Generated Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContact", + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise", "@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#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": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6718,10 +6585,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": "Specifies contact details of a legal entity such as phone or email" + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6732,34 +6604,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has contact" + "@value": "Pseudo-Anonymise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision", "@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-04" + "@value": "2021-09-08" } ], "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": [ @@ -6767,21 +6631,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#ServiceProvision" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6792,35 +6656,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" + "@value": "Technical Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement", + "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch", "@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#Purpose" ], "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": "Simon Steyskal" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6836,13 +6706,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#ResearchAndDevelopment" } ], "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 or assist with research conducted in an academic context e.g. within universities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6853,15 +6723,93 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record Management" + "@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#hasDataSource", + "@id": "https://w3id.org/dpv/dpv-skos#RiskConcepts", "@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/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#ConsequenceAsSideEffect" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Harm" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasImpact" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Risk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Benefit" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Damage" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Detriment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring", + "@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": [ { @@ -6871,23 +6819,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" + "@value": "Piero Bonatti" }, { "@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_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#DataSource" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6896,10 +6841,15 @@ "@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": "Indicates the source or origin of data being processed" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6910,43 +6860,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data source" + "@value": "Systematic Monitoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion", "@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": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Bud Bruegger" - }, - { - "@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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6954,9 +6886,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#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6965,10 +6897,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 use or applicability of Technical or Organisational measure" + "@value": "A political union of two or more countries based on economic or trade agreements" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6979,26 +6916,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "EconomicUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Store", + "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection", "@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://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": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7014,13 +6966,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#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7031,75 +6983,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Store" + "@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#JurisdictionConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "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/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Jurisdiction Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-04-21" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Country" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Region" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Law" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Share", - "@type": [ - "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" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7115,13 +7029,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#VitalInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7132,15 +7046,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Share" + "@value": "Vital Interest of Natural Person" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk", "@type": [ - "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": [ @@ -7150,14 +7063,13 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7165,21 +7077,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#Consultation" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@value": "Indicates risks mitigated by this concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7190,41 +7102,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "mitigates risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement", "@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": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Paul Ryan" + } + ], + "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": [ @@ -7240,13 +7151,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#VendorManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "Manage orders related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7257,42 +7168,29 @@ "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": "http://www.specialprivacy.eu/vocabs/purposes#Government" + "@value": "Vendor Records Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Detriment", + "@id": "https://w3id.org/dpv/dpv-skos#Consult", "@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://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": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Julian Flake" + "@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": [ @@ -7300,11 +7198,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", @@ -7313,13 +7206,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#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "to consult or query data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7330,41 +7223,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Detriment" + "@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#CustomerCare", + "@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": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "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": [ @@ -7380,13 +7263,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#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "to destruct or erase data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7397,50 +7280,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Care" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Feedback" + "@value": "Remove" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization", + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity", "@type": [ - "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": "2022-02-09" } ], "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": [ + "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/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#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7449,15 +7317,10 @@ "@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": "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": "Indicates inclusion or applicability of an entity to some concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7465,32 +7328,35 @@ "@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": "Pseudo-Anonymization" + "@value": "has entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation", "@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": "2021-09-08" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krogg" - }, - { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7512,7 +7378,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": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7523,103 +7389,84 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Legal Basis" + "@value": "Legal Obligation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion", + "@id": "https://w3id.org/dpv/dpv-skos#ConsentConcepts", "@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": "Consent 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#isExplicit" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime" + }, { - "@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#hasProvisionByJustification" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod" + }, { - "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification" + }, { - "@language": "en", - "@value": "Storage Deletion" + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement", + "@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", - "https://w3id.org/dpv/dpv-skos#Purpose", - "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": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" + "@value": "Beatriz Esteves" }, { - "@value": "Paul Ryan" - } - ], - "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": [ @@ -7641,7 +7488,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": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7649,40 +7496,35 @@ "@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": "Human Resources Management" + "@value": "Legal Compliance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime", + "@id": "https://w3id.org/dpv/dpv-skos#DPIA", "@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-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7696,10 +7538,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": "Specifies the instant in time when consent was withdrawn" + "@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": [ @@ -7707,36 +7554,39 @@ "@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": "has withdrawal time" + "@value": "Data Protection Impact Assessment (DPIA)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation", + "@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" + "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-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7763,7 +7613,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": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7774,12 +7624,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "International Organisation" + "@value": "AcademicScientificOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty", + "@id": "https://w3id.org/dpv/dpv-skos#Representative", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -7787,17 +7637,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": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "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_27/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7807,7 +7666,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#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7818,13 +7677,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#LegalEntity" } ], "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": "A representative of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7835,12 +7694,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Party" + "@value": "Representative" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency", + "@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" @@ -7848,7 +7707,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -7870,7 +7729,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": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7881,25 +7740,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Frequency" + "@value": "Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entity", + "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource", "@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": "2022-02-02" + "@value": "2022-01-26" } ], "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": [ @@ -7913,10 +7784,15 @@ "@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 human or non-human 'thing' that constitutes as an entity" + "@value": "A source of data that is publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7924,38 +7800,47 @@ "@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": "Entity" + "@value": "Public Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Certification", + "@id": "https://w3id.org/dpv/dpv-skos#Required", "@type": [ "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-13" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7971,13 +7856,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#Necessity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@value": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7988,28 +7873,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification" + "@value": "Required" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Location", + "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance", "@type": [ "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": "2022-01-19" + "@value": "2021-04-07" } ], "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": [ @@ -8023,10 +7912,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": "A location is a position, site, or area where something is located" + "@value": "Fulfilment or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8034,43 +7928,28 @@ "@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": "Location" + "@value": "Contract Performance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition", + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", "@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-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8080,7 +7959,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#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8091,13 +7970,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#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conditions required or followed regarding storage of data" + "@value": "A political union of two or more countries with an establishment of common authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8108,26 +7987,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "SupraNationalUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose", + "@id": "https://w3id.org/dpv/dpv-skos#hasLocation", "@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/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-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "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": [ @@ -8135,21 +8027,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#Processing" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make data known" + "@value": "Indicates information about location" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8160,25 +8052,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose" + "@value": "has location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson", + "@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", - "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-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8186,11 +8094,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", @@ -8199,13 +8102,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#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8216,120 +8119,98 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Natural Person" + "@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#Entities_OrganisationConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#Retrieve", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "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/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Entities_Organisation Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit" - }, - { - "@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#InternationalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation" - }, + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EntitiesConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Entities Concepts" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasAddress" - }, + "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#Use" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasName" - }, + "@language": "en", + "@value": "to retrieve data, often in an automated manner" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasContact" + "@language": "en", + "@value": "Retrieve" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Harm", + "@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" + "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-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Fajar Ekaputra" }, { - "@value": "Julian Flake" + "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Beatriz Esteves" + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8337,11 +8218,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", @@ -8350,13 +8226,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#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8367,32 +8243,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Harm" + "@value": "Identity Verification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure", "@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": "2021-09-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@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": [ @@ -8400,6 +8283,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", @@ -8408,13 +8296,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#OrganisationalMeasure" } ], "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": "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": [ @@ -8422,29 +8310,35 @@ "@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 Assessment" + "@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" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Analyse", + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Risk Management Procedure" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords", "@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/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": "2021-09-08" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8460,13 +8354,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#RecordsOfActivities" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8477,37 +8371,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Analyse" + "@value": "Data Processing Records" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest", "@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": "2021-04-07" + "@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": [ @@ -8523,13 +8406,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#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "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#inScheme": [ @@ -8540,25 +8423,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract Performance" + "@value": "Legitimate Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency", + "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance", "@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#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-16" + "@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": [ @@ -8566,21 +8462,21 @@ "@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#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Importance" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8591,32 +8487,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has frequency" + "@value": "Secondary Importance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing", + "@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", - "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": "Javier Fernández" }, { - "@value": "Georg P Krog" - }, + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8630,15 +8528,10 @@ "@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 marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" + "@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": [ @@ -8646,50 +8539,35 @@ "@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": "Personal Data Handling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch", + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment", "@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-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8705,13 +8583,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#ImpactAssessment" } ], "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": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8722,32 +8600,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Data Transfer Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard", + "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource", "@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": "2021-09-22" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" }, { "@value": "Paul Ryan" @@ -8766,13 +8646,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#DataSource" } ], "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": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8780,41 +8660,51 @@ "@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": "Non-Public Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", "@type": [ - "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": "2021-09-08" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Javier Fernández" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@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/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8822,21 +8712,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#Purpose" } ], - "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#DataProcessingRecords" + "@language": "en", + "@value": "accepted" } ], "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 association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8844,33 +8734,35 @@ "@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": "has purpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation", + "@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", - "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": "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" } @@ -8888,13 +8780,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + "@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": "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": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8905,87 +8800,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "Storage Duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Destruct", + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-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": [ - { - "@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": [ + "@value": "Mark Lizar" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Remove" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@value": "Javier Fernández" + }, { - "@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": [ + "@value": "Axel Polleres" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@language": "en", - "@value": "Destruct" + "@value": "Bud Bruegger" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest", - "@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": [ + "http://purl.org/dc/terms/modified": [ { "@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": "Axel Polleres" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Mark Lizar" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8993,21 +8849,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#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#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 association with Processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9018,15 +8874,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "has processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations", + "@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://purl.org/dc/terms/created": [ @@ -9040,19 +8895,18 @@ "@value": "Axel Polleres" }, { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, + "@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": "Javier Fernandez" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9060,6 +8914,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", @@ -9068,13 +8927,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#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar 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": [ @@ -9082,28 +8941,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": "Create Product Recommendations" + "@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": "http://www.specialprivacy.eu/vocabs/purposes#Marketing" + "@language": "en", + "@value": "Data Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRight", + "@id": "https://w3id.org/dpv/dpv-skos#Damage", "@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-30" } ], "http://purl.org/dc/terms/creator": [ @@ -9116,9 +8976,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#Right" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9127,10 +8987,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9141,35 +9006,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has right" + "@value": "Damage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization", "@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-01-19" + "@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": [ + "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#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9180,13 +9055,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#TechnicalMeasure" } ], "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": "Process by which some personal identifiers are removed or identifiability is reduced" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9197,41 +9072,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "Anonymization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods", + "@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#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": "2019-04-05" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9247,13 +9107,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9264,31 +9124,25 @@ "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": "http://www.specialprivacy.eu/vocabs/purposes#Delivery" + "@value": "Public Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer", + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext", "@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://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://www.specialprivacy.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9296,6 +9150,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", @@ -9304,13 +9163,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#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9321,39 +9180,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transfer" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Transfer" + "@value": "Processing Context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor", "@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-05" + "@value": "2022-01-26" } ], "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#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#" @@ -9365,15 +9217,10 @@ "@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 necessary or authorised through the official authority granted to or vested in the Data Controller" + "@value": "Indicates the context or application of policy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9384,70 +9231,55 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Official Authority of Controller" + "@value": "is policy for" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing", + "@id": "https://w3id.org/dpv/dpv-skos#EntitiesConcepts", "@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/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": "Beatriz Esteves" + "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos#hasName" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasContact" + }, { - "@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#Entity" + }, { - "@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#Marketing" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" + }, { - "@language": "en", - "@value": "Conduct marketing through social media" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasAddress" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + }, { - "@language": "en", - "@value": "Social Media" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasSector", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -9455,7 +9287,18 @@ "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": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9465,7 +9308,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Sector" + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" + } + ], + "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": [ @@ -9477,7 +9325,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": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9488,13 +9336,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has sector" + "@value": "has recipient third party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData", + "@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" ], @@ -9504,23 +9353,9 @@ "@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/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9528,11 +9363,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", @@ -9541,13 +9371,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#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained or derived from other data" + "@value": "to modify the data, often rewritten into a new form for a new use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9555,26 +9385,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": "http://www.specialprivacy.eu/vocabs/data#Derived" + "@value": "Adapt" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAddress", + "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9582,31 +9401,22 @@ "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": "Harshvardhan J.Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" + "@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#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9618,7 +9428,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": "Indicates applicability of specified jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9629,16 +9439,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has address" + "@value": "has jurisdiction" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification", "@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/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -9647,9 +9456,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Mark Lizar" }, @@ -9657,12 +9463,7 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.iso.org/iso-31000-risk-management.html" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9676,15 +9477,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": "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": "Specifies the justification for entity providing consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9695,49 +9491,46 @@ "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": "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": "Risk Management Procedure" + "@value": "has provision by justification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement", "@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": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernández" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "David Hickey" } ], - "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": [ @@ -9745,26 +9538,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@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#OrganisationGovernance" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9775,21 +9563,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "Members and Partners Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation", + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson", "@type": [ "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-04-07" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -9802,6 +9589,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", @@ -9810,13 +9602,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#Entity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "A human" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9827,26 +9619,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "Natural Person" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable", + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter", "@type": [ - "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://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": "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": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Georg Krog" + } + ], + "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": [ @@ -9854,6 +9659,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", @@ -9862,13 +9672,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#Recipient" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9876,34 +9686,43 @@ "@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": "Make Available" + "@value": "Data Importer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration", "@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": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9911,11 +9730,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", @@ -9924,13 +9738,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": [ @@ -9941,15 +9755,15 @@ "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#hasProvisionBy", + "@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": [ { @@ -9960,22 +9774,17 @@ "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": [ + "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#range": [ + "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": [ @@ -9987,7 +9796,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9995,47 +9804,108 @@ "@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": "Technical and Organisational Measure" + } + ] + }, + { + "@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": "has provision by" + "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasStorage" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MatchingCombining" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring" + }, + { + "@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#JointDataControllersAgreement", + "@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", - "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": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10051,13 +9921,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#OptimisationForController" } ], "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": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10068,31 +9938,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "Internal Resource Optimisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod", + "@id": "https://w3id.org/dpv/dpv-skos#Law", "@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": "2022-01-19" } ], "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": [ @@ -10109,7 +9973,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 law is a set of rules created by government or authorities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10117,30 +9981,23 @@ "@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": "Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", "@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/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": [ @@ -10148,18 +10005,27 @@ "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" }, { - "@value": "Rob Brennan" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" + }, + { + "@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_5/oj" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10167,21 +10033,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#TechnicalMeasure" + "@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": "Process by which some personal identifiers are removed or identifiability is reduced" + "@value": "Indicates Recipient of Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10192,20 +10063,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymization" + "@value": "has recipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice", + "@id": "https://w3id.org/dpv/dpv-skos#NotRequired", "@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": "2019-04-05" + "@value": "2022-02-15" } ], "http://purl.org/dc/terms/creator": [ @@ -10213,10 +10085,16 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" }, { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10230,36 +10108,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Specifies the notice provided in context of consent" + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" } ], - "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": "Indication of neither being required nor optional i.e. not relevant or needed" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@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://w3id.org/dpv#" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consent notice" + "@value": "Not Required" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry", "@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": [ { @@ -10269,22 +10145,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Bud Bruegger" }, { - "@value": "Fajar Ekaputra" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10298,15 +10165,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": "Generic property specifying when or under which condition(s) the consent will expire" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10317,32 +10179,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "has expiry" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics", + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement", "@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#Purpose" ], "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": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "David Hickey" }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@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": [ @@ -10358,13 +10228,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#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10372,49 +10242,41 @@ "@id": "https://w3id.org/dpv#" } ], - "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" + "@value": "Vendor Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Context", + "@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" + "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": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" }, { - "@value": "Simon Steyskal" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10428,10 +10290,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": "Contextually relevant information about purpose not possible to represent through other concepts" + "@value": "An indication of 'importance' within a context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10439,28 +10306,44 @@ "@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": "Context" + "@value": "Importance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Law", + "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols", "@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-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10474,10 +10357,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": "A law is a set of rules created by government or authorities" + "@value": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10488,25 +10376,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law" + "@value": "Authentication Protocols" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation", + "@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" + "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": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10516,7 +10416,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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10527,13 +10427,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#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10544,40 +10444,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "Tourist" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence", "@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-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], - "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": "2021-09-21" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10585,21 +10488,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#Consequence" } ], - "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#VendorManagement" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "Indicates consenquence(s) possible or arising from specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10607,64 +10510,63 @@ "@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": "Vendor Selection Assessment" + "@value": "has consequence" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasStorage", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement", "@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-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Beatriz" }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.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#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#CustomerManagement" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about storage condition" + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10675,15 +10577,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has storage" + "@value": "Customer Relationship Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "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": [ @@ -10693,23 +10595,23 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, { "@value": "Simon Steyskal" }, - { - "@value": "Axel Polleres" - }, { "@value": "Elmar Kiesling" }, { "@value": "Javier Fernandez" }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10725,13 +10627,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10742,25 +10644,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@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#GeneratedPersonalData", + "@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://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10768,11 +10691,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", @@ -10781,13 +10699,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#SellProducts" } ], "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": "Sell data or information relevant to insights obtained from analysis of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10798,26 +10716,26 @@ "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": "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": "Generated Personal Data" + "@value": "Sell Insights from Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers", + "@id": "https://w3id.org/dpv/dpv-skos#isAfter", "@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": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ @@ -10825,7 +10743,7 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { "@value": "Georg P. Krog" @@ -10836,16 +10754,6 @@ "@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": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -10855,7 +10763,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of a Joint Data Controller" + "@value": "Indicates the specified concepts is 'after' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10866,28 +10774,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "is after" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#Encryption", "@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": "2022-01-19" + "@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": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10895,21 +10810,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@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#TechnicalMeasure" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of authority for a jurisdiction" + "@value": "Technical measures consisting of encryption" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10920,38 +10835,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has authority" + "@value": "Encryption" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MatchingCombining", + "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData", "@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": "2020-11-04" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Piero Bonatti" - }, { "@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_2/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#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10962,13 +10874,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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves matching and combining of personal 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": [ @@ -10976,37 +10888,35 @@ "@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": "Matching and Combining" + "@value": "Collected Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling", + "@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" + "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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernández" - }, - { - "@value": "Axel Polleres" + "@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": "2020-11-04" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11020,10 +10930,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": "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": "to change the form or nature of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11034,35 +10949,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "Transform" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice", + "@id": "https://w3id.org/dpv/dpv-skos#hasRight", "@type": [ - "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": "2021-09-08" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11070,21 +10975,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#Notice" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "Indicates use or applicability of Right" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11095,31 +11000,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "has right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#Region", "@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": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11127,14 +11026,9 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@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": [ @@ -11143,10 +11037,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": "Indiciates inclusion or applicability of a Data Processor" + "@value": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11157,12 +11056,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data processor" + "@value": "Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor", + "@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" @@ -11170,22 +11069,28 @@ "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": "Bud Bruegger" + }, + { + "@value": "Mark Lizar" + }, { "@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#Policy" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11197,7 +11102,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the context or application of policy" + "@value": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11208,41 +11113,85 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is policy for" + "@value": "has expiry time" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties", + "@id": "https://w3id.org/dpv/dpv-skos#Restrict", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", + "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-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, + "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": [ { - "@value": "Simon Steyskal" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Javier Fernandez" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to apply a restriction on the processsing of specific records" + } + ], + "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": "Restrict" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MatchingCombining", + "@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-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Piero Bonatti" }, { - "@value": "Elmar Kiesling" + "@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": [ @@ -11258,13 +11207,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#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information to third parties" + "@value": "Processing that involves matching and combining of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11272,34 +11221,93 @@ "@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": "Matching and Combining" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Record", + "@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://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/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#Obtain" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to make a record (especially 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": "Sell Data to Third Parties" + "@value": "Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Damage", + "@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-03-30" + "@value": "2022-01-26" } ], "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": [ @@ -11307,11 +11315,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", @@ -11320,13 +11323,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#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@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": [ @@ -11334,26 +11337,39 @@ "@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": "Damage" + "@value": "Data Processing Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Duration", + "@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/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-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11369,10 +11385,15 @@ "@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": "The duration or temporal limitation" + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11383,26 +11404,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Duration" + "@value": "Direct Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Restrict", + "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation", "@type": [ - "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://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/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": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11418,13 +11447,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@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": "to apply a restriction on the processsing of specific records" + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11435,108 +11467,114 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Restrict" + "@value": "Storage Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContextConcepts", + "@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": "Context Concepts" + "@value": "Entities_Datasubject Concepts" } ], "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NotRequired" + "@id": "https://w3id.org/dpv/dpv-skos#Citizen" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance" + "@id": "https://w3id.org/dpv/dpv-skos#Tourist" }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAfter" + "@id": "https://w3id.org/dpv/dpv-skos#Member" }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology" + "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen" }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" + "@id": "https://w3id.org/dpv/dpv-skos#Patient" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Technology" + "@id": "https://w3id.org/dpv/dpv-skos#Employee" }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity" + "@id": "https://w3id.org/dpv/dpv-skos#Adult" }, { - "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" + "@id": "https://w3id.org/dpv/dpv-skos#User" }, { - "@id": "https://w3id.org/dpv/dpv-skos#isBefore" + "@id": "https://w3id.org/dpv/dpv-skos#Student" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContext" + "@id": "https://w3id.org/dpv/dpv-skos#Client" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Required" + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency" + "@id": "https://w3id.org/dpv/dpv-skos#Immigrant" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier" + "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic" + "@id": "https://w3id.org/dpv/dpv-skos#Subscriber" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Optional" + "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance" + "@id": "https://w3id.org/dpv/dpv-skos#Applicant" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#Child" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Importance" + "@id": "https://w3id.org/dpv/dpv-skos#Customer" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency" + "@id": "https://w3id.org/dpv/dpv-skos#Visitor" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDuration" + "@id": "https://w3id.org/dpv/dpv-skos#Consumer" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement" + "@id": "https://w3id.org/dpv/dpv-skos#Participant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest", + "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification", "@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://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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11552,13 +11590,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Party as justification for specified processing" + "@value": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11569,35 +11607,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Regularity of Re-certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms", + "@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://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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11613,13 +11648,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#Assessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@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": [ @@ -11630,26 +11665,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transform", + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter", "@type": [ - "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://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": "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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/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": [ @@ -11657,6 +11705,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", @@ -11665,13 +11718,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#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11679,19 +11732,24 @@ "@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": "Transform" + "@value": "Data Exporter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy", "@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": [ { @@ -11701,22 +11759,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" + "@value": "Bud Bruegger" }, { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11724,21 +11773,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#LegalEntity" } ], - "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#ServiceProvision" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimise services or activities" + "@value": "Specifies the entity that withdrew consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11749,29 +11798,39 @@ "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": "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": "Service Optimization" + "@value": "has withdrawal by" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11781,26 +11840,21 @@ "@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#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Encryption" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11811,28 +11865,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has organisational measure" + "@value": "Encryption in Rest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring", + "@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" + "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": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Piero Bonatti" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ @@ -11853,13 +11900,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#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "to come into possession or control of the data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11870,16 +11917,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Acquire" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment", + "@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", - "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": [ { @@ -11888,6 +11935,12 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11905,13 +11958,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#ServiceProvision" } ], "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": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11922,39 +11975,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Assessment" + "@value": "Requested Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Representative", + "@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" + "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-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11962,11 +12008,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", @@ -11975,13 +12016,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#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A representative of a legal entity" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11992,12 +12033,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Representative" + "@value": "Service Order Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", @@ -12010,15 +12051,9 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Simon Steyskal" }, - { - "@value": "Fajar Ekaputra" - }, { "@value": "Elmar Kiesling" }, @@ -12027,6 +12062,12 @@ }, { "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12042,13 +12083,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#ResearchAndDevelopment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@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": [ @@ -12059,12 +12100,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@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#isAfter", + "@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" @@ -12072,18 +12118,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2022-01-19" } ], "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": [ @@ -12091,6 +12131,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", @@ -12100,7 +12145,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": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12111,12 +12156,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is after" + "@value": "has personal data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence", + "@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" @@ -12124,13 +12169,25 @@ "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": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" - } + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -12139,7 +12196,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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12150,13 +12207,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#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@value": "Data subjects that are applicants in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12167,15 +12224,71 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence" + "@value": "Applicant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation", "@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-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 managed or part of government" + } + ], + "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": "GovernmentalOrganisation" + } + ] + }, + { + "@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" ], "http://purl.org/dc/terms/created": [ { @@ -12185,13 +12298,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "Mark Lizar" + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12208,7 +12330,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": "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": [ @@ -12219,32 +12341,31 @@ "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": "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": "has withdrawal method" + "@value": "Sector" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor", "@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": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" @@ -12258,21 +12379,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#ImpactAssessment" + "@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": "Impact Assessment for conducting data transfers" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12283,15 +12409,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "has data processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient", + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple", "@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": [ { @@ -12301,24 +12428,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Mark Lizar" }, { - "@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": "Harshvardhan J. Pandit" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Rob Brennan" }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12326,11 +12445,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", @@ -12339,13 +12453,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12353,26 +12467,15 @@ "@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": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@value": "GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData", + "@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" @@ -12399,7 +12502,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12409,24 +12512,24 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + "@value": "Personal Data that is obtained or derived from other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12437,31 +12540,36 @@ "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." + "@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": "Special Category 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#SensitivePersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#hasContext", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], - "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#Purpose" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12469,9 +12577,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#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12480,15 +12588,10 @@ "@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 considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" + "@value": "Indicates a purpose is restricted to the specified context(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12496,50 +12599,29 @@ "@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": "has context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#Profiling", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", + "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-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, + "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": [ @@ -12555,13 +12637,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#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" + "@value": "to create a profile that describes or represents a person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12569,50 +12651,69 @@ "@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": "Profiling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch", + "@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", - "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": "2019-04-05" + "@value": "Entities_Organisation 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#AcademicScientificOrganisation" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" }, { - "@value": "Simon Steyskal" + "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation" }, { - "@value": "Elmar Kiesling" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" }, { - "@value": "Javier Fernandez" + "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation" + } + ] + }, + { + "@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": [ @@ -12628,13 +12729,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#PersonalisedAdvertising" } ], "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": "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": [ @@ -12645,96 +12746,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Commercial Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Develop" - } - ] - }, - { - "@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#Data" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@value": "Targeted Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod", + "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation", "@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": "2019-04-05" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@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#Organisation" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12743,13 +12790,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#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "An organisation not part of or independent from the government" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12760,41 +12807,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "NonGovernmentalOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses", + "@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#Purpose" + "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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Simon Steyskal" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12810,16 +12851,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12830,46 +12868,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" - } - ] - }, - { - "@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#DataProtectionAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@value": "Policy" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction", + "@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" @@ -12877,10 +12881,16 @@ "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": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" } @@ -12890,11 +12900,6 @@ "@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", @@ -12904,7 +12909,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "Specifies the justification for entity withdrawing consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12912,29 +12917,35 @@ "@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 jurisdiction" + "@value": "has withdrawal by justification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest", + "@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", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "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": "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": [ @@ -12950,13 +12961,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#Processing" } ], "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": "to organize data for arranging or classifying" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12967,26 +12978,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "Organise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Organise", + "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface", "@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/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": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13002,13 +13028,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#OptimisationForConsumer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13019,33 +13045,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organise" + "@value": "Optimise User Interface" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring", + "@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" + "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": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@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": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13061,13 +13092,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#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@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": [ @@ -13078,25 +13109,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Controller-Processor Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure", + "@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://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": "Harshvardhan J. Pandit" + "@value": "2019-04-05" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13106,12 +13132,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13123,7 +13144,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical measure" + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13134,25 +13155,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical measure" + "@value": "has sector" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData", + "@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" + "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": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13162,7 +13195,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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13173,13 +13206,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#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "Data subjects that are employees" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13187,34 +13220,38 @@ "@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": "Non-Personal Data" + "@value": "Employee" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Risk", + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign", "@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": "2020-11-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13228,10 +13265,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 risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13239,44 +13281,29 @@ "@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" + "@value": "Privacy by Design" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Copy", "@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/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-01" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, - { - "@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": [ @@ -13292,13 +13319,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": "Manage communication or provide means for communication e.g. to send an email notifying some information" + "@value": "to produce an exact reprodution of the data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13306,38 +13333,47 @@ "@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 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": "Copy" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Communication Management" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Collect", + "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative", "@type": [ - "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": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Harshvardhan J.Pandit" }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + } + ], + "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": [ @@ -13345,21 +13381,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#Representative" } ], - "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#Obtain" + "@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": "to gather data from someone" + "@value": "Specifies representative of the legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13370,38 +13411,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Collect" + "@value": "has representative" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Seal", + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure", "@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": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -13411,21 +13437,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#TechnicalMeasure" } ], - "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#CertificationSeal" + "@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": "A seal or a mark indicating proof of certification to some certification or standard" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates use or applicability of Technical measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13436,39 +13467,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seal" + "@value": "has technical measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter", + "@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" + "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": "Paul Ryan" + "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Georg Krog" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Axel Polleres" + }, { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13476,11 +13509,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", @@ -13489,13 +13517,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#SellProducts" } ], "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": "Sell products or services to the user, consumer, or data subjects" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13506,31 +13534,34 @@ "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": "Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "Sell Products to Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity", + "@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": "2022-03-02" + "@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": [ @@ -13538,16 +13569,6 @@ "@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": [ { "@language": "en", @@ -13557,7 +13578,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@value": "A location is a position, site, or area where something is located" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13565,35 +13586,41 @@ "@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 responsible entity" + "@value": "Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DPIA", + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "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": [ { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13609,13 +13636,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#ServiceProvision" } ], "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": "Sell products or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13626,37 +13653,31 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Top class: Impact Assessment, and DPIA is sub-class" + "@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": "Data Protection Impact Assessment (DPIA)" + "@value": "Sell Products" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController", + "@id": "https://w3id.org/dpv/dpv-skos#Child", "@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": "2020-11-25" } ], "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": [ @@ -13664,14 +13685,9 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13680,10 +13696,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" + } + ], "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": "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": [ @@ -13691,34 +13712,35 @@ "@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": "has recipient data controller" + "@value": "Child" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime", + "@id": "https://w3id.org/dpv/dpv-skos#Store", "@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#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-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "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": [ @@ -13732,10 +13754,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 instant in time when consent was given" + "@value": "to keep data for future use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13746,38 +13773,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision time" + "@value": "Store" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NotRequired", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Context", + "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": "2022-02-15" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13793,13 +13814,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#VitalInterestOfNaturalPerson" } ], "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": "Processing is necessary or required to protect vital interests of a data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13810,7 +13831,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Required" + "@value": "Vital Interest of Data Subject" } ] }, @@ -13818,8 +13839,8 @@ "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Purpose", - "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": [ { @@ -13837,7 +13858,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13875,7 +13896,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isBefore", + "@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" @@ -13883,18 +13904,26 @@ "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": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P. Krog" + "@value": "Rob Brennan" }, { - "@value": "Julian Flake" + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13902,6 +13931,11 @@ "@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", @@ -13911,7 +13945,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": "Indicates information about duration" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13922,208 +13956,156 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is before" + "@value": "has duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Legal_BasisConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring", "@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": "Legal_Basis 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#OfficialAuthorityOfController" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance" + "@value": "Piero Bonatti" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - }, + "@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#LegitimateInterest" - }, + "@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#VitalInterestOfNaturalPerson" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" - }, + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" - }, + "@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/dpv-skos#DataTransferLegalBasis" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract" + "@language": "en", + "@value": "Evaluation and Scoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#Consumer", "@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 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/dpv-skos#Move" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Acquire" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Alter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Copy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Combine" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Retrieve" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Derive" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Organise" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consult" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Store" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Share" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Destruct" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Disseminate" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Collect" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymise" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Profiling" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Structure" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Remove" + "@value": "Georg P. Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Restrict" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Align" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable" - }, + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Erase" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Adapt" - }, + "@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#hasProcessing" - }, + "@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#DataSubject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Record" - }, + "@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/dpv-skos#Use" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Analyse" + "@language": "en", + "@value": "Consumer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "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" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -14142,13 +14124,16 @@ ], "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" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Advertising" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14159,21 +14144,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Personalised Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain", + "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies", "@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://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": "Piero Bonatti" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ @@ -14194,13 +14186,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#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to solicit or gather data from someone" + "@value": "Processing that involves use of innovative and new technologies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14211,48 +14203,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Obtain" + "@value": "Innovative Use of New Technologies" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject", "@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-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Javier Fernández" + "@value": "Harshvardhan Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Georg Krog" }, { - "@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://www.specialprivacy.eu/" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14260,9 +14235,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#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14271,10 +14246,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 association with 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": [ @@ -14282,28 +14262,48 @@ "@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": "has processing" + "@value": "Vulnerable Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer", "@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": "2022-02-02" + "@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/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": [ @@ -14313,24 +14313,24 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@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#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@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": [ @@ -14341,39 +14341,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "Data Protection Officer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDuration", + "@id": "https://w3id.org/dpv/dpv-skos#Student", "@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": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" }, { - "@value": "Rob Brennan" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14381,9 +14379,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#Duration" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14392,10 +14390,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 information about duration" + "@value": "Data subjects that are students" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14406,15 +14409,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has duration" + "@value": "Student" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasName", + "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic", "@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": [ { @@ -14427,23 +14430,20 @@ "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg P. Krog" }, { - "@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#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14455,7 +14455,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies name of a legal entity" + "@value": "Indicates the logic used in processing such as for automated decision making" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14466,91 +14466,162 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has name" + "@value": "has algorithmic logic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology", + "@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-01-26" + "@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": "Georg P Krog" + }, { "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Rigo Wenning" }, { "@value": "Julian Flake" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Ramisa Gachpaz Hamed" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Bert Bos" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Elmar Kiesling" } ], - "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-06-18" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Technology" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "accepted" + "@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#definition": [ + "http://purl.org/dc/terms/license": [ { - "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-02" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + "@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": "is implemented using technology" + "@value": "Data Privacy Vocabulary" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "dpvs" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/dpv-skos" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.6" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor", + "@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": "2020-11-25" + "@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": [ @@ -14560,7 +14631,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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14571,13 +14642,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#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" + "@value": "Data subjects that purchase goods or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14588,34 +14659,41 @@ "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": "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": "Data Sub-Processor" + "@value": "Customer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess", + "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms", "@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-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14623,11 +14701,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", @@ -14636,13 +14709,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#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14653,32 +14726,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "ContractualTerms" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers", "@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-05-19" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14686,6 +14755,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", @@ -14694,13 +14768,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#DataController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14708,31 +14782,30 @@ "@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": "Legitimate Interest of Controller" + "@value": "Joint Data Controllers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv/dpv-skos#Obtain", "@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://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/source": [ @@ -14753,13 +14826,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#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@value": "to solicit or gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14770,16 +14843,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Obtain" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Retrieve", + "@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", - "https://w3id.org/dpv/dpv-skos#Processing" + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -14805,13 +14878,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#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "to make data known" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14822,91 +14895,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Disclose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods", "@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": "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#inScheme": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@value": "Simon Steyskal" + }, { - "@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": [ + "@value": "Elmar Kiesling" + }, { - "@language": "en", - "@value": "Human Involvement" - } - ] - }, - { - "@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" - ], - "http://purl.org/dc/terms/created": [ + "@value": "Javier Fernandez" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@value": "Axel Polleres" + }, { "@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": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14922,13 +14945,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#RequestedServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14939,15 +14962,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Large Scale Processing" + "@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#Adult", "@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": [ { @@ -15000,135 +15028,281 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign", + "@id": "https://w3id.org/dpv/dpv-skos#JurisdictionConcepts", "@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#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": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#Region" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#Law" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#Location" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" + }, { - "@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#hasLocation" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#Country" + }, { - "@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/dpv-skos#hasApplicableLaw" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction" + }, { - "@language": "en", - "@value": "Privacy by Design" + "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation", + "@id": "https://w3id.org/dpv/dpv-skos#PurposesConcepts", "@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#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": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + }, { - "@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#ServiceProvision" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject" + }, { - "@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#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods" + }, { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing" + }, { - "@language": "en", - "@value": "Personalisation" - } + "@id": "https://w3id.org/dpv/dpv-skos#Sector" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Advertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Payment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasSector" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consent", + "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation", "@type": [ - "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://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" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -15141,6 +15315,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", @@ -15149,13 +15328,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#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@value": "An organisation that aims to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15166,32 +15345,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consent" + "@value": "ForProfitOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication", + "@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", - "https://w3id.org/dpv/dpv-skos#Purpose" + "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" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P Krog" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15207,13 +15380,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#Transform" } ], "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": "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": [ @@ -15224,35 +15397,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Registration and Authentication" + "@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#StaffTraining", + "@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", - "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": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" - }, + "@value": "Paul Ryan" + } + ], + "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": [ @@ -15268,13 +15445,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#HumanResources" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@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": [ @@ -15285,32 +15462,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Personnel Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation", + "@id": "https://w3id.org/dpv/dpv-skos#Citizen", "@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": "2020-11-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@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": [ @@ -15318,6 +15500,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", @@ -15326,13 +15513,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#DataSubject" } ], "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": "Data subjects that are citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15343,32 +15530,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation" + "@value": "Citizen" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities", "@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": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15384,13 +15571,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#OrganisationalMeasure" } ], "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": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15401,23 +15588,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@value": "Records of Activities" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Technology", + "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing", "@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-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" } @@ -15433,10 +15627,15 @@ "@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": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15444,39 +15643,28 @@ "@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": "Social Media" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData", "@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": "2022-02-02" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" + "@value": "Piero Bonatti" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15486,7 +15674,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15497,13 +15685,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#NonPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a nation" + "@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": [ @@ -15511,38 +15699,34 @@ "@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": "NationalAuthority" + "@value": "Anonymised Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure", "@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-01" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15550,21 +15734,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#OrganisationGovernance" + "@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": "Manage compliance for organisation in relation to internal policies" + "@value": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15575,34 +15764,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "has organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15618,16 +15805,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" + "@value": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15638,38 +15822,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Duration" + "@value": "Registration and Authentication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance", + "@id": "https://w3id.org/dpv/dpv-skos#Derive", "@type": [ - "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", - "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-10" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Julian Flake" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15685,13 +15857,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#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "to create new derivative data from the original data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15702,38 +15874,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Primary Importance" + "@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#Optional", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "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-02-14" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" + "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15749,13 +15923,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#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@value": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15766,28 +15940,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optional" + "@value": "Organisation Compliance Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer", + "@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" + "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" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15797,12 +15968,7 @@ ], "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" + "@id": "https://w3id.org/dpv/dpv-skos#Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15814,7 +15980,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifices an associated data protection officer" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15825,34 +15991,84 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data protection officer" + "@value": "has applicable law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier", + "@id": "https://w3id.org/dpv/dpv-skos#Align", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "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": "2020-11-25" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "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": [ { - "@value": "Georg P Krog" + "@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#Transform" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to adjust the data to be in relation to another 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": "Align" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController", + "@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-05-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@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": [ @@ -15866,10 +16082,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 an identifier associated for identification or reference" + "@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": [ @@ -15880,29 +16101,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has identifier" + "@value": "Official Authority of Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isExplicit", + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement", "@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#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-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" } @@ -15912,21 +16128,21 @@ "@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#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "The involvement of humans in specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15937,20 +16153,20 @@ "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": "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": "is explicit" + "@value": "Human Involvement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime", "@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": [ @@ -15960,17 +16176,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Mark Lizar" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15984,15 +16197,10 @@ "@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#definition": [ { "@language": "en", - "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16003,39 +16211,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "has withdrawal time" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter", + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData", "@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": "2021-09-08" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "David Hickey" - }, + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" } ], "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_9/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16045,24 +16253,24 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@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#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" } ], "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": "Sensitive Personal Data whose use requires specific legal permission or justification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16073,38 +16281,36 @@ "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": "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": "Data Importer" + "@value": "Special Category Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure", "@type": [ - "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": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16112,21 +16318,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#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#Assessment" + "@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": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." + "@value": "Indicate a risk is mitigated by specified measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16137,32 +16348,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "is mitigated by measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Payment", + "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "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": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16178,13 +16392,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#GuidelinesPrinciple" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16195,32 +16409,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment" + "@value": "Code of Conduct" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Erase", "@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", - "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-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": [ @@ -16236,13 +16444,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#Remove" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "to delete data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16253,12 +16461,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Management" + "@value": "Erase" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification", + "@id": "https://w3id.org/dpv/dpv-skos#Notice", "@type": [ "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", @@ -16267,21 +16475,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": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "David Hickey" }, { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16303,7 +16511,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16314,26 +16522,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Disseminate", + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization", "@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/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-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": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16349,13 +16572,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@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": "to spread data throughout" + "@value": "Personalise services or product or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16363,31 +16589,45 @@ "@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": "Disseminate" + "@value": "Service Personalization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Country", + "@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" + "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-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Harshvardhan 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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16397,7 +16637,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16408,13 +16648,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#Data" } ], "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": "Data directly or indirectly associated or related to an individual." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16425,29 +16665,41 @@ "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": "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": "Country" + "@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#hasRisk", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement", "@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": "2020-11-18" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz" + }, { "@value": "Harshvardhan J. Pandit" } @@ -16457,25 +16709,80 @@ "@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#Purpose" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk" + "@value": "Manage past, current, and future customers" + } + ], + "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": "Customer Management" + } + ] + }, + { + "@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" + ], + "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": "Harshvardhan J. Pandit" }, + { + "@value": "Georg P Krog" + } + ], + "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#Consequence" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@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": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16486,39 +16793,91 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has risk" + "@value": "Consequence of Failure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess", "@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-03-23" } ], "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/modified": [ + "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#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#Consequence" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The consequence(s) possible or arising from success of specified 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": "Consequence of Success" + } + ] + }, + { + "@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": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16532,10 +16891,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": "The processing performed on personal data" + "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16546,17 +16910,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@value": "Consultation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance", + "@id": "https://w3id.org/dpv/dpv-skos#Marketing", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", @@ -16565,26 +16924,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": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Beatriz Esteves" }, { - "@value": "Georg P Krog" - } - ], - "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": [ @@ -16594,65 +16945,759 @@ ], "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": [ + "@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": "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" + } + ] + }, + { + "@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#OfficialAuthorityOfController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" + } + ] + }, + { + "@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" + ], + "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/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" + } + ], + "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": "RegionalAuthority" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#Processing" + ], + "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://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#Obtain" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to gather data from someone" + } + ], + "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": "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#CustomerClaimsManagement", + "@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-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@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": [ + { + "@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 claims, including repayment of monies owed" + } + ], + "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": "Customer Claims Management" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology", + "@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": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@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#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#inScheme": [ + { + "@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" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits", + "@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": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "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": "Create and provide personalised benefits for a 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": "Personalised Benefits" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment", + "@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" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@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": [ + { + "@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#VendorManagement" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage payment of 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 Payment" + } + ] + }, + { + "@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", + "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": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "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#SellProducts" + } + ], + "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#inScheme": [ + { + "@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 Data to Third Parties" + } + ] + }, + { + "@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#SafeguardForDataTransfer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DPIA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Notice" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Seal" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PIA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consultation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Encryption" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Certification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NDA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Policy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization" + }, { - "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + }, { - "@language": "en", - "@value": "Organisation Governance" + "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement", + "@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", - "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-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://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@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#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16663,13 +17708,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#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16680,12 +17725,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Claims Management" + "@value": "Risk Mitigation Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage", + "@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" @@ -16693,12 +17738,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 P. Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16708,7 +17765,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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16719,13 +17776,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#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16736,26 +17793,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Material Damage" + "@value": "Patient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymise", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer", "@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/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": "2022-03-02" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Rob Brennan" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16763,21 +17822,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#Transform" + "@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": "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": "Specifices an associated data protection officer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16788,96 +17852,61 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymise" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Anonymize" + "@value": "has data protection officer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "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-30" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@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": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "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#broaderTransitive": [ + "@value": "Bud Bruegger" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResources" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@value": "Mark Lizar" + }, { - "@language": "en", - "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" + "@value": "Javier Fernández" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Personnel Management" + "@id": "https://w3id.org/dpv/dpv-skos#" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising", - "@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": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@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#LegalEntity" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#DataController" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16886,15 +17915,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" - } - ], "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 association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16905,35 +17929,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "has data controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure", + "@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", - "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16949,13 +17970,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#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@value": "Conduct analysis and reporting related to usage of services or products" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16963,28 +17984,35 @@ "@id": "https://w3id.org/dpv#" } ], + "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": "Technical Measure" + "@value": "Analytics" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#Analyse", "@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#Processing", + "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-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": [ @@ -16992,21 +18020,21 @@ "@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#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Use" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "to study or examine the data in detail" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17014,29 +18042,42 @@ "@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": "Analyse" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "has personal data" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Alter", + "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier", "@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/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": "2020-11-25" } ], - "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": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J.Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17050,15 +18091,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 change the data without changing it into something else" + "@value": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17069,48 +18105,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alter" + "@value": "has identifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement", "@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": "2019-04-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Javier Fernández" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@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://www.specialprivacy.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17118,21 +18132,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#DataProcessingAgreement" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@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": [ @@ -17143,16 +18157,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purpose" + "@value": "Third-Party Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices", "@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": [ { @@ -17162,16 +18176,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Simon Steyskal" }, { - "@value": "Rob Brennan" + "@value": "Elmar Kiesling" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Mark Lizar" + "@value": "Axel Polleres" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17187,13 +18207,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#OptimisationForController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Improve existing products and services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17204,25 +18224,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Improve Existing Products and Services" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy", + "@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": "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": [ @@ -17230,26 +18251,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#Disclose" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates policy applicable or used" + "@value": "to send out data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17260,32 +18276,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has policy" + "@value": "Transmit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement", + "@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", - "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-08" + "@value": "2021-04-07" } ], "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": [ @@ -17301,13 +18311,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 past, current, and future customers" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17318,31 +18328,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry", + "@id": "https://w3id.org/dpv/dpv-skos#Member", "@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": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17350,16 +18366,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": "Generic property specifying when or under which condition(s) the consent will expire" + "@value": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17370,12 +18396,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry" + "@value": "Member" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLocation", + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -17383,26 +18409,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": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17412,7 +18424,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17424,7 +18436,11 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about location" + "@value": "Indicates applicability of Risk" + }, + { + "@language": "en", + "@value": "Indicates applicability of Risk for this concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17435,26 +18451,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has location" + "@value": "has risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Contract", + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17462,24 +18483,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#expiry" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - }, + "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": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "Specifies the condition or event that determines the expiry of consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17487,18 +18505,24 @@ "@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": "Contract" + "@value": "has expiry condition" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity", + "@id": "https://w3id.org/dpv/dpv-skos#hasStorage", "@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": [ { @@ -17507,8 +18531,22 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17516,9 +18554,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#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17527,15 +18565,10 @@ "@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" + "@value": "Indicates information about storage condition" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17546,35 +18579,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "has storage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv/dpv-skos#Impact", "@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-22" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17582,6 +18617,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", @@ -17590,13 +18630,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "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": "The impact(s) possible or arising as a consequence from specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17604,45 +18644,51 @@ "@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": "Safeguard for Data Transfer" + "@value": "Impact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty", "@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-01" + "@value": "2019-06-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://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/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", @@ -17651,13 +18697,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#Recipient" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@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": [ @@ -17668,41 +18714,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Third Party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness", + "@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", - "https://w3id.org/dpv/dpv-skos#Purpose", - "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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernandez" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17718,13 +18755,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#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17735,28 +18772,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Account Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry", + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry", "@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-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@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": [ @@ -17766,12 +18803,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" + "@id": "https://w3id.org/dpv/dpv-skos#Country" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" + "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17783,7 +18820,7 @@ "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#inScheme": [ @@ -17794,31 +18831,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has third country" + "@value": "has country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter", + "@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" + "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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17828,12 +18865,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17845,7 +18877,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": "Indicates the source or origin of data being processed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17856,30 +18888,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data exporter" + "@value": "has data source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation", + "@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", - "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-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Rob Brennan" + }, { - "@id": "http://purl.org/adms" + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17887,11 +18924,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", @@ -17900,13 +18932,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#OrganisationalMeasure" } ], "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": "Procedures for determining authorisation through permission or authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17914,29 +18946,35 @@ "@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": "NonProfitOrganisation" + "@value": "Authorisation Procedure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest", + "@id": "https://w3id.org/dpv/dpv-skos#Destruct", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "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": "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": [ @@ -17952,13 +18990,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#Remove" } ], "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 process data in a way it no longer exists or cannot be repaired" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17969,29 +19007,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Destruct" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty", + "@id": "https://w3id.org/dpv/dpv-skos#Authority", "@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-05-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan Pandit" }, { "@value": "Paul Ryan" @@ -18002,6 +19039,14 @@ "@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", @@ -18010,13 +19055,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@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": "Legitimate Interests of a Third Party in conducting specified processing" + "@value": "An authority with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18027,45 +19075,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment", + "@id": "https://w3id.org/dpv/dpv-skos#Consequence", "@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/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-01" + "@value": "2022-01-26" } ], "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": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@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#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18076,13 +19114,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#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage payment of vendors" + "@value": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18093,12 +19131,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Consequence" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18123,21 +19161,42 @@ "@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/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", "@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#NaturalPerson" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@value": "The individual (or category of individuals) whose personal data is being processed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18148,46 +19207,41 @@ "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": "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": "Legal Basis" + "@value": "Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Certification", "@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#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": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18203,13 +19257,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#CertificationSeal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18220,79 +19274,75 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "Certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight", "@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": "Risk Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-18" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Detriment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Benefit" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpact" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Harm" + "@value": "Harshvardhan Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess" - }, + "@value": "Beatriz Esteves" + } + ], + "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/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Right" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect" - }, + "@language": "en", + "@value": "The rights applicable or provided to a Data Subject" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn" - }, + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" + "@language": "en", + "@value": "Data Subject Right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface", + "@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", @@ -18301,27 +19351,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": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18337,13 +19378,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@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": [ @@ -18351,32 +19392,39 @@ "@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": "Optimise User Interface" + "@value": "Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Combine", + "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium", "@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/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/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://www.specialprivacy.eu/vocabs/processing" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18384,6 +19432,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", @@ -18392,13 +19445,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#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "A consortium established and comprising on industry organisations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18409,38 +19462,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Combine" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Aggregate" + "@value": "IndustryConsortium" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor", + "@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-01-19" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Julian Flake" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18448,16 +19500,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": "Indicates area, scope, or applicability of an Authority" + "@value": "Data subjects that subscribe to service(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18465,34 +19527,49 @@ "@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": "is authority for" + "@value": "Subscriber" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification", + "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment", "@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": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@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": [ @@ -18506,10 +19583,15 @@ "@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": "Specifies the justification for entity withdrawing consent" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18517,25 +19599,19 @@ "@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": "Vendor Selection Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Profiling", + "@id": "https://w3id.org/dpv/dpv-skos#Transfer", "@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#Processing" ], "http://purl.org/dc/terms/created": [ { @@ -18545,7 +19621,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": [ @@ -18561,13 +19637,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#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "to move data from one place to another" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18578,26 +19654,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Profiling" + "@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#Structure", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry", "@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://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": [ @@ -18605,6 +19685,11 @@ "@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", @@ -18613,13 +19698,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#Country" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18630,23 +19715,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Structure" + "@value": "Third Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment", "@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" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" }, @@ -18659,26 +19748,21 @@ "@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", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified country" + "@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": [ @@ -18689,31 +19773,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has country" + "@value": "Legitimate Interest Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-skos#Right", "@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": "2020-11-04" + "@value": "2020-11-18" } ], "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": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18721,11 +19805,6 @@ "@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", @@ -18735,7 +19814,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": "The right(s) applicable, provided, or expected." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18746,48 +19825,48 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" + "@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": "has human involvement" + "@value": "Right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal", + "@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": "2019-04-05" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@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" + } + ], "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", @@ -18796,13 +19875,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": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@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": [ @@ -18813,43 +19892,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification and Seal" + "@value": "Data Processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity", + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic", "@type": [ + "https://w3id.org/dpv/dpv-skos#Context", "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-05-07" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, { "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18857,21 +19919,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#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as entities or agents" + "@value": "The algorithmic logic applied or used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18882,32 +19944,47 @@ "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": "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": "is implemented by entity" + "@value": "Algorithmic Logic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare", "@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": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18923,13 +20000,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#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The algorithmic logic applied or used" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18937,49 +20014,40 @@ "@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": "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": "Customer Care" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Algorithmic Logic" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Sector", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18993,10 +20061,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" + } + ], "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": "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": [ @@ -19004,41 +20077,29 @@ "@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": "Single Sign On" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance", + "@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", - "https://w3id.org/dpv/dpv-skos#Purpose" + "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" + "@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": [ @@ -19054,13 +20115,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#Disclose" } ], "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": "to transform or publish data to be used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19071,12 +20132,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Make Available" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity", + "@id": "https://w3id.org/dpv/dpv-skos#hasName", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19084,22 +20145,31 @@ "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": "Paul Ryan" + }, + { + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], - "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#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19111,7 +20181,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of an entity to some concept" + "@value": "Specifies name of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19119,29 +20189,24 @@ "@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": "has name" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation", "@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-03-30" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -19154,11 +20219,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", @@ -19167,13 +20227,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#Anonymization" } ], "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": "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": [ @@ -19181,41 +20241,122 @@ "@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": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + "@value": "Complete Anonymisation" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#BaseConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Collected Personal Data" + "@value": "Base Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Right" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRight" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Risk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Advertising", + "@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#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": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19223,6 +20364,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", @@ -19231,13 +20377,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#DataSubject" } ], "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": "Data subjects that use service(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19245,44 +20391,91 @@ "@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": "User" + } + ] + }, + { + "@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#AnonymisedData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" + }, { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData" + }, { - "@language": "en", - "@value": "Advertising" + "@id": "https://w3id.org/dpv/dpv-skos#Data" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry", + "@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" + "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-09" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rudy Jacob" + }, { "@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#subClassOf": [ + "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/2003/06/sw-vocab-status/ns#term_status": [ @@ -19293,13 +20486,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#ServicePersonalization" } ], "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": "Create and provide personalised recommendations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19310,23 +20503,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Country" + "@value": "Create Personalized Recommendations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw", + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController", "@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": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" } @@ -19336,21 +20545,21 @@ "@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#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of a Law" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19361,28 +20570,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has applicable law" + "@value": "Optimisation for Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit", + "@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://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": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19399,7 +20605,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": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19407,32 +20613,49 @@ "@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": "Organisational Unit" + "@value": "Risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consult", + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization", "@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": "Axel Polleres" }, { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + } + ], + "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": [ @@ -19448,13 +20671,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#Anonymization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to consult or query 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": [ @@ -19465,25 +20688,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consult" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Query" + "@value": "Pseudo-Anonymization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation", "@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-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -19491,9 +20709,9 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19501,14 +20719,9 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19517,10 +20730,15 @@ "@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": "Indicate a risk is mitigated by specified measure" + "@value": "An organisation that does not aim to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19531,26 +20749,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is mitigated by measure" + "@value": "NonProfitOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Derive", + "@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", - "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": "2022-03-30" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19558,6 +20775,11 @@ "@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", @@ -19566,13 +20788,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#Damage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create new derivative data from the original data" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19583,36 +20805,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derive" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Derive" + "@value": "Material Damage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest", "@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#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": "2019-04-05" + "@value": "2021-04-21" } ], "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": [ @@ -19620,21 +20832,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#LegalBasis" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the condition or event that determines the expiry of consent" + "@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": [ @@ -19642,40 +20854,29 @@ "@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": "Vital Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject", + "@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" + "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://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 Krog" - }, - { - "@value": "Paul Ryan" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan 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": [ @@ -19683,11 +20884,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", @@ -19696,13 +20892,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#Disclose" } ], "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": "to spread data throughout" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19710,41 +20906,38 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept denote 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": "Disseminate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PIA", + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement", "@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": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19760,13 +20953,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19777,32 +20970,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@value": "Legal Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime", "@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://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": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19816,15 +21008,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" - } - ], "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": "Specifies the instant in time when consent was given" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19835,12 +21022,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "has provision time" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData", + "@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", @@ -19849,27 +21036,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": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Simon Steyskal" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19885,13 +21066,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 relevant to insights obtained from analysis of data" + "@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": [ @@ -19902,22 +21083,22 @@ "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": "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": "Sell Insights from Data" + "@value": "Communication Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment", + "@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", - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { @@ -19927,22 +21108,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" + "@value": "Rob Brennan" }, { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" }, { "@value": "Axel Polleres" }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19958,13 +21133,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#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19975,38 +21150,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Research and Development" + "@value": "Non-Disclosure Agreement (NDA)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Required", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter", "@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-02-13" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Georg P Krog" - }, { "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20014,21 +21182,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#Necessity" + "@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": "Indication of 'required' or 'necessary'" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20039,235 +21212,297 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Required" + "@value": "has data importer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Technical_Organisational_MeasuresConcepts", + "@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": "Technical_Organisational_Measures Concepts" + "@value": "Context Concepts" } ], "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault" + "@id": "https://w3id.org/dpv/dpv-skos#Optional" }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod" + "@id": "https://w3id.org/dpv/dpv-skos#hasDuration" }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest" + "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement" }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance" }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer" + "@id": "https://w3id.org/dpv/dpv-skos#Duration" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Seal" + "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PIA" + "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn" + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization" + "@id": "https://w3id.org/dpv/dpv-skos#Context" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign" + "@id": "https://w3id.org/dpv/dpv-skos#Technology" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms" + "@id": "https://w3id.org/dpv/dpv-skos#Importance" }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer" + "@id": "https://w3id.org/dpv/dpv-skos#hasContext" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Certification" + "@id": "https://w3id.org/dpv/dpv-skos#isBefore" }, { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-skos#Required" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Notice" + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity" }, { - "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor" + "@id": "https://w3id.org/dpv/dpv-skos#Frequency" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Policy" + "@id": "https://w3id.org/dpv/dpv-skos#isAfter" }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" + "@id": "https://w3id.org/dpv/dpv-skos#NotRequired" }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification" - }, + "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure" - }, + "@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#TechnicalMeasure" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation" + "@value": "Fajar Ekaputra" }, { - "@id": "https://w3id.org/dpv/dpv-skos#NDA" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + "@value": "Simon Steyskal" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard" - }, + "@value": "Javier Fernandez" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" - }, + "@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#ImpactAssessment" - }, + "@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#OptimisationForController" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure" - }, + "@language": "en", + "@value": "Improve robustness and resilience of services" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification" - }, + "@language": "en", + "@value": "Increase Service Robustness" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance", + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-01" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" - }, + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DPIA" - }, + "@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#LegitimateInterestAssessment" - }, + "@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#RiskMitigationMeasure" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption" - }, + "@language": "en", + "@value": "Conduct activities and functions for organisation's governance" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct" + "@language": "en", + "@value": "Organisation Governance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_DatasubjectConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor", "@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_Datasubject 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/dpv-skos#Child" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Adult" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject" - }, + "@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#DataSubject" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates area, scope, or applicability of an 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": "is authority for" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision", + "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn", "@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/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": "" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -20276,10 +21511,12 @@ "@value": "Fajar Ekaputra" }, { - "@value": "Simon Steyskal" - }, + "@value": "Julian Flake" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Javier Fernandez" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20287,21 +21524,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": "Provide service or product or activities" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20312,12 +21549,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Provision" + "@value": "has impact on" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative", + "@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" @@ -20325,28 +21562,17 @@ "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": "Paul Ryan" - }, - { - "@value": "Harshvardhan J.Pandit" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" } ], - "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": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -20354,12 +21580,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20371,7 +21597,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies representative of the legal entity" + "@value": "Indicates applicability or relevance of a 'third country'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20382,12 +21608,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has representative" + "@value": "has third country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity", + "@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", @@ -20396,27 +21622,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": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Elmar Kiesling" + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20432,13 +21652,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": "Ensure and enforce security e.g. of data, personnel" + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20446,50 +21666,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": "Enforce Security" + "@value": "Organisation Risk Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization", + "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", + "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-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Simon Steyskal" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Julian Flake" }, { - "@value": "Elmar Kiesling" + "@value": "Beatriz Esteves" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20505,16 +21716,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#Personalisation" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise services or product or activities" + "@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": [ @@ -20522,35 +21730,28 @@ "@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": "Sub-Processor Agreement" } ] }, { - "@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", + "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-03-02" } ], - "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": [ @@ -20558,21 +21759,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#Entity" } ], - "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#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": "to replace personal identifiable information by artificial identifiers" + "@value": "Specifies the indicated entity is responsible within some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20583,12 +21789,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "has responsible entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect", + "@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" @@ -20596,12 +21802,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": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20611,7 +21829,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#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20622,13 +21840,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#DataSubject" } ], "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": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20639,26 +21857,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Visitor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#Context", "@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": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20672,15 +21904,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 Controller or Processor and a Third Party" + "@value": "Contextually relevant information about purpose not possible to represent through other concepts" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20691,26 +21918,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "Context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Erase", + "@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", - "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": "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": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20718,6 +21950,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", @@ -20726,13 +21963,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#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to delete data" + "@value": "The source or origin of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20740,28 +21977,44 @@ "@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": "Erase" + "@value": "Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion", + "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification", "@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-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20769,11 +22022,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", @@ -20782,13 +22030,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#Anonymization" } ], "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": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20799,26 +22047,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "De-Identification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Use", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty", "@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#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-05-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_2/oj" + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20834,13 +22088,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#LegitimateInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to use data" + "@value": "Legitimate Interests of a Third Party in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20851,35 +22105,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Use" + "@value": "Legitimate Interest of Third Party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard", + "@id": "https://w3id.org/dpv/dpv-skos#hasAddress", "@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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@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": [ @@ -20893,15 +22151,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": "A set of rules or guidelines outlining criterias for design" + "@value": "Specifies address of a legal entity such as street address or pin code" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20912,16 +22165,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Design Standard" + "@value": "has address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod", "@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/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20931,22 +22183,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20960,15 +22203,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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" + "@value": "Specifries the method by which consent can be/has been withdrawn" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20976,33 +22214,38 @@ "@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": "Optimisation for Controller" + "@value": "has withdrawal method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk", + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis", "@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#LegalBasis" ], "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" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "David Hickey" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" + "@value": "Georg P Krogg" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21010,21 +22253,21 @@ "@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#LegalBasis" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates risks mitigated by this concept" + "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21035,7 +22278,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "mitigates risk" + "@value": "Data Transfer Legal Basis" } ] } diff --git a/dpv-skos/dpv.n3 b/dpv-skos/dpv.n3 index 82e1dc443..1b778a6e8 100644 --- a/dpv-skos/dpv.n3 +++ b/dpv-skos/dpv.n3 @@ -5,10 +5,10 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svd: . -@prefix svpr: . -@prefix svpu: . +@prefix spl: . +@prefix svd: . +@prefix svpr: . +@prefix svpu: . @prefix sw: . @prefix vann: . @prefix xsd: . @@ -165,7 +165,7 @@ dpvs:Analyse a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Use ; @@ -178,7 +178,7 @@ dpvs:Anonymise a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -216,6 +216,22 @@ dpvs:Anonymization a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Anonymization"@en . +dpvs:Applicant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are applicants in some context"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Applicant"@en . + dpvs:Assessment a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -348,6 +364,38 @@ dpvs:Child a rdfs:Class, skos:note "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."@en ; skos:prefLabel "Child"@en . +dpvs:Citizen a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Citizen"@en . + +dpvs:Client a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Customer ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Customer ; + skos:definition "Data subjects that are clients or recipients of services"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Client"@en . + dpvs:CodeOfConduct a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -368,7 +416,7 @@ dpvs:Collect a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Obtain ; @@ -395,7 +443,7 @@ dpvs:Combine a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -532,7 +580,7 @@ dpvs:Consult a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Use ; @@ -569,6 +617,22 @@ dpvs:ConsultationWithAuthority a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Consultation with Authority"@en . +dpvs:Consumer a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that consume goods or services for direct use"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Consumer"@en . + dpvs:Context a rdfs:Class, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -646,7 +710,7 @@ dpvs:Copy a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Processing ; @@ -675,7 +739,7 @@ dpvs:CreateEventRecommendations a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:CreatePersonalizedRecommendations ; @@ -689,7 +753,7 @@ dpvs:CreatePersonalizedRecommendations a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:ServicePersonalization ; @@ -715,6 +779,23 @@ dpvs:CreateProductRecommendations a rdfs:Class, skos:prefLabel "Create Product Recommendations"@en ; skos:related svpu:Marketing . +dpvs:Customer a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that purchase goods or services"@en ; + skos:inScheme dpv: ; + skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + skos:prefLabel "Customer"@en . + dpvs:CustomerCare a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -1088,7 +1169,7 @@ dpvs:Derive a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -1244,6 +1325,22 @@ dpvs:EconomicUnion a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "EconomicUnion"@en . +dpvs:Employee a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are employees"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Employee"@en . + dpvs:Encryption a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -1519,6 +1616,22 @@ dpvs:IdentityVerification a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Identity Verification"@en . +dpvs:Immigrant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Immigrant"@en . + dpvs:Impact a rdfs:Class, skos:Concept ; dct:created "2022-03-23"^^xsd:date ; @@ -1691,6 +1804,22 @@ dpvs:InternationalOrganisation a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "International Organisation"@en . +dpvs:JobApplicant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Applicant ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Applicant ; + skos:definition "Data subjects that apply for jobs or employments"@en ; + skos:inScheme dpv: ; + skos:prefLabel "JobApplicant"@en . + dpvs:JointDataControllers a rdfs:Class, skos:Concept ; dct:created "2022-02-02"^^xsd:date ; @@ -1928,6 +2057,22 @@ dpvs:MaterialDamage a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Material Damage"@en . +dpvs:Member a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Member"@en . + dpvs:MemberPartnerManagement a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -1948,7 +2093,7 @@ dpvs:Move a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transfer ; @@ -2014,6 +2159,22 @@ dpvs:Necessity a rdfs:Class, skos:note "Necessity can be used to express need, essentiality, requirement, or compulsion."@en ; skos:prefLabel "Necessity"@en . +dpvs:NonCitizen a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "NonCitizen"@en . + dpvs:NonCommercialResearch a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -2301,7 +2462,9 @@ dpvs:OrganisationalUnit a rdfs:Class, dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Entity ; sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Entity ; skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ; skos:inScheme dpv: ; skos:prefLabel "Organisational Unit"@en . @@ -2332,6 +2495,38 @@ dpvs:PIA a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Privacy Impact Assessment"@en . +dpvs:Participant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Participant"@en . + +dpvs:Patient a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Patient"@en . + dpvs:Payment a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -2515,7 +2710,7 @@ dpvs:Processing a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -2637,7 +2832,7 @@ dpvs:Purpose a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -2652,7 +2847,7 @@ dpvs:Recipient a rdfs:Class, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; rdfs:subClassOf dpvs:LegalEntity ; sw:term_status "accepted"@en ; @@ -2897,8 +3092,7 @@ dpvs:Risk a rdfs:Class, skos:prefLabel "Risk"@en . dpvs:RiskManagementProcedure a rdfs:Class, - skos:Concept, - dpvs:TechnicalOrganisationalMeasure ; + skos:Concept ; dct:created "2019-04-05"^^xsd:date ; dct:creator "Axel Polleres"^^xsd:string, "Harshvardhan J. Pandit"^^xsd:string, @@ -2906,6 +3100,7 @@ dpvs:RiskManagementProcedure a rdfs:Class, "Rob Brennan"^^xsd:string ; dct:source ; rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:OrganisationalMeasure ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:OrganisationalMeasure ; skos:definition "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."@en ; @@ -2914,13 +3109,13 @@ dpvs:RiskManagementProcedure a rdfs:Class, skos:prefLabel "Risk Management Procedure"@en . dpvs:RiskMitigationMeasure a rdfs:Class, - skos:Concept, - dpvs:TechnicalOrganisationalMeasure ; + skos:Concept ; dct:created "2020-11-04"^^xsd:date ; dct:creator "Georg P Krog"^^xsd:string, "Harshvardhan J. Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:TechnicalOrganisationalMeasure ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:TechnicalOrganisationalMeasure ; skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; @@ -3338,6 +3533,22 @@ dpvs:Structure a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Structure"@en . +dpvs:Student a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are students"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Student"@en . + dpvs:SubProcessorAgreement a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -3354,6 +3565,23 @@ dpvs:SubProcessorAgreement a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Sub-Processor Agreement"@en . +dpvs:Subscriber a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that subscribe to service(s)"@en ; + skos:inScheme dpv: ; + skos:note "note: subscriber can be customer or consumer"@en ; + skos:prefLabel "Subscriber"@en . + dpvs:SupraNationalAuthority a rdfs:Class, skos:Concept ; dct:created "2022-02-02"^^xsd:date ; @@ -3490,11 +3718,27 @@ dpvs:ThirdPartyAgreement a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Third-Party Agreement"@en . +dpvs:Tourist a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Tourist"@en . + dpvs:Transfer a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Processing ; @@ -3539,6 +3783,22 @@ dpvs:Use a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Use"@en . +dpvs:User a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that use service(s)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "User"@en . + dpvs:UserInterfacePersonalisation a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -3620,6 +3880,22 @@ dpvs:VendorSelectionAssessment a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Vendor Selection Assessment"@en . +dpvs:Visitor a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are temporary visitors"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Visitor"@en . + dpvs:VitalInterest a rdfs:Class, skos:Concept, dpvs:LegalBasis ; @@ -3672,18 +3948,20 @@ dpvs:VulnerableDataSubject a rdfs:Class, skos:broaderTransitive dpvs:DataSubject ; skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; skos:inScheme dpv: ; - skos:note "This concept denote 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."@en ; + skos:note "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."@en ; skos:prefLabel "Vulnerable Data Subject"@en . - a owl:Ontology ; + a owl:Ontology ; dct:abstract "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:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "Elmar Kiesling", "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -3701,9 +3979,9 @@ dpvs:VulnerableDataSubject a rdfs:Class, dct:modified "2022-04-02"^^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.5"^^xsd:string . + vann:preferredNamespacePrefix "dpvs" ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos"^^xsd:string ; + owl:versionInfo "0.6"^^xsd:string . dpvs:BaseConcepts a skos:Collection ; dct:title "Base Concepts"^^xsd:string ; @@ -3799,8 +4077,25 @@ dpvs:Entities_AuthorityConcepts a skos:Collection ; dpvs:Entities_DatasubjectConcepts a skos:Collection ; dct:title "Entities_Datasubject Concepts"^^xsd:string ; skos:member dpvs:Adult, + dpvs:Applicant, dpvs:Child, + dpvs:Citizen, + dpvs:Client, + dpvs:Consumer, + dpvs:Customer, dpvs:DataSubject, + dpvs:Employee, + dpvs:Immigrant, + dpvs:JobApplicant, + dpvs:Member, + dpvs:NonCitizen, + dpvs:Participant, + dpvs:Patient, + dpvs:Student, + dpvs:Subscriber, + dpvs:Tourist, + dpvs:User, + dpvs:Visitor, dpvs:VulnerableDataSubject, dpvs:hasDataSubject . @@ -4029,6 +4324,8 @@ dpvs:RiskConcepts a skos:Collection ; dpvs:MaterialDamage, dpvs:NonMaterialDamage, dpvs:Risk, + dpvs:RiskManagementProcedure, + dpvs:RiskMitigationMeasure, dpvs:hasConsequence, dpvs:hasImpact, dpvs:hasImpactOn, @@ -4077,8 +4374,6 @@ dpvs:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpvs:RecordsOfActivities, dpvs:RegisterOfProcessingActivities, dpvs:RegularityOfRecertification, - dpvs:RiskManagementProcedure, - dpvs:RiskMitigationMeasure, dpvs:Safeguard, dpvs:SafeguardForDataTransfer, dpvs:Seal, @@ -4257,7 +4552,7 @@ dpvs:hasDuration a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Duration ; sw:term_status "accepted"@en ; @@ -4569,7 +4864,7 @@ dpvs:hasStorage a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:StorageCondition ; sw:term_status "accepted"@en ; @@ -4839,7 +5134,7 @@ dpvs:hasLocation a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Location ; sw:term_status "accepted"@en ; @@ -4867,7 +5162,7 @@ dpvs:hasProcessing a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Processing ; sw:term_status "accepted"@en ; @@ -4884,7 +5179,7 @@ dpvs:hasPurpose a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Purpose ; sw:term_status "accepted"@en ; @@ -4947,7 +5242,7 @@ dpvs:hasRecipient a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Recipient ; rdfs:subPropertyOf dpvs:hasEntity ; diff --git a/dpv-skos/dpv.rdf b/dpv-skos/dpv.rdf index 2f4b6e5c9..f8e86abcc 100644 --- a/dpv-skos/dpv.rdf +++ b/dpv-skos/dpv.rdf @@ -8,5329 +8,5641 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - has risk - 2020-11-18 - Harshvardhan J. Pandit - Indicates applicability of Risk - Indicates applicability of Risk for this concept - - + has expiry condition - accepted + + + Specifies the condition or event that determines the expiry of consent + Can be TextOrDocumentOrURI + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + 2019-04-05 + accepted - + - Rudy Jacob + + Harshvardhan J. Pandit - + Julian Flake + Paul Ryan + Georg P. Krog + Beatriz Esteves - - Create Personalized Recommendations - Create and provide personalised recommendations + Participant + 2022-04-06 accepted - - 2019-11-26 - + + Data subjects that participate in some context such as volunteers in a function - + - accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - 2020-11-04 - Process payment transactions in relation to service - - - + + is implemented using technology + Indicates implementation details such as technologies or processes + Paul Ryan + Julian Flake + Beatriz Esteves + Harshvardhan J. Pandit + + 2022-01-26 + accepted - Payment + The term 'technology' is inclusive of technologies, processes, and methods. - + - Georg Krog - Harshvardhan Pandit + Harshvardhan J. Pandit + Georg P Krog Paul Ryan - Data Protection Authority - - 2020-11-04 - - - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - + + accepted + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. + Impact Assessment + + 2020-11-04 + - + - to move data from one location to another including deleting the original copy - + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + Axel Polleres + - Move + 2019-04-05 accepted + A seal or a mark indicating proof of certification to some certification or standard + Seal - - - 2019-05-07 - + - + + + Harshvardhan J. Pandit - - 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 - Harshvardhan J. Pandit - Complete Anonymisation - - + The duration or temporal limitation 2022-02-09 + Duration - + + Harshvardhan J. Pandit + Georg P Krog + Beatriz + Customer Solvency Monitoring - The purpose of processing personal data - - 2019-04-05 accepted - 2020-11-04 - - - Javier Fernández - Axel Polleres - Purpose - - - - + Monitor solvency of customers for financial diligence - David Hickey + + + 2021-09-08 + + + Harshvardhan J. Pandit + Julian Flake Paul Ryan Georg P Krog - 2021-09-01 + Beatriz Esteves + Data Processing Agreement + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. + + + + accepted - - Manage compliance for organisation in relation to internal policies + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + 2022-01-26 + + + + + + + 2019-04-05 + Bud Bruegger + Mark Lizar + Harshvardhan J. Pandit + 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 - Organisation Compliance Management + Specifies the justification for entity withdrawing consent + has withdrawal by justification + - + - 2019-05-07 + - + - - Align - - to adjust the data to be in relation to another data + Public Interest accepted - + + Harshvardhan J. Pandit + Processing is necessary or beneficial for interest of the public or society at large + 2021-04-21 - + - Elmar Kiesling - Javier Fernandez - Axel Polleres - Harshvardhan J. Pandit - Simon Steyskal - Fajar Ekaputra - 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 - + 2022-02-09 - - - Sell Insights from Data + + Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + accepted - 2019-04-05 + has recipient third party + - + - accepted - 2020-11-04 + + - has consequence - Beatriz Esteves - Georg P Krog - Fajar Ekaputra - Julian Flake Harshvardhan J. Pandit - Indicates consenquence(s) possible or arising from specified concept - Removed plural suffix for consistency - + Georg P. Krog + Paul Ryan + has joint data controllers + accepted - 2021-09-21 + 2022-02-09 + Indicates inclusion or applicability of a Joint Data Controller - + - Collected Personal Data - Personal Data that has been collected from another source such as the Data Subject - 2022-03-30 - accepted Harshvardhan J. Pandit + Paul Ryan + accepted + + Personnel Management + + + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries - - - To indicate the source of data, use the DataSource concept with the hasDataSource relation + 2022-03-30 - + - Mark Lizar - Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - Privacy by Default - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service - - - - - 2019-04-05 + A general term reflecting a company or a business or a group acting as a unit + 2022-02-02 + + + accepted - - + Harshvardhan J. Pandit + + Organisation + + + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves + + Communication for Customer Care + accepted + 2020-11-04 + + + + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + + + + Remove + + - Conduct research and development for new methods, products, or services + + + 2019-05-07 + accepted + + to destruct or erase data + + + + Axel Polleres + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + + + + 2019-04-05 + + accepted + Removal of identity or information to reduce identifiability + De-Identification + + + + + + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. + Legal Basis 2019-04-05 + accepted + + 2020-11-04 + The Legal basis used to justify processing of personal data + Javier Fernández + Axel Polleres + + + + + accepted + Service Provision Simon Steyskal + Elmar Kiesling Javier Fernandez Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit Fajar Ekaputra - + Harshvardhan J. Pandit + Provide service or product or activities + + + + 2019-04-05 + + + + + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + + + + + 2021-04-07 + + Fulfilment or performance of a contract involving specified processing accepted - Research and Development + Contract Performance - - - - - - - - + + + + + + + + - - + Legal_Basis Concepts + - + - 2021-09-01 - Harshvardhan J. Pandit - Paul Ryan - David Hickey - Georg P Krog - - - - - Organisation Governance - + + Anonymised Data + Piero Bonatti + 2022-01-19 + accepted - Conduct activities and functions for organisation's governance - - - - - - - - - - - - - - + + 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. - + - 2019-04-05 - Rob Brennan - Mark Lizar - Axel Polleres Harshvardhan J. Pandit - + Paul Ryan + Julian Flake + Beatriz Esteves + Georg P. Krog - + + Data subjects that use service(s) accepted - Indicates information about storage condition - - has storage + 2022-04-06 + + User + - + - accepted + - + Mark Lizar + Axel Polleres + Harshvardhan J. Pandit + Rob Brennan - - 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 - + A set of rules or procedures outlining the norms and practices for conducting activities + 2019-04-05 + Code of Conduct + accepted + - + - 2022-02-09 - Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog - + 2019-04-05 + 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 accepted + + - - Indicates inclusion or applicability of a Joint Data Controller - - - has joint data controllers + + + Sell data or information to third parties + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra - + - - A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. - + 2021-09-08 + accepted + Manage past, current, and future customers - accepted + + Customer Management + + Georg P Krog + Beatriz Harshvardhan J. Pandit - Data Processor - - 2019-06-04 - + - A location is a position, site, or area where something is located - Georg P Krog - Harshvardhan J. Pandit + Disseminate + - + - Location - Location may be geographic, physical, or virtual. - 2022-01-19 + + to spread data throughout + + 2019-05-07 accepted - + - Technical Service Provision + Guidelines or Principles regarding processing and operational measures + Mark Lizar Harshvardhan J. Pandit - + Rob Brennan + Axel Polleres + - Manage and provide technical processes and functions necessary for delivering services - - + + + 2019-04-05 accepted - 2021-09-08 - - - - - - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - 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. - Derived Personal Data - Personal Data that is obtained or derived from other data - - - - accepted - 2019-05-07 + GuidelinesPrinciple - + + This concept is relevant given the requirement to assert safeguards in cross-border data transfers + Safeguard accepted - Harshvardhan J. Pandit - Axel Polleres - Mark Lizar - Rob Brennan - Code of Conduct - - 2019-04-05 - A set of rules or procedures outlining the norms and practices for conducting activities + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + David Hickey + 2021-09-22 + A safeguard is a precautionary measure for the protection against or mitigation of negative effects + - + - accepted - 2021-09-08 + + to change the data without changing it into something else + - - - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit + + 2019-05-07 + Alter + accepted - Requested Service Provision - Deliver service as requested by user or consumer - + - Organisation - A general term reflecting a company or a business or a group acting as a unit + - 2022-02-02 - - Harshvardhan J. Pandit - accepted + + + Restrict + to apply a restriction on the processsing of specific records + 2019-05-07 - + - accepted - Indicates applicability of specified jurisdiction + 2019-04-04 + Indicates association with Purpose + Mark Lizar + Javier Fernández Harshvardhan J. Pandit + Bud Bruegger + Axel Polleres + + accepted - - has jurisdiction - 2022-01-19 + has purpose + 2020-11-04 + - + - Axel Polleres - Javier Fernández + Beatriz Esteves + Georg P Krog + Paul Ryan + Harshvardhan J.Pandit - has legal basis - Indicates use or applicability of a Legal Basis + 2020-11-25 + has identifier + Indicates an identifier associated for identification or reference + accepted - 2020-11-04 + + + + accepted - 2019-04-04 - + + + + 2022-03-02 + Specifices an associated data protection officer + has data protection officer + Rob Brennan + Paul Ryan + - + + to produce an exact reprodution of the data - to spread data throughout + + + 2019-05-07 + Copy accepted - Disseminate + - - - 2019-05-07 - + - + - Rob Brennan + + Beatriz Esteves Harshvardhan J. Pandit - Mark Lizar - Axel Polleres - + Georg P Krog - Conditions required or followed regarding storage of data + 2021-09-08 + Sell here means exchange, submit, or provide in return for direct or indirect compensation. + Sell Products + accepted - - 2019-04-05 - Storage Condition + Sell products or services - + - accepted - Harshvardhan J. Pandit - - Risk - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - 2020-11-18 + + + 2021-04-07 + Contract + Creation, completion, fulfilment, or performance of a contract involving specified processing + + - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + Harshvardhan J. Pandit + 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. - - Special Category Personal Data - - - 2019-05-07 - 2022-01-19 + + accepted - Sensitive Personal Data whose use requires specific legal permission or justification - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - modified + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + + Legal Compliance + Fulfilment of obligations or requirements towards achieving compliance with law or regulations + 2020-11-04 - + - - - - Harshvardhan J. Pandit - 2021-04-07 - - Consent + Impact accepted - Consent of the Data Subject for specified processing - - - - - - Account Management + Beatriz Esteves - Georg P Krog Harshvardhan J. Pandit - 2021-09-08 + Georg P Krog + Fajar Ekaputra + Julian Flake + + Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments + 2022-03-23 + The impact(s) possible or arising as a consequence from specified context + + + + Sensitive Personal Data 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. + Harshvardhan J. Pandit + + Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection - Create, maintain, and manage accounts for purposes of providing services + + + + 2022-01-19 - + + + + + + + + + + + + + + + + + + + + + + + + Entities_Datasubject Concepts + + + - Vital Interest of Natural Person - Processing is necessary or required to protect vital interests of a natural person - 2021-04-21 + + Natural Person + + A human - - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - - accepted + Harshvardhan J. Pandit + + 2022-02-09 - + - - + - GuidelinesPrinciple - Axel Polleres - Rob Brennan + + + 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 - Mark Lizar - - Guidelines or Principles regarding processing and operational measures + The involvement of humans in specified context + + Human Involvement + 2022-01-26 accepted - - 2019-04-05 - - - - - - - - - - - - - - - - - - - - - - - - - - Context Concepts - - + - David Hickey Harshvardhan J. Pandit - Paul Ryan Georg P Krog - Policy - - - + Beatriz Esteves - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. + + + Account Management + Create, maintain, and manage accounts for purposes of providing services + 2021-09-08 accepted - - - - - - - Entities that receive personal data - accepted - Recipient - 2020-11-04 - - - Javier Fernández - Axel Polleres - - - 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 - - + - + Fajar Ekaputra + Julian Flake + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + + Harm + accepted - Harshvardhan J. Pandit - Impact that acts as or causes damages + Impact that acts as or causes harms - Damage - 2022-03-30 - accepted + 2022-03-23 - + - Rob Brennan - Harshvardhan J. Pandit Mark Lizar + Harshvardhan J. Pandit + Rob Brennan Axel Polleres - Indicates information about location - has location - - - - accepted 2019-04-05 - + + + + + Storage Location + accepted + Location or geospatial scope where the data is stored - + - Paul Ryan - Julian Flake - Beatriz Esteves - Harshvardhan J. Pandit - Georg P Krog + 2019-05-07 + accepted + + - + + Share + + to give data (or a portion of it) to others + + + + - Secondary Importance - - 2022-02-11 + + Consequence as Side-Effect + + The consequence(s) possible or arising as a side-effect of specified context + Harshvardhan J. Pandit + accepted + 2022-03-30 - Indication of 'secondary' or 'minor' or 'auxiliary' importance - + - - + 2022-02-09 + - - Privacy Notice - 2021-09-08 - accepted - David Hickey - Georg P Krog + + + Context or conditions within which processing takes place Harshvardhan J. Pandit - Paul Ryan - Represents a notice or document outlining information regarding privacy - + accepted + + Processing Context - + - 2019-04-05 + + accepted + Enforce Access Control + + + + Simon Steyskal + Elmar Kiesling Javier Fernandez Axel Polleres - Elmar Kiesling Harshvardhan J. Pandit Fajar Ekaputra - Customer Care - - - - - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - accepted - + Conduct or enforce access control + 2019-04-05 + Was previously "Access Control". Prefixed to distinguish from Technical Measure. - + - - has representative - Specifies representative of the legal entity - Beatriz Esteves - Paul Ryan - Harshvardhan J.Pandit - Georg P Krog - accepted + 2020-11-04 - - - - - - - - - 2019-04-05 - + + Georg Krog + Paul Ryan + 2021-12-08 - Axel Polleres - Rob Brennan - Mark Lizar - Harshvardhan J. Pandit - accepted - + 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. + modified + - Authorisation Procedure - non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data - Procedures for determining authorisation through permission or authority - + - has identifier - 2020-11-25 + 2022-02-09 - - Beatriz Esteves - Georg P Krog + Indiciates inclusion or applicability of a Data Processor + Georg P. Krog + Harshvardhan J. Pandit Paul Ryan - Harshvardhan J.Pandit - Indicates an identifier associated for identification or reference + + + has data processor accepted + - + + 2019-05-07 + Make Available - - - - Georg Krog - Paul Ryan - Harshvardhan Pandit + to transform or publish data to be used accepted - This concept denote 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 - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - Vulnerable Data Subject - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Processing Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + Context Concepts + + + + accepted + Indicates use or applicability of Right - is authority for - Indicates area, scope, or applicability of an Authority + has right + - 2022-01-19 - Harshvardhan J. Pandit - Georg P Krog - accepted + 2020-11-18 - + - Harshvardhan J. Pandit - Fajar Ekaputra + + Subclass of ServiceProvision since personalisation is usually considered part of providing services + + + + + + Personalise services or product or activities Simon Steyskal + Elmar Kiesling Javier Fernandez Axel Polleres - Elmar Kiesling - - - - + Harshvardhan J. Pandit + Fajar Ekaputra + Service Personalization 2019-04-05 - Sell data or information to third parties - - Sell Data to Third Parties 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 - + - - - Benefit + Beatriz Esteves Harshvardhan J. Pandit Georg P Krog - Beatriz Esteves - Fajar Ekaputra - Axel Polleres - Julian Flake + 2020-11-04 - - - Impact(s) that acts as or causes benefits - accepted - 2022-03-23 - - - - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar - - - has provision time - Specifies the instant in time when consent was given - 2019-04-05 + + + Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication accepted + Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. + Advertising + - + + Risk Mitigation Measure + 2020-11-04 - 2022-02-02 - - A consortium established and comprising on industry organisations - - - - IndustryConsortium + Measures intended to mitigate, minimise, or prevent risk. Harshvardhan J. Pandit - + Georg P Krog + Paul Ryan + + + accepted + - + - Impact - - Julian Flake - Beatriz Esteves + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - Georg P Krog - Fajar Ekaputra + Rob Brennan + Certification + + - Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance accepted - 2022-03-23 - The impact(s) possible or arising as a consequence from specified context - - + + 2019-04-05 - + - 2019-05-07 - - + Specifries the method by which consent can be/has been withdrawn + - Share - to give data (or a portion of it) to others - + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + 2019-04-05 + has withdrawal method accepted - + 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 - - - - + Javier Fernández Axel Polleres - Harshvardhan J. Pandit - Simon Steyskal - Fajar Ekaputra - Elmar Kiesling - Javier Fernandez - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company - - Commercial Research + + + accepted + 2020-11-04 + 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 + Data Subject + + + The individual (or category of individuals) whose personal data is being processed + + - + - - - accepted - to gather data from someone - 2019-05-07 - - - - Collect - - - - - Georg P Krog + A source of data that is not publicly accessible or available Harshvardhan J. Pandit + Georg P Krog Beatriz Esteves - - 2020-11-04 - The source or origin of data - + Julian Flake + Paul Ryan - accepted - - Data Source - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. + + Non-Public Data Source + 2022-01-26 - + - is implemented using technology + 2019-05-07 - Beatriz Esteves - Harshvardhan J. Pandit - Paul Ryan - Julian Flake - The term 'technology' is inclusive of technologies, processes, and methods. - - 2022-01-26 accepted - + Anonymise - Indicates implementation details such as technologies or processes + + + + + + 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 - + - - - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries - - 2022-03-30 + + 2019-05-07 accepted + + + + Organise + to organize data for arranging or classifying + + + + + Beatriz Esteves Harshvardhan J. Pandit + Julian Flake Paul Ryan - Personnel Management - + Georg P. Krog + + Data subjects that are applicants in some context + + + + 2022-04-06 + accepted + Applicant - + - accepted + + + accepted + 2019-05-07 + + + Store + to keep data for future use + + + + + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + + + + Personalised Advertising + Create and provide personalised advertising 2020-11-04 - - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Registration and Authentication - Register, authenticate, and identify users or agents in context of a service + accepted - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Technical_Organisational_Measures Concepts + + + 2019-04-04 + Indicates use or applicability of a Legal Basis - + - - - Fraud Prevention and Detection - Simon Steyskal - Elmar Kiesling - Javier Fernandez - Axel Polleres - Harshvardhan J. Pandit - Fajar Ekaputra - 2019-04-05 - accepted - Detect and prevent fraud + Javier Fernández + Axel Polleres + has legal basis + + 2020-11-04 - + - Manage past, current, and future customers - 2021-09-08 - Customer Management accepted - - Georg P Krog + + Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - Beatriz + + Non-Disclosure Agreement (NDA) + 2019-04-05 + Non-disclosure Agreements e.g. preserving confidentiality of information - - + - + - - 2020-11-04 - - Georg P Krog - Harshvardhan J. Pandit Paul Ryan + Harshvardhan J.Pandit + Georg P Krog + Beatriz Esteves accepted - A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals - Data Protection Impact Assessment (DPIA) - Top class: Impact Assessment, and DPIA is sub-class + 2020-11-04 + + Specifies name of a legal entity + has name - + - - - + 2020-11-04 + - Processing Context - 2022-02-09 Harshvardhan J. Pandit - - Context or conditions within which processing takes place + Georg P Krog + Paul Ryan + + + + Consultation is a process of receiving feedback, advice, or opinion from an external agency accepted + Consultation - + - + - - - - Simon Steyskal - Axel Polleres - Elmar Kiesling - Javier Fernandez + Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - Fajar Ekaputra - 2019-04-05 - Was previously "Access Control". Prefixed to distinguish from Technical Measure. - - Conduct or enforce access control + Julian Flake + Paul Ryan + + + + Subscriber + 2022-04-06 + Data subjects that subscribe to service(s) + note: subscriber can be customer or consumer accepted - Enforce Access Control - + - 2019-04-05 - - Personal Data - Harshvardhan Pandit - 2022-01-19 - 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 - Data directly or indirectly associated or related to an individual. + - - - - - - Paul Ryan Julian Flake Beatriz Esteves - Georg P Krog Harshvardhan J. Pandit + Georg P Krog + accepted - - - - Necessity can be used to express need, essentiality, requirement, or compulsion. - 2022-02-12 - Necessity - - - An indication of 'necessity' within a context - - - - Bud Bruegger - Axel Polleres - Mark Lizar - Javier Fernández - Harshvardhan J. Pandit - has recipient - - + Indication of 'secondary' or 'minor' or 'auxiliary' importance + Secondary Importance - - - Indicates Recipient of Personal Data - 2020-11-04 - 2019-04-04 - accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Technical_Organisational_Measures Concepts - + 2022-02-11 - + - 2022-03-30 + - Georg Krog - - accepted - Adult - - - A natural person that is not a child i.e. has attained some legally specified age of adulthood - - - - - accepted - - - 2022-01-19 - - Indicates applicability of specified country + Paul Ryan Harshvardhan J. Pandit + David Hickey Georg P Krog + Policy + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. + - has country + 2021-09-08 + accepted - + - + + Matching and Combining + + - Axel Polleres - Mark Lizar - Rob Brennan + Processing that involves matching and combining of personal data + Piero Bonatti Harshvardhan J. Pandit - - Policy regarding repetition or renewal of existing certification(s) accepted - Regularity of Re-certification - - 2019-04-05 + 2020-11-04 - + - 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. + + Process payment transactions in relation to service Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit - David Hickey - Paul Ryan - accepted - - Manage humans and 'human resources' within the organisation for effective and efficient operations. - 2021-09-01 - - - - Harshvardhan J. Pandit Georg P Krog - - - Indicates association with Personal Data Handling - has personal data handling - - 2022-01-19 + 2020-11-04 + Payment + accepted - + - - - Georg P Krog Harshvardhan J. Pandit + Fajar Ekaputra + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + 2019-04-05 - 2022-01-19 accepted - has authority - - Indicates applicability of authority for a jurisdiction + Identity Verification + Verify or authorize identity + + + + - + - Consultation is a process of receiving feedback, advice, or opinion from an external agency + - - - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan + Retrieve + 2019-05-07 accepted - Consultation - 2020-11-04 + to retrieve data, often in an automated manner + + - - - has applicable law - Indicates applicability of a Law - - - - 2022-01-19 - Harshvardhan J. Pandit - - accepted - - + + + Axel Polleres Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Fajar Ekaputra - Julian Flake - - - has impact on + Rob Brennan + Mark Lizar + - - - Indicates the thing (e.g. plan, process, or entity) affected by an impact - + + 2019-04-05 + accepted + ContractualTerms + Contractual terms governing data handling within or with an entity - - - - - - - - - - - - - - - - - - + - - - + + - - - - - - - - - - - - - + + - - - - - - - - + - - - - - - - + + - + + - + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + - - + + + + + + + + + + + + - + + + + + + + Purposes Concepts - - - - - - - - Entities_Datasubject Concepts + + + + Harshvardhan J. Pandit + Georg P Krog + Fajar Ekaputra + Julian Flake + Beatriz Esteves + Axel Polleres + 2022-03-23 + Impact(s) that acts as or causes benefits + + + + accepted + + Benefit + + + + + accepted + 2022-03-30 + + Adult + + + + A natural person that is not a child i.e. has attained some legally specified age of adulthood + Georg Krog + + + + + + + + 2021-09-08 + + Harshvardhan J. Pandit + + accepted + Technical Service Provision + Manage and provide technical processes and functions necessary for delivering services + + + + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + David Hickey + 2021-09-01 + + + + Manage compliance for organisation in relation to internal policies + + Organisation Compliance Management + + accepted + + + + + + accepted + + 2022-03-30 + + Impact that acts as or causes material damages + + Material Damage + Harshvardhan J. Pandit - An authority tasked with overseeing legal compliance for a nation + NationalAuthority + + Harshvardhan J. Pandit + An authority tasked with overseeing legal compliance for a nation + 2022-02-02 - NationalAuthority accepted + + + + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + + + + + + 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 + + + + + + + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + Fajar Ekaputra + Harshvardhan J. Pandit + Improve existing products and services + 2019-04-05 + + Improve Existing Products and Services + + accepted + + + + Manage and analyse interactions with past, current, and potential customers + + + + Customer Relationship Management + + Georg P Krog + Beatriz + Harshvardhan J. Pandit + + 2021-09-08 + accepted + + + + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + has algorithmic logic + + + accepted + + Indicates the logic used in processing such as for automated decision making + 2020-11-04 + + + + Authentication Protocols + Axel Polleres + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + Protocols involving validation of identity i.e. authentication of a person or information + + + + 2019-04-05 + accepted + + + + + + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + + + + 2019-04-05 + + A legally binding agreement + + accepted + Legal Agreement + + + + + + + accepted + 2022-02-02 - + + NonProfitOrganisation Harshvardhan J. Pandit + + An organisation that does not aim to achieve profit as its primary goal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + Axel Polleres + Javier Fernández + 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. + + Data Controller + accepted + + + + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + + 2020-11-04 + + + + + + + + + + + + + + + + + + + + + + + + + Risk Concepts + + + + David Hickey + Georg Krog + Paul Ryan + Harshvardhan Pandit + + + + + 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 + + accepted + 2021-09-08 + + An entity that 'exports' data where exporting is considered a form of data transfer + Data Exporter + + + + accepted + + + + + Create Product Recommendations + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + + + 2019-04-05 + Create and provide product recommendations e.g. suggest similar products + + + + 2020-11-04 + + accepted + + + + + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + Data Protection Impact Assessment (DPIA) + Top class: Impact Assessment, and DPIA is sub-class + + + + to use data + + + + Use + 2019-05-07 + accepted + + + + + + + accepted + Methods which restrict access to a place or resource + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + + + + + 2019-04-05 + + Access Control Method + + + + + + + Paul Ryan + Harshvardhan J. Pandit + David Hickey + Georg P Krog + + + Vendor Payment + + accepted + Manage payment of vendors + 2021-09-01 + + + + + + + + + + + + + + + Personal_Data Concepts - Processing Concepts - + - + + Harshvardhan J. Pandit + Georg P Krog + - 2021-09-08 - Data Processing Records + accepted - Harshvardhan J. Pandit - Records of personal data processing, whether ex-ante or ex-post - + 2022-03-23 + The consequence(s) possible or arising from failure of specified context + Consequence of Failure + + + + + Registration and Authentication + 2020-11-04 + + + + Register, authenticate, and identify users or agents in context of a service + accepted + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit - + - + 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. + Javier Fernández + Axel Polleres + + Personal Data Handling - + 2020-11-04 + 2019-04-05 + + + + 2019-04-05 + Bud Bruegger + Mark Lizar Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - 2021-04-07 + + + + Specifies the expiry time or duration for consent + accepted - Enter Into Contract + has expiry time + + + + + accepted - Processing necessary to enter into contract + Indicates the context or application of policy + + 2022-01-26 + is policy for + + Harshvardhan J. Pandit - + + + 2021-05-19 + + accepted + Legitimate Interest + + + + Legitimate Interests of a Party as justification for specified processing Harshvardhan J. Pandit + + + + + + Simon Steyskal - Fajar Ekaputra Elmar Kiesling Javier Fernandez Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + + 2019-04-05 + accepted + + Delivery of Goods + Deliver goods and services requested or asked by consumer + + + + + 2019-04-05 + Storage Duration + + + Rob Brennan + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + + + accepted + Duration or temporal limitation on storage of personal data + + + - - - 2019-04-05 - Optimize internal resource availability and usage for organisation - Internal Resource Optimisation + Legal Entity + accepted + + A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + Harshvardhan J. Pandit + + 2019-04-05 - + + - + - Julian Flake - Beatriz Esteves + Was commercial interest, changed to consider Marketing a separate Purpose category by itself Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Paul Ryan + 2020-11-04 + Marketing accepted - - 2022-01-26 - 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 + Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing - + - 2021-09-08 + Deliver service as requested by user or consumer + + + + Requested Service Provision + accepted - Harshvardhan J. Pandit - Paul Ryan Georg P Krog - 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 - Register of Processing Activities - - - - + Beatriz Esteves + Harshvardhan J. Pandit + 2021-09-08 - + - Sell here means exchange, submit, or provide in return for direct or indirect compensation. - Sell Products + Dispute Management + - Harshvardhan J. Pandit Beatriz Esteves + Harshvardhan J. Pandit Georg P Krog - Sell products or services + 2021-09-08 + accepted + - - accepted - 2021-09-08 - + + Manage disputes by natural persons, private bodies, or public authorities relevant to organisation - + + Georg Krog + Harshvardhan Pandit + Paul Ryan + + + + + An authority with the power to create or enforce laws, or determine their compliance. - + Authority - accepted - 2021-04-21 - Vital Interest - Harshvardhan J. Pandit - Processing is necessary or required to protect vital interests of a data subject or other natural person + 2020-11-04 - + - - - + - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - Storage Duration + + to adjust the data to be in relation to another data + + + 2019-05-07 accepted - 2019-04-05 - Duration or temporal limitation on storage of personal data + Align + - + + 2020-11-04 + Harshvardhan J.Pandit + Georg P Krog + Beatriz Esteves + Paul Ryan accepted - Axel Polleres - Mark Lizar - Harshvardhan J. Pandit - Rob Brennan - - Technical Measure - - + - 2019-04-05 - - Technical measures required/followed when processing data of the declared category + + Specifies representative of the legal entity + + + + has representative - + + Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit + Julian Flake + Paul Ryan + + Data subjects that are employees + 2022-04-06 + Employee - + accepted + - 2019-04-05 - Rob Brennan - Axel Polleres - Mark Lizar + + + + Piero Bonatti Harshvardhan J. Pandit - Staff Training + 2020-11-04 accepted - - Practices and policies regarding training of staff members + Processing that involves automated decision making + + + + + + Automated Decision Making - + - + + Georg P Krog Harshvardhan J. Pandit - David Hickey - Paul Ryan - accepted - - Public Relations + 2022-01-19 + + has personal data handling - - - - 2021-09-01 - Manage and conduct public relations processes. This includes creating goodwill for the organization. - - - - - - - - - - - - - - - - Personal_Data Concepts + accepted + Indicates association with Personal Data Handling - + + accepted - + Targeted Advertising + 2022-03-30 - Simon Steyskal - Elmar Kiesling - Javier Fernandez - Axel Polleres + + + + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals Harshvardhan J. Pandit - Fajar Ekaputra - 2019-04-05 - 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). - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking - Sector - + - + + Sensitive Personal Data whose use requires specific legal permission or justification + + modified + + 2022-01-19 + Fajar Ekaputra + Elmar Kiesling; Harshvardhan J. Pandit - - - 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 - 2022-03-23 - + Special Category Personal Data + 2019-05-07 + + 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 + + + + Rob Brennan Axel Polleres Mark Lizar - Encryption of data when being stored (persistent encryption) - - - + Harshvardhan J. Pandit + Storage Condition + accepted + Conditions required or followed regarding storage of data 2019-04-05 - Encryption in Rest - - + - Piero Bonatti + Data subjects that are immigrants (for a jurisdiction) Harshvardhan J. Pandit - - 2020-11-04 + Paul Ryan + Julian Flake + Beatriz Esteves + Georg P. Krog + Immigrant accepted - Automated Decision Making - Processing that involves automated decision making - - + 2022-04-06 + + + - + - 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 - - - - accepted - Generated Data is used to indicate data that is produced and is not derived or inferred from other data - 2022-03-30 - Generated Personal Data + Required + Harshvardhan J. Pandit - + Julian Flake + Paul Ryan + Georg P Krog + Beatriz Esteves + 2022-02-13 + + + + accepted + Indication of 'required' or 'necessary' - + + Georg P Krog + Beatriz Esteves + Mark Lizar + Rigo Wenning + Julian Flake + Eva Schlehahn + Paul Ryan + Harshvardhan J. Pandit + Ramisa Gachpaz Hamed + Piero Bonatti + Bert Bos + Simon Steyskal + Rob Brennan + Axel Polleres + Fajar J. Ekaputra + Bud Bruegger + Javier D. Fernández + Elmar Kiesling + 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. + 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-04-02 + + https://w3id.org/dpv/dpv-skos + dpvs + 0.6 + 2019-06-18 + + + - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + Records of Activities + + 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 - has consent notice - - Specifies the notice provided in context of consent - accepted + + + Records of activities within some context such as maintainence tasks or governance functions + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + 2021-09-08 - + + Georg P Krog + Paul Ryan Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - Elmar Kiesling - Javier Fernandez - Axel Polleres - Optimise services or activities - + David Hickey + 2021-09-01 - Service Optimization - 2019-04-05 - Subclass of ServiceProvision since optimisation is usually considered part of providing services + + + Maintain registry of shareholders, members, or partners for governance, administration, and management functions accepted - + + Members and Partners Management - + + accepted + + 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 provision method Mark Lizar - Bud Bruegger Harshvardhan J. Pandit - + Bud Bruegger + 2019-04-05 + + + + + Disclose by Transmission + - is explicit - Specifies consent is 'explicit' - 2019-04-05 - - The conditions for what is considered 'explicit consent' differ by norms and laws. - accepted + + 2019-05-07 + accepted + + to disclose data by means of transmission - + Georg P Krog - Harshvardhan J. Pandit Paul Ryan + Harshvardhan J. Pandit David Hickey - accepted - Vendor Records Management - Manage orders related to vendors - - + - 2021-09-01 + 2021-09-22 + + Represents a safeguard used for data transfer. Can include technical or organisational measures. + Safeguard for Data Transfer + accepted - - + + + + + + + + + + + + Entities_Organisation Concepts + + - Right + Piero Bonatti + Harshvardhan J. Pandit + Evaluation and Scoring + accepted + + + Processing that involves evaluation and scoring of individuals - Harshvardhan J Pandit - Beatriz Esteves - Georg P Krog - 2020-11-18 + 2020-11-04 - 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. - accepted - + - Processing that involves matching and combining of personal data - Piero Bonatti - Harshvardhan J. Pandit + accepted + + + Child - 2020-11-04 - + 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. + Harshvardhan J. Pandit + A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - - - Matching and Combining - accepted + + 2020-11-25 - + - 2022-02-09 - 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 - - Harshvardhan J. Pandit - accepted + + 2019-05-07 + Transform + accepted + to change the form or nature of data + - + - - Harshvardhan J. Pandit - Paul Ryan - Julian Flake - Beatriz Esteves + David Hickey Georg P Krog - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. - Data Processing Agreement - + Paul Ryan - 2022-01-26 + accepted - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + A notice is an artefact for providing information, choices, or controls + Notice + + 2021-09-08 + - + - - - Fajar Ekaputra - Harshvardhan J. Pandit - Simon Steyskal - Axel Polleres - Elmar Kiesling - Javier Fernandez - Service Personalization - Personalise services or product or activities - - + - 2019-04-05 + + Processing is necessary or required to protect vital interests of a natural person accepted - Subclass of ServiceProvision since personalisation is usually considered part of providing services + + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + Vital Interest of Natural Person + 2021-04-21 - + + Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit + Julian Flake Paul Ryan - Harshvardhan Pandit - Georg Krog - David Hickey - - accepted - 2021-09-08 - + + 2022-04-06 - An entity that 'exports' data where exporting is considered a form of data transfer - Data Exporter - + + accepted + Data subjects that are temporary visitors - 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 + Visitor - + - - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - 2022-01-26 - - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - Harshvardhan J. Pandit - accepted - Technology - - - - - 2019-04-05 - Organisational Measure - - - Axel Polleres - Mark Lizar Rob Brennan + Axel Polleres Harshvardhan J. Pandit - + Mark Lizar + Risk Management Procedure + 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 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 - Organisational measures required/followed when processing data of the declared category + - + - - + Georg Krog + Beatriz Esteves 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. + Paul Ryan + accepted - - - - Personal Data that is obtained through inference from other data - Inferred Personal Data + 2020-11-04 + Representative + - 2022-01-19 + A representative of a legal entity + + - + - accepted - - - Axel Polleres - Harshvardhan J. Pandit - Fajar Ekaputra + Simon Steyskal Elmar Kiesling Javier Fernandez - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) - Non-Commercial Research - - 2019-04-05 - - - - - Harshvardhan J. Pandit - - - - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data - - Pseudo-anonymised Data - 2022-01-19 - accepted - - - - Mark Lizar - Harshvardhan J. Pandit - Rob Brennan Axel Polleres - + Harshvardhan J. Pandit + Fajar Ekaputra + Sell Insights from Data 2019-04-05 - Technical measures consisting of encryption - - - - - Encryption + 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 + + - + + + EconomicUnion + Harshvardhan J. Pandit + - 2022-03-30 - The consequence(s) possible or arising as a side-effect of specified context + A political union of two or more countries based on economic or trade agreements + + 2022-01-19 accepted + + + + Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + Julian Flake + - - Consequence as Side-Effect - + + + + 2022-04-06 + Data subjects that are students + accepted + Student - + + is after + Harshvardhan J. Pandit + Julian Flake + Georg P. Krog + 2022-03-02 - has processing - 2020-11-04 - - accepted - - 2019-04-04 - Harshvardhan J. Pandit - Mark Lizar - Javier Fernández - Bud Bruegger - Axel Polleres - Indicates association with Processing + accepted + Indicates the specified concepts is 'after' this concept in some context - + - Georg P. Krog - Harshvardhan J. Pandit - Paul Ryan + - + 2022-02-09 + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + has recipient data controller accepted - - 2022-02-09 - has data processor - Indiciates inclusion or applicability of a Data Processor + - + - 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. + + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. + Georg Krog + Harshvardhan Pandit + Paul Ryan + Data Protection Authority + 2020-11-04 accepted - Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data - 2022-01-19 - + - + - accepted - - - - Legal Obligation + Georg P Krog Harshvardhan J. Pandit + David Hickey + Paul Ryan + + Vendor Records Management - 2021-04-07 - - Legal Obligation to conduct the specified processing + accepted + + + + 2021-09-01 + Manage orders related to vendors + - + + + + + + + + + + + + + + + + + + + + + + + + + + Base Concepts + + - - 2020-11-04 - Beatriz Esteves + + accepted + Conduct activities and functions for organisation's governance Georg P Krog + Paul Ryan Harshvardhan J. Pandit - - Legal Compliance + David Hickey + 2021-09-01 - accepted - Fulfilment of obligations or requirements towards achieving compliance with law or regulations + + + Organisation Governance - + - - + + to create new derivative data from the original data + Derive + - - Elmar Kiesling - Javier Fernandez - Axel Polleres - Fajar Ekaputra - Harshvardhan J. Pandit - Simon Steyskal - 2019-04-05 - Improve existing products and services + + + + 2019-05-07 accepted - Improve Existing Products and Services - + - 2020-11-04 - - - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog + NonCitizen - - Conduct direct marketing i.e. marketing communicated directly to the individual + Paul Ryan + Julian Flake + Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit + 2022-04-06 + + + accepted - Direct Marketing + Data subjects that are not citizens (for a jurisdiction) - + + + Indicates the thing (e.g. plan, process, or entity) affected by an impact + + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - David Hickey - Paul Ryan - accepted - Vendor Management - - 2021-09-01 + Fajar Ekaputra + Julian Flake + + + has impact on - - - - - Manage orders, payment, evaluation, and prospecting related to vendors + accepted - + - - has withdrawal time - - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - Specifies the instant in time when consent was withdrawn + + + to send out data + + Transmit accepted - 2019-04-05 + + 2019-05-07 + - + - Harshvardhan J. Pandit - Paul Ryan - + + + Create and provide personalised benefits for a service + + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + Personalised Benefits + 2019-04-05 - Organisational Unit - Entity within an organisation that does not constitute as a separate legal entity accepted - 2022-03-23 - + + + Data subjects that purchase goods or services + Georg P. Krog Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - David Hickey + Julian Flake + Paul Ryan + Beatriz Esteves + + 2022-04-06 - - - Safeguard for Data Transfer - Represents a safeguard used for data transfer. Can include technical or organisational measures. + note: for B2B relations where customers are organisations, this concept only applies for data subjects + Customer accepted - - 2021-09-22 - - - - - - - - - - - - - Entities_Organisation Concepts + - + - + Javier Fernandez + Axel Polleres Harshvardhan J. Pandit - An organisation not part of or independent from the government - + Fajar Ekaputra + Simon Steyskal + Elmar Kiesling + - - 2022-02-02 - + accepted - NonGovernmentalOrganisation + + Internal Resource Optimisation + 2019-04-05 + Optimize internal resource availability and usage for organisation - + + 2020-11-04 + The processing performed on personal data + + + Processing + 2019-04-05 accepted - Innovative Use of New Technologies - - - 2020-11-04 - Harshvardhan J. Pandit - Piero Bonatti + Javier Fernández + Axel Polleres - Processing that involves use of innovative and new technologies - + + + accepted - Processing is necessary or beneficial for interest of the public or society at large - Public Interest + 2022-03-30 + Harshvardhan J. Pandit - - + + Impact that acts as or causes damages + Damage + + + + 2019-04-05 + accepted - 2021-04-21 + Fajar Ekaputra + Axel Polleres + Simon Steyskal Harshvardhan J. Pandit + Elmar Kiesling + Javier Fernandez + Context + Contextually relevant information about purpose not possible to represent through other concepts + + - + + Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + 2020-11-04 + 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 + accepted - - - 2022-03-02 - - has responsible entity - Specifies the indicated entity is responsible within some context - + - Manage payment of vendors + Public Relations + Manage and conduct public relations processes. This includes creating goodwill for the organization. + + Georg P Krog + Paul Ryan Harshvardhan J. Pandit David Hickey - Paul Ryan - Georg P Krog - - + 2021-09-01 + - Vendor Payment - 2021-09-01 + - accepted - + accepted - Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - Javier Fernandez + Mark Lizar + Javier Fernández Axel Polleres - Elmar Kiesling - Optimisation for Consumer - Optimize activities and services for consumer or user + Harshvardhan J. Pandit + Bud Bruegger + has processing - + + + + 2020-11-04 + Indicates association with Processing + + 2019-04-04 + + + + + + + + + + + + + + + + + Consent Concepts + + + + Harshvardhan Pandit + Georg Krog + Paul Ryan - - 2019-04-05 - + Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + + accepted + + 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. + 2020-11-04 + - + 2022-01-19 + A broad concept representing 'data' or 'information' + accepted + + Harshvardhan J. Pandit + Data - - accepted - + + + + + + + + + + + + + + Entities Concepts + + + + + + + Policy regarding repetition or renewal of existing certification(s) + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - Georg P Krog + Rob Brennan + - 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. - Country + 2019-04-05 + accepted + Regularity of Re-certification - + - Georg Krog - Harshvardhan Pandit + Harshvardhan J. Pandit + accepted + + + A political union of two or more countries with an establishment of common authority + 2022-01-19 + + SupraNationalUnion + + + + to make data known + + + + Disclose + + 2019-05-07 + accepted - A group of Data Controllers that jointly determine the purposes and means of processing - Joint Data Controllers + + + + + + + accepted + 2022-02-09 + Indicate a risk is mitigated by specified measure + is mitigated by measure - - To indicate the membership, hasDataController may be used - - 2022-02-02 + + Harshvardhan J. Pandit + + - + - - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit + Indicates information about duration + + 2019-04-05 + + accepted - Service Order Management + has duration - - - - Manage invoicing, orders, and records in relation to services - 2021-09-08 + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + Axel Polleres + - + - + + 2022-01-19 accepted - - - Processing that involves evaluation and scoring of individuals - Harshvardhan J. Pandit - Piero Bonatti + - 2020-11-04 - Evaluation and Scoring + 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)'. + Personal Data + + Harshvardhan Pandit + + 2019-04-05 + - + - Georg P Krogg - David Hickey + Indication of 'primary' or 'main' or 'core' importance - + + Primary Importance + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + Julian Flake + Paul Ryan + accepted - Data Transfer Legal Basis - - 2021-09-08 - Specific or special categories and instances of legal basis intended for justifying data transfers + 2022-02-10 - + - - + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + AcademicScientificOrganisation Harshvardhan J. Pandit - - Impact that acts as or causes material damages - - Material Damage - 2022-03-30 + + + accepted + 2022-02-02 + + - + - 2019-04-05 - Encryption of data in transit e.g. when being transferred from one location to another, including sharing - Encryption in Transfer - Rob Brennan - Axel Polleres - Mark Lizar - Harshvardhan J. Pandit - accepted - + Harshvardhan Pandit + Georg Krog + 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 - + - 2022-03-02 - - Georg P. Krog + Indicates applicability of Risk + Indicates applicability of Risk for this concept + 2020-11-18 + + Harshvardhan J. Pandit - Julian Flake - is after + + has risk accepted - Indicates the specified concepts is 'after' this concept in some context - - + - + - Axel Polleres - Elmar Kiesling - Javier Fernandez - Simon Steyskal - Harshvardhan J. Pandit - Fajar Ekaputra - - - 2019-04-05 - Contextually relevant information about purpose not possible to represent through other concepts - Context + + + + to replace personal identifiable information by artificial identifiers + 2019-05-07 accepted + + + Pseudo-Anonymise - - 2022-04-02 - dpvo - - Simon Steyskal - Julian Flake - Bert Bos - Eva Schlehahn - Paul Ryan - Rigo Wenning - Elmar Kiesling - Ramisa Gachpaz Hamed - Beatriz Esteves - Fajar J. Ekaputra - Georg P Krog - Rob Brennan - Javier D. Fernández - Mark Lizar - Piero Bonatti - Bud Bruegger - 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. - Harshvardhan J. Pandit - Axel Polleres - 0.5 - 2019-06-18 - 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-owl - Data Privacy Vocabulary - - + + + + + + + + + + + + + + + Jurisdiction Concepts - + - - 2019-05-07 - accepted - - to study or examine the data in detail - - - - Analyse - - - - Harshvardhan J. Pandit - Simon Steyskal - Axel Polleres - Elmar Kiesling - Javier Fernandez - Fajar Ekaputra + David Hickey + Georg P Krog + Paul Ryan + - - 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 - Sell Products to Data Subject - + Vendor Management + 2021-09-01 + + Manage orders, payment, evaluation, and prospecting related to vendors + - + - Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - Mark Lizar - - - - 2019-04-05 + + + + accepted - Practices regarding incorporating data protection and privacy in the design of information and services - - Privacy by Design - - - - - Mark Lizar - Rob Brennan - Harshvardhan J. Pandit + Simon Steyskal + Elmar Kiesling + Javier Fernandez Axel Polleres - - + Harshvardhan J. Pandit + Fajar Ekaputra + Conduct or assist with research conducted in an academic context e.g. within universities + Academic Research 2019-04-05 - Indicates information about duration - - accepted - has duration - + - Georg P Krog - Fajar Ekaputra - Julian Flake - Harshvardhan J. Pandit + Georg P. Krog Beatriz Esteves - Impact that acts as or causes harms - 2022-03-23 + Harshvardhan J. Pandit + Julian Flake + Paul Ryan + Data subjects that apply for jobs or employments + + + 2022-04-06 + JobApplicant accepted - Harm - - - + + A law is a set of rules created by government or authorities - Javier Fernández - Axel Polleres - - 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. - 2020-11-04 + + 2022-01-19 accepted + Harshvardhan J. Pandit + Law - + - Georg P Krog - Beatriz + Optimize activities and services for consumer or user + Optimisation for Consumer + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres Harshvardhan J. Pandit - 2021-09-08 - Manage and analyse interactions with past, current, and potential customers - accepted - + Fajar Ekaputra - Customer Relationship Management + + 2019-04-05 + - + accepted + - + - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit accepted - Social Media - Conduct marketing through social media - 2020-11-04 - - - - + 2022-03-30 + + Harshvardhan J. Pandit + + + Impact that acts as or causes non-material damages + + Non-Material Damage - + - - + Importance can be used to express importance, desirability, relevance, or significance as a context. + Harshvardhan J. Pandit + Georg P Krog + Julian Flake + Paul Ryan + Beatriz Esteves + Importance - AcademicScientificOrganisation - + + + accepted - 2022-02-02 - Harshvardhan J. Pandit - - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies - + + 2022-02-09 + An indication of 'importance' within a context - + + + - - Georg P Krog - Harshvardhan J. Pandit - Beatriz - 2021-09-08 - Customer Order Management + Destruct accepted - - - - Manage customer orders + + + to process data in a way it no longer exists or cannot be repaired + 2019-05-07 - Julian Flake + + accepted Harshvardhan J. Pandit - Beatriz Esteves Georg P Krog + Julian Flake + Beatriz Esteves Paul Ryan - 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 + 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 - + - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - Axel Polleres - - - - Location or geospatial scope where the data is stored - + + + + 2019-05-07 + + Acquire + to come into possession or control of the data + accepted - 2019-04-05 - Storage Location - + - - + + - to change the data without changing it into something else + + to gather data from someone 2019-05-07 accepted - - Alter + Collect + + - + - - - accepted - Personalised Advertising + 2020-11-04 + 2019-04-05 - - 2020-11-04 - Beatriz Esteves - Harshvardhan J. Pandit - Georg P Krog + + + accepted + Javier Fernández + Axel Polleres - Create and provide personalised advertising + Purpose + The purpose of processing personal data - + + + + + Customer Care Simon Steyskal + Elmar Kiesling Javier Fernandez Axel Polleres - Elmar Kiesling Harshvardhan J. Pandit Fajar Ekaputra + + Provide assistance, resolve issues, ensure satisfaction in relation to services provided 2019-04-05 accepted + + + + + + + 2020-11-18 + Data Subject Right + Georg P Krog + Harshvardhan Pandit + Beatriz Esteves + The rights applicable or provided to a Data Subject - - - Optimise User Interface - Optimize interfaces presented to the user - + + accepted + Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' - + - - Create Product Recommendations + Axel Polleres - Fajar Ekaputra Harshvardhan J. Pandit - Simon Steyskal - Elmar Kiesling - Javier Fernandez - - + Bud Bruegger + Mark Lizar + Javier Fernández + - - Create and provide product recommendations e.g. suggest similar products - 2019-04-05 - + 2020-11-04 + 2019-04-04 accepted + has data controller + + + Indicates association with Data Controller + - + - has expiry time + accepted + + Georg P. Krog + Beatriz Esteves + Harshvardhan J. Pandit + Julian Flake + Paul Ryan + + Data subjects that receive medican attention, treatment, care, advice, or other health related services - - 2019-04-05 - Bud Bruegger + + 2022-04-06 + Patient + + + + + + Julian Flake + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Mark Lizar - Specifies the expiry time or duration for consent + Fajar Ekaputra accepted - + + + + has impact + + Indicates impact(s) possible or arising as consequences from specified concept - + Harshvardhan J. Pandit - 2021-04-07 - - - - 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. - - Contract - Creation, completion, fulfilment, or performance of a contract involving specified processing - - - + - - - ForProfitOrganisation - Harshvardhan J. Pandit + 2022-01-19 + Non-Personal Data + Data that is not Personal Data + accepted - An organisation that aims to achieve profit as its primary goal - 2022-02-02 - - - + - Removal of identity or information to reduce identifiability - + accepted + 2020-11-04 - Axel Polleres - Mark Lizar - Rob Brennan + + + Direct Marketing + Conduct direct marketing i.e. marketing communicated directly to the individual + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - De-Identification - accepted - 2019-04-05 - - + - Harshvardhan J. Pandit - Simon Steyskal - Elmar Kiesling - Javier Fernandez - Axel Polleres - Fajar Ekaputra - - + + + Beatriz Esteves + Harshvardhan J. Pandit + David Hickey + Georg P Krog + Paul Ryan + Human Resources Management + Manage humans and 'human resources' within the organisation for effective and efficient operations. - 2019-04-05 accepted - Identity Verification - Verify or authorize identity + 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 - + - 2022-01-26 - - - modified - 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. - Axel Polleres - Julian Flake - Beatriz Esteves + Indication of neither being required nor optional i.e. not relevant or needed Harshvardhan J. Pandit + Julian Flake Paul Ryan - 2019-05-07 + Georg P Krog + Beatriz Esteves + + + + + 2022-02-15 + accepted - is implemented by entity - Indicates implementation details such as entities or agents - + Not Required - + + + accepted + - - 2022-03-30 - accepted + Georg P Krog + Paul Ryan Harshvardhan J. Pandit - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - - Targeted Advertising - + David Hickey + + 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 - + + Axel Polleres - Elmar Kiesling + Mark Lizar Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - Javier Fernandez + Rob Brennan + accepted - Increase Service Robustness + + 2019-04-05 - - - - Improve robustness and resilience of services - + has location + Indicates information about location - + - 2019-04-05 - Axel Polleres - Mark Lizar - Rob Brennan + Harshvardhan J. Pandit - - accepted - Certifications, seals, and marks indicating compliance to regulations or practices - Certification and Seal + 2021-09-08 + Data Processing Records + accepted + Records of personal data processing, whether ex-ante or ex-post - + - - 2021-05-19 + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + Axel Polleres + + Privacy by Default + - + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service accepted - Legitimate Interest - Harshvardhan J. Pandit - Legitimate Interests of a Party as justification for specified processing - + + 2019-04-05 - + - accepted - - - - to transform or publish data to be used - Make Available + Paul Ryan + Harshvardhan J.Pandit + Georg P Krog + Beatriz Esteves - - - 2019-05-07 + + + + 2020-11-04 + accepted + has address + Specifies address of a legal entity such as street address or pin code - + - + Customer Claims Management + Georg P Krog + Beatriz Harshvardhan J. Pandit - A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - + + + + + Manage claims, including repayment of monies owed - - 2020-11-25 - 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. + 2021-09-08 accepted - + - - accepted + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + David Hickey + 2021-09-01 + + Manage selection, assessment, and evaluation related to vendors + Vendor Selection Assessment + - - 2022-02-09 - Harshvardhan J. Pandit - Natural Person - A human - - - - - - + accepted - 2019-04-05 - has withdrawal by - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar - - 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. - + + Harshvardhan J. Pandit + Third Party - - - - 2019-05-07 - Acquire + + + 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 - to come into possession or control of the data - + - - Beatriz Esteves - Georg P Krog + Harshvardhan J. Pandit Paul Ryan Julian Flake - 2022-02-10 - accepted - Indication of 'primary' or 'main' or 'core' importance - + Beatriz Esteves + Georg P. Krog - - Primary Importance - - - - - - 2022-02-02 - A human or non-human 'thing' that constitutes as an entity - Harshvardhan J. Pandit - Entity + 2022-04-06 accepted + + Data subjects that are tourists i.e. not citizens and not immigrants + Tourist - + - - - - - 2019-05-07 - - to organize data for arranging or classifying + IndustryConsortium + Harshvardhan J. Pandit + + + 2022-02-02 + + + + A consortium established and comprising on industry organisations accepted - Organise - + - 2022-03-23 + Optimisation for Controller + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + Fajar Ekaputra Harshvardhan J. Pandit - Georg P Krog + - The consequence(s) possible or arising from success of specified context - - - - Consequence of Success + 2019-04-05 + accepted + + Optimize activities and services for provider or controller - + - + + Harshvardhan J. Pandit + Rudy Jacob + - - Transfer - 2019-05-07 - to move data from one place to another - + + Create and provide personalised recommendations for events + Create Event Recommendations accepted - + 2019-11-26 - + - - + Axel Polleres Harshvardhan J. Pandit + Fajar Ekaputra Simon Steyskal Elmar Kiesling Javier Fernandez - Axel Polleres - Fajar Ekaputra - Conduct or assist with research conducted in an academic context e.g. within universities 2019-04-05 - Academic Research - accepted + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + + Non-Commercial Research + accepted - + - - - 2022-01-26 - accepted - Indicates the context or application of policy + to move data from one location to another including deleting the original copy + + Move - Harshvardhan J. Pandit - is policy for - - - - - - - accepted - - - Consult - - to consult or query data + + + 2019-05-07 - + - - 2022-02-09 - Indicates use or applicability of Organisational measure - + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + Specifies the notice provided in context of consent - has organisational measure - Harshvardhan J. Pandit + 2019-04-05 + has consent notice + + 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. accepted - - + - Legal Basis - 2019-04-05 - accepted - + 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. + + accepted + 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 + + + 2022-01-19 + Personal Data that is obtained through inference from other data - The Legal basis used to justify processing of personal data - Javier Fernández - Axel Polleres - + - - Indicates risks mitigated by this concept + + Indicates applicability of a Law + has applicable law accepted Harshvardhan J. Pandit - 2020-11-04 - - mitigates risk - + + 2022-01-19 - + - has data subject + Represents a notice or document outlining information regarding privacy - Harshvardhan J. Pandit - Mark Lizar - Javier Fernández - Bud Bruegger - Axel Polleres - 2020-11-04 - Indicates association with Data Subject - 2019-04-04 - + 2021-09-08 + + + Harshvardhan J. Pandit + David Hickey + Georg P Krog + Paul Ryan accepted - - + Privacy Notice + - + + 2022-04-06 + Client - - Harshvardhan J. Pandit + Julian Flake Beatriz Esteves - Georg P Krog + Georg P. Krog Paul Ryan - Indication of neither being required nor optional i.e. not relevant or needed - - - Not Required - 2022-02-15 - accepted - - - - Bud Bruegger Harshvardhan J. Pandit - Mark Lizar - - - 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. - accepted - 2019-04-05 - has withdrawal method - - - - - - + Data subjects that are clients or recipients of services + - - accepted - Derive - 2019-05-07 - - to create new derivative data from the original data - - - - - accepted - - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data - has recipient data controller - Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog - - - 2022-02-09 + + + + + + + + + + + + + - + + 2019-04-05 + Mark Lizar Harshvardhan J. Pandit - - 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. - + Rob Brennan + Axel Polleres + Storage Restoration + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + + accepted - - 2022-01-19 - Non-Personal Data - + - Consultation with Authority + Harshvardhan J. Pandit + Rob Brennan + Axel Polleres + Mark Lizar + - - Consultation with an authority or authoritative entity - - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan accepted - 2020-11-04 + + Technical measures required/followed when processing data of the declared category + 2019-04-05 + Technical Measure - + - 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 - - 2022-01-26 - accepted - + - - The algorithmic logic applied or used + 2019-04-05 + has provision by + Bud Bruegger + Mark Lizar Harshvardhan J. Pandit + + 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 - + - Importance - - - - Importance can be used to express importance, desirability, relevance, or significance as a context. - Julian Flake Beatriz Esteves Harshvardhan J. Pandit Georg P Krog - Paul Ryan - An indication of 'importance' within a context + Fajar Ekaputra - 2022-02-09 - accepted - - - - - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - - Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog + 2021-09-21 accepted - 2022-02-09 - - has data importer + 2020-11-04 + has consequence + Indicates consenquence(s) possible or arising from specified concept + + Removed plural suffix for consistency - + - - Indicate a risk is mitigated by specified measure - + - + + Processing is necessary or required to protect vital interests of a data subject or other natural person Harshvardhan J. Pandit - + 2021-04-21 + + Vital Interest accepted - 2022-02-09 - is mitigated by measure - + - 2019-04-05 - Deletion or Erasure of data including any deletion guarantees - - - Axel Polleres + + Authorisation Procedure + accepted + Rob Brennan - Harshvardhan J. Pandit Mark Lizar - - - Storage Deletion - accepted - - - - - Beatriz Esteves - Georg P Krog + Axel Polleres Harshvardhan J. Pandit - 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 + + 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 - + - 2021-05-05 - Georg P Krog - Paul Ryan + Georg P. Krog Harshvardhan J. Pandit - + Paul Ryan + Indicates the source or origin of data being processed + - - + accepted - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - Official Authority of Controller + has data source + 2020-11-04 - + Harshvardhan J. Pandit - Georg P Krog - - - - The consequence(s) possible or arising from failure of specified context - Consequence of Failure - - 2022-03-23 + + + Data Sub-Processor + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition + 2020-11-25 + + accepted + A 'sub-processor' is a processor engaged by another processor - + - Paul Ryan - Georg P Krog - David Hickey - Harshvardhan J. Pandit - Manage risk for organisation's activities - - Organisation Risk Management + + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + 2019-04-05 + Commercial Research accepted - 2021-09-01 - + + - + - Paul Ryan - Julian Flake - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit - - + has organisational measure + 2022-02-09 + - 2022-01-26 - Controller-Processor Agreement - accepted - + 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 + accepted + Indicates use or applicability of Organisational measure + - + - - - 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 + + + Transfer + + to move data from one place to another + accepted - Create and provide customisation based on attributes and/or needs of person(s) or context(s). - 2021-09-01 + + 2019-05-07 - Harshvardhan J. Pandit - - - - - - - - - - - - - - - Consent Concepts - + + + + + + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + 2021-04-07 + Enter Into Contract + + Processing necessary to enter into contract + + accepted - + - - An authority tasked with overseeing legal compliance for a supra-national union e.g. EU + 2022-01-19 + + - - - SupraNationalAuthority - - Harshvardhan J. Pandit accepted - 2022-02-02 - + Harshvardhan J. Pandit + Georg P Krog + Indicates applicability of authority for a jurisdiction + + has authority - + - - Copy + Register of Processing Activities + + 2021-09-08 + - - + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility - - 2019-05-07 + Tied to compliance processes and documents, decide how to specify those accepted - to produce an exact reprodution of the data - - - - - - - - - - - - - - - - - - - - Processing_Context Concepts - - + - Paul Ryan - Julian Flake - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit - Optional - accepted - + - Indication of 'optional' or 'voluntary' - 2022-02-14 + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + Fajar Ekaputra + Harshvardhan J. Pandit + + 2019-04-05 - + Optimize interfaces presented to the user + Optimise User Interface + accepted - + - has expiry condition - - Specifies the condition or event that determines the expiry of consent accepted - 2019-04-05 - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar + has withdrawal time - - Can be TextOrDocumentOrURI + + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + 2019-04-05 + Specifies the instant in time when consent was withdrawn - + + + + - Data Controller - 2019-04-05 - 2020-11-04 - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - - Javier Fernández - Axel Polleres + Harshvardhan J. Pandit + Georg P Krog + 2022-02-09 accepted - - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - - - + Indicates applicability or relevance of a 'third country' + + has third country - + - Systematic Monitoring + 2019-04-05 + Specifies the justification for entity providing consent + + + Mark Lizar Harshvardhan J. Pandit - Piero Bonatti + Bud Bruegger + has provision by justification + 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 - Processing that involves systematic monitoring of individuals - - - - - 2020-11-04 - + + Mark Lizar + Axel Polleres + Harshvardhan J. Pandit + Rob Brennan + + - - - David Hickey - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - 2021-09-22 - This concept is relevant given the requirement to assert safeguards in cross-border data transfers - Safeguard + 2019-04-05 + Organisational measures required/followed when processing data of the declared category - A safeguard is a precautionary measure for the protection against or mitigation of negative effects accepted + Organisational Measure - + - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + Processing is necessary or required to protect vital interests of a data subject - + - - Communication for Customer Care - - + Vital Interest of Data Subject + accepted - 2020-11-04 - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit + + 2021-04-21 - + - + Derived Personal Data + - 2020-11-04 - The individual (or category of individuals) whose personal data is being processed - - Javier Fernández - Axel Polleres - - - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - 2019-04-05 - Data Subject + 2019-05-07 + 2022-01-19 accepted - - + + 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 + + - + + + + + + + + + + + + + + + + + + + Processing_Context Concepts + + + + - - - Contract Performance - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Fulfilment or performance of a contract involving specified processing - - 2021-04-07 + + + 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 + Personalisation + Create and provide customisation based on attributes and/or needs of person(s) or context(s). + 2021-09-01 + Harshvardhan J. Pandit - + - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan + 2019-05-07 accepted - - 2020-11-04 - Single Sign On + + - - + to solicit or gather data from someone + - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. + + Obtain - + - Georg P Krog - David Hickey - Harshvardhan J. Pandit - Paul Ryan - accepted - 2021-09-08 - - Notice - A notice is an artefact for providing information, choices, or controls + + Sub-Processor Agreement - - - - - has technical measure - Indicates use or applicability of Technical measure + 2022-01-26 + Georg P Krog + Paul Ryan + Julian Flake + Beatriz Esteves Harshvardhan J. Pandit - 2022-02-09 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 + + + + - + + Harshvardhan J. Pandit + + has policy + Indicates policy applicable or used + accepted + 2022-01-26 - + - NonProfitOrganisation - + 2020-11-18 + Harshvardhan J Pandit + Georg P Krog + Beatriz Esteves - 2022-02-02 - Harshvardhan J. Pandit - - + + Right + 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. + accepted + + + accepted + The conditions for what is considered 'explicit consent' differ by norms and laws. + Specifies consent is 'explicit' + + + is explicit - An organisation that does not aim to achieve profit as its primary goal + 2019-04-05 + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + - + - - + accepted - 2019-04-05 - Elmar Kiesling - Javier Fernandez - Axel Polleres - Fajar Ekaputra + Georg P Krog + Beatriz Harshvardhan J. Pandit - Simon Steyskal - Improve customer-relationship management (CRM) processes - accepted - Improve Internal CRM Processes + + Manage customer orders + + 2021-09-08 + Customer Order Management - + - Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit - Indicates the source or origin of data being processed + + David Hickey + Georg P Krogg - - accepted + + + Data Transfer Legal Basis - 2020-11-04 - - has data source + 2021-09-08 + Specific or special categories and instances of legal basis intended for justifying data transfers + accepted - + + accepted + Mark Lizar + Axel Polleres Harshvardhan J. Pandit Rob Brennan - Axel Polleres - Mark Lizar - Pseudo-Anonymization - + Privacy by Design - 2019-04-05 - - 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; - - - - Julian Flake - Beatriz Esteves - Harshvardhan J. Pandit - Georg P Krog - Fajar Ekaputra - Indicates impact(s) possible or arising as consequences from specified concept - - - accepted - - - + - has impact + Practices regarding incorporating data protection and privacy in the design of information and services - + - - A political union of two or more countries with an establishment of common authority - SupraNationalUnion - 2022-01-19 - + + Indicates Recipient of Personal Data + + 2019-04-04 accepted - + Mark Lizar + Javier Fernández + Axel Polleres Harshvardhan J. Pandit + Bud Bruegger + + has recipient + 2020-11-04 + - + - + Indicates risks mitigated by this concept + mitigates risk + - accepted - 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. - + + 2020-11-04 Harshvardhan J. Pandit - 2019-06-04 - - - - - - Sensitive Personal Data - - - Harshvardhan J. Pandit - accepted - 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 + - + - - - 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 - - Harshvardhan Pandit - Beatriz Esteves Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + The source or origin of data + + Data Source accepted - Data Subject Right - The rights applicable or provided to a Data Subject - - - - - 2019-05-07 - to solicit or gather data from someone - Obtain - - + 2020-11-04 + Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. + - accepted - - + - - - - - 2022-02-09 - Harshvardhan J. Pandit + 2021-09-08 Paul Ryan - Georg P. Krog - - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data - has recipient third party + Harshvardhan Pandit + David Hickey + Georg Krog + An entity that 'imports' data where importing is considered a form of data transfer accepted + + + + 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 - + - 2020-11-04 - Harshvardhan J.Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan - + accepted + + + 2021-04-07 + Consent of the Data Subject for specified processing - - has contact - Specifies contact details of a legal entity such as phone or email - accepted + Harshvardhan J. Pandit + + Consent - + - has provision by justification + 2022-01-19 Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + has personal data + Indicates association with Personal 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 - 2019-04-05 - Specifies the justification for entity providing consent + accepted - + - A representative of a legal entity - Beatriz Esteves - Harshvardhan J. Pandit - Georg Krog - Paul Ryan + 2019-05-07 + + + accepted + + - accepted - - 2020-11-04 - - Representative - - + to arrange data according to a structure + Structure - + - - Third Country + - accepted - Represents a country outside applicable or compatible jurisdiction as outlined in law - - 2022-02-09 - Harshvardhan J. Pandit - - - - - 2019-04-05 - Simon Steyskal - Javier Fernandez + Rob Brennan + Mark Lizar Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Fajar Ekaputra - - - - Optimisation for Controller + Encryption in Transfer accepted - Optimize activities and services for provider or controller + + Encryption of data in transit e.g. when being transferred from one location to another, including sharing + 2019-04-05 - + - Personalised Benefits - Harshvardhan J. Pandit + Axel Polleres Fajar Ekaputra + Harshvardhan J. Pandit Simon Steyskal Elmar Kiesling Javier Fernandez - Axel Polleres - Create and provide personalised benefits for a service - - - - 2019-04-05 + accepted - - - - - Create and provide personalised recommendations for events - + + Improve robustness and resilience of services - - accepted - Harshvardhan J. Pandit - Rudy Jacob - 2019-11-26 - - - Create Event Recommendations + + Increase Service Robustness - + - - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Impact Assessment + 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 - - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - accepted - 2020-11-04 - - - - - - - - - - - - - - - - - - - - - - Entities_Legalrole Concepts + 2022-02-09 + + Harshvardhan J. Pandit + - + - accepted + 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. - - Harshvardhan J. Pandit Bud Bruegger - Axel Polleres Mark Lizar - Javier Fernández - 2020-11-04 - has data controller - 2019-04-04 - Indicates association with Data Controller - + Harshvardhan J. Pandit + Specifies the entity that withdrew consent + - - - - - - - - - - - - - - - - - - - - - - - - - - - - Base Concepts - - - - - - - - - - - - - - - - - - - - - Risk Concepts - + accepted + has withdrawal by + 2019-04-05 - + - + Fajar Ekaputra + Julian Flake + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + 2022-03-23 + - - accepted - has policy + + + Detriment + Impact that acts as or causes detriments + + + + Harshvardhan J. Pandit + accepted + + + + An authority tasked with overseeing legal compliance for a region + RegionalAuthority + 2022-02-02 + + - Indicates policy applicable or used - 2022-01-26 - + - Deliver goods and services requested or asked by consumer + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + Legitimate Interest of Third Party - - 2019-04-05 - Axel Polleres - Elmar Kiesling - Javier Fernandez - Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - accepted - - + - Delivery of Goods + + Legitimate Interests of a Third Party in conducting specified processing + accepted + 2021-05-19 - + - Indicates applicability or relevance of a 'third country' - Georg P Krog Harshvardhan J. Pandit - has third country - + 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. + + 2022-01-19 accepted - - 2022-02-09 - + + is implemented by entity + 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-04-05 - Axel Polleres - Rob Brennan + Indicates implementation details such as entities or agents + Julian Flake + Beatriz Esteves Harshvardhan J. Pandit - Mark Lizar - accepted - A set of rules or guidelines outlining criterias for design + Axel Polleres + Paul Ryan - Design Standard - + 2022-01-26 + modified + + 2019-05-07 - + + Harshvardhan J. Pandit + Georg P Krog Paul Ryan - Georg P. Krog - - accepted - + + 2021-05-05 + - Indicates the logic used in processing such as for automated decision making - - 2020-11-04 - has algorithmic logic + + Official Authority of Controller + accepted + Processing necessary or authorised through the official authority granted to or vested in the Data Controller - + + Harshvardhan J. Pandit + Fajar Ekaputra + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + 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 + + Sector + + + - - Georg P Krog + Harshvardhan J. Pandit - Paul Ryan - 2021-09-08 accepted - Records of Activities + Complete Anonymisation + 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 + - Records of activities within some context such as maintainence tasks or governance functions - + - 2021-05-19 + 2022-02-12 Harshvardhan J. Pandit Georg P Krog Paul Ryan + Julian Flake + Beatriz Esteves - - accepted + + + Necessity - - Legitimate Interests of a Third Party in conducting specified processing - Legitimate Interest of Third Party + accepted + Necessity can be used to express need, essentiality, requirement, or compulsion. + An indication of 'necessity' within a context - + - 2020-11-04 - Georg P. Krog - Paul Ryan Harshvardhan J. Pandit + Pseudo-anonymised Data + - + + - Indicates Involvement of humans in processing such as within automated decision making process - Human involvement is also relevant to 'human in the loop' - + Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + 2022-01-19 accepted - has human involvement - + + accepted + + + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + Assessment + + - + 2021-09-08 + Harshvardhan J. Pandit + + + + to create a profile that describes or represents a person + + 2019-05-07 - to process data in a way it no longer exists or cannot be repaired accepted - Destruct - + + Profiling - + - - - - Provide service or product or activities - Axel Polleres - Elmar Kiesling + Georg P Krog Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - Javier Fernandez + Paul Ryan + + + accepted - Service Provision - 2019-04-05 - + 2021-09-08 + Impact Assessment for conducting data transfers + + Data Transfer Impact Assessment - + - Georg P Krog - Harshvardhan J. Pandit - Beatriz + Indicates the specified concepts is 'before' this concept in some context accepted - Monitor solvency of customers for financial diligence - - + Georg P. Krog + Harshvardhan J. Pandit + Julian Flake + + + is before - - + 2022-03-02 + + + + + Collected Personal Data + To indicate the source of data, use the DataSource concept with the hasDataSource relation + + Harshvardhan J. Pandit + Personal Data that has been collected from another source such as the Data Subject + 2022-03-30 + accepted - Customer Solvency Monitoring - 2021-09-08 + + - + accepted + 2019-04-05 + Rob Brennan Axel Polleres Mark Lizar Harshvardhan J. Pandit - Rob Brennan - - - + Deletion or Erasure of data including any deletion guarantees + Storage Deletion + - - Protocols involving validation of identity i.e. authentication of a person or information - 2019-04-05 - Authentication Protocols + + - + - Pseudo-Anonymise - - 2019-05-07 + Anonymization + accepted - - to replace personal identifiable information by artificial identifiers - + Rob Brennan + Mark Lizar + Axel Polleres + Harshvardhan J. Pandit + - accepted + + 2019-04-05 + Process by which some personal identifiers are removed or identifiability is reduced + - + - - A 'sub-processor' is a processor engaged by another processor - 2020-11-25 + + Harshvardhan J. Pandit + - - Data Sub-Processor + accepted - Harshvardhan J. Pandit - - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition + Specifies the indicated entity is responsible within some context + 2022-03-02 + has responsible entity - + - - 2021-12-08 - Paul Ryan - 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. - modified - + Harshvardhan J. Pandit + Fajar Ekaputra + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + 2019-04-05 + + accepted - - 2020-11-04 - Data Protection Officer + + + Enforce Security + Was previous "Security". Prefixed to distinguish from TechOrg measures. + Ensure and enforce security e.g. of data, personnel - + + Entities_Authority Concepts + + + + + + + + + + - Georg P Krog - Paul Ryan + 2022-02-02 Harshvardhan J. Pandit - + - + An authority tasked with overseeing legal compliance for a supra-national union e.g. EU accepted - 2021-05-19 - Legitimate Interests of a Data Controller in conducting specified processing - Legitimate Interest of Controller + + SupraNationalAuthority + - + + Axel Polleres + Harshvardhan J. Pandit + Mark Lizar + Javier Fernández + Bud Bruegger + 2020-11-04 + 2019-04-04 + has technical and organisational measure + Indicates use or applicability of Technical or Organisational measure accepted - - - 2022-03-30 - Non-Material Damage - - Impact that acts as or causes non-material damages - Harshvardhan J. Pandit - + + + - + - - 2019-05-07 - accepted - - - - Restrict - to apply a restriction on the processsing of specific records + + + + Organisation Risk Management + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + David Hickey + 2021-09-01 + Manage risk for organisation's activities + accepted - + - An authority tasked with overseeing legal compliance for a region - RegionalAuthority - + Technical measures consisting of encryption + Axel Polleres + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + - - + + 2019-04-05 accepted - 2022-02-02 - - Harshvardhan J. Pandit + Encryption + - + - + Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - Georg P Krog - Beatriz Esteves - Dispute Management - + A set of rules or guidelines outlining criterias for design + - + + 2019-04-05 - Manage disputes by natural persons, private bodies, or public authorities relevant to organisation - 2021-09-08 accepted + Design Standard - + - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Javier Fernandez - Harshvardhan J. Pandit - User Interface Personalisation - + + Service Order Management + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + 2021-09-08 - Personalise interfaces presented to the user - 2019-04-05 + Manage invoicing, orders, and records in relation to services accepted - - + + + Harshvardhan J. Pandit + + + has technical measure accepted - - 2019-05-07 + Indicates use or applicability of Technical measure + + 2022-02-09 + + + + + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog - + - Transform - + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - to change the form or nature of data + 2021-09-08 + accepted + Legitimate Interest Assessment + - + + International Organisation + 2022-03-23 + 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 + Georg P. Krog + Julian Flake + + - - Georg P Krog - Beatriz + + + + + 2019-11-26 + Rudy Jacob Harshvardhan J. Pandit + + + Create Personalized Recommendations accepted - 2021-09-08 - - - Customer Claims Management - Manage claims, including repayment of monies owed + Create and provide personalised recommendations + + + - + - 2019-05-07 - - - - Disclose by Transmission + 2020-11-04 + Analytics - to disclose data by means of transmission - - + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves + + + + accepted + Conduct analysis and reporting related to usage of services or products + Was "UsageAnalytics", prefixed with Service to better reflect scope - + - Specifies the justification for entity withdrawing consent - has withdrawal by justification - 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-04 + - 2019-04-05 - Bud Bruegger + Harshvardhan J. Pandit + Bud Bruegger + Axel Polleres Mark Lizar + Javier Fernández + 2020-11-04 + + has data subject accepted - + Indicates association with Data Subject + - + + Paul Ryan - Georg P Krog Harshvardhan J. Pandit - David Hickey + Georg P Krog + - + - Members and Partners Management + Legitimate Interests of a Data Controller in conducting specified processing accepted - - 2021-09-01 - - - Maintain registry of shareholders, members, or partners for governance, administration, and management functions + Legitimate Interest of Controller + 2021-05-19 - + - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog + ForProfitOrganisation + 2022-02-02 + + + An organisation that aims to achieve profit as its primary goal + accepted - - accepted - 2021-04-21 - - Processing is necessary or required to protect vital interests of a data subject - Vital Interest of Data Subject - - - - - The involvement of humans in specified context - - 2022-01-26 - accepted - Human Involvement - - - Harshvardhan J. Pandit - 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. - + + has sector + + 2019-04-05 - Beatriz Esteves - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Julian Flake - - - 2022-02-13 - - Required + + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) accepted - Indication of 'required' or 'necessary' - + - 2021-09-08 + Single Sign On + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - Data Transfer Impact Assessment - accepted + 2020-11-04 - Impact Assessment for conducting data transfers + + accepted - + - + Sell Products to Data Subject - - Rob Brennan - Mark Lizar + + + + Sell products or services to the user, consumer, or data subjects + Was subclass of commercial interest, changed to reflect selling something + Simon Steyskal + Elmar Kiesling + Javier Fernandez Axel Polleres Harshvardhan J. Pandit - Storage Restoration + Fajar Ekaputra 2019-04-05 - - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved accepted + - + - Use + NonGovernmentalOrganisation - - - - to use data - 2019-05-07 + + 2022-02-02 + + An organisation not part of or independent from the government accepted + + Harshvardhan J. Pandit - + - Rob Brennan Harshvardhan J. Pandit - Mark Lizar + Fajar Ekaputra + Simon Steyskal + Elmar Kiesling + Javier Fernandez Axel Polleres - accepted - ContractualTerms - Contractual terms governing data handling within or with an entity - - 2019-04-05 - - + accepted + + + + + Detect and prevent fraud + Fraud Prevention and Detection + - + + + + + Axel Polleres Mark Lizar - Javier Fernández Harshvardhan J. Pandit - Bud Bruegger - Axel Polleres - has purpose - - - - 2020-11-04 - accepted - Indicates association with Purpose - 2019-04-04 - - - - - - 2022-02-16 - Frequency + Rob Brennan accepted - - - The frequency or information about periods and repetitions in terms of recurrence. - Harshvardhan J. Pandit + + has storage + Indicates information about storage condition + 2019-04-05 - + - to arrange data according to a structure - - - + + + + + Improve Internal CRM Processes + Javier Fernandez + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + Simon Steyskal + Elmar Kiesling + 2019-04-05 + Improve customer-relationship management (CRM) processes accepted - Structure - - 2019-05-07 - + - Bud Bruegger - + Personalise interfaces presented to the user + Elmar Kiesling + Simon Steyskal + Javier Fernandez + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + User Interface Personalisation + + + - Technical and Organisational Measure - 2020-11-04 2019-04-05 - The Technical and Organisational measures used. accepted - + - - accepted - - parent property for controller, processor, data subject, authority, etc.? - 2022-02-09 - Harshvardhan J. Pandit + 2020-11-04 - has entity - Indicates inclusion or applicability of an entity to some concept - - - - - - accepted - Large Scale Processing - Processing that takes place at large scales + + Social Media + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Piero Bonatti - - 2020-11-04 + + Conduct marketing through social media - + - - - + Harshvardhan J. Pandit + parent property for controller, processor, data subject, authority, etc.? + 2022-02-09 + Indicates inclusion or applicability of an entity to some concept accepted - An organisation managed or part of government - 2022-02-02 - Harshvardhan J. Pandit - - GovernmentalOrganisation + has entity + + + - + + accepted - 2021-09-08 - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments - - Assessment - + Paul Ryan + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit + Julian Flake + 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 + + Controller-Processor Agreement - + - 2020-11-04 - Specifies address of a legal entity such as street address or pin code - Harshvardhan J.Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan - + Harshvardhan J. Pandit + + Generated Personal Data + 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 - - has address + + accepted + 2022-03-30 - + - Beatriz Esteves - Georg P Krog - Fajar Ekaputra - Julian Flake - Harshvardhan J. Pandit - Impact that acts as or causes detriments - 2022-03-23 - accepted - - Detriment + - + + Legal Obligation to conduct the specified processing + Harshvardhan J. Pandit + 2021-04-07 + Legal Obligation + accepted - + - + - accepted - to send out data - - Transmit + to consult or query data + Consult + 2019-05-07 - - - - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - has sector - - - 2019-04-05 - accepted + - + - - - - - Georg P Krog - David Hickey - Harshvardhan J. Pandit - Paul Ryan - 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. accepted - Manage communication or provide means for communication e.g. to send an email notifying some information - 2021-09-01 + 2020-11-04 + Piero Bonatti + Harshvardhan J. Pandit + + Large Scale Processing + + + + Processing that takes place at large scales - Communication Management - + - + Axel Polleres + Harshvardhan J. Pandit Rob Brennan - Paul Ryan - 2022-03-02 + Mark Lizar + - - - accepted - - Specifices an associated data protection officer - has data protection officer - - - - - - - - - - Entities_Authority Concepts - - - - - - - Georg Krog - Harshvardhan Pandit - David Hickey - Paul Ryan - + Staff Training + 2019-04-05 + - Data Importer - An entity that 'imports' data where importing is considered a form of data transfer + Practices and policies regarding training of staff members accepted - 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 - + - - - - - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan + The frequency or information about periods and repetitions in terms of recurrence. accepted - 2020-11-04 - Carrying out an impact assessment regarding privacy risks - Privacy Impact Assessment + Harshvardhan J. Pandit + 2022-02-16 + Frequency + + - + - - + Indicates a purpose is restricted to the specified context(s) + + - Access Control Method - Axel Polleres - Mark Lizar - Rob Brennan - Harshvardhan J. Pandit - Methods which restrict access to a place or resource accepted - + has context 2019-04-05 + - - - - - - - - - - - - - Entities Concepts - - + - 2019-04-05 - Non-Disclosure Agreement (NDA) - accepted - - Axel Polleres - Mark Lizar - Rob Brennan - Harshvardhan J. Pandit - - Non-disclosure Agreements e.g. preserving confidentiality of information - - - - - - - Analytics - Conduct analysis and reporting related to usage of services or products - Beatriz Esteves - Georg P Krog + 2022-01-26 + The consequence(s) possible or arising from specified context + Harshvardhan J. Pandit + + Consequence accepted - 2020-11-04 - - - Was "UsageAnalytics", prefixed with Service to better reflect scope - - - 2022-01-19 - - Harshvardhan J. Pandit - - A region is an area or site that is considered a location - Region + + accepted + The algorithmic logic applied or used + - + + 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. + 2022-01-26 + + Harshvardhan J. Pandit - + - Mark Lizar Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - Certification + 2020-11-18 - - 2019-04-05 - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance - + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. accepted + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risk - + - A seal or a mark indicating proof of certification to some certification or standard - - - - Axel Polleres - Mark Lizar - Rob Brennan - Harshvardhan J. Pandit + Encryption in Rest accepted - - Seal - - 2019-04-05 - - - - 2022-03-02 + Encryption of data when being stored (persistent encryption) + Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - Georg P. Krog - Julian Flake - is before - Indicates the specified concepts is 'before' this concept in some context - accepted - + + + + 2019-04-05 - + - Mark Lizar Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - - A legally binding agreement - Legal Agreement + Julian Flake + Paul Ryan + Georg P. Krog + Beatriz Esteves + 2022-04-06 - + Member - 2019-04-05 accepted + + + Data subjects that are members of a group, organisation, or other collectives - + accepted - - + Technology + Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - 2020-11-04 - - Risk Mitigation Measure - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - Measures intended to mitigate, minimise, or prevent risk. + + 2022-01-26 + The technology, technological implementation, or any techniques, skills, methods, and processes used or applied + Harshvardhan J. Pandit - + - - - + Entity + Harshvardhan J. Pandit + A human or non-human 'thing' that constitutes as an entity - + + + 2022-02-02 accepted - to delete data - Erase - 2019-05-07 - - + - - to create a profile that describes or represents a person - 2019-05-07 - Profiling - accepted - + + 2019-05-07 + + + to modify the data, often rewritten into a new form for a new use + Adapt - + - - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - accepted - - 2021-09-08 - Legitimate Interest Assessment - Georg P Krog Harshvardhan J. Pandit + Julian Flake Paul Ryan + Georg P. Krog + Beatriz Esteves + Data subjects that are citizens (for a jurisdiction) + 2022-04-06 + + + accepted + Citizen - + - - accepted - - 2019-05-07 - Adapt - - - - to modify the data, often rewritten into a new form for a new use - - - - Joint Data Controllers Agreement + + Paul Ryan Georg P Krog - Julian Flake - Beatriz Esteves Harshvardhan J. Pandit + Consultation with an authority or authoritative entity + + Consultation with Authority + + accepted + 2020-11-04 + + + - - - 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 + + + 2019-05-07 accepted - + Combine + + + + + to join or merge data - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - Jurisdiction Concepts + Entities_Legalrole Concepts - + 2020-11-04 - - - accepted - Axel Polleres - Javier Fernández - + Bud Bruegger - Processing - + + Technical and Organisational Measure + accepted + The Technical and Organisational measures used. 2019-04-05 - The processing performed on personal data + - + - - has name - Paul Ryan - Harshvardhan J.Pandit + Beatriz Esteves Georg P Krog - - + Paul Ryan + Harshvardhan J. Pandit + Julian Flake accepted - - 2020-11-04 - Specifies name of a legal entity + + + + + 2022-01-26 + 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 - + - - 2019-04-05 - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar + - + + + 2019-05-07 + to study or examine the data in detail accepted - Generic property specifying when or under which condition(s) the consent will expire - has expiry + Analyse + + + - + + Consumer + Georg P. Krog Harshvardhan J. Pandit - 2022-01-19 + Paul Ryan + Julian Flake + Beatriz Esteves + - A political union of two or more countries based on economic or trade agreements - accepted - - EconomicUnion - + accepted + 2022-04-06 + Data subjects that consume goods or services for direct use + - + - Indicates the frequency with which something takes place - + + + Piero Bonatti Harshvardhan J. Pandit + Processing that involves systematic monitoring of individuals accepted - has frequency - - - 2022-02-16 - + 2020-11-04 + + + + Systematic Monitoring - + - - - - - Georg Krog - Paul Ryan - Harshvardhan Pandit - An authority with the power to create or enforce laws, or determine their compliance. - - accepted + - Authority - 2020-11-04 + + to make a record (especially media) + Record + + + + 2019-05-07 - + + accepted - - Bud Bruegger - Axel Polleres - Mark Lizar + Third Country Harshvardhan J. Pandit - Javier Fernández - has technical and organisational measure - + 2022-02-09 + + - Indicates use or applicability of Technical or Organisational measure - 2019-04-04 - 2020-11-04 + Represents a country outside applicable or compatible jurisdiction as outlined in law - + - Rob Brennan + has expiry + 2019-04-05 + Bud Bruegger Mark Lizar Harshvardhan J. Pandit - Axel Polleres - accepted - - Risk Management Procedure - - - - - 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 - 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. - - - - - - Store - + - - 2019-05-07 accepted - to keep data for future use + Generic property specifying when or under which condition(s) the consent will expire - + Harshvardhan J. Pandit - Beatriz Esteves Paul Ryan - Georg P Krog - Julian Flake + + Organisational Unit - - Non-Public Data Source - - 2022-01-26 + 2022-03-23 + Entity within an organisation that does not constitute as a separate legal entity + accepted - A source of data that is not publicly accessible or available + - + - has data exporter - Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit - - accepted - - Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + + Processing that involves use of innovative and new technologies + - - 2022-02-09 + Innovative Use of New Technologies + Piero Bonatti + Harshvardhan J. Pandit + + 2020-11-04 + accepted - + + + 2019-05-07 + accepted + - accepted - + Erase - - - to join or merge data - 2019-05-07 - - Combine + to delete data - + + Specifies contact details of a legal entity such as phone or email - Indicates association with Personal Data - - has personal data - 2022-01-19 accepted - - Harshvardhan J. Pandit + + has contact + Beatriz Esteves + Paul Ryan + Harshvardhan J.Pandit + Georg P Krog + 2020-11-04 + - + - - - - Manage selection, assessment, and evaluation related to vendors - Georg P Krog + + + Beatriz Esteves Harshvardhan J. Pandit - David Hickey + Georg P Krog + Julian Flake Paul Ryan + Optional + + 2022-02-14 accepted - - Vendor Selection Assessment - 2021-09-01 + Indication of 'optional' or 'voluntary' - + + + + accepted + Indicates applicability of specified jurisdiction Harshvardhan J. Pandit + - - The consequence(s) possible or arising from specified context - - 2022-01-26 + has jurisdiction + 2022-01-19 + + + - + + + 2022-01-19 + has country + Indicates applicability of specified country + accepted - Consequence + Harshvardhan J. Pandit + Georg P Krog + - + - accepted - Advertising + 2022-02-09 - - - 2020-11-04 - - Beatriz Esteves - Georg P Krog + + Paul Ryan + Georg P. Krog Harshvardhan J. Pandit - 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 + + has data exporter + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + accepted + - + + + + 2022-02-16 + Harshvardhan J. Pandit + has frequency + accepted - Indicates use or applicability of Right + + Indicates the frequency with which something takes place + + + + + has data importer + accepted + Georg P. Krog Harshvardhan J. Pandit - - 2020-11-18 + Paul Ryan + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + 2022-02-09 + - has right - + + 2022-01-19 - A law is a set of rules created by government or authorities - accepted - - - Law Harshvardhan J. Pandit - - - - - + Region - + + accepted - A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law - 2019-04-05 - - Harshvardhan J. Pandit - Legal Entity + A region is an area or site that is considered a location - + + 2019-04-05 + Fajar Ekaputra + Simon Steyskal + Elmar Kiesling Javier Fernandez Axel Polleres Harshvardhan J. Pandit - Simon Steyskal - Fajar Ekaputra - Elmar Kiesling - + accepted - Was previous "Security". Prefixed to distinguish from TechOrg measures. - Enforce Security - - Ensure and enforce security e.g. of data, personnel - 2019-04-05 + Research and Development + + Conduct research and development for new methods, products, or services - + + Harshvardhan J. Pandit + Georg P Krog + + + Consequence of Success + + 2022-03-23 - 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 - 2019-04-05 - - - Specifies the entity that provisioned or provided consent - - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar - has provision by + The consequence(s) possible or arising from success of specified context + - + - 2019-04-05 - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar - has provision method - + + 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 + 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. - Specifies the method by which consent was provisioned or provided - + - accepted - - - - has context + An organisation managed or part of government - - Indicates a purpose is restricted to the specified context(s) - 2019-04-05 - - - - + + 2022-02-02 - to destruct or erase data - - - - 2019-05-07 accepted - Remove + GovernmentalOrganisation + + Harshvardhan J. Pandit - + - - - - - Georg P Krog Harshvardhan J. Pandit - Paul Ryan David Hickey + Paul Ryan + Georg P Krog + Manage communication or provide means for communication e.g. to send an email notifying some information + accepted - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests - Record Management + + + + 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. 2021-09-01 + + + + + accepted + Georg P Krog + Harshvardhan J. Pandit + 2022-01-19 + + + Indicates area, scope, or applicability of an Authority + is authority for - + - + Specifies the instant in time when consent was given + - accepted - Disclose - to make data known - - - 2019-05-07 + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + 2019-04-05 + has provision time - + + Certification and Seal + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + Axel Polleres + + 2019-04-05 + Certifications, seals, and marks indicating compliance to regulations or practices accepted - A broad concept representing 'data' or 'information' - Data - Harshvardhan J. Pandit - 2022-01-19 + - + - - to retrieve data, often in an automated manner + 2020-11-04 + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + - accepted + + Carrying out an impact assessment regarding privacy risks + Privacy Impact Assessment - Retrieve - - 2019-05-07 - + - Anonymization - Mark Lizar - Harshvardhan J. Pandit - Rob Brennan + Entities that receive personal data + Javier Fernández Axel Polleres - Process by which some personal identifiers are removed or identifiability is reduced - - - - + + + + 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 accepted + - + - The duration or temporal limitation - Harshvardhan J. Pandit - 2022-02-09 accepted - + Harshvardhan J. Pandit + Georg P Krog + + Location may be geographic, physical, or virtual. + A location is a position, site, or area where something is located + Location - Duration + 2022-01-19 - + - 2019-05-07 - accepted + Service Optimization + Simon Steyskal + Elmar Kiesling + Javier Fernandez + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + Optimise services or activities - + - Record + Subclass of ServiceProvision since optimisation is usually considered part of providing services - - to make a record (especially media) - + 2019-04-05 + + accepted diff --git a/dpv-skos/dpv.ttl b/dpv-skos/dpv.ttl index 82e1dc443..1b778a6e8 100644 --- a/dpv-skos/dpv.ttl +++ b/dpv-skos/dpv.ttl @@ -5,10 +5,10 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svd: . -@prefix svpr: . -@prefix svpu: . +@prefix spl: . +@prefix svd: . +@prefix svpr: . +@prefix svpu: . @prefix sw: . @prefix vann: . @prefix xsd: . @@ -165,7 +165,7 @@ dpvs:Analyse a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Use ; @@ -178,7 +178,7 @@ dpvs:Anonymise a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -216,6 +216,22 @@ dpvs:Anonymization a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Anonymization"@en . +dpvs:Applicant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are applicants in some context"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Applicant"@en . + dpvs:Assessment a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -348,6 +364,38 @@ dpvs:Child a rdfs:Class, skos:note "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."@en ; skos:prefLabel "Child"@en . +dpvs:Citizen a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Citizen"@en . + +dpvs:Client a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Customer ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Customer ; + skos:definition "Data subjects that are clients or recipients of services"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Client"@en . + dpvs:CodeOfConduct a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -368,7 +416,7 @@ dpvs:Collect a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Obtain ; @@ -395,7 +443,7 @@ dpvs:Combine a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -532,7 +580,7 @@ dpvs:Consult a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Use ; @@ -569,6 +617,22 @@ dpvs:ConsultationWithAuthority a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Consultation with Authority"@en . +dpvs:Consumer a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that consume goods or services for direct use"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Consumer"@en . + dpvs:Context a rdfs:Class, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -646,7 +710,7 @@ dpvs:Copy a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Processing ; @@ -675,7 +739,7 @@ dpvs:CreateEventRecommendations a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:CreatePersonalizedRecommendations ; @@ -689,7 +753,7 @@ dpvs:CreatePersonalizedRecommendations a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:ServicePersonalization ; @@ -715,6 +779,23 @@ dpvs:CreateProductRecommendations a rdfs:Class, skos:prefLabel "Create Product Recommendations"@en ; skos:related svpu:Marketing . +dpvs:Customer a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that purchase goods or services"@en ; + skos:inScheme dpv: ; + skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + skos:prefLabel "Customer"@en . + dpvs:CustomerCare a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -1088,7 +1169,7 @@ dpvs:Derive a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -1244,6 +1325,22 @@ dpvs:EconomicUnion a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "EconomicUnion"@en . +dpvs:Employee a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are employees"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Employee"@en . + dpvs:Encryption a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -1519,6 +1616,22 @@ dpvs:IdentityVerification a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Identity Verification"@en . +dpvs:Immigrant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Immigrant"@en . + dpvs:Impact a rdfs:Class, skos:Concept ; dct:created "2022-03-23"^^xsd:date ; @@ -1691,6 +1804,22 @@ dpvs:InternationalOrganisation a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "International Organisation"@en . +dpvs:JobApplicant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Applicant ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Applicant ; + skos:definition "Data subjects that apply for jobs or employments"@en ; + skos:inScheme dpv: ; + skos:prefLabel "JobApplicant"@en . + dpvs:JointDataControllers a rdfs:Class, skos:Concept ; dct:created "2022-02-02"^^xsd:date ; @@ -1928,6 +2057,22 @@ dpvs:MaterialDamage a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Material Damage"@en . +dpvs:Member a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Member"@en . + dpvs:MemberPartnerManagement a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -1948,7 +2093,7 @@ dpvs:Move a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transfer ; @@ -2014,6 +2159,22 @@ dpvs:Necessity a rdfs:Class, skos:note "Necessity can be used to express need, essentiality, requirement, or compulsion."@en ; skos:prefLabel "Necessity"@en . +dpvs:NonCitizen a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "NonCitizen"@en . + dpvs:NonCommercialResearch a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -2301,7 +2462,9 @@ dpvs:OrganisationalUnit a rdfs:Class, dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Entity ; sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Entity ; skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ; skos:inScheme dpv: ; skos:prefLabel "Organisational Unit"@en . @@ -2332,6 +2495,38 @@ dpvs:PIA a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Privacy Impact Assessment"@en . +dpvs:Participant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Participant"@en . + +dpvs:Patient a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Patient"@en . + dpvs:Payment a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -2515,7 +2710,7 @@ dpvs:Processing a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -2637,7 +2832,7 @@ dpvs:Purpose a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -2652,7 +2847,7 @@ dpvs:Recipient a rdfs:Class, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; rdfs:subClassOf dpvs:LegalEntity ; sw:term_status "accepted"@en ; @@ -2897,8 +3092,7 @@ dpvs:Risk a rdfs:Class, skos:prefLabel "Risk"@en . dpvs:RiskManagementProcedure a rdfs:Class, - skos:Concept, - dpvs:TechnicalOrganisationalMeasure ; + skos:Concept ; dct:created "2019-04-05"^^xsd:date ; dct:creator "Axel Polleres"^^xsd:string, "Harshvardhan J. Pandit"^^xsd:string, @@ -2906,6 +3100,7 @@ dpvs:RiskManagementProcedure a rdfs:Class, "Rob Brennan"^^xsd:string ; dct:source ; rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:OrganisationalMeasure ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:OrganisationalMeasure ; skos:definition "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."@en ; @@ -2914,13 +3109,13 @@ dpvs:RiskManagementProcedure a rdfs:Class, skos:prefLabel "Risk Management Procedure"@en . dpvs:RiskMitigationMeasure a rdfs:Class, - skos:Concept, - dpvs:TechnicalOrganisationalMeasure ; + skos:Concept ; dct:created "2020-11-04"^^xsd:date ; dct:creator "Georg P Krog"^^xsd:string, "Harshvardhan J. Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:TechnicalOrganisationalMeasure ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:TechnicalOrganisationalMeasure ; skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; @@ -3338,6 +3533,22 @@ dpvs:Structure a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Structure"@en . +dpvs:Student a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are students"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Student"@en . + dpvs:SubProcessorAgreement a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -3354,6 +3565,23 @@ dpvs:SubProcessorAgreement a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Sub-Processor Agreement"@en . +dpvs:Subscriber a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that subscribe to service(s)"@en ; + skos:inScheme dpv: ; + skos:note "note: subscriber can be customer or consumer"@en ; + skos:prefLabel "Subscriber"@en . + dpvs:SupraNationalAuthority a rdfs:Class, skos:Concept ; dct:created "2022-02-02"^^xsd:date ; @@ -3490,11 +3718,27 @@ dpvs:ThirdPartyAgreement a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Third-Party Agreement"@en . +dpvs:Tourist a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Tourist"@en . + dpvs:Transfer a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Processing ; @@ -3539,6 +3783,22 @@ dpvs:Use a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Use"@en . +dpvs:User a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that use service(s)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "User"@en . + dpvs:UserInterfacePersonalisation a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -3620,6 +3880,22 @@ dpvs:VendorSelectionAssessment a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Vendor Selection Assessment"@en . +dpvs:Visitor a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are temporary visitors"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Visitor"@en . + dpvs:VitalInterest a rdfs:Class, skos:Concept, dpvs:LegalBasis ; @@ -3672,18 +3948,20 @@ dpvs:VulnerableDataSubject a rdfs:Class, skos:broaderTransitive dpvs:DataSubject ; skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; skos:inScheme dpv: ; - skos:note "This concept denote 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."@en ; + skos:note "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."@en ; skos:prefLabel "Vulnerable Data Subject"@en . - a owl:Ontology ; + a owl:Ontology ; dct:abstract "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:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "Elmar Kiesling", "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -3701,9 +3979,9 @@ dpvs:VulnerableDataSubject a rdfs:Class, dct:modified "2022-04-02"^^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.5"^^xsd:string . + vann:preferredNamespacePrefix "dpvs" ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos"^^xsd:string ; + owl:versionInfo "0.6"^^xsd:string . dpvs:BaseConcepts a skos:Collection ; dct:title "Base Concepts"^^xsd:string ; @@ -3799,8 +4077,25 @@ dpvs:Entities_AuthorityConcepts a skos:Collection ; dpvs:Entities_DatasubjectConcepts a skos:Collection ; dct:title "Entities_Datasubject Concepts"^^xsd:string ; skos:member dpvs:Adult, + dpvs:Applicant, dpvs:Child, + dpvs:Citizen, + dpvs:Client, + dpvs:Consumer, + dpvs:Customer, dpvs:DataSubject, + dpvs:Employee, + dpvs:Immigrant, + dpvs:JobApplicant, + dpvs:Member, + dpvs:NonCitizen, + dpvs:Participant, + dpvs:Patient, + dpvs:Student, + dpvs:Subscriber, + dpvs:Tourist, + dpvs:User, + dpvs:Visitor, dpvs:VulnerableDataSubject, dpvs:hasDataSubject . @@ -4029,6 +4324,8 @@ dpvs:RiskConcepts a skos:Collection ; dpvs:MaterialDamage, dpvs:NonMaterialDamage, dpvs:Risk, + dpvs:RiskManagementProcedure, + dpvs:RiskMitigationMeasure, dpvs:hasConsequence, dpvs:hasImpact, dpvs:hasImpactOn, @@ -4077,8 +4374,6 @@ dpvs:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpvs:RecordsOfActivities, dpvs:RegisterOfProcessingActivities, dpvs:RegularityOfRecertification, - dpvs:RiskManagementProcedure, - dpvs:RiskMitigationMeasure, dpvs:Safeguard, dpvs:SafeguardForDataTransfer, dpvs:Seal, @@ -4257,7 +4552,7 @@ dpvs:hasDuration a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Duration ; sw:term_status "accepted"@en ; @@ -4569,7 +4864,7 @@ dpvs:hasStorage a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:StorageCondition ; sw:term_status "accepted"@en ; @@ -4839,7 +5134,7 @@ dpvs:hasLocation a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Location ; sw:term_status "accepted"@en ; @@ -4867,7 +5162,7 @@ dpvs:hasProcessing a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Processing ; sw:term_status "accepted"@en ; @@ -4884,7 +5179,7 @@ dpvs:hasPurpose a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Purpose ; sw:term_status "accepted"@en ; @@ -4947,7 +5242,7 @@ dpvs:hasRecipient a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Recipient ; rdfs:subPropertyOf dpvs:hasEntity ; diff --git a/dpv-skos/index.html b/dpv-skos/index.html index f349fd4f6..2f2a0d211 100644 --- a/dpv-skos/index.html +++ b/dpv-skos/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv", title: "DPV-SKOS: Data Privacy Vocabulary (DPV) in SKOS+RDF", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -548,6 +548,21 @@

                Data Subject

                SuperType Of: dpvs:Adult, + dpvs:Applicant, + dpvs:Citizen, + dpvs:Consumer, + dpvs:Customer, + dpvs:Employee, + dpvs:Immigrant, + dpvs:Member, + dpvs:NonCitizen, + dpvs:Participant, + dpvs:Patient, + dpvs:Student, + dpvs:Subscriber, + dpvs:Tourist, + dpvs:User, + dpvs:Visitor, dpvs:VulnerableDataSubject @@ -698,7 +713,7 @@

                Personal Data

                See Also: - spl:AnyData + spl:AnyData @@ -749,7 +764,7 @@

                Processing

                Source: - SPECIAL Project + SPECIAL Project @@ -770,7 +785,7 @@

                Processing

                See Also: - spl:AnyProcessing + spl:AnyProcessing @@ -791,7 +806,7 @@

                Purpose

                Source: - SPECIAL Project + SPECIAL Project @@ -812,7 +827,7 @@

                Purpose

                See Also: - spl:AnyPurpose + spl:AnyPurpose @@ -852,7 +867,7 @@

                Recipient

                Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -873,7 +888,7 @@

                Recipient

                See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -951,6 +966,12 @@

                Technical and Organisational Measur Definition: The Technical and Organisational measures used. + + SuperType Of: + + dpvs:RiskMitigationMeasure + + Created: @@ -1156,7 +1177,7 @@

                has processing

                Source: - SPECIAL Project + SPECIAL Project @@ -1195,7 +1216,7 @@

                has purpose

                Source: - SPECIAL Project + SPECIAL Project @@ -1234,7 +1255,7 @@

                has recipient

                Source: - SPECIAL Project + SPECIAL Project @@ -1380,7 +1401,8 @@

                Entity

                SuperType Of: dpvs:LegalEntity, - dpvs:NaturalPerson + dpvs:NaturalPerson, + dpvs:OrganisationalUnit @@ -2086,7 +2108,7 @@

                Recipient

                Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -2107,7 +2129,7 @@

                Recipient

                See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -2410,7 +2432,7 @@

                has recipient

                Source: - SPECIAL Project + SPECIAL Project @@ -3109,6 +3131,12 @@

                Organisational Unit

                Definition: Entity within an organisation that does not constitute as a separate legal entity + + SubClass of: + + dpvs:Entity + + Created: @@ -3133,8 +3161,25 @@

                Data Subjects

                Classes

                Adult | + Applicant | Child | + Citizen | + Client | + Consumer | + Customer | Data Subject | + Employee | + Immigrant | + JobApplicant | + Member | + NonCitizen | + Participant | + Patient | + Student | + Subscriber | + Tourist | + User | + Visitor | Vulnerable Data Subject

                @@ -3144,11 +3189,617 @@

                Adult

                Term: - Adult + Adult + + + Definition: + A natural person that is not a child i.e. has attained some legally specified age of adulthood + + + SubClass of: + + dpvs:DataSubject + + + + Created: + + + + Contributor(s): + + Georg Krog + + + + + +
                +

                Applicant

                + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Applicant
                Definition:Data subjects that are applicants in some context
                SubClass of: + dpvs:DataSubject +
                SuperType Of: + dpvs:JobApplicant +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Child

                + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Child
                Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
                SubClass of: + dpvs:NatualPerson +
                Note: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.
                Created:
                Contributor(s): + Harshvardhan J. Pandit +
                +
                +
                +

                Citizen

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Citizen
                Definition:Data subjects that are citizens (for a jurisdiction)
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Client

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Client
                Definition:Data subjects that are clients or recipients of services
                SubClass of: + dpvs:Customer +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Consumer

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Consumer
                Definition:Data subjects that consume goods or services for direct use
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Customer

                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Customer
                Definition:Data subjects that purchase goods or services
                SubClass of: + dpvs:DataSubject +
                SuperType Of: + dpvs:Client +
                Note:note: for B2B relations where customers are organisations, this concept only applies for data subjects
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Data Subject

                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                Term:DataSubject
                Definition:The individual (or category of individuals) whose personal data is being processed
                SubClass of: + dpvs:LegalEntity, + dpvs:NaturalPerson +
                SuperType Of: + dpvs:Adult, + dpvs:Applicant, + dpvs:Citizen, + dpvs:Consumer, + dpvs:Customer, + dpvs:Employee, + dpvs:Immigrant, + dpvs:Member, + dpvs:NonCitizen, + dpvs:Participant, + dpvs:Patient, + dpvs:Student, + dpvs:Subscriber, + dpvs:Tourist, + dpvs:User, + dpvs:Visitor, + dpvs:VulnerableDataSubject +
                Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.
                Source: + GDPR Art.4-1 +
                Created:
                Modified:
                Contributor(s): + Axel Polleres, + Javier Fernández +
                +
                +
                +

                Employee

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Employee
                Definition:Data subjects that are employees
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Immigrant

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Immigrant
                Definition:Data subjects that are immigrants (for a jurisdiction)
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                JobApplicant

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:JobApplicant
                Definition:Data subjects that apply for jobs or employments
                SubClass of: + dpvs:Applicant +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Member

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Member
                Definition:Data subjects that are members of a group, organisation, or other collectives
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                NonCitizen

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:NonCitizen
                Definition:Data subjects that are not citizens (for a jurisdiction)
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Participant

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Participant
                Definition:Data subjects that participate in some context such as volunteers in a function
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Patient

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Patient
                Definition:Data subjects that receive medican attention, treatment, care, advice, or other health related services
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Student

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:Student
                Definition:Data subjects that are students
                SubClass of: + dpvs:DataSubject +
                Created:
                Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                +
                +
                +

                Subscriber

                + + + + + - + @@ -3156,103 +3807,127 @@

                Adult

                dpvs:DataSubject + + + + - +
                Term:Subscriber
                Definition:A natural person that is not a child i.e. has attained some legally specified age of adulthoodData subjects that subscribe to service(s)
                SubClass of:
                Note:note: subscriber can be customer or consumer
                Created:
                Contributor(s): - Georg Krog + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                -
                -

                Child

                +
                +

                Tourist

                - + - + - - - - - +
                Term:ChildTourist
                Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.Data subjects that are tourists i.e. not citizens and not immigrants
                SubClass of: - dpvs:NatualPerson + dpvs:DataSubject
                Note: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.
                Created:
                Contributor(s): - Harshvardhan J. Pandit + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                -
                -

                Data Subject

                +
                +

                User

                - + - + - + + + + + + +
                Term:DataSubjectUser
                Definition:The individual (or category of individuals) whose personal data is being processedData subjects that use service(s)
                SubClass of: - dpvs:LegalEntity, - dpvs:NaturalPerson + dpvs:DataSubject
                SuperType Of:Created:
                Contributor(s): - dpvs:Adult, - dpvs:VulnerableDataSubject + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                +
                +
                +

                Visitor

                + + - - + + - + + + + + - - - - - + @@ -3278,7 +3953,7 @@

                Vulnerable Data Subject

                - + @@ -3460,7 +4135,7 @@

                Academic Research

                @@ -3584,7 +4259,7 @@

                Commercial Research

                @@ -3695,7 +4370,7 @@

                Create Event Recommendations

                @@ -3737,7 +4412,7 @@

                Create Personalized Recommendations

                @@ -3794,7 +4469,7 @@

                Create Product Recommendations

                @@ -3840,7 +4515,7 @@

                Customer Care

                @@ -4089,7 +4764,7 @@

                Delivery of Goods

                @@ -4219,7 +4894,7 @@

                Enforce Access Control

                @@ -4309,7 +4984,7 @@

                Fraud Prevention and Detection

                @@ -4767,7 +5442,7 @@

                Optimisation for Consumer

                @@ -5228,7 +5903,7 @@

                Purpose

                @@ -5249,7 +5924,7 @@

                Purpose

                @@ -6168,7 +6843,7 @@

                has purpose

                @@ -6425,7 +7100,7 @@

                Analyse

                @@ -6435,7 +7110,7 @@

                Analyse

                @@ -6466,7 +7141,7 @@

                Anonymise

                @@ -6476,7 +7151,7 @@

                Anonymise

                @@ -6508,7 +7183,7 @@

                Collect

                @@ -6518,7 +7193,7 @@

                Collect

                @@ -6550,7 +7225,7 @@

                Combine

                @@ -6560,7 +7235,7 @@

                Combine

                @@ -6592,7 +7267,7 @@

                Consult

                @@ -6602,7 +7277,7 @@

                Consult

                @@ -6633,7 +7308,7 @@

                Copy

                @@ -6643,7 +7318,7 @@

                Copy

                @@ -6674,7 +7349,7 @@

                Derive

                @@ -6684,7 +7359,7 @@

                Derive

                @@ -6925,7 +7600,7 @@

                Move

                @@ -6935,7 +7610,7 @@

                Move

                @@ -7026,7 +7701,7 @@

                Processing

                @@ -7047,7 +7722,7 @@

                Processing

                @@ -7393,7 +8068,7 @@

                Transfer

                @@ -7403,7 +8078,7 @@

                Transfer

                @@ -7537,7 +8212,7 @@

                has processing

                @@ -7737,7 +8412,7 @@

                Derived Personal Data

                @@ -7916,7 +8591,7 @@

                Personal Data

                @@ -8125,8 +8800,6 @@

                Classes

                Records of Activities | Register of Processing Activities | Regularity of Re-certification | - Risk Management Procedure | - Risk Mitigation Measure | Safeguard | Safeguard for Data Transfer | Seal | @@ -9268,6 +9941,12 @@

                Organisational Measure

                + + + + @@ -9633,91 +10312,6 @@

                Regularity of Re-certification

                Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.Term:Visitor
                Source:Definition:Data subjects that are temporary visitors
                SubClass of: - GDPR Art.4-1 + dpvs:DataSubject
                Created:
                Modified:
                Contributor(s): - Axel Polleres, - Javier Fernández + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                Note:This concept denote 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.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.
                Created:
                See Also: - svpu:Education + svpu:Education
                See Also: - svpu:Develop + svpu:Develop
                Source: - SPECIAL Project + SPECIAL Project
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - svpu:Marketing + svpu:Marketing
                See Also: - svpu:Feedback + svpu:Feedback
                See Also: - svpu:Delivery + svpu:Delivery
                See Also: - svpu:Login + svpu:Login
                See Also: - svpu:Government + svpu:Government
                See Also: - svpu:Custom + svpu:Custom
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - spl:AnyPurpose + spl:AnyPurpose
                Source: - SPECIAL Project + SPECIAL Project
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Analyse + svpr:Analyse
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Anonymize + svpr:Anonymize
                Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Collect + svpr:Collect
                Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Aggregate + svpr:Aggregate
                Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Query + svpr:Query
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Copy + svpr:Copy
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Derive + svpr:Derive
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Move + svpr:Move
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - spl:AnyProcessing + spl:AnyProcessing
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - svpr:Transfer + svpr:Transfer
                Source: - SPECIAL Project + SPECIAL Project
                See Also: - svd:Derived + svd:Derived
                See Also: - spl:AnyData + spl:AnyData
                Instance of: dpvs:TechnicalOrganisationalMeasure
                SuperType Of: + dpvs:RiskManagementProcedure +
                Created:
                -
                -

                Risk Management Procedure

                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                Term:RiskManagementProcedure
                Definition: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.
                Narrower than: - dpvs:OrganisationalMeasure -
                Instance of:dpvs:TechnicalOrganisationalMeasure
                Note: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
                Source: - ISO 31000 -
                Created:
                Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
                -
                -
                -

                Risk Mitigation Measure

                - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                Term:RiskMitigationMeasure
                Definition:Measures intended to mitigate, minimise, or prevent risk.
                Narrower than: - dpvs:TechnicalOrganisationalMeasure -
                Instance of:dpvs:TechnicalOrganisationalMeasure
                Created:
                Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
                -

                Safeguard

                @@ -10000,6 +10594,12 @@

                Technical and Organisational Measure

                Definition: + + + + @@ -10820,7 +11420,7 @@

                has duration

                @@ -11680,7 +12280,7 @@

                has storage

                @@ -11723,7 +12323,9 @@

                Classes

                Impact | Material Damage | Non-Material Damage | - Risk + Risk | + Risk Management Procedure | + Risk Mitigation Measure

                @@ -12144,6 +12746,83 @@

                Risk

                The Technical and Organisational measures used.
                SuperType Of: + dpvs:RiskMitigationMeasure +
                Created:
                Source: - SPECIAL Project + SPECIAL Project
                Source: - SPECIAL Project + SPECIAL Project
                +
                +

                Risk Management Procedure

                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                Term:RiskManagementProcedure
                Definition: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.
                SubClass of: + dpvs:OrganisationalMeasure +
                Note: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
                Source: + ISO 31000 +
                Created:
                Contributor(s): + Axel Polleres, + Harshvardhan J. Pandit, + Mark Lizar, + Rob Brennan +
                +
                +
                +

                Risk Mitigation Measure

                + + + + + + + + + + + + + + + + + + + + + + + +
                Term:RiskMitigationMeasure
                Definition:Measures intended to mitigate, minimise, or prevent risk.
                SubClass of: + dpvs:TechnicalOrganisationalMeasure +
                Created:
                Contributor(s): + Georg P Krog, + Harshvardhan J. Pandit, + Paul Ryan +
                +
                @@ -12738,7 +13417,7 @@

                has location

                Source: - SPECIAL Project + SPECIAL Project @@ -13812,6 +14491,27 @@

                Proposed Terms

              purposes
              • TagManagement
              • +
              + context +
              • Status
              • +
              • ActivityStatus
              • +
              • ActivityProposed
              • +
              • ActivityOngoing
              • +
              • ActivityHalted
              • +
              • ActivityCompleted
              • +
              • ComplianceStatus
              • +
              • Compliant
              • +
              • Incompliant
              • +
              • PartiallyCompliant
              • +
              • NotCompliant
              • +
              • ViolationOfCompliance
              • +
              • AuditStatus
              • +
              • AuditApproved
              • +
              • AuditRejected
              • +
              • AuditRequested
              • +
              • hasStatus
              • +
              • hasComplianceStatus
              • +
              • hasActivityStatus
              risk
              • hasConsequenceOn
              • @@ -13820,26 +14520,7 @@

                Proposed Terms

                • isRequiredFor
                entities_datasubject -
                • Patient
                • -
                • Employee
                • -
                • Student
                • -
                • Citizen
                • -
                • NonCitizen
                • -
                • Immigrant
                • -
                • Tourist
                • -
                • Customer
                • -
                • Consumer
                • -
                • User
                • -
                • JobApplicant
                • -
                • Visitor
                • -
                • Member
                • -
                • Applicant
                • -
                • Trainees
                • -
                • Subscriber
                • -
                • ServiceUsers
                • -
                • WebsiteVisitors
                • -
                • Clients
                • -
                • hasAgeOfMaturity
                • +
                  • hasAgeOfMaturity
                  legal_basis
                  • EULA
                  • diff --git a/dpv-skos/modules/base.jsonld b/dpv-skos/modules/base.jsonld index 531f9ba00..49239cbd5 100644 --- a/dpv-skos/modules/base.jsonld +++ b/dpv-skos/modules/base.jsonld @@ -1,29 +1,38 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], - "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#range": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" + "@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/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -32,98 +41,98 @@ "@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": "Indicates applicability of Risk" + "@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": "has risk" + "@value": "Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", + "@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": [ { "@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": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@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" + "@value": "Harshvardhan Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.specialprivacy.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#Processing" + "@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 association with Processing" + "@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 processing" + "@value": "Data Subject Right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling", "@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": [ @@ -132,15 +141,6 @@ }, { "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -149,21 +149,11 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.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", @@ -173,13 +163,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@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": "has recipient" + "@value": "Personal Data Handling" } ] }, @@ -211,7 +201,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -239,12 +229,12 @@ ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis", + "@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" @@ -255,6 +245,11 @@ "@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", @@ -275,24 +270,18 @@ "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." + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", + "@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" @@ -309,6 +298,15 @@ }, { "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -324,7 +322,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#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -336,18 +334,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" + "@value": "has technical and organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRight", + "@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" @@ -355,12 +353,35 @@ "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": "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": [ @@ -370,7 +391,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Right" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -382,26 +403,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has right" + "@value": "has purpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataController", + "@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" + "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": [ @@ -410,6 +431,15 @@ }, { "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -420,7 +450,7 @@ ], "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/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -428,57 +458,45 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing 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": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + "@value": "Indicates association with Processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Controller" + "@value": "has processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Right", + "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2022-01-19" } ], "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": [ @@ -486,36 +504,35 @@ "@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#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Right" + "@value": "has personal data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Risk", + "@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": [ { @@ -533,33 +550,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#Right" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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" + "@value": "has right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -600,7 +616,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#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -612,42 +628,54 @@ "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 Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "has data controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", "@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": [ { - "@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" + "@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" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -655,56 +683,51 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Data" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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 Recipient of 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": "http://www.specialprivacy.eu/langs/usage-policy#AnyData" + "@value": "has recipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#Right", "@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-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -712,11 +735,6 @@ "@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", @@ -726,26 +744,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@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": "has personal data" + "@value": "Right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-skos#DataController", "@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": [ @@ -754,15 +778,6 @@ }, { "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -773,7 +788,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -781,40 +796,46 @@ "@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#LegalEntity" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@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": "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": "has purpose" + "@value": "Data Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", + "@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": [ @@ -823,15 +844,6 @@ }, { "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -840,14 +852,14 @@ "@value": "2020-11-04" } ], - "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#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -859,18 +871,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" + "@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#TechnicalOrganisationalMeasure", + "@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" @@ -883,13 +900,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -903,106 +925,88 @@ "@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 Technical and Organisational measures used." + "@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": "Technical and Organisational Measure" + "@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#BaseConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis", "@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": "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/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" - }, + "@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#PersonalData" - }, + "@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#Processing" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - }, + "@language": "en", + "@value": "The Legal basis used to justify processing of personal data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - }, + "@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/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" - }, - { - "@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" + "@language": "en", + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight", + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", "@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": [ { @@ -1012,13 +1016,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1026,38 +1024,32 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Right" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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": "Indicates applicability of Risk" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject Right" + "@value": "has risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", + "@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" @@ -1084,7 +1076,10 @@ ], "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/" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1106,79 +1101,24 @@ "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": "Entities that receive personal data" } ], "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" - } - ] - }, - { - "@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" - ], - "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://www.specialprivacy.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 purpose of processing personal data" + "@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": "Purpose" + "@value": "Recipient" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ] }, @@ -1247,37 +1187,105 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient", + "@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" + "@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" + }, + { + "@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#hasPersonalDataHandling", + "@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/modified": [ + "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://www.specialprivacy.eu/" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1285,51 +1293,40 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Entities that receive 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": "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 Personal Data Handling" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@value": "has personal data handling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", "@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": [ @@ -1351,6 +1348,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", @@ -1360,34 +1362,31 @@ "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 use or applicability of a Legal Basis" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "has legal basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-skos#Risk", "@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-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1395,11 +1394,6 @@ "@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", @@ -1409,13 +1403,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "Risk" } ] } diff --git a/dpv-skos/modules/base.n3 b/dpv-skos/modules/base.n3 index b1eb4ecaf..c2c2419f9 100644 --- a/dpv-skos/modules/base.n3 +++ b/dpv-skos/modules/base.n3 @@ -3,7 +3,7 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -89,7 +89,7 @@ dpvs:Processing a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -102,7 +102,7 @@ dpvs:Purpose a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -116,7 +116,7 @@ dpvs:Recipient a rdfs:Class, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:LegalEntity ; @@ -255,7 +255,7 @@ dpvs:hasProcessing a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Processing ; sw:term_status "accepted"@en ; @@ -271,7 +271,7 @@ dpvs:hasPurpose a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Purpose ; sw:term_status "accepted"@en ; @@ -287,7 +287,7 @@ dpvs:hasRecipient a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Recipient ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/base.rdf b/dpv-skos/modules/base.rdf index fe756000a..fff2c7ccb 100644 --- a/dpv-skos/modules/base.rdf +++ b/dpv-skos/modules/base.rdf @@ -6,6 +6,46 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + Processing + The processing performed on personal data + + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + 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 + + + + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 + 2020-11-04 + accepted + Bud Bruegger + + @@ -22,6 +62,76 @@ Bud Bruegger + + + + + 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 + + + + + + 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 + + + + + + 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 + + + + + + + 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 + Indicates association with Personal Data + 2022-01-19 + accepted + Harshvardhan J. Pandit + + @@ -33,15 +143,27 @@ Harshvardhan J. Pandit + + + + + has personal data handling + Indicates association with Personal Data Handling + 2022-01-19 + accepted + Harshvardhan J. Pandit + 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 @@ -50,17 +172,6 @@ Javier Fernández - - - - - has right - Indicates use or applicability of Right - 2020-11-18 - accepted - Harshvardhan J. Pandit - - Base Concepts @@ -88,49 +199,49 @@ - - + - - has purpose - Indicates association with Purpose - - 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 - + + - - 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 - + + - - Purpose - The purpose of processing personal data - - - 2019-04-05 + + 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 @@ -160,70 +271,13 @@ Bud Bruegger - - - - - has personal data handling - Indicates association with Personal Data Handling - 2022-01-19 - accepted - Harshvardhan J. Pandit - Georg P Krog - - - - - - - has legal basis - Indicates use or applicability of a Legal Basis - 2019-04-04 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - - - - - - - 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 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 - - 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 @@ -232,6 +286,20 @@ Harshvardhan Pandit + + + + Purpose + The purpose of processing personal data + + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + @@ -248,17 +316,6 @@ 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 - - @@ -273,83 +330,26 @@ Harshvardhan Pandit - - - - - has personal data - Indicates association with Personal Data - 2022-01-19 - accepted - 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 - - - - - - Technical and Organisational Measure - The Technical and Organisational measures used. - 2019-04-05 - 2020-11-04 - accepted - Bud Bruegger - - - - - - 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 - - - + - - has processing - Indicates association with Processing - - 2019-04-04 - 2020-11-04 + + has right + Indicates use or applicability of Right + 2020-11-18 accepted - Axel Polleres - Javier Fernández Harshvardhan J. Pandit - Mark Lizar - 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 + 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 - Beatriz Esteves - Georg P Krog + Harshvardhan J. Pandit diff --git a/dpv-skos/modules/base.ttl b/dpv-skos/modules/base.ttl index b1eb4ecaf..c2c2419f9 100644 --- a/dpv-skos/modules/base.ttl +++ b/dpv-skos/modules/base.ttl @@ -3,7 +3,7 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -89,7 +89,7 @@ dpvs:Processing a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -102,7 +102,7 @@ dpvs:Purpose a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -116,7 +116,7 @@ dpvs:Recipient a rdfs:Class, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:LegalEntity ; @@ -255,7 +255,7 @@ dpvs:hasProcessing a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Processing ; sw:term_status "accepted"@en ; @@ -271,7 +271,7 @@ dpvs:hasPurpose a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Purpose ; sw:term_status "accepted"@en ; @@ -287,7 +287,7 @@ dpvs:hasRecipient a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Recipient ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/consent.jsonld b/dpv-skos/modules/consent.jsonld index 25a47726e..d73ba1e41 100644 --- a/dpv-skos/modules/consent.jsonld +++ b/dpv-skos/modules/consent.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime", + "@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" @@ -27,11 +27,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", @@ -41,13 +36,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@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 expiry time" + "@value": "has withdrawal by justification" } ] }, @@ -105,7 +106,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition", + "@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" @@ -132,9 +133,9 @@ "@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#expiry" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -146,24 +147,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 entity that provisioned or provided consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "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 expiry condition" + "@value": "has provision by" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry", + "@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" @@ -199,13 +200,13 @@ "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": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry" + "@value": "has withdrawal time" } ] }, @@ -267,53 +268,6 @@ } ] }, - { - "@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" - ], - "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 instant in time when consent was withdrawn" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has withdrawal time" - } - ] - }, { "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod", "@type": [ @@ -368,7 +322,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification", + "@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" @@ -404,19 +358,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@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" + "@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 justification" + "@value": "has provision time" } ] }, @@ -473,7 +421,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod", + "@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" @@ -509,24 +457,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 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 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": "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 withdrawal method" + "@value": "has consent notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy", + "@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" @@ -553,9 +501,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#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -567,24 +515,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that withdrew 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": "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": "Can be TextOrDocumentOrURI" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "has expiry condition" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice", + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -611,33 +559,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#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#expiry" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Specifies the notice provided in context of consent" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consent notice" + "@value": "has expiry time" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy", + "@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" @@ -678,24 +625,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@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 given 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 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" + "@value": "has withdrawal by" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime", + "@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" @@ -731,13 +678,66 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was given" + "@value": "Specifries the method by which consent can be/has been withdrawn" + } + ], + "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 provision time" + "@value": "has withdrawal method" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry", + "@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://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": "Generic property specifying when or under which condition(s) the consent will expire" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has expiry" } ] } diff --git a/dpv-skos/modules/consent.rdf b/dpv-skos/modules/consent.rdf index 86c1ccffe..252b5954c 100644 --- a/dpv-skos/modules/consent.rdf +++ b/dpv-skos/modules/consent.rdf @@ -6,11 +6,13 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - has expiry - Generic property specifying when or under which condition(s) the consent will expire + + 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 @@ -18,12 +20,13 @@ Bud Bruegger - + - has expiry time - Specifies the expiry time or duration for consent + has expiry condition + Specifies the condition or event that determines the expiry of consent + Can be TextOrDocumentOrURI 2019-04-05 accepted Harshvardhan J. Pandit @@ -31,12 +34,11 @@ 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 expiry + Generic property specifying when or under which condition(s) the consent will expire 2019-04-05 accepted Harshvardhan J. Pandit @@ -44,13 +46,11 @@ 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 time + Specifies the instant in time when consent was withdrawn 2019-04-05 accepted Harshvardhan J. Pandit @@ -58,12 +58,12 @@ 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 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 @@ -84,20 +84,6 @@ Bud Bruegger - - - - - 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 - Mark Lizar - Bud Bruegger - - @@ -110,25 +96,13 @@ Bud Bruegger - - - - - has expiry condition - Specifies the condition or event that determines the expiry of consent - Can be TextOrDocumentOrURI - 2019-04-05 - accepted - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - - + - has withdrawal time - Specifies the instant in time when consent was withdrawn + + 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 @@ -166,13 +140,25 @@ - + - - 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 + Mark Lizar + Bud Bruegger + + + + + + + has expiry time + Specifies the expiry time or duration for consent 2019-04-05 accepted Harshvardhan J. Pandit @@ -193,4 +179,18 @@ 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. + 2019-04-05 + accepted + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + + diff --git a/dpv-skos/modules/context.jsonld b/dpv-skos/modules/context.jsonld index 2db8c8363..715110b2a 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#isAfter", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,12 +8,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@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": [ @@ -21,11 +27,6 @@ "@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", @@ -35,111 +36,35 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "Indicates the specified concepts is 'after' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has frequency" + "@value": "is after" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContextConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic", "@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": "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#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" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDuration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency" + "@value": "Georg P. Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#isBefore" + "@value": "Paul Ryan" }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isAfter" - } - ] - }, - { - "@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" } @@ -149,33 +74,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#AlgorithmicLogic" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@value": "accepted" } ], - "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": "Indicates the logic used in processing such as for automated decision making" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology" + "@value": "has algorithmic logic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDuration", + "@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" @@ -183,26 +107,21 @@ "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": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -212,7 +131,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#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -224,18 +143,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about duration" + "@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": "has duration" + "@value": "is implemented using technology" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance", + "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -244,7 +169,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2022-02-11" } ], "http://purl.org/dc/terms/creator": [ @@ -283,13 +208,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "Secondary Importance" } ] }, @@ -353,26 +278,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance", "@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-04" + "@value": "2022-02-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { "@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": [ @@ -380,32 +312,32 @@ "@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#Importance" + } + ], "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": "Indication of 'primary' or 'main' or 'core' importance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "Primary Importance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology", + "@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" @@ -413,21 +345,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": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -437,7 +360,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Technology" + "@id": "https://w3id.org/dpv/dpv-skos#Frequency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -449,24 +372,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 the frequency with which something takes place" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented using technology" + "@value": "has frequency" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier", + "@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" @@ -474,21 +391,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 P Krog" + "@value": "Georg P. Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -496,6 +410,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", @@ -505,18 +424,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" + "@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": "has identifier" + "@value": "has human involvement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency", + "@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" @@ -524,7 +449,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -546,100 +471,119 @@ "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": "The duration or temporal limitation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Frequency" + "@value": "Duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Required", + "@id": "https://w3id.org/dpv/dpv-skos#ContextConcepts", "@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/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-13" + "@value": "Context 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#Context" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv/dpv-skos#Importance" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance" }, { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + }, { - "@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#Required" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#Optional" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#NotRequired" + }, { - "@language": "en", - "@value": "Indication of 'required' or 'necessary'" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#Technology" + }, { - "@language": "en", - "@value": "Required" + "@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" + }, + { + "@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#Necessity", + "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier", "@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-02-12" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J.Pandit" }, { "@value": "Georg P Krog" }, { - "@value": "Julian Flake" + "@value": "Paul Ryan" }, { "@value": "Beatriz Esteves" @@ -656,46 +600,40 @@ "@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": "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": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Necessity" + "@value": "has identifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement", + "@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": [ @@ -709,32 +647,21 @@ "@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." + "@value": "Indicates the specified concepts is 'before' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Human Involvement" + "@value": "is before" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance", + "@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", @@ -743,7 +670,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-11" + "@value": "2022-02-15" } ], "http://purl.org/dc/terms/creator": [ @@ -776,52 +703,55 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Importance" + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@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": "Secondary Importance" + "@value": "Not Required" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Context", + "@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": "2019-04-05" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "Julian Flake" + } + ], + "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": [ @@ -829,44 +759,49 @@ "@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": "accepted" + "@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#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Contextually relevant information about purpose not possible to represent through other concepts" + "@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": "Context" + "@value": "is implemented by entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-skos#Frequency", "@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-16" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -876,11 +811,6 @@ "@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", @@ -890,19 +820,13 @@ "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": "The frequency or information about periods and repetitions in terms of recurrence." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has human involvement" + "@value": "Frequency" } ] }, @@ -960,38 +884,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity", + "@id": "https://w3id.org/dpv/dpv-skos#Technology", "@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": "2022-01-26" } ], "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": [ @@ -999,38 +905,33 @@ "@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" + "@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": "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": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented by entity" + "@value": "Technology" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAfter", + "@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" @@ -1038,18 +939,12 @@ "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": "Georg P. Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1057,6 +952,11 @@ "@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", @@ -1066,18 +966,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' 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 after" + "@value": "has context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContext", + "@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" @@ -1088,9 +988,23 @@ "@value": "2019-04-05" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@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": [ @@ -1100,7 +1014,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#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1112,18 +1026,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 information about duration" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has context" + "@value": "has duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NotRequired", + "@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", @@ -1132,7 +1046,7 @@ "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": [ @@ -1165,43 +1079,58 @@ ], "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 neither being required nor optional i.e. not relevant or needed" + "@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": "Not Required" + "@value": "Importance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isBefore", + "@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": "2022-03-02" + "@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": "Julian Flake" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1218,31 +1147,44 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'before' this concept in some context" + "@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 before" + "@value": "Context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Duration", + "@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-02-09" + "@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": [ @@ -1256,21 +1198,26 @@ "@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": "The duration or temporal limitation" + "@value": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Duration" + "@value": "Required" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Importance", + "@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", @@ -1279,7 +1226,7 @@ "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": [ @@ -1318,19 +1265,72 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@value": "An indication of 'necessity' 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": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importance" + "@value": "Necessity" + } + ] + }, + { + "@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" } ] } diff --git a/dpv-skos/modules/context.n3 b/dpv-skos/modules/context.n3 index 8f80fee9b..08a59d055 100644 --- a/dpv-skos/modules/context.n3 +++ b/dpv-skos/modules/context.n3 @@ -234,7 +234,7 @@ dpvs:hasDuration a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Duration ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/context.rdf b/dpv-skos/modules/context.rdf index 98aa7ee22..a7d0f00b0 100644 --- a/dpv-skos/modules/context.rdf +++ b/dpv-skos/modules/context.rdf @@ -6,15 +6,46 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + + 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 + + + + + + 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 + + + - - Necessity - An indication of 'necessity' within a context - Necessity can be used to express need, essentiality, requirement, or compulsion. - 2022-02-12 + + Not Required + Indication of neither being required nor optional i.e. not relevant or needed + 2022-02-15 accepted Harshvardhan J. Pandit Paul Ryan @@ -39,6 +70,44 @@ Beatriz Esteves + + + + + 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 + + + + + + + + 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 + + + + + + Duration + The duration or temporal limitation + 2022-02-09 + accepted + Harshvardhan J. Pandit + + Context Concepts @@ -66,109 +135,119 @@ - - + - - 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 + + Frequency + The frequency or information about periods and repetitions in terms of recurrence. + 2022-02-16 accepted - Beatriz Esteves Harshvardhan J. Pandit - Paul Ryan - Julian Flake - + - is before - Indicates the specified concepts is 'before' 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 context - Indicates a purpose is restricted to the specified context(s) - 2019-04-05 + + 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 - + + - - - - Not Required - Indication of neither being required nor optional i.e. not relevant or needed - 2022-02-15 + has identifier + Indicates an identifier associated for identification or reference + 2020-11-25 accepted - Harshvardhan J. Pandit - Paul Ryan + Harshvardhan J.Pandit Georg P Krog - Julian Flake + Paul Ryan Beatriz Esteves - + - Frequency - The frequency or information about periods and repetitions in terms of recurrence. - 2022-02-16 + 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 - Contextually relevant information about purpose not possible to represent through other concepts - 2019-04-05 + + + 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 - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves - + + - - Duration - The duration or temporal limitation - 2022-02-09 + 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 - + + - - - - Required - Indication of 'required' or 'necessary' - 2022-02-13 + is before + Indicates the specified concepts is 'before' this concept in some context + 2022-03-02 accepted + Georg P. Krog Harshvardhan J. Pandit - Paul Ryan - Georg P Krog Julian Flake - Beatriz Esteves + + + + + + + has frequency + Indicates the frequency with which something takes place + 2022-02-16 + accepted + Harshvardhan J. Pandit @@ -184,19 +263,33 @@ Harshvardhan J. Pandit - - + - has identifier - Indicates an identifier associated for identification or reference - 2020-11-25 + + + + Primary Importance + Indication of 'primary' or 'main' or 'core' importance + 2022-02-10 accepted - Harshvardhan J.Pandit - Georg P Krog + 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 + accepted + + @@ -213,21 +306,6 @@ Beatriz Esteves - - - - - has duration - Indicates information about duration - - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - @@ -245,75 +323,14 @@ 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 - - - - - - - - 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 - - - - - - - has frequency - Indicates the frequency with which something takes place - 2022-02-16 - accepted - Harshvardhan J. Pandit - - - - - - 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 - - - - - - - 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 - - - + - - Primary Importance - Indication of 'primary' or 'main' or 'core' importance - 2022-02-10 + + Required + Indication of 'required' or 'necessary' + 2022-02-13 accepted Harshvardhan J. Pandit Paul Ryan @@ -335,21 +352,4 @@ 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 - - diff --git a/dpv-skos/modules/context.ttl b/dpv-skos/modules/context.ttl index 8f80fee9b..08a59d055 100644 --- a/dpv-skos/modules/context.ttl +++ b/dpv-skos/modules/context.ttl @@ -234,7 +234,7 @@ dpvs:hasDuration a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Duration ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/entities.jsonld b/dpv-skos/modules/entities.jsonld index 91ffd635e..990440d3c 100644 --- a/dpv-skos/modules/entities.jsonld +++ b/dpv-skos/modules/entities.jsonld @@ -1,9 +1,9 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasName", + "@id": "https://w3id.org/dpv/dpv-skos#Representative", "@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": [ { @@ -13,21 +13,21 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" + "@value": "Georg Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" } ], - "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://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -35,27 +35,37 @@ "@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": "Specifies name of a legal entity" + "@value": "A representative of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has name" + "@value": "Representative" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity", + "@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" @@ -63,64 +73,26 @@ "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" - } - ], - "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": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "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": [ + "@value": "Harshvardhan J.Pandit" + }, { - "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@value": "Georg P Krog" + }, { - "@language": "en", - "@value": "has entity" - } - ] - }, - { - "@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": [ + "@value": "Paul Ryan" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@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": [ @@ -137,13 +109,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an 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": "Entity" + "@value": "has contact" } ] }, @@ -213,7 +185,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson", + "@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" @@ -221,7 +193,7 @@ "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": [ @@ -234,37 +206,27 @@ "@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" + "@value": "A human or non-human 'thing' that constitutes as an entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Natural Person" + "@value": "Entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity", + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -272,7 +234,7 @@ "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": [ @@ -290,11 +252,6 @@ "@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": [ { "@language": "en", @@ -304,64 +261,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@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#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" + "@value": "Indicates inclusion or applicability of an entity to some concept" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" + "@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" } ] }, @@ -409,7 +321,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Representative", + "@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" @@ -417,26 +329,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": "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": [ @@ -446,7 +344,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#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -457,24 +355,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#Entity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A representative of a legal entity" + "@value": "A human" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Representative" + "@value": "Natural Person" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAddress", + "@id": "https://w3id.org/dpv/dpv-skos#hasName", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -518,18 +416,18 @@ "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 name of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has address" + "@value": "has name" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContact", + "@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" @@ -573,13 +471,115 @@ "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 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 contact" + "@value": "has address" + } + ] + }, + { + "@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": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-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#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": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@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#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#prefLabel": [ + { + "@language": "en", + "@value": "Legal Entity" } ] } diff --git a/dpv-skos/modules/entities.rdf b/dpv-skos/modules/entities.rdf index 1abefb8d7..6b9a783d4 100644 --- a/dpv-skos/modules/entities.rdf +++ b/dpv-skos/modules/entities.rdf @@ -6,42 +6,14 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - Representative - A representative of a legal entity - - 2020-11-04 - accepted - Georg Krog - Paul Ryan - Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - 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 - - - + - has address - Specifies address of a legal entity such as street address or pin code + + + has representative + Specifies representative of the legal entity 2020-11-04 accepted Harshvardhan J.Pandit @@ -64,26 +36,26 @@ - + - - - has responsible entity - Specifies the indicated entity is responsible within some context - 2022-03-02 + + has name + Specifies name of a legal entity + 2020-11-04 accepted - Harshvardhan J. Pandit + Harshvardhan J.Pandit + Georg P Krog + Paul Ryan + Beatriz Esteves - + - - - has representative - Specifies representative of the legal entity + has contact + Specifies contact details of a legal entity such as phone or email 2020-11-04 accepted Harshvardhan J.Pandit @@ -104,12 +76,24 @@ Harshvardhan J. Pandit - + + + + + + has responsible entity + Specifies the indicated entity is responsible within some context + 2022-03-02 + 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 @@ -130,16 +114,20 @@ Harshvardhan J. Pandit - + - - - Natural Person - A human - 2022-02-09 + + + Representative + A representative of a legal entity + + 2020-11-04 accepted + Georg Krog + Paul Ryan Harshvardhan J. Pandit + Beatriz Esteves @@ -152,4 +140,16 @@ Harshvardhan J. Pandit + + + + + + Natural Person + A human + 2022-02-09 + accepted + Harshvardhan J. Pandit + + diff --git a/dpv-skos/modules/entities_authority.jsonld b/dpv-skos/modules/entities_authority.jsonld index cb0cd134b..7506b25a3 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#NationalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -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": [ @@ -45,50 +46,44 @@ "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Authority", + "@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": "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -97,29 +92,21 @@ "@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": "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/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authority" + "@value": "is authority for" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -164,18 +151,18 @@ "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 tasked with overseeing legal compliance for a nation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "NationalAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -183,18 +170,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": [ @@ -221,67 +207,52 @@ "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 supra-national union e.g. EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Authority" + "@value": "SupraNationalAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_AuthorityConcepts", "@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-01-19" + "@value": "Entities_Authority 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#Authority" }, { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority" + }, { - "@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#RegionalAuthority" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority" + }, { - "@language": "en", - "@value": "Indicates area, scope, or applicability of an Authority" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority" + }, { - "@language": "en", - "@value": "is authority for" + "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#Authority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -289,17 +260,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": [ @@ -309,7 +281,10 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@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": [ @@ -320,74 +295,94 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@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": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" + "@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": "SupraNationalAuthority" + "@value": "Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_AuthorityConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority", "@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": "2022-01-19" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" - }, + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority" - }, + "@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#SupraNationalAuthority" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority" - }, + "@language": "en", + "@value": "Indicates applicability of authority for a jurisdiction" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor" + "@language": "en", + "@value": "has authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority", "@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-02-02" } ], "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -395,7 +390,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#Authority" } @@ -406,16 +401,21 @@ "@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": "Indicates applicability of authority for a jurisdiction" + "@value": "An authority tasked with overseeing legal compliance for a region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has authority" + "@value": "RegionalAuthority" } ] } diff --git a/dpv-skos/modules/entities_authority.rdf b/dpv-skos/modules/entities_authority.rdf index 2fcda26df..74e978800 100644 --- a/dpv-skos/modules/entities_authority.rdf +++ b/dpv-skos/modules/entities_authority.rdf @@ -6,42 +6,44 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - Entities_Authority Concepts - - - - - - - + + + + + is authority for + Indicates area, scope, or applicability of an Authority + 2022-01-19 + accepted + Harshvardhan J. Pandit + Georg P Krog + - + + - - - - Data Protection Authority - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - 2020-11-04 + + has authority + Indicates applicability of authority for a jurisdiction + 2022-01-19 accepted - Georg Krog - Paul Ryan - Harshvardhan Pandit + Harshvardhan J. Pandit + Georg P Krog - + - - - RegionalAuthority - An authority tasked with overseeing legal compliance for a region - - 2022-02-02 + + + + + Authority + An authority with the power to create or enforce laws, or determine their compliance. + 2020-11-04 accepted - Harshvardhan J. Pandit + Georg Krog + Paul Ryan + Harshvardhan Pandit @@ -70,39 +72,37 @@ Harshvardhan J. Pandit - - + - - is authority for - Indicates area, scope, or applicability of an Authority - 2022-01-19 + + + + RegionalAuthority + An authority tasked with overseeing legal compliance for a region + + 2022-02-02 accepted Harshvardhan J. Pandit - Georg P Krog - - - - - has authority - Indicates applicability of authority for a jurisdiction - 2022-01-19 - accepted - Harshvardhan J. Pandit - Georg P Krog - + + + Entities_Authority Concepts + + + + + + + - + - - - - - Authority - An authority with the power to create or enforce laws, or determine their compliance. + + + Data Protection Authority + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. 2020-11-04 accepted Georg Krog diff --git a/dpv-skos/modules/entities_datasubject.jsonld b/dpv-skos/modules/entities_datasubject.jsonld index 891e367d4..440545891 100644 --- a/dpv-skos/modules/entities_datasubject.jsonld +++ b/dpv-skos/modules/entities_datasubject.jsonld @@ -1,4 +1,1020 @@ [ + { + "@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://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://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/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#NaturalPerson" + } + ], + "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#NaturalPerson" + } + ], + "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'." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Subject" + } + ] + }, + { + "@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" + ], + "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": "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#" + } + ], + "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 participate in some context such as volunteers in a function" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Participant" + } + ] + }, + { + "@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" + ], + "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": "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#" + } + ], + "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 students" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Student" + } + ] + }, + { + "@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://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@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": [ + { + "@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 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": "Customer" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Subscriber", + "@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-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": [ + { + "@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 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": "Subscriber" + } + ] + }, + { + "@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" + ], + "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": "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#" + } + ], + "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 employees" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Employee" + } + ] + }, + { + "@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" + ], + "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": "Georg Krog" + } + ], + "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": "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": "Adult" + } + ] + }, + { + "@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" + ], + "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": "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#" + } + ], + "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 receive medican attention, treatment, care, advice, or other health related services" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Patient" + } + ] + }, + { + "@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": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@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": [ + { + "@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 applicants in some context" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Applicant" + } + ] + }, + { + "@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" + ], + "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": "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#" + } + ], + "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)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "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" + ], + "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": "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#" + } + ], + "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 citizens (for a jurisdiction)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Citizen" + } + ] + }, + { + "@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" + ], + "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": "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#" + } + ], + "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#prefLabel": [ + { + "@language": "en", + "@value": "JobApplicant" + } + ] + }, + { + "@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://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@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": [ + { + "@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", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Customer" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Data subjects that are clients or recipients of services" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Client" + } + ] + }, + { + "@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" + ], + "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": "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#" + } + ], + "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 members of a group, organisation, or other collectives" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Member" + } + ] + }, + { + "@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://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@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": [ + { + "@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 immigrants (for a jurisdiction)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Immigrant" + } + ] + }, + { + "@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" + ], + "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": "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#NatualPerson" + } + ], + "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#NatualPerson" + } + ], + "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." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Child" + } + ] + }, { "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject", "@type": [ @@ -69,7 +1085,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject", + "@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" @@ -77,18 +1093,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": [ @@ -115,24 +1137,18 @@ "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 denote 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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Adult", + "@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" @@ -140,12 +1156,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": [ @@ -172,18 +1200,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 are temporary visitors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adult" + "@value": "Visitor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Child", + "@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" @@ -191,12 +1219,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": [ @@ -206,7 +1246,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": [ @@ -217,30 +1257,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 consume goods or services for direct use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Child" + "@value": "Consumer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", + "@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" @@ -248,26 +1282,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": [ @@ -277,10 +1309,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": [ @@ -291,28 +1320,19 @@ ], "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": "Data subjects that use service(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject" + "@value": "User" } ] }, @@ -339,9 +1359,123 @@ { "@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#VulnerableDataSubject", + "@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-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan 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 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": "Vulnerable Data Subject" + } + ] } ] \ No newline at end of file diff --git a/dpv-skos/modules/entities_datasubject.n3 b/dpv-skos/modules/entities_datasubject.n3 index 7460a9f36..99ef04f02 100644 --- a/dpv-skos/modules/entities_datasubject.n3 +++ b/dpv-skos/modules/entities_datasubject.n3 @@ -17,6 +17,21 @@ dpvs:Adult a rdfs:Class, skos:definition "A natural person that is not a child i.e. has attained some legally specified age of adulthood"@en ; skos:prefLabel "Adult"@en . +dpvs:Applicant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are applicants in some context"@en ; + skos:prefLabel "Applicant"@en . + dpvs:Child a rdfs:Class, skos:Concept ; dct:created "2020-11-25"^^xsd:date ; @@ -29,6 +44,67 @@ dpvs:Child a rdfs:Class, skos:note "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."@en ; skos:prefLabel "Child"@en . +dpvs:Citizen a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ; + skos:prefLabel "Citizen"@en . + +dpvs:Client a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Customer ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Customer ; + skos:definition "Data subjects that are clients or recipients of services"@en ; + skos:prefLabel "Client"@en . + +dpvs:Consumer a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that consume goods or services for direct use"@en ; + skos:prefLabel "Consumer"@en . + +dpvs:Customer a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that purchase goods or services"@en ; + skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + skos:prefLabel "Customer"@en . + dpvs:DataSubject a rdfs:Class, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -46,6 +122,187 @@ dpvs:DataSubject a rdfs:Class, skos:note "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; skos:prefLabel "Data Subject"@en . +dpvs:Employee a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are employees"@en ; + skos:prefLabel "Employee"@en . + +dpvs:Immigrant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ; + skos:prefLabel "Immigrant"@en . + +dpvs:JobApplicant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Applicant ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Applicant ; + skos:definition "Data subjects that apply for jobs or employments"@en ; + skos:prefLabel "JobApplicant"@en . + +dpvs:Member a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ; + skos:prefLabel "Member"@en . + +dpvs:NonCitizen a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ; + skos:prefLabel "NonCitizen"@en . + +dpvs:Participant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ; + skos:prefLabel "Participant"@en . + +dpvs:Patient a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + skos:prefLabel "Patient"@en . + +dpvs:Student a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are students"@en ; + skos:prefLabel "Student"@en . + +dpvs:Subscriber a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that subscribe to service(s)"@en ; + skos:note "note: subscriber can be customer or consumer"@en ; + skos:prefLabel "Subscriber"@en . + +dpvs:Tourist a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + skos:prefLabel "Tourist"@en . + +dpvs:User a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that use service(s)"@en ; + skos:prefLabel "User"@en . + +dpvs:Visitor a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are temporary visitors"@en ; + skos:prefLabel "Visitor"@en . + dpvs:VulnerableDataSubject a rdfs:Class, skos:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -57,14 +314,31 @@ dpvs:VulnerableDataSubject a rdfs:Class, sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:DataSubject ; skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; - skos:note "This concept denote 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."@en ; + skos:note "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."@en ; skos:prefLabel "Vulnerable Data Subject"@en . dpvs:Entities_DatasubjectConcepts a skos:Collection ; dct:title "Entities_Datasubject Concepts"^^xsd:string ; skos:member dpvs:Adult, + dpvs:Applicant, dpvs:Child, + dpvs:Citizen, + dpvs:Client, + dpvs:Consumer, + dpvs:Customer, dpvs:DataSubject, + dpvs:Employee, + dpvs:Immigrant, + dpvs:JobApplicant, + dpvs:Member, + dpvs:NonCitizen, + dpvs:Participant, + dpvs:Patient, + dpvs:Student, + dpvs:Subscriber, + dpvs:Tourist, + dpvs:User, + dpvs:Visitor, dpvs:VulnerableDataSubject, dpvs:hasDataSubject . diff --git a/dpv-skos/modules/entities_datasubject.rdf b/dpv-skos/modules/entities_datasubject.rdf index 4da1ec354..b5769e782 100644 --- a/dpv-skos/modules/entities_datasubject.rdf +++ b/dpv-skos/modules/entities_datasubject.rdf @@ -6,34 +6,102 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - - 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 + + + NonCitizen + Data subjects that are not citizens (for a jurisdiction) + 2022-04-06 accepted Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves - - + - - - has data subject - Indicates association with Data Subject - 2019-04-04 - 2020-11-04 + + + + 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 - Axel Polleres - Javier Fernández Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + + 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 + + + + + + + + Immigrant + Data subjects that are immigrants (for a jurisdiction) + 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 + + + + + + + + Consumer + Data subjects that consume goods or services for direct use + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves @@ -43,21 +111,119 @@ + + + + + + + + + + + + + + + + + - + - Vulnerable Data Subject - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - This concept denote 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 + User + Data subjects that use service(s) + 2022-04-06 accepted - Georg Krog + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake Paul Ryan - Harshvardhan Pandit + Beatriz Esteves + + + + + + + + JobApplicant + Data subjects that apply for jobs or employments + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + + Tourist + Data subjects that are tourists i.e. not citizens and not immigrants + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + + 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 + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + + Visitor + Data subjects that are temporary visitors + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves @@ -78,6 +244,118 @@ Javier Fernández + + + + + + Client + Data subjects that are clients or recipients of services + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + + Applicant + Data subjects that are applicants in some context + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + + Student + Data subjects that are students + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + + Patient + Data subjects that receive medican attention, treatment, care, advice, or other health related services + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + 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 + + + + + + + + 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 + + + + + + + + Member + Data subjects that are members of a group, organisation, or other collectives + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + @@ -90,4 +368,17 @@ Georg Krog + + + + + + 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 + + diff --git a/dpv-skos/modules/entities_datasubject.ttl b/dpv-skos/modules/entities_datasubject.ttl index 7460a9f36..99ef04f02 100644 --- a/dpv-skos/modules/entities_datasubject.ttl +++ b/dpv-skos/modules/entities_datasubject.ttl @@ -17,6 +17,21 @@ dpvs:Adult a rdfs:Class, skos:definition "A natural person that is not a child i.e. has attained some legally specified age of adulthood"@en ; skos:prefLabel "Adult"@en . +dpvs:Applicant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are applicants in some context"@en ; + skos:prefLabel "Applicant"@en . + dpvs:Child a rdfs:Class, skos:Concept ; dct:created "2020-11-25"^^xsd:date ; @@ -29,6 +44,67 @@ dpvs:Child a rdfs:Class, skos:note "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."@en ; skos:prefLabel "Child"@en . +dpvs:Citizen a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ; + skos:prefLabel "Citizen"@en . + +dpvs:Client a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Customer ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Customer ; + skos:definition "Data subjects that are clients or recipients of services"@en ; + skos:prefLabel "Client"@en . + +dpvs:Consumer a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that consume goods or services for direct use"@en ; + skos:prefLabel "Consumer"@en . + +dpvs:Customer a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that purchase goods or services"@en ; + skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + skos:prefLabel "Customer"@en . + dpvs:DataSubject a rdfs:Class, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -46,6 +122,187 @@ dpvs:DataSubject a rdfs:Class, skos:note "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; skos:prefLabel "Data Subject"@en . +dpvs:Employee a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are employees"@en ; + skos:prefLabel "Employee"@en . + +dpvs:Immigrant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ; + skos:prefLabel "Immigrant"@en . + +dpvs:JobApplicant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Applicant ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Applicant ; + skos:definition "Data subjects that apply for jobs or employments"@en ; + skos:prefLabel "JobApplicant"@en . + +dpvs:Member a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ; + skos:prefLabel "Member"@en . + +dpvs:NonCitizen a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ; + skos:prefLabel "NonCitizen"@en . + +dpvs:Participant a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ; + skos:prefLabel "Participant"@en . + +dpvs:Patient a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + skos:prefLabel "Patient"@en . + +dpvs:Student a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are students"@en ; + skos:prefLabel "Student"@en . + +dpvs:Subscriber a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that subscribe to service(s)"@en ; + skos:note "note: subscriber can be customer or consumer"@en ; + skos:prefLabel "Subscriber"@en . + +dpvs:Tourist a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + skos:prefLabel "Tourist"@en . + +dpvs:User a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that use service(s)"@en ; + skos:prefLabel "User"@en . + +dpvs:Visitor a rdfs:Class, + skos:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:DataSubject ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:DataSubject ; + skos:definition "Data subjects that are temporary visitors"@en ; + skos:prefLabel "Visitor"@en . + dpvs:VulnerableDataSubject a rdfs:Class, skos:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -57,14 +314,31 @@ dpvs:VulnerableDataSubject a rdfs:Class, sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:DataSubject ; skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; - skos:note "This concept denote 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."@en ; + skos:note "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."@en ; skos:prefLabel "Vulnerable Data Subject"@en . dpvs:Entities_DatasubjectConcepts a skos:Collection ; dct:title "Entities_Datasubject Concepts"^^xsd:string ; skos:member dpvs:Adult, + dpvs:Applicant, dpvs:Child, + dpvs:Citizen, + dpvs:Client, + dpvs:Consumer, + dpvs:Customer, dpvs:DataSubject, + dpvs:Employee, + dpvs:Immigrant, + dpvs:JobApplicant, + dpvs:Member, + dpvs:NonCitizen, + dpvs:Participant, + dpvs:Patient, + dpvs:Student, + dpvs:Subscriber, + dpvs:Tourist, + dpvs:User, + dpvs:Visitor, dpvs:VulnerableDataSubject, dpvs:hasDataSubject . diff --git a/dpv-skos/modules/entities_legalrole.jsonld b/dpv-skos/modules/entities_legalrole.jsonld index be28ca9bb..3e3f0dc5c 100644 --- a/dpv-skos/modules/entities_legalrole.jsonld +++ b/dpv-skos/modules/entities_legalrole.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor", + "@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" @@ -8,17 +8,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": "Harshvardhan J. Pandit" + "@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_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": [ @@ -28,71 +37,118 @@ ], "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/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#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" } ], "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": "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 Processor" + "@value": "Data Protection Officer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_LegalroleConcepts", "@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-04" + "@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/dpv-skos#DataController" }, { - "@value": "Javier Fernández" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor" }, { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" }, { - "@value": "Bud Bruegger" + "@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#JointDataControllers", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], - "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": "2022-02-02" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.specialprivacy.eu/" + "@value": "Georg Krog" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -100,14 +156,9 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#DataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -116,52 +167,69 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataController" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@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": "has recipient" + "@value": "Joint Data Controllers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter", "@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-03-02" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Georg Krog" + }, { "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan 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://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" } ], - "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#DataProtectionOfficer" + "@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#hasRepresentative" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -170,21 +238,32 @@ "@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": "Specifices an associated data protection officer" + "@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 protection officer" + "@value": "Data Importer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter", + "@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" @@ -192,7 +271,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": [ @@ -200,10 +279,7 @@ "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -213,12 +289,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" + "@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": [ @@ -230,55 +306,52 @@ "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": "Specifices an associated data protection officer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data importer" + "@value": "has data protection officer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataController", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController", "@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": "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": [ + "@value": "Georg P. Krog" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@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_7/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#DataController" } ], - "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#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -287,127 +360,67 @@ "@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 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": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + "@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": "Data Controller" + "@value": "has recipient data controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_LegalroleConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", "@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_Legalrole 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#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" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty" + "@value": "Javier Fernández" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer" + "@value": "Bud Bruegger" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty", - "@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": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2020-11-04" } ], - "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#DataController" } ], - "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": [ @@ -416,37 +429,38 @@ "@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": "Indicates association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Party" + "@value": "has data controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter", "@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-25" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -456,70 +470,73 @@ "@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": [ + "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#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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 LegalEntity in the role of Data Importer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Sub-Processor" + "@value": "has data importer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", "@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": "2021-09-08" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Georg Krog" + "@value": "Javier Fernández" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan 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://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -527,43 +544,37 @@ "@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#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": [ + "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/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "An entity that 'imports' data where importing is considered a form of data transfer" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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": "Indicates Recipient of Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Importer" + "@value": "has recipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", + "@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" @@ -571,30 +582,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": [ @@ -604,12 +603,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" } ], "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": [ @@ -621,18 +620,18 @@ "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter", + "@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" @@ -640,26 +639,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": "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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -686,24 +685,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": "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": "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 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 Exporter" + "@value": "Data Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers", + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -711,15 +710,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -729,7 +730,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -740,64 +741,52 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": [ { "@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" + "@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#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@value": "Data Processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController", + "@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#DataController" + "@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": [ @@ -806,55 +795,66 @@ "@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 Data Controller as a Recipient of persona data" + "@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 recipient data controller" + "@value": "Third Party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers", + "@id": "https://w3id.org/dpv/dpv-skos#Recipient", "@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-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@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" } ], - "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/" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/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#JointDataControllers" + "@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#hasDataController" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -863,48 +863,56 @@ "@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": "Indicates inclusion or applicability of a Joint Data Controller" + "@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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has joint data controllers" + "@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#DataProtectionOfficer", + "@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": "2020-11-04" + "@value": "2022-02-09" } ], "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": [ + "@value": "Georg P. Krog" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -912,37 +920,37 @@ "@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#Representative" + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "modified" + "@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#Representative" + "@language": "en", + "@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": "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": "Data Protection Officer" + "@value": "has data exporter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient", + "@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" @@ -950,29 +958,12 @@ "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": "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://www.specialprivacy.eu/" - }, - { - "@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": [ @@ -982,7 +973,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#DataProcessor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -993,69 +984,67 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@value": "A 'sub-processor' is a processor engaged by another processor" } ], "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": "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": "Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@value": "Data Sub-Processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter", "@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": "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@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#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + "@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#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1064,16 +1053,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": "Indiciates inclusion or applicability of a Data 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": "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": "has data processor" + "@value": "Data Exporter" } ] }, @@ -1135,7 +1135,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter", + "@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" @@ -1164,12 +1164,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#JointDataControllers" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1181,13 +1181,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": "Indicates inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data exporter" + "@value": "has joint data controllers" } ] } diff --git a/dpv-skos/modules/entities_legalrole.n3 b/dpv-skos/modules/entities_legalrole.n3 index 5bb933a9f..40dc59871 100644 --- a/dpv-skos/modules/entities_legalrole.n3 +++ b/dpv-skos/modules/entities_legalrole.n3 @@ -3,7 +3,7 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -112,7 +112,7 @@ dpvs:Recipient a rdfs:Class, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; rdfs:subClassOf dpvs:LegalEntity ; sw:term_status "accepted"@en ; @@ -270,7 +270,7 @@ dpvs:hasRecipient a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Recipient ; rdfs:subPropertyOf dpvs:hasEntity ; diff --git a/dpv-skos/modules/entities_legalrole.rdf b/dpv-skos/modules/entities_legalrole.rdf index 734d624e2..f3b8e8023 100644 --- a/dpv-skos/modules/entities_legalrole.rdf +++ b/dpv-skos/modules/entities_legalrole.rdf @@ -6,54 +6,113 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - + - - - has data controller - Indicates association with Data Controller - 2019-04-04 + + + + 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 - + - 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 + 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 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 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 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. - - 2020-11-04 - 2021-12-08 - modified - Georg Krog + + + 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 + + + + + + + + has data processor + Indiciates inclusion or applicability of a Data Processor + 2022-02-09 + accepted 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 + 2022-02-09 + accepted + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit @@ -78,13 +137,13 @@ - + - - - has recipient third party - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + + + has joint data controllers + Indicates inclusion or applicability of a Joint Data Controller 2022-02-09 accepted Paul Ryan @@ -106,45 +165,22 @@ Harshvardhan Pandit - - - - - - has data processor - Indiciates inclusion or applicability of a Data Processor - 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 - - - + - - - 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 + + + 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 - Harshvardhan J. Pandit + Axel Polleres + Javier Fernández @@ -160,22 +196,18 @@ Harshvardhan J. Pandit - + - - - has recipient - Indicates Recipient of Personal Data - - 2019-04-04 - 2020-11-04 + + + has data importer + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + 2022-02-09 accepted - Axel Polleres - Javier Fernández + Paul Ryan + Georg P. Krog Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger @@ -192,60 +224,41 @@ Harshvardhan J. Pandit - - - - - - has data protection officer - Specifices an associated data protection officer - 2022-03-02 - accepted - Paul Ryan - 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 - - 2021-09-08 + + + 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 - David Hickey - Georg Krog - Paul Ryan - Harshvardhan Pandit + 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 + + + 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. + + 2020-11-04 + 2021-12-08 + modified Georg Krog Paul Ryan - Harshvardhan Pandit - + - - - has joint data controllers - Indicates inclusion or applicability of a Joint Data Controller + + + has data exporter + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter 2022-02-09 accepted Paul Ryan @@ -253,47 +266,34 @@ 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 - - - - - - - - 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 + + + has data controller + Indicates association with Data Controller + 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. - - 2019-04-05 - 2020-11-04 + + + has data protection officer + Specifices an associated data protection officer + 2022-03-02 accepted - Axel Polleres - Javier Fernández + Paul Ryan + Rob Brennan diff --git a/dpv-skos/modules/entities_legalrole.ttl b/dpv-skos/modules/entities_legalrole.ttl index 5bb933a9f..40dc59871 100644 --- a/dpv-skos/modules/entities_legalrole.ttl +++ b/dpv-skos/modules/entities_legalrole.ttl @@ -3,7 +3,7 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -112,7 +112,7 @@ dpvs:Recipient a rdfs:Class, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; rdfs:subClassOf dpvs:LegalEntity ; sw:term_status "accepted"@en ; @@ -270,7 +270,7 @@ dpvs:hasRecipient a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Recipient ; rdfs:subPropertyOf dpvs:hasEntity ; diff --git a/dpv-skos/modules/entities_organisation.jsonld b/dpv-skos/modules/entities_organisation.jsonld index e5522fee7..471bc0da2 100644 --- a/dpv-skos/modules/entities_organisation.jsonld +++ b/dpv-skos/modules/entities_organisation.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium", + "@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" @@ -45,18 +45,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A consortium established and comprising on industry organisations" + "@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": "IndustryConsortium" + "@value": "AcademicScientificOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation", + "@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" @@ -72,11 +72,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#" @@ -84,7 +79,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": [ @@ -95,24 +90,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#LegalEntity" } ], "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": "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": "NonProfitOrganisation" + "@value": "Organisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation", + "@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" @@ -120,12 +115,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": [ @@ -152,18 +155,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@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": "ForProfitOrganisation" + "@value": "International Organisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation", + "@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" @@ -179,6 +182,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#" @@ -203,18 +211,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@value": "A consortium established and comprising on industry organisations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "IndustryConsortium" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation", + "@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" @@ -222,17 +230,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": [ @@ -242,7 +248,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": [ @@ -253,24 +259,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 not part of or independent from the government" + "@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": "NonGovernmentalOrganisation" + "@value": "Organisational Unit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation", + "@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" @@ -286,11 +292,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#" @@ -315,58 +316,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": "An organisation that aims to achieve profit as its primary goal" } ], "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": "ForProfitOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation", + "@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" @@ -374,20 +335,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": "Julian Flake" - }, - { - "@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_26/oj" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -414,18 +372,18 @@ "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 that does not aim to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "International Organisation" + "@value": "NonProfitOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit", + "@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" @@ -433,15 +391,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": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -449,27 +404,77 @@ "@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": "Entity within an organisation that does not constitute as a separate legal entity" + "@value": "An organisation managed or part of government" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "GovernmentalOrganisation" } ] }, { - "@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#NonGovernmentalOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -485,6 +490,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#" @@ -492,7 +502,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": [ @@ -503,19 +513,19 @@ ], "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 not part of or independent from the government" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation" + "@value": "NonGovernmentalOrganisation" } ] } diff --git a/dpv-skos/modules/entities_organisation.n3 b/dpv-skos/modules/entities_organisation.n3 index f511f470f..897e8dd94 100644 --- a/dpv-skos/modules/entities_organisation.n3 +++ b/dpv-skos/modules/entities_organisation.n3 @@ -105,7 +105,9 @@ dpvs:OrganisationalUnit a rdfs:Class, dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Entity ; sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Entity ; skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ; skos:prefLabel "Organisational Unit"@en . diff --git a/dpv-skos/modules/entities_organisation.rdf b/dpv-skos/modules/entities_organisation.rdf index 7d13f6c26..da30e2d7e 100644 --- a/dpv-skos/modules/entities_organisation.rdf +++ b/dpv-skos/modules/entities_organisation.rdf @@ -6,27 +6,26 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - IndustryConsortium - A consortium established and comprising on industry organisations + AcademicScientificOrganisation + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies 2022-02-02 accepted Harshvardhan J. Pandit - + - AcademicScientificOrganisation - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies - + GovernmentalOrganisation + An organisation managed or part of government 2022-02-02 accepted Harshvardhan J. Pandit @@ -46,26 +45,39 @@ Georg P. Krog - + + + Entities_Organisation Concepts + + + + + + + + + + + - NonProfitOrganisation - An organisation that does not aim to achieve profit as its primary goal - + ForProfitOrganisation + An organisation that aims 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 + IndustryConsortium + A consortium established and comprising on industry organisations + 2022-02-02 accepted Harshvardhan J. Pandit @@ -74,6 +86,8 @@ + + Organisational Unit Entity within an organisation that does not constitute as a separate legal entity 2022-03-23 @@ -82,18 +96,6 @@ Paul Ryan - - - - - - GovernmentalOrganisation - An organisation managed or part of government - 2022-02-02 - accepted - Harshvardhan J. Pandit - - @@ -106,19 +108,6 @@ Harshvardhan J. Pandit - - - Entities_Organisation Concepts - - - - - - - - - - @@ -132,4 +121,17 @@ 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-skos/modules/entities_organisation.ttl b/dpv-skos/modules/entities_organisation.ttl index f511f470f..897e8dd94 100644 --- a/dpv-skos/modules/entities_organisation.ttl +++ b/dpv-skos/modules/entities_organisation.ttl @@ -105,7 +105,9 @@ dpvs:OrganisationalUnit a rdfs:Class, dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Paul Ryan"^^xsd:string ; rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:Entity ; sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Entity ; skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ; skos:prefLabel "Organisational Unit"@en . diff --git a/dpv-skos/modules/jurisdiction.jsonld b/dpv-skos/modules/jurisdiction.jsonld index 0b6220096..042d8b65f 100644 --- a/dpv-skos/modules/jurisdiction.jsonld +++ b/dpv-skos/modules/jurisdiction.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry", + "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14,9 +14,6 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -26,12 +23,7 @@ ], "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" + "@id": "https://w3id.org/dpv/dpv-skos#Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -43,21 +35,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified country" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has country" + "@value": "has applicable law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "@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": [ { @@ -68,6 +60,9 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -75,40 +70,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 with an establishment of common authority" + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "has country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction", + "@id": "https://w3id.org/dpv/dpv-skos#Country", "@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": [ { @@ -119,6 +114,9 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -126,7 +124,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" } @@ -137,75 +135,32 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has jurisdiction" - } - ] - }, - { - "@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/created": [ - { - "@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": [ - { - "@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/2004/02/skos/core#broaderTransitive": [ { - "@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": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "accepted" + "@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#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@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 third country" + "@value": "Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion", + "@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" @@ -226,32 +181,22 @@ "@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 political union of two or more countries based on economic or trade agreements" + "@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": "EconomicUnion" + "@value": "Law" } ] }, @@ -307,7 +252,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Region", + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -347,18 +292,18 @@ "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 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": "Region" + "@value": "SupraNationalUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Location", + "@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" @@ -372,9 +317,6 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -382,41 +324,45 @@ "@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#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@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": "Location" + "@value": "EconomicUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Country", + "@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" + "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" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -432,38 +378,32 @@ "@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": [ + "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#Location" + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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 or relevance of a 'third country'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "has third country" } ] }, @@ -495,7 +435,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -528,10 +468,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw", + "@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": [ { @@ -549,9 +489,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": [ @@ -560,21 +500,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 region is an area or site that is considered a location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has applicable law" + "@value": "Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Law", + "@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" @@ -588,6 +533,9 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -604,13 +552,19 @@ "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 location is a position, site, or area where something is located" + } + ], + "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": "Law" + "@value": "Location" } ] }, @@ -662,5 +616,51 @@ "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry" } ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction", + "@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#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#definition": [ + { + "@language": "en", + "@value": "Indicates applicability of specified jurisdiction" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has jurisdiction" + } + ] } ] \ No newline at end of file diff --git a/dpv-skos/modules/jurisdiction.n3 b/dpv-skos/modules/jurisdiction.n3 index d919c117f..8706d0294 100644 --- a/dpv-skos/modules/jurisdiction.n3 +++ b/dpv-skos/modules/jurisdiction.n3 @@ -149,7 +149,7 @@ dpvs:hasLocation a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Location ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/jurisdiction.rdf b/dpv-skos/modules/jurisdiction.rdf index a1928b24f..cca76f839 100644 --- a/dpv-skos/modules/jurisdiction.rdf +++ b/dpv-skos/modules/jurisdiction.rdf @@ -6,62 +6,25 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - has jurisdiction - Indicates applicability of specified jurisdiction - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - - - - SupraNationalUnion - A political union of two or more countries with an establishment of common authority - 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 - - - - - - - - - - - - - has location Indicates information about location - + 2019-04-05 accepted Axel Polleres @@ -70,16 +33,29 @@ Mark Lizar - + + + + + has jurisdiction + Indicates applicability of specified jurisdiction + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + - Region - A region is an area or site that is considered a location + 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 @@ -95,32 +71,55 @@ Georg P Krog - + - - - Third Country - Represents a country outside applicable or compatible jurisdiction as outlined in law - 2022-02-09 + + + SupraNationalUnion + A political union of two or more countries with an establishment of common authority + 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. + EconomicUnion + A political union of two or more countries based on economic or trade agreements + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + + + has country + Indicates applicability of specified country 2022-01-19 accepted Harshvardhan J. Pandit Georg P Krog + + + + + + Region + A region is an area or site that is considered a location + 2022-01-19 + accepted + Harshvardhan J. Pandit + + @@ -132,18 +131,32 @@ Harshvardhan J. Pandit - + - - - EconomicUnion - A political union of two or more countries based on economic or trade agreements + Law + A law is a set of rules created by government or authorities 2022-01-19 accepted Harshvardhan J. Pandit + + + Jurisdiction Concepts + + + + + + + + + + + + + @@ -156,17 +169,4 @@ Georg P Krog - - - - - - has country - Indicates applicability of specified country - 2022-01-19 - accepted - Harshvardhan J. Pandit - Georg P Krog - - diff --git a/dpv-skos/modules/jurisdiction.ttl b/dpv-skos/modules/jurisdiction.ttl index d919c117f..8706d0294 100644 --- a/dpv-skos/modules/jurisdiction.ttl +++ b/dpv-skos/modules/jurisdiction.ttl @@ -149,7 +149,7 @@ dpvs:hasLocation a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Location ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/legal_basis.jsonld b/dpv-skos/modules/legal_basis.jsonld index d0225c97e..08c062686 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#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", @@ -9,15 +9,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": [ @@ -33,46 +36,38 @@ ], "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#Contract", "@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-04" + "@value": "2021-04-07" } ], "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": [ @@ -80,32 +75,35 @@ "@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#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" + "@value": "Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController", + "@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", @@ -114,7 +112,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": [ @@ -141,24 +139,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#LegitimateInterest" } ], "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson", + "@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", @@ -171,14 +169,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": [ @@ -194,19 +186,19 @@ ], "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 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": "Vital Interest of Natural Person" + "@value": "Public Interest" } ] }, @@ -264,7 +256,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest", + "@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", @@ -273,7 +265,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": [ @@ -300,38 +292,40 @@ "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": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Legitimate Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", "@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/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-04-21" + "@value": "2019-04-04" } ], "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": [ @@ -339,32 +333,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#LegalBasis" } ], - "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#VitalInterestOfNaturalPerson" + "@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" + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "has legal basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest", + "@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", @@ -373,12 +367,18 @@ "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -400,18 +400,18 @@ "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": "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" + "@value": "Official Authority of Controller" } ] }, { - "@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", @@ -420,18 +420,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": [ @@ -447,24 +444,24 @@ ], "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" } ] }, { - "@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", @@ -473,7 +470,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": [ @@ -500,38 +497,40 @@ "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#LegitimateInterestOfThirdParty", + "@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", - "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-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": [ @@ -545,26 +544,27 @@ "@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#LegitimateInterest" + "@language": "en", + "@value": "The Legal basis used to justify processing of personal data" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Legitimate Interests of a Third Party in conducting specified processing" + "@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": "Legitimate Interest of Third Party" + "@value": "Legal Basis" } ] }, { - "@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", @@ -600,18 +600,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -653,79 +653,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@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/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Controller" - } - ] - }, - { - "@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 Third Party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consent", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -734,7 +673,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": [ @@ -761,18 +700,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@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": "Consent" + "@value": "Vital Interest" } ] }, { - "@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", @@ -781,12 +720,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": [ @@ -802,49 +747,44 @@ ], "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" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" } ], "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 required to protect vital interests of a natural person" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract" + "@value": "Vital Interest of Natural Person" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis", + "@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" + "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-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": [ @@ -858,22 +798,82 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "Enter Into Contract" + } + ] + }, + { + "@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" } ] } diff --git a/dpv-skos/modules/legal_basis.rdf b/dpv-skos/modules/legal_basis.rdf index 9fc40c2f8..41effb1c8 100644 --- a/dpv-skos/modules/legal_basis.rdf +++ b/dpv-skos/modules/legal_basis.rdf @@ -6,37 +6,33 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - 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 - - - Legal_Basis Concepts - - - - - - - - - - - - - - - - + + + + + + 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 + @@ -52,54 +48,53 @@ Paul Ryan - + - Public Interest - Processing is necessary or beneficial for interest of the public or society at large - 2021-04-21 + Consent + Consent of the Data Subject for specified processing + 2021-04-07 accepted Harshvardhan J. Pandit - + - Legal Obligation - Legal Obligation to conduct the 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 - + - Consent - Consent of the Data Subject for specified processing - 2021-04-07 + 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 + 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 - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan + Axel Polleres + Javier Fernández @@ -116,58 +111,29 @@ Paul Ryan - + - - 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 - 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 legal basis - Indicates use or applicability of a Legal Basis - 2019-04-04 - 2020-11-04 + + Data Transfer Legal Basis + Specific or special categories and instances of legal basis intended for justifying data transfers + 2021-09-08 accepted - Axel Polleres - Javier Fernández + David Hickey + Georg P Krogg - + - - Contract Performance - Fulfilment or performance of a contract involving specified processing - 2021-04-07 + + Legitimate Interest + Legitimate Interests of a Party as justification for specified processing + 2021-05-19 accepted - Georg P Krog Harshvardhan J. Pandit - Paul Ryan @@ -184,14 +150,26 @@ Paul Ryan - + + + + + has legal basis + Indicates use or applicability of a Legal Basis + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + + - - Contract - Creation, completion, fulfilment, or performance of a contract involving specified processing + Legal Obligation + Legal Obligation to conduct the specified processing 2021-04-07 accepted Harshvardhan J. Pandit @@ -211,29 +189,51 @@ Paul Ryan - + - - Legitimate Interest - Legitimate Interests of a Party as justification for specified processing - 2021-05-19 + + 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 + + + + + + + + + + + + + + + + + + - Data Transfer Legal Basis - Specific or special categories and instances of legal basis intended for justifying data transfers - 2021-09-08 + + Contract + Creation, completion, fulfilment, or performance of a contract involving specified processing + 2021-04-07 accepted - David Hickey - Georg P Krogg + Harshvardhan J. Pandit diff --git a/dpv-skos/modules/personal_data.jsonld b/dpv-skos/modules/personal_data.jsonld index a9b4bafde..ac59c10dc 100644 --- a/dpv-skos/modules/personal_data.jsonld +++ b/dpv-skos/modules/personal_data.jsonld @@ -1,14 +1,14 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData", "@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": [ @@ -21,7 +21,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" } @@ -32,21 +32,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 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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data" + "@value": "Collected Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData", + "@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" @@ -54,7 +65,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": [ @@ -67,43 +78,27 @@ "@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 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": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collected Personal Data" + "@value": "Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData", + "@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" @@ -111,7 +106,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": [ @@ -143,45 +138,37 @@ "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": "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": "Pseudo-anonymised Data" + "@value": "Generated Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData", + "@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-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": [ @@ -191,41 +178,84 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "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#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + "@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#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": "Pseudo-anonymised Data" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Personal_DataConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Special Category Personal Data" + "@value": "Personal_Data Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Data" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData", + "@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" @@ -238,7 +268,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -248,7 +278,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": [ @@ -259,25 +289,25 @@ ], "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 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" } ] }, @@ -339,69 +369,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Personal_DataConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData", "@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": "Personal_Data Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Data" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" + "@value": "Fajar Ekaputra" } - ] - }, - { - "@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" ], - "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": [ @@ -409,27 +404,48 @@ "@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": "A broad concept representing 'data' or 'information'" + "@value": "Personal Data that is obtained or derived from other 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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "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#GeneratedPersonalData", + "@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" @@ -437,12 +453,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": [ @@ -452,7 +479,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": [ @@ -463,30 +490,35 @@ ], "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 is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + "@value": "Data directly or indirectly associated or related to an individual." } ], "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": "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": "Generated Personal Data" + "@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#InferredPersonalData", + "@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" @@ -509,10 +541,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": [ @@ -523,57 +552,43 @@ ], "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 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": "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": "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": "Inferred Personal Data" + "@value": "Sensitive Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", + "@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": [ - { - "@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": [ @@ -581,9 +596,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#Data" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -592,37 +607,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 association with 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": "http://www.specialprivacy.eu/langs/usage-policy#AnyData" + "@value": "has personal data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -649,7 +648,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -659,46 +658,41 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@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#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained or derived from other data" + "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" } ], "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": "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": "Derived Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Derived" + "@value": "Special Category Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData", + "@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" @@ -711,7 +705,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -721,7 +715,10 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" + "@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": [ @@ -732,25 +729,28 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" + "@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 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/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": "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": "Anonymised Data" + "@value": "Inferred Personal Data" } ] } diff --git a/dpv-skos/modules/personal_data.n3 b/dpv-skos/modules/personal_data.n3 index 721ac9442..c06357680 100644 --- a/dpv-skos/modules/personal_data.n3 +++ b/dpv-skos/modules/personal_data.n3 @@ -3,8 +3,8 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svd: . +@prefix spl: . +@prefix svd: . @prefix sw: . @prefix xsd: . diff --git a/dpv-skos/modules/personal_data.rdf b/dpv-skos/modules/personal_data.rdf index c71c4aa0d..45af9c537 100644 --- a/dpv-skos/modules/personal_data.rdf +++ b/dpv-skos/modules/personal_data.rdf @@ -6,49 +6,6 @@ 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 - 2022-01-19 - accepted - Harshvardhan 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 - - - - - - - - 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 - - @@ -65,15 +22,15 @@ Fajar Ekaputra - + - 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 @@ -91,19 +48,59 @@ Piero Bonatti - + - 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. + 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 + + + + + + + + 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 + + + + + + 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 + + @@ -124,7 +121,7 @@ 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 @@ -134,54 +131,57 @@ Fajar Ekaputra - - - Personal_Data Concepts - - - - - - - - - - - - - - + - Data - A broad concept representing 'data' or 'information' + + + 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 - - + - - has personal data - Indicates association with Personal Data + + + + + + 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 - + - - - 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 + Data + A broad concept representing 'data' or 'information' + 2022-01-19 accepted Harshvardhan J. Pandit + + + Personal_Data Concepts + + + + + + + + + + + + + diff --git a/dpv-skos/modules/personal_data.ttl b/dpv-skos/modules/personal_data.ttl index 721ac9442..c06357680 100644 --- a/dpv-skos/modules/personal_data.ttl +++ b/dpv-skos/modules/personal_data.ttl @@ -3,8 +3,8 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svd: . +@prefix spl: . +@prefix svd: . @prefix sw: . @prefix xsd: . diff --git a/dpv-skos/modules/processing.jsonld b/dpv-skos/modules/processing.jsonld index 51980dc88..f719d056c 100644 --- a/dpv-skos/modules/processing.jsonld +++ b/dpv-skos/modules/processing.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain", + "@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", @@ -15,6 +15,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,24 +33,29 @@ ], "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 gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Obtain" + "@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#Consult", + "@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", @@ -62,9 +70,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://www.specialprivacy.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -80,29 +85,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#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "to spread data throughout" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consult" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Query" + "@value": "Disseminate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Restrict", + "@id": "https://w3id.org/dpv/dpv-skos#Combine", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -117,6 +117,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": [ @@ -138,54 +141,84 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" + "@value": "to join or merge data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Restrict" + "@value": "Combine" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-skos#Acquire", "@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" + "@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/dpv-skos#" + } + ], + "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#broaderTransitive": [ { - "@value": "Mark Lizar" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Bud Bruegger" + "@language": "en", + "@value": "to come into possession or control of the data" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Acquire" + } + ] + }, + { + "@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", + "https://w3id.org/dpv/dpv-skos#Processing" + ], + "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://www.specialprivacy.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": [ @@ -193,32 +226,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#Processing" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "to solicit or gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@value": "Obtain" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Derive", + "@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", @@ -232,7 +265,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -248,24 +281,19 @@ ], "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 create new derivative data from the original data" + "@value": "to make data known" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derive" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Derive" + "@value": "Disclose" } ] }, @@ -297,7 +325,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -325,12 +353,12 @@ ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transmit", + "@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", @@ -366,18 +394,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to send out data" + "@value": "to give data (or a portion of it) to others" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transmit" + "@value": "Share" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transform", + "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -407,24 +435,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 change the form or nature of data" + "@value": "to disclose data by means of transmission" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transform" + "@value": "Disclose by Transmission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Organise", + "@id": "https://w3id.org/dpv/dpv-skos#Copy", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -438,7 +466,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": [ @@ -460,18 +488,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "to produce an exact reprodution of the data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organise" + "@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#Destruct", + "@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", @@ -501,71 +534,142 @@ ], "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 process data in a way it no longer exists or cannot be repaired" + "@value": "to change the form or nature of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Destruct" + "@value": "Transform" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission", + "@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#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": "Processing 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#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#Acquire" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@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" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + }, { - "@language": "en", - "@value": "to disclose data by means of transmission" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission" + }, { - "@language": "en", - "@value": "Disclose by Transmission" + "@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" + }, + { + "@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#Combine", + "@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", @@ -579,10 +683,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.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -598,43 +699,65 @@ ], "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 join or merge data" + "@value": "to move data from one place to another" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Combine" + "@value": "Transfer" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Aggregate" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Retrieve", + "@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": [ @@ -642,32 +765,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#Use" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "Indicates association with Processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retrieve" + "@value": "has processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Profiling", + "@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", @@ -697,24 +820,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#Remove" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "to delete data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Profiling" + "@value": "Erase" } ] }, { - "@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", @@ -728,7 +851,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": [ @@ -744,24 +867,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#Move", + "@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", @@ -775,7 +903,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -791,29 +919,29 @@ ], "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 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": "Move" + "@value": "Anonymise" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Move" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymise", + "@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", @@ -827,7 +955,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -843,29 +971,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 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 study or examine the data in detail" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymise" + "@value": "Analyse" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Anonymize" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Store", + "@id": "https://w3id.org/dpv/dpv-skos#Restrict", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -895,24 +1023,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#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "to apply a restriction on the processsing of specific records" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Store" + "@value": "Restrict" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer", + "@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", @@ -926,7 +1054,10 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@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,29 +1073,29 @@ ], "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 move data from one place to another" + "@value": "to consult or query data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transfer" + "@value": "Consult" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Transfer" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Collect", + "@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", @@ -979,9 +1110,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://www.specialprivacy.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -997,29 +1125,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#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "to destruct or erase data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Collect" + "@value": "Remove" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Structure", + "@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", @@ -1049,24 +1172,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#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "to send out data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Structure" + "@value": "Transmit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose", + "@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", @@ -1096,24 +1219,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 make data known" + "@value": "to make a record (especially media)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose" + "@value": "Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Share", + "@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", @@ -1149,18 +1272,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 transform or publish data to be used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Share" + "@value": "Make Available" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Copy", + "@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", @@ -1174,7 +1297,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1190,29 +1313,29 @@ ], "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 produce an exact reprodution of the data" + "@value": "to create new derivative data from the original data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Copy" + "@value": "Derive" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Copy" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Alter", + "@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", @@ -1242,24 +1365,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#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 create a profile that describes or represents a person" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alter" + "@value": "Profiling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Remove", + "@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", @@ -1295,18 +1418,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#PseudoAnonymise", + "@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", @@ -1336,24 +1459,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#Organise" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@value": "to arrange data according to a structure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Structure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Record", + "@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", @@ -1383,24 +1506,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#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record" + "@value": "Pseudo-Anonymise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Acquire", + "@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", @@ -1430,24 +1553,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#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "to change the data without changing it into something else" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquire" + "@value": "Alter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Erase", + "@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", @@ -1477,24 +1600,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 delete 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": "Erase" + "@value": "Align" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Use", + "@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", @@ -1524,24 +1647,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#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to use data" + "@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": "Use" + "@value": "Adapt" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable", + "@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", @@ -1571,24 +1694,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#Remove" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@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": "Make Available" + "@value": "Destruct" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Disseminate", + "@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", @@ -1618,24 +1741,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#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "to use data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Use" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Adapt", + "@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", @@ -1665,142 +1788,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#Processing" } ], "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 organize data for arranging or classifying" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adapt" - } - ] - }, - { - "@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#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" - }, - { - "@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" + "@value": "Organise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Analyse", + "@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", @@ -1814,7 +1819,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -1836,18 +1841,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "to retrieve data, often in an automated manner" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Analyse" + "@value": "Retrieve" } ] } diff --git a/dpv-skos/modules/processing.n3 b/dpv-skos/modules/processing.n3 index fbb950124..9cf236123 100644 --- a/dpv-skos/modules/processing.n3 +++ b/dpv-skos/modules/processing.n3 @@ -3,8 +3,8 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svpr: . +@prefix spl: . +@prefix svpr: . @prefix sw: . @prefix xsd: . @@ -56,7 +56,7 @@ dpvs:Analyse a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Use ; @@ -68,7 +68,7 @@ dpvs:Anonymise a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -81,7 +81,7 @@ dpvs:Collect a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Obtain ; @@ -94,7 +94,7 @@ dpvs:Combine a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -107,7 +107,7 @@ dpvs:Consult a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Use ; @@ -119,7 +119,7 @@ dpvs:Copy a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Processing ; @@ -131,7 +131,7 @@ dpvs:Derive a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -209,7 +209,7 @@ dpvs:Move a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transfer ; @@ -245,7 +245,7 @@ dpvs:Processing a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -355,7 +355,7 @@ dpvs:Transfer a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Processing ; @@ -443,7 +443,7 @@ dpvs:hasProcessing a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Processing ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/processing.rdf b/dpv-skos/modules/processing.rdf index c0a831074..9ca4af9a9 100644 --- a/dpv-skos/modules/processing.rdf +++ b/dpv-skos/modules/processing.rdf @@ -6,479 +6,479 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - - Obtain - to solicit or gather data from someone - - 2019-05-07 + Processing + The processing performed on personal data + + + 2019-04-05 + 2020-11-04 accepted + Axel Polleres + Javier Fernández - + - - Disclose by Transmission - to disclose data by means of transmission + + Organise + to organize data for arranging or classifying 2019-05-07 accepted - + + + Processing Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - Analyse - to study or examine the data in detail - - - 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 - + - - Share - to give data (or a portion of it) to others + + Restrict + to apply a restriction on the processsing of specific records 2019-05-07 accepted - + - - Make Available - to transform or publish data to be used + + Erase + to delete data 2019-05-07 accepted - + - - Move - to move data from one location to another including deleting the original copy - - + + Record + to make a record (especially media) + 2019-05-07 accepted - + - - Transmit - to send out data + + Retrieve + to retrieve data, often in an automated manner 2019-05-07 accepted - + - Processing - The processing performed on personal data - - - 2019-04-05 - 2020-11-04 + + + Copy + to produce an exact reprodution of the data + + + 2019-05-07 accepted - Axel Polleres - Javier Fernández - + - Align - to adjust the data to be in relation to another data + Combine + to join or merge data + + 2019-05-07 accepted - + - - Use - to use data + + Share + to give data (or a portion of it) to others 2019-05-07 accepted - + - - Collect - to gather data from someone - + + Adapt + to modify the data, often rewritten into a new form for a new use - 2019-05-07 accepted - + - Transform - to change the form or nature of data - + Transfer + to move data from one place to another + + 2019-05-07 accepted - - - Processing Concepts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - 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 - - + + Consult + to consult or query data + + + 2019-05-07 accepted - + - - Erase - to delete data + + Align + to adjust the data to be in relation to another data 2019-05-07 accepted - + - - Derive - to create new derivative data from the original data - - + + Remove + to destruct or erase data + 2019-05-07 accepted - + - - Acquire - to come into possession or control of the data + + Profiling + to create a profile that describes or represents a person 2019-05-07 accepted - + - - Retrieve - to retrieve data, often in an automated manner + + Disclose by Transmission + to disclose data by means of transmission 2019-05-07 accepted - + - Organise - to organize data for arranging or classifying + Use + to use data 2019-05-07 accepted - + - Alter - to change the data without changing it into something else - + Derive + to create new derivative data from the original data + + 2019-05-07 accepted - + - - Structure - to arrange data according to a structure + + Disseminate + to spread data throughout 2019-05-07 accepted - + - - Disclose - to make data known - + + Move + to move data from one location to another including deleting the original copy + + 2019-05-07 accepted - + - - Combine - to join or merge data - + + Destruct + to process data in a way it no longer exists or cannot be repaired - 2019-05-07 accepted - + - Pseudo-Anonymise - to replace personal identifiable information by artificial identifiers - + 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 - + - Store - to keep data for future use + Obtain + to solicit or gather data from someone 2019-05-07 accepted - + - - Disseminate - to spread data throughout + + Alter + to change the data without changing it into something else 2019-05-07 accepted - + - - Consult - to consult or query data - + + Make Available + to transform or publish data to be used - 2019-05-07 accepted - + - Profiling - to create a profile that describes or represents a person - + Analyse + to study or examine the data in detail + + 2019-05-07 accepted - + - Copy - to produce an exact reprodution of the data - - + Store + to keep data for future use + 2019-05-07 accepted - + - Record - to make a record (especially media) + Collect + to gather data from someone + + 2019-05-07 accepted - + - - Remove - to destruct or erase data + + Transmit + to send out data 2019-05-07 accepted - + - - Transfer - to move data from one place to another - - + + Acquire + to come into possession or control of the data + 2019-05-07 accepted - - + - - has processing - Indicates association with Processing - - 2019-04-04 - 2020-11-04 + + + + Structure + to arrange data according to a structure + + 2019-05-07 accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - Restrict - to apply a restriction on the processsing of specific records + + Transform + to change the form or nature of data 2019-05-07 accepted - + - - Adapt - to modify the data, often rewritten into a new form for a new use + + Disclose + to make data known 2019-05-07 accepted - + - - Destruct - to process data in a way it no longer exists or cannot be repaired + + Pseudo-Anonymise + to replace personal identifiable information by artificial identifiers 2019-05-07 accepted diff --git a/dpv-skos/modules/processing.ttl b/dpv-skos/modules/processing.ttl index fbb950124..9cf236123 100644 --- a/dpv-skos/modules/processing.ttl +++ b/dpv-skos/modules/processing.ttl @@ -3,8 +3,8 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svpr: . +@prefix spl: . +@prefix svpr: . @prefix sw: . @prefix xsd: . @@ -56,7 +56,7 @@ dpvs:Analyse a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Use ; @@ -68,7 +68,7 @@ dpvs:Anonymise a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -81,7 +81,7 @@ dpvs:Collect a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Obtain ; @@ -94,7 +94,7 @@ dpvs:Combine a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -107,7 +107,7 @@ dpvs:Consult a rdfs:Class, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Use ; @@ -119,7 +119,7 @@ dpvs:Copy a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Processing ; @@ -131,7 +131,7 @@ dpvs:Derive a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transform ; @@ -209,7 +209,7 @@ dpvs:Move a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Transfer ; @@ -245,7 +245,7 @@ dpvs:Processing a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -355,7 +355,7 @@ dpvs:Transfer a rdfs:Class, skos:Concept, dpvs:Processing ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:Processing ; @@ -443,7 +443,7 @@ dpvs:hasProcessing a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Processing ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/processing_context.jsonld b/dpv-skos/modules/processing_context.jsonld index ba26b1e85..869631904 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#MatchingCombining", + "@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" @@ -43,18 +43,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves matching and combining of personal data" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Matching and Combining" + "@value": "Systematic Monitoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion", + "@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" @@ -62,21 +62,20 @@ "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/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": [ @@ -92,73 +91,83 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" + "@value": "Processing that takes place at large scales" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Deletion" + "@value": "Large Scale Processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies", + "@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": "2020-11-04" + "@value": "Processing_Context 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#ProcessingContext" }, { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + }, { - "@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#PublicDataSource" + }, { - "@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#NonPublicDataSource" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring" + }, { - "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#MatchingCombining" + }, { - "@language": "en", - "@value": "Innovative Use of New Technologies" + "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies" + }, + { + "@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" } ] }, @@ -227,7 +236,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext", + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -235,12 +244,21 @@ "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -250,7 +268,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": [ @@ -261,51 +279,49 @@ ], "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": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing Context" + "@value": "Storage Condition" } ] }, { - "@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://www.specialprivacy.eu/" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -313,32 +329,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#EvaluationScoring", + "@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" @@ -350,21 +366,24 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Piero Bonatti" + "@value": "Beatriz Esteves" } ], - "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/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#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -381,40 +400,43 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@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": "Evaluation and Scoring" + "@value": "Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration", + "@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": [ { "@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": [ @@ -422,35 +444,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#DataSource" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - }, + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" + "@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" + "@value": "Indicates the source or origin of data being processed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Duration" + "@value": "has data source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing", + "@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" @@ -493,18 +512,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "Processing that involves evaluation and scoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "Evaluation and Scoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -512,25 +531,22 @@ "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/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/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#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -541,43 +557,46 @@ ], "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 automated decision making" + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Processing Context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource", + "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation", "@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": "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -585,32 +604,35 @@ "@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", "@value": "accepted" } ], + "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": "Indicates the source or origin of data being processed" + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data source" + "@value": "Storage Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation", + "@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" @@ -651,24 +673,24 @@ "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#Duration" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location or geospatial scope where the data is stored" + "@value": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Storage Duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring", + "@id": "https://w3id.org/dpv/dpv-skos#MatchingCombining", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -711,18 +733,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "Processing that involves matching and combining of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Matching and Combining" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration", + "@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" @@ -730,21 +752,20 @@ "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/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": [ @@ -760,24 +781,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "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": "Processing that involves use of innovative and new technologies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "Innovative Use of New Technologies" } ] }, { - "@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" @@ -785,18 +806,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": [ @@ -804,11 +828,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", @@ -817,30 +836,24 @@ ], "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#NonPublicDataSource", + "@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" @@ -848,24 +861,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": [ @@ -881,27 +891,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@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": "Non-Public Data Source" + "@value": "Storage Restoration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition", + "@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": [ { @@ -923,14 +933,19 @@ "@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/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -939,85 +954,70 @@ "@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": "Indicates information about storage condition" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "has storage" } ] }, { - "@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#MatchingCombining" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion" - }, + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration" - }, + "@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#StorageLocation" - }, + "@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#StorageRestoration" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - }, + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource" - }, + "@language": "en", + "@value": "Processing that involves automated decision making" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasStorage" + "@language": "en", + "@value": "Automated Decision Making" } ] } diff --git a/dpv-skos/modules/processing_context.n3 b/dpv-skos/modules/processing_context.n3 index 183afe709..62b20e001 100644 --- a/dpv-skos/modules/processing_context.n3 +++ b/dpv-skos/modules/processing_context.n3 @@ -239,7 +239,7 @@ dpvs:hasStorage a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:StorageCondition ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/processing_context.rdf b/dpv-skos/modules/processing_context.rdf index 89700d86a..99478cd49 100644 --- a/dpv-skos/modules/processing_context.rdf +++ b/dpv-skos/modules/processing_context.rdf @@ -6,28 +6,12 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - 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 - - - + - - Storage Duration - Duration or temporal limitation on storage of personal data + Storage Restoration + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved 2019-04-05 accepted Axel Polleres @@ -57,12 +41,26 @@ - + + + + + Systematic Monitoring + Processing that involves systematic monitoring of individuals + + 2020-11-04 + accepted + Harshvardhan J. Pandit + Piero Bonatti + + + - 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 @@ -83,17 +81,20 @@ Harshvardhan J. Pandit - + - - Automated Decision Making - Processing that involves automated decision making - - 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 - Piero Bonatti + Beatriz Esteves + Paul Ryan + Julian Flake @@ -111,13 +112,12 @@ Beatriz Esteves - + - - Storage Location - Location or geospatial scope where the data is stored + Storage Deletion + Deletion or Erasure of data including any deletion guarantees 2019-04-05 accepted Axel Polleres @@ -126,29 +126,13 @@ 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 + + + Storage Duration + Duration or temporal limitation on storage of personal data 2019-04-05 accepted Axel Polleres @@ -157,27 +141,25 @@ Mark Lizar - - + - - 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 - + - Systematic Monitoring - Processing that involves systematic monitoring of individuals + Automated Decision Making + Processing that involves automated decision making 2020-11-04 accepted @@ -185,12 +167,25 @@ 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 + + + - Matching and Combining - Processing that involves matching and combining of personal data + Evaluation and Scoring + Processing that involves evaluation and scoring of individuals 2020-11-04 accepted @@ -198,12 +193,13 @@ Piero Bonatti - + - - Storage Restoration - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + + + Storage Condition + Conditions required or followed regarding storage of data 2019-04-05 accepted Axel Polleres @@ -212,25 +208,27 @@ Mark Lizar - - + - - has data source - Indicates the source or origin of data being processed - 2020-11-04 + + + Non-Public Data Source + A source of data that is not publicly accessible or available + 2022-01-26 accepted - Georg P. Krog - Paul Ryan + Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake - + - Large Scale Processing - Processing that takes place at large scales + Matching and Combining + Processing that involves matching and combining of personal data 2020-11-04 accepted @@ -238,17 +236,19 @@ Piero Bonatti - + + - - - Evaluation and Scoring - Processing that involves evaluation and scoring of individuals - - 2020-11-04 + + has storage + Indicates information about storage condition + + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Piero Bonatti + Mark Lizar diff --git a/dpv-skos/modules/processing_context.ttl b/dpv-skos/modules/processing_context.ttl index 183afe709..62b20e001 100644 --- a/dpv-skos/modules/processing_context.ttl +++ b/dpv-skos/modules/processing_context.ttl @@ -239,7 +239,7 @@ dpvs:hasStorage a rdf:Property, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:StorageCondition ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/purposes.jsonld b/dpv-skos/modules/purposes.jsonld index 880bffc80..30c1db290 100644 --- a/dpv-skos/modules/purposes.jsonld +++ b/dpv-skos/modules/purposes.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing", + "@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", @@ -9,18 +9,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": [ @@ -42,24 +45,18 @@ "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": "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": "Marketing" + "@value": "Record Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch", + "@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", @@ -104,24 +101,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#EnforceSecurity" } ], "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": "Verify or authorize identity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Identity Verification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement", + "@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", @@ -130,18 +127,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" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -157,24 +163,35 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@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": "Customer Relationship Management" + "@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#HumanResourceManagement", + "@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", @@ -187,25 +204,8 @@ } ], "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": [ @@ -227,24 +227,24 @@ "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": "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": "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": "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": "Human Resources Management" + "@value": "Personalisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement", + "@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", @@ -270,6 +270,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/dpv-skos#" @@ -289,18 +294,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@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": "Organisation Compliance Management" + "@value": "Members and Partners Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement", + "@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", @@ -309,23 +314,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": [ @@ -341,24 +350,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": "Provide service or product or activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Order Management" + "@value": "Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment", + "@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", @@ -367,21 +376,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" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" } ], "http://purl.org/dc/terms/source": [ @@ -402,24 +408,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#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage payment of vendors" + "@value": "Manage claims, including repayment of monies owed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Customer Claims Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision", + "@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", @@ -428,7 +434,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": [ @@ -455,24 +461,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@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": "Requested Service Provision" + "@value": "Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer", + "@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", @@ -481,27 +493,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": [ @@ -517,29 +520,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Deliver service as requested by user or consumer" } ], "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": "http://www.specialprivacy.eu/vocabs/purposes#Custom" + "@value": "Requested Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement", + "@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", @@ -583,24 +581,65 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" } ], "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 payment of vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Vendor Payment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations", + "@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#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#prefLabel": [ + { + "@language": "en", + "@value": "has sector" + } + ] + }, + { + "@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", @@ -645,29 +684,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#ServicePersonalization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Create and provide personalised benefits for a service" } ], "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": "http://www.specialprivacy.eu/vocabs/purposes#Marketing" + "@value": "Personalised Benefits" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement", + "@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", @@ -676,26 +710,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": [ @@ -711,24 +746,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#SellProducts" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@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": "Vendor Management" + "@value": "Sell Data to Third Parties" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement", + "@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", @@ -737,23 +778,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": [ @@ -769,24 +814,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Claims Management" + "@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#OptimisationForController", + "@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", @@ -831,24 +881,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@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#OrganisationGovernance", + "@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", @@ -857,21 +912,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" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" } ], "http://purl.org/dc/terms/source": [ @@ -892,24 +944,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": "Conduct activities and functions for organisation's governance" + "@value": "Monitor solvency of customers for financial diligence" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Customer Solvency Monitoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification", + "@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", @@ -918,27 +970,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": [ @@ -954,24 +1005,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#VendorManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Vendor Selection Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface", + "@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", @@ -980,27 +1031,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": [ @@ -1016,154 +1058,241 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimise User Interface" + "@value": "Service Order Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData", + "@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": "2019-04-05" + "@value": "Purposes 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#Purpose" }, { - "@value": "Javier Fernandez" + "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement" }, { - "@value": "Elmar Kiesling" + "@id": "https://w3id.org/dpv/dpv-skos#Advertising" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch" }, { - "@value": "Simon Steyskal" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" + }, { - "@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#CommunicationForCustomerCare" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" + }, { - "@language": "en", - "@value": "Sell data or information relevant to insights obtained from analysis of data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations" + }, { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" + }, { - "@language": "en", - "@value": "Sell Insights from Data" - } - ] - }, - { - "@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", - "https://w3id.org/dpv/dpv-skos#Purpose" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement" + }, { - "@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#CustomerManagement" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement" }, { - "@value": "Javier Fernandez" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" }, { - "@value": "Elmar Kiesling" + "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing" }, { - "@value": "Simon Steyskal" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement" + }, { - "@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" - } - ], - "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": [ + "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" + }, { - "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement" + }, { - "@language": "en", - "@value": "Research and Development" + "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Payment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Sector" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment" + }, + { + "@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#RecordManagement", + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1172,21 +1301,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": [ @@ -1208,18 +1343,24 @@ "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": "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": "Record Management" + "@value": "Enforce Security" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods", + "@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", @@ -1264,29 +1405,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "Conduct research and development for new methods, products, or 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": "http://www.specialprivacy.eu/vocabs/purposes#Delivery" + "@value": "Research and Development" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices", + "@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", @@ -1295,27 +1431,29 @@ "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": "Javier Fernandez" + "@value": "David Hickey" }, { - "@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": [ @@ -1331,24 +1469,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#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve existing products and services" + "@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": "Improve Existing Products and Services" + "@value": "Human Resources Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization", + "@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", @@ -1393,30 +1537,29 @@ ], "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": "Optimise services or activities" + "@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#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" + "@value": "Commercial Research" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Service Optimization" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts", + "@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", @@ -1425,18 +1568,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": [ @@ -1452,92 +1604,93 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], "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": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Internal Resource Optimisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement", + "@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": "2021-09-01" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernández" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@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/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": "Manage communication or provide means for communication e.g. to send an email notifying some information" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication Management" + "@value": "has purpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising", + "@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", @@ -1546,10 +1699,19 @@ "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": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1567,24 +1729,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "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": "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": "Targeted Advertising" + "@value": "Communication Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement", + "@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", @@ -1593,13 +1761,19 @@ "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" } @@ -1622,24 +1796,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResources" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "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": "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": "Personnel Management" + "@value": "Public Relations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics", + "@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", @@ -1648,18 +1822,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": [ @@ -1675,30 +1858,29 @@ ], "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": "Conduct analysis and reporting related to usage of services or products" + "@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": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" + "@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": "Analytics" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision", + "@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", @@ -1743,24 +1925,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#SellProducts" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@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": "Service Provision" + "@value": "Sell Products to Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing", + "@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", @@ -1796,60 +1984,52 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "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 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": "Direct Marketing" + "@value": "Analytics" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement", "@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": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "Paul Ryan" }, { "@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://www.specialprivacy.eu/" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1857,52 +2037,60 @@ "@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#HumanResources" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@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": "has purpose" + "@value": "Personnel Management" } ] }, { - "@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": "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": [ @@ -1916,26 +2104,27 @@ "@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#Marketing" + "@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": "Conduct marketing through 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)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Media" + "@value": "Sector" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations", + "@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", @@ -1979,27 +2168,28 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" } ], "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": "Manage orders related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Vendor Records Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasSector", + "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness", "@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": [ { @@ -2007,37 +2197,57 @@ "@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#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Sector" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@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#OptimisationForController" + } + ], "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": "Improve robustness and resilience of services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has sector" + "@value": "Increase Service Robustness" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement", + "@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", @@ -2046,18 +2256,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" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2073,24 +2292,27 @@ ], "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" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Improve Internal CRM Processes" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment", + "@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", @@ -2134,28 +2356,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "Conduct activities and functions for organisation's governance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "Organisation Governance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl", + "@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": [ { @@ -2164,23 +2385,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": [ @@ -2194,37 +2414,26 @@ "@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": "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": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Access Control" + "@value": "Purpose" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Login" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation", + "@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", @@ -2233,12 +2442,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": [ @@ -2254,30 +2478,33 @@ ], "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" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" } ], "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": "Personalise services or product or activities" } ], "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": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalisation" + "@value": "Service Personalization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2286,27 +2513,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": [ @@ -2322,27 +2540,28 @@ ], "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": "Optimize internal resource availability and usage for organisation" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@value": "Social Media" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Sector", + "@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": [ { @@ -2381,27 +2600,26 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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": "Improve existing products and services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sector" + "@value": "Improve Existing Products and Services" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity", + "@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", @@ -2446,30 +2664,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#ServicePersonalization" } ], "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": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Security" + "@value": "User Interface Personalisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Payment", + "@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", @@ -2478,7 +2690,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": [ @@ -2492,6 +2704,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/dpv-skos#" @@ -2505,24 +2722,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#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process payment transactions in relation to 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": "Payment" + "@value": "Dispute Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance", + "@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", @@ -2531,18 +2748,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": [ @@ -2558,24 +2784,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": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Compliance" + "@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#UserInterfacePersonalisation", + "@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", @@ -2584,27 +2815,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": [ @@ -2620,24 +2845,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": "Personalise interfaces presented to the user" + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "Organisation Risk Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare", + "@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", @@ -2646,7 +2871,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": [ @@ -2657,7 +2882,7 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Beatriz" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2673,27 +2898,24 @@ ], "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#Purpose" } ], "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": "Manage past, current, and future customers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Customer Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization", + "@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", @@ -2702,27 +2924,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": [ @@ -2739,32 +2952,29 @@ "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" + "@value": "Sell products or services" } ], "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": "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": "Service Personalization" + "@value": "Sell Products" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement", + "@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", @@ -2773,7 +2983,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": [ @@ -2806,18 +3016,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@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": "Account Management" + "@value": "Legal Compliance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement", + "@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", @@ -2826,7 +3036,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": [ @@ -2840,11 +3050,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#" @@ -2858,24 +3063,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": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@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": "Dispute Management" + "@value": "Registration and Authentication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring", + "@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", @@ -2884,7 +3089,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": [ @@ -2895,12 +3100,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": [ @@ -2916,24 +3116,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@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": "Monitor solvency of customers for financial diligence" + "@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": "Customer Solvency Monitoring" + "@value": "Communication for Customer Care" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision", + "@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", @@ -2942,7 +3145,7 @@ "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": [ @@ -2963,24 +3166,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#PersonalisedAdvertising" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@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": "Technical Service Provision" + "@value": "Targeted Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations", + "@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", @@ -2989,20 +3192,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": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3018,24 +3219,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": "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication", + "@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", @@ -3044,18 +3245,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": [ @@ -3077,45 +3287,47 @@ "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": "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": "Registration and Authentication" + "@value": "Service Optimization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose", + "@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" + "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": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@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": "David Hickey" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3129,26 +3341,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#OrganisationGovernance" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Purpose" + "@value": "Manage compliance for organisation in relation to internal policies" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" + "@language": "en", + "@value": "Organisation Compliance Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Advertising", + "@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", @@ -3190,24 +3402,18 @@ "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": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Advertising" + "@value": "Direct Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection", + "@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", @@ -3216,7 +3422,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": [ @@ -3224,19 +3430,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": [ @@ -3252,29 +3451,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#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "Create and provide personalised recommendations for events" } ], "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": "http://www.specialprivacy.eu/vocabs/purposes#Government" + "@value": "Create Event Recommendations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement", + "@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", @@ -3318,24 +3512,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#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders related to vendors" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Vendor Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits", + "@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", @@ -3344,7 +3538,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": [ @@ -3352,19 +3546,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": [ @@ -3386,18 +3573,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Create and provide personalised recommendations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "Create Personalized Recommendations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare", + "@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", @@ -3406,27 +3593,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": [ @@ -3442,29 +3620,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@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": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Care" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Feedback" + "@value": "Personalised Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations", + "@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", @@ -3473,7 +3649,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -3481,12 +3657,19 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3502,24 +3685,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#ServiceOptimization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Event Recommendations" + "@value": "Optimisation for Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject", + "@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", @@ -3528,27 +3711,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": "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": [ @@ -3564,30 +3732,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#ServiceProvision" } ], "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#note": [ - { - "@language": "en", - "@value": "Was subclass of commercial interest, changed to reflect selling something" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products to Data Subject" + "@value": "Technical Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties", + "@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", @@ -3596,27 +3758,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": [ @@ -3632,30 +3785,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#CustomerManagement" } ], "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": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Data to Third Parties" + "@value": "Customer Relationship Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch", + "@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", @@ -3700,29 +3847,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" } ], "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": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Commercial Research" + "@value": "Create Product Recommendations" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Develop" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement", + "@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", @@ -3731,21 +3878,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": [ @@ -3761,24 +3910,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 customer orders" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Customer Order Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3787,18 +3936,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": [ @@ -3814,27 +3972,24 @@ ], "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#OptimisationForConsumer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "Optimise User Interface" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness", + "@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", @@ -3879,24 +4034,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#SellProducts" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@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": "Increase Service Robustness" + "@value": "Sell Insights from Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch", + "@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", @@ -3905,27 +4066,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": [ @@ -3941,246 +4093,86 @@ ], "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": "Process payment transactions in relation to service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Academic Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Education" + "@value": "Payment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PurposesConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch", "@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#Purpose" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Purposes 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#Purpose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Advertising" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Payment" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" + "@value": "Javier Fernandez" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations" + "@value": "Fajar Ekaputra" }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement" - }, + "@value": "Simon Steyskal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication" - }, + "@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#RequestedServiceProvision" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Sector" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising" - }, + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" - }, + "@language": "en", + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasSector" + "@language": "en", + "@value": "Non-Commercial Research" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses", + "@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", @@ -4225,27 +4217,29 @@ ], "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#ResearchAndDevelopment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@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": "Improve Internal CRM Processes" + "@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#ServiceRecordManagement", + "@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", @@ -4254,7 +4248,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": [ @@ -4281,19 +4275,25 @@ ], "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 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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Marketing" } ] } diff --git a/dpv-skos/modules/purposes.n3 b/dpv-skos/modules/purposes.n3 index 7a634b031..e4b7673ba 100644 --- a/dpv-skos/modules/purposes.n3 +++ b/dpv-skos/modules/purposes.n3 @@ -3,8 +3,8 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svpu: . +@prefix spl: . +@prefix svpu: . @prefix sw: . @prefix xsd: . @@ -104,7 +104,7 @@ dpvs:CreateEventRecommendations a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:CreatePersonalizedRecommendations ; @@ -117,7 +117,7 @@ dpvs:CreatePersonalizedRecommendations a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:ServicePersonalization ; @@ -659,7 +659,7 @@ dpvs:Purpose a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -1071,7 +1071,7 @@ dpvs:hasPurpose a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Purpose ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/purposes.rdf b/dpv-skos/modules/purposes.rdf index c415bbe61..3d00e62fc 100644 --- a/dpv-skos/modules/purposes.rdf +++ b/dpv-skos/modules/purposes.rdf @@ -6,42 +6,59 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Create Event Recommendations - Create and provide personalised recommendations for events - - 2019-11-26 + + Optimise User Interface + Optimize interfaces presented to the user + 2019-04-05 accepted Harshvardhan J. Pandit - Rudy Jacob + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Create Personalized Recommendations - Create and provide personalised recommendations - - 2019-11-26 + + Requested Service Provision + Deliver service as requested by user or consumer + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit - Rudy Jacob + 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 + + + - Academic Research - Conduct or assist with research conducted in an academic context e.g. within universities - + 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 @@ -52,14 +69,28 @@ 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 + + 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 + + + + + + + + Internal Resource Optimisation + Optimize internal resource availability and usage for organisation 2019-04-05 accepted Harshvardhan J. Pandit @@ -70,28 +101,58 @@ Simon Steyskal - + - - Payment - Process payment transactions in relation to service - 2020-11-04 + + Customer Management + Manage past, current, and future customers + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Beatriz - + + + + + + Customer Solvency Monitoring + Monitor solvency of customers for financial diligence + + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz + + + + + + + + Vendor Payment + Manage payment of vendors + + 2021-09-01 + accepted + Paul Ryan + Georg P Krog + David Hickey + Harshvardhan J. Pandit + + + - Enforce Security - Ensure and enforce security e.g. of data, personnel - Was previous "Security". Prefixed to distinguish from TechOrg measures. + Research and Development + Conduct research and development for new methods, products, or services 2019-04-05 accepted Harshvardhan J. Pandit @@ -102,14 +163,57 @@ Simon Steyskal - + + + + + + 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 + + + + + + + + Service Order Management + Manage invoicing, orders, and records in relation to services + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + 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 + + + - 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 + 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 Harshvardhan J. Pandit @@ -120,14 +224,46 @@ Simon Steyskal - + - - Delivery of Goods - Deliver goods and services requested or asked by consumer - + + 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 + + + + + + + + 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 + + + + + + + + Service Provision + Provide service or product or activities 2019-04-05 accepted Harshvardhan J. Pandit @@ -138,85 +274,95 @@ Simon Steyskal - + - - Customer Claims Management - Manage claims, including repayment of monies owed - - 2021-09-08 + + Increase Service Robustness + Improve robustness and resilience of services + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - Legal Compliance - Fulfilment of obligations or requirements towards achieving compliance with law or regulations - 2020-11-04 + 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 - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - + - - Service Order Management - Manage invoicing, orders, and records in relation to services - 2021-09-08 + + Enforce Access Control + Conduct or enforce access control + + Was previously "Access Control". Prefixed to distinguish from Technical Measure. + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - Purpose - The purpose of processing personal data - - + + + Improve Existing Products and Services + Improve existing products and services 2019-04-05 - 2020-11-04 accepted + Harshvardhan J. Pandit + Javier Fernandez Axel Polleres - Javier Fernández + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Organisation Compliance Management - Manage compliance for organisation in relation to internal policies - 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 - + - - User Interface Personalisation - Personalise interfaces presented to the user + + 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 @@ -299,14 +445,14 @@ - + - - Create Product Recommendations - Create and provide product recommendations e.g. suggest similar products - + + 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 @@ -317,135 +463,62 @@ Simon Steyskal - + - - - Improve Internal CRM Processes - Improve customer-relationship management (CRM) processes - 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 - + - - Targeted Advertising - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - 2022-03-30 + + 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 - + - Members and Partners Management - Maintain registry of shareholders, members, or partners for governance, administration, and management functions + Dispute Management + Manage disputes by natural persons, private bodies, or public authorities relevant to organisation - 2021-09-01 + 2021-09-08 accepted - Paul Ryan Georg P Krog - David Hickey - Harshvardhan J. Pandit - - - - - - - - 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 - - - - - - - - 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 Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - - - - - - - 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 - - - - - - - - Research and Development - Conduct research and development for new methods, products, or services - 2019-04-05 - accepted - Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz Esteves - + - - Vendor Payment - Manage payment of vendors - - 2021-09-01 + + Payment + Process payment transactions in relation to service + 2020-11-04 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves @@ -462,60 +535,14 @@ 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 - - - - - - - - Organisation Governance - Conduct activities and functions for organisation's governance - - 2021-09-01 - accepted - Paul Ryan - Georg P Krog - David Hickey - Harshvardhan J. Pandit - - - + - - 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 - - - - - - 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 @@ -526,14 +553,14 @@ Simon Steyskal - + - - Customer Care - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - + + Academic Research + Conduct or assist with research conducted in an academic context e.g. within universities + 2019-04-05 accepted Harshvardhan J. Pandit @@ -544,28 +571,31 @@ Simon Steyskal - + + - - - - - Personalised Advertising - Create and provide personalised advertising - 2020-11-04 + + has purpose + Indicates association with Purpose + + 2019-04-04 + 2020-11-04 accepted - Georg P Krog + Axel Polleres + Javier Fernández Harshvardhan J. Pandit - Beatriz Esteves + Mark Lizar + Bud Bruegger - + - - Service Provision - Provide service or product or activities + + 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 @@ -576,29 +606,26 @@ Simon Steyskal - + - - - Dispute Management - Manage disputes by natural persons, private bodies, or public authorities relevant to organisation - - 2021-09-08 + Purpose + The purpose of processing personal data + + + 2019-04-05 + 2020-11-04 accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves + Axel Polleres + Javier Fernández - + - - - Fraud Prevention and Detection - Detect and prevent fraud - + 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 @@ -609,58 +636,28 @@ Simon Steyskal - + - - Requested Service Provision - Deliver service as requested by user or consumer - 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 - - - - - - - - Technical Service Provision - Manage and provide technical processes and functions necessary for delivering services - 2021-09-08 - accepted - 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 - accepted - 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 + + Legal Compliance + Fulfilment of obligations or requirements towards achieving compliance with law or regulations 2020-11-04 accepted Georg P Krog @@ -668,13 +665,14 @@ Beatriz Esteves - + - - Optimise User Interface - Optimize interfaces presented to the user + + Fraud Prevention and Detection + Detect and prevent fraud + 2019-04-05 accepted Harshvardhan J. Pandit @@ -685,30 +683,28 @@ Simon Steyskal - + - Personalised Benefits - Create and provide personalised benefits for a service - 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 - + - - Organisation Risk Management - Manage risk for organisation's activities + + Organisation Governance + Conduct activities and functions for organisation's governance + 2021-09-01 accepted Paul Ryan @@ -717,44 +713,44 @@ Harshvardhan J. Pandit - + - - Public Relations - Manage and conduct public relations processes. This includes creating goodwill for the organization. - - 2021-09-01 + + Account Management + Create, maintain, and manage accounts for purposes of providing services + 2021-09-08 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves - + - - 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 + + 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 - + - - Vendor Management - Manage orders, payment, evaluation, and prospecting related to vendors + + Vendor Records Management + Manage orders related to vendors 2021-09-01 accepted @@ -783,118 +779,83 @@ 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 - - - - - - - - Personnel Management - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries - - 2022-03-30 + Service Optimization + Optimise services or activities + Subclass of ServiceProvision since optimisation is usually considered part of providing services + 2019-04-05 accepted - Paul Ryan Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Account Management - Create, maintain, and manage accounts for purposes of providing services + + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - - 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 + Beatriz - + + - - - - Improve Existing Products and Services - Improve existing products and services + + has sector + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) 2019-04-05 accepted - Harshvardhan J. Pandit - 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. - 2021-09-08 + + Targeted Advertising + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals + 2022-03-30 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 + + 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 - 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 @@ -919,14 +880,14 @@ Harshvardhan J. Pandit - + - - Optimisation for Consumer - Optimize activities and services for consumer or user - + + 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 @@ -937,15 +898,14 @@ Simon Steyskal - + - - Enforce Access Control - Conduct or enforce access control - - Was previously "Access Control". Prefixed to distinguish from Technical Measure. + + Create Product Recommendations + Create and provide product recommendations e.g. suggest similar products + 2019-04-05 accepted Harshvardhan J. Pandit @@ -956,38 +916,28 @@ Simon Steyskal - + - - Customer Order Management - Manage customer orders - - 2021-09-08 + + 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 - - - - - - - has sector - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - 2019-04-05 - accepted + Beatriz Esteves - + - - Customer Management - Manage past, current, and future customers + + Customer Claims Management + Manage claims, including repayment of monies owed + 2021-09-08 accepted Georg P Krog @@ -995,13 +945,13 @@ Beatriz - + - - Identity Verification - Verify or authorize identity + + Optimisation for Controller + Optimize activities and services for provider or controller 2019-04-05 accepted Harshvardhan J. Pandit @@ -1012,60 +962,75 @@ 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 + + + Personalised Advertising + Create and provide personalised advertising + 2020-11-04 accepted - Paul Ryan - David Hickey Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - + - - Vendor Records Management - Manage orders related to vendors - - 2021-09-01 + + Social Media + Conduct marketing through social media + 2020-11-04 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves - + - - 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 + + User Interface Personalisation + Personalise interfaces presented to the user + 2019-04-05 accepted Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Internal Resource Optimisation - Optimize internal resource availability and usage for organisation + + Customer Order Management + Manage customer orders + + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz + + + + + + + + Delivery of Goods + Deliver goods and services requested or asked by consumer + 2019-04-05 accepted Harshvardhan J. Pandit @@ -1076,56 +1041,75 @@ Simon Steyskal - + - - Customer Solvency Monitoring - Monitor solvency of customers for financial diligence - + + Technical Service Provision + Manage and provide technical processes and functions necessary for delivering services 2021-09-08 accepted + Harshvardhan J. Pandit + + + + + + + + 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 - Beatriz - + - Social Media - Conduct marketing through social media - 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 - + - - Customer Relationship Management - Manage and analyse interactions with past, current, and potential customers - 2021-09-08 + + Personalised Benefits + Create and provide personalised benefits for a service + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Non-Commercial Research - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + + Customer Care + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + 2019-04-05 accepted Harshvardhan J. Pandit @@ -1136,14 +1120,30 @@ Simon Steyskal - + - - Service Optimization - Optimise services or activities - Subclass of ServiceProvision since optimisation is usually considered part of providing services + + 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 + + + + + + + + Optimisation for Consumer + Optimize activities and services for consumer or user + 2019-04-05 accepted Harshvardhan J. Pandit diff --git a/dpv-skos/modules/purposes.ttl b/dpv-skos/modules/purposes.ttl index 7a634b031..e4b7673ba 100644 --- a/dpv-skos/modules/purposes.ttl +++ b/dpv-skos/modules/purposes.ttl @@ -3,8 +3,8 @@ @prefix rdf: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svpu: . +@prefix spl: . +@prefix svpu: . @prefix sw: . @prefix xsd: . @@ -104,7 +104,7 @@ dpvs:CreateEventRecommendations a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:CreatePersonalizedRecommendations ; @@ -117,7 +117,7 @@ dpvs:CreatePersonalizedRecommendations a rdfs:Class, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:ServicePersonalization ; @@ -659,7 +659,7 @@ dpvs:Purpose a rdfs:Class, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -1071,7 +1071,7 @@ dpvs:hasPurpose a rdf:Property, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvs: ; rdfs:range dpvs:Purpose ; sw:term_status "accepted"@en ; diff --git a/dpv-skos/modules/risk.jsonld b/dpv-skos/modules/risk.jsonld index bf3e32c1e..886da8502 100644 --- a/dpv-skos/modules/risk.jsonld +++ b/dpv-skos/modules/risk.jsonld @@ -1,6 +1,77 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", + "@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://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://www.iso.org/iso-31000-risk-management.html" + } + ], + "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#OrganisationalMeasure" + } + ], + "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": "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": "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 Management Procedure" + } + ] + }, + { + "@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" @@ -8,12 +79,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "" } ], "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": [ @@ -23,7 +106,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" + "@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": [ @@ -35,13 +123,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@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 risk" + "@value": "has impact" } ] }, @@ -102,15 +190,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn", + "@id": "https://w3id.org/dpv/dpv-skos#Harm", "@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-23" } ], "http://purl.org/dc/terms/creator": [ @@ -130,19 +218,14 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequenceOn" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -151,29 +234,34 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], "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": "Impact that acts as or causes harms" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact on" + "@value": "Harm" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence", + "@id": "https://w3id.org/dpv/dpv-skos#Benefit", "@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-23" } ], "http://purl.org/dc/terms/creator": [ @@ -191,12 +279,9 @@ }, { "@value": "Beatriz Esteves" - } - ], - "http://purl.org/dc/terms/modified": [ + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-21" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -204,9 +289,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#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -215,27 +300,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#Impact" } ], - "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": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consequence" + "@value": "Benefit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure", + "@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" @@ -243,15 +327,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": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -261,7 +348,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#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -272,24 +359,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#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Risk Mitigation Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage", + "@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" @@ -329,85 +416,132 @@ "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk", "@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": "Risk 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#Risk" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" - }, + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Risk" + } + ], + "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": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Benefit" - }, + "@language": "en", + "@value": "Indicates risks mitigated by this concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Detriment" - }, + "@language": "en", + "@value": "mitigates risk" + } + ] + }, + { + "@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" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-23" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Harm" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect" + "@value": "Fajar Ekaputra" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" - }, + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpact" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn" + "@language": "en", + "@value": "Impact that acts as or causes detriments" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Detriment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess", + "@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" @@ -415,15 +549,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": [ @@ -433,7 +564,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": [ @@ -444,24 +575,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#Impact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Damage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Risk", + "@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" @@ -469,7 +600,7 @@ "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": [ @@ -482,33 +613,37 @@ "@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", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@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": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@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": "Risk" + "@value": "Consequence as Side-Effect" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpact", + "@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" @@ -536,19 +671,19 @@ "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], - "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#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequenceOn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -560,26 +695,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + "@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": "has impact" + "@value": "has impact on" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence", + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", "@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-01-26" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ @@ -592,9 +727,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#Context" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -603,21 +738,16 @@ "@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 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" } ] }, @@ -691,20 +821,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage", + "@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": "2022-03-30" + "@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" + } + ], + "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": [ @@ -712,9 +860,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#Damage" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -723,26 +871,27 @@ "@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#Damage" + "@language": "en", + "@value": "Indicates consenquence(s) possible or arising from specified concept" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@value": "Removed plural suffix for consistency" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "has consequence" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect", + "@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" @@ -750,12 +899,15 @@ "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": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -782,18 +934,18 @@ "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": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Consequence of Failure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Detriment", + "@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" @@ -801,24 +953,12 @@ "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": "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": [ @@ -826,37 +966,33 @@ "@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", "@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#Impact" + "@language": "en", + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@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": "Detriment" + "@value": "Risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Harm", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -871,17 +1007,8 @@ { "@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": [ @@ -891,7 +1018,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": [ @@ -902,24 +1029,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 that acts as or causes harms" + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Harm" + "@value": "Consequence of Success" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Damage", + "@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" @@ -942,7 +1069,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#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -953,98 +1080,105 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@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 damages" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Damage" + "@value": "Material Damage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Benefit", + "@id": "https://w3id.org/dpv/dpv-skos#RiskConcepts", "@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-03-23" + "@value": "Risk 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#Risk" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure" }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" }, { - "@value": "Axel Polleres" - } - ], - "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#Detriment" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#Damage" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage" + }, { - "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#Harm" + }, { - "@language": "en", - "@value": "Benefit" + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasImpact" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk", + "@id": "https://w3id.org/dpv/dpv-skos#Consequence", "@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-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -1052,19 +1186,14 @@ "@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": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1073,16 +1202,21 @@ "@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 consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "mitigates risk" + "@value": "Consequence" } ] } diff --git a/dpv-skos/modules/risk.n3 b/dpv-skos/modules/risk.n3 index 23e0e9d6f..e66048b50 100644 --- a/dpv-skos/modules/risk.n3 +++ b/dpv-skos/modules/risk.n3 @@ -157,6 +157,35 @@ dpvs:Risk a rdfs:Class, 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 . +dpvs:RiskManagementProcedure a rdfs:Class, + skos:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Mark Lizar"^^xsd:string, + "Rob Brennan"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:OrganisationalMeasure ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:OrganisationalMeasure ; + skos:definition "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."@en ; + skos:note "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"@en ; + skos:prefLabel "Risk Management Procedure"@en . + +dpvs:RiskMitigationMeasure a rdfs:Class, + skos:Concept ; + dct:created "2020-11-04"^^xsd:date ; + dct:creator "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:TechnicalOrganisationalMeasure ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:TechnicalOrganisationalMeasure ; + skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; + skos:prefLabel "Risk Mitigation Measure"@en . + dpvs:RiskConcepts a skos:Collection ; dct:title "Risk Concepts"^^xsd:string ; skos:member dpvs:Benefit, @@ -171,6 +200,8 @@ dpvs:RiskConcepts a skos:Collection ; dpvs:MaterialDamage, dpvs:NonMaterialDamage, dpvs:Risk, + dpvs:RiskManagementProcedure, + dpvs:RiskMitigationMeasure, dpvs:hasConsequence, dpvs:hasImpact, dpvs:hasImpactOn, diff --git a/dpv-skos/modules/risk.rdf b/dpv-skos/modules/risk.rdf index 2e68f1326..c8a2f9ec2 100644 --- a/dpv-skos/modules/risk.rdf +++ b/dpv-skos/modules/risk.rdf @@ -6,6 +6,68 @@ 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 + + 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 + + accepted + Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + + + + + + 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 + accepted + Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + @@ -17,20 +79,17 @@ Harshvardhan J. Pandit - + - - - Harm - Impact that acts as or causes harms + + + 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 @@ -48,6 +107,8 @@ + + @@ -55,45 +116,32 @@ - - + - - - has impact - Indicates impact(s) possible or arising as consequences from specified concept - + + + + Material Damage + Impact that acts as or causes material damages + 2022-03-30 accepted Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - + - - - Consequence of Success - The consequence(s) possible or arising from success of specified context + + + Detriment + Impact that acts as or causes detriments 2022-03-23 accepted Harshvardhan J. Pandit + Julian Flake Georg P Krog - - - - - - - - mitigates risk - Indicates risks mitigated by this concept - 2020-11-04 - accepted - Harshvardhan J. Pandit + Fajar Ekaputra + Beatriz Esteves @@ -113,31 +161,31 @@ Beatriz Esteves - - + - - has consequence - Indicates consenquence(s) possible or arising from specified concept - Removed plural suffix for consistency - 2020-11-04 - 2021-09-21 + + + + 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 - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves + Mark Lizar - - + - - - has impact on - Indicates the thing (e.g. plan, process, or entity) affected by an impact - + + + + Harm + Impact that acts as or causes harms + 2022-03-23 accepted Harshvardhan J. Pandit Julian Flake @@ -146,14 +194,28 @@ Beatriz Esteves - + - - - Consequence - The consequence(s) possible or arising from specified context - 2022-01-26 + + + Risk Mitigation Measure + Measures intended to mitigate, minimise, or prevent risk. + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + + + + + + + Consequence as Side-Effect + The consequence(s) possible or arising as a side-effect of specified context + 2022-03-30 accepted Harshvardhan J. Pandit @@ -187,17 +249,17 @@ Axel Polleres - + + - - - - Consequence of Failure - The consequence(s) possible or arising from failure of specified context - 2022-03-23 + + + + is mitigated by measure + Indicate a risk is mitigated by specified measure + 2022-02-09 accepted Harshvardhan J. Pandit - Georg P Krog @@ -212,20 +274,16 @@ Harshvardhan J. Pandit - + - - - Detriment - Impact that acts as or causes detriments - 2022-03-23 + + + 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 @@ -239,39 +297,14 @@ Harshvardhan J. Pandit - + - - - - is mitigated by measure - Indicate a risk is mitigated by specified measure - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - - - - Material Damage - Impact that acts as or causes material damages - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - Consequence as Side-Effect - The consequence(s) possible or arising as a side-effect of specified context - 2022-03-30 + + + mitigates risk + Indicates risks mitigated by this concept + 2020-11-04 accepted Harshvardhan J. Pandit diff --git a/dpv-skos/modules/risk.ttl b/dpv-skos/modules/risk.ttl index 23e0e9d6f..e66048b50 100644 --- a/dpv-skos/modules/risk.ttl +++ b/dpv-skos/modules/risk.ttl @@ -157,6 +157,35 @@ dpvs:Risk a rdfs:Class, 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 . +dpvs:RiskManagementProcedure a rdfs:Class, + skos:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Mark Lizar"^^xsd:string, + "Rob Brennan"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:OrganisationalMeasure ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:OrganisationalMeasure ; + skos:definition "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."@en ; + skos:note "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"@en ; + skos:prefLabel "Risk Management Procedure"@en . + +dpvs:RiskMitigationMeasure a rdfs:Class, + skos:Concept ; + dct:created "2020-11-04"^^xsd:date ; + dct:creator "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:subClassOf dpvs:TechnicalOrganisationalMeasure ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:TechnicalOrganisationalMeasure ; + skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; + skos:prefLabel "Risk Mitigation Measure"@en . + dpvs:RiskConcepts a skos:Collection ; dct:title "Risk Concepts"^^xsd:string ; skos:member dpvs:Benefit, @@ -171,6 +200,8 @@ dpvs:RiskConcepts a skos:Collection ; dpvs:MaterialDamage, dpvs:NonMaterialDamage, dpvs:Risk, + dpvs:RiskManagementProcedure, + dpvs:RiskMitigationMeasure, dpvs:hasConsequence, dpvs:hasImpact, dpvs:hasImpactOn, diff --git a/dpv-skos/modules/technical_organisational_measures.jsonld b/dpv-skos/modules/technical_organisational_measures.jsonld index 2ae65b090..9349083fd 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#PrivacyByDefault", + "@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", @@ -39,24 +39,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": "Organisational 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": "Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms", + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -95,24 +95,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#Encryption" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Encryption in Rest" } ] }, { - "@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", @@ -121,24 +121,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": [ @@ -154,24 +151,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#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#Safeguard", + "@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", @@ -180,19 +177,10 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -210,30 +198,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#RecordsOfActivities" } ], "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": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Safeguard" + "@value": "Data Processing Records" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn", + "@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", @@ -242,18 +224,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": [ @@ -269,24 +254,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" } ], "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": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "Certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities", + "@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", @@ -295,18 +280,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": [ @@ -322,30 +310,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#CertificationSeal" } ], "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": "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": "Register of Processing Activities" + "@value": "Seal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization", + "@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", @@ -371,11 +353,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#" @@ -395,18 +372,18 @@ "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": "Technical measures consisting of encryption" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Encryption" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation", + "@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", @@ -415,10 +392,19 @@ "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": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, { "@value": "Harshvardhan J. Pandit" } @@ -436,24 +422,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#Notice" } ], "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 notice or document outlining information regarding privacy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "Privacy Notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest", + "@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", @@ -492,24 +478,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "Legal Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities", + "@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", @@ -518,18 +504,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": [ @@ -545,24 +534,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#LegalAgreement" } ], "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": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "ContractualTerms" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols", + "@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", @@ -601,24 +590,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#GuidelinesPrinciple" } ], "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": "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": "Authentication Protocols" + "@value": "Code of Conduct" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement", + "@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", @@ -627,24 +616,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": [ @@ -660,24 +646,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": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "Staff Training" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PIA", + "@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", @@ -686,7 +672,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": [ @@ -719,46 +705,49 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@value": "Data Transfer Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement", "@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": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@value": "Beatriz Esteves" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], - "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#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -767,77 +756,198 @@ "@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 use or applicability of Technical measure" + "@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": "has technical measure" + "@value": "Controller-Processor Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct", + "@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#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" - } - ], - "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" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + }, { - "@language": "en", - "@value": "Code of Conduct" + "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PIA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Policy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization" + }, + { + "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Certification", + "@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", @@ -876,98 +986,35 @@ ], "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": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Certification" - } - ] - }, - { - "@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" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has organisational measure" + "@value": "Technical Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", + "@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" } @@ -983,11 +1030,6 @@ "@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", @@ -997,18 +1039,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption", + "@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", @@ -1047,24 +1089,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": "Technical measures consisting of encryption" + "@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": "Encryption" + "@value": "Privacy by Design" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment", + "@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", @@ -1073,288 +1115,118 @@ "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/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": "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" - } - ] - }, - { - "@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#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" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PIA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Policy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization" - }, - { - "@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#RiskManagementProcedure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Seal" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement" - }, + "@value": "Mark Lizar" + } + ], + "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#GuidelinesPrinciple" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy" - }, + "@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#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor" + "@language": "en", + "@value": "Privacy by Default" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement", + "@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": "2022-01-26" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Julian Flake" + "@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://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#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@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": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "has technical and organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure", + "@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", @@ -1363,21 +1235,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": [ @@ -1393,24 +1265,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#Safeguard" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@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": "Technical Measure" + "@value": "Safeguard for Data Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NDA", + "@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", @@ -1449,24 +1321,75 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Design Standard" + } + ] + }, + { + "@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" + ], + "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#TechnicalMeasure" + } + ], + "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 Technical measure" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has technical measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure", + "@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", @@ -1475,7 +1398,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": [ @@ -1502,24 +1425,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#Assessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@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": "Risk Mitigation Measure" + "@value": "Legitimate Interest Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement", + "@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", @@ -1558,24 +1481,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#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "Non-Disclosure Agreement (NDA)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification", + "@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", @@ -1614,24 +1537,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": "Removal of identity or information to reduce identifiability" + "@value": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "De-Identification" + "@value": "Access Control Method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign", + "@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", @@ -1640,21 +1563,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": [ @@ -1670,43 +1596,38 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "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": "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": "Privacy by Design" + "@value": "Joint Data Controllers Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "@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" + "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": "2022-02-09" } ], "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" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1720,32 +1641,47 @@ "@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": "The Technical and Organisational measures used." + "@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": "Technical and Organisational Measure" + "@value": "Third-Party Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy", + "@id": "https://w3id.org/dpv/dpv-skos#Safeguard", "@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": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1755,37 +1691,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#Policy" + "@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#OrganisationalMeasure" } ], - "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 safeguard is a precautionary measure for the protection against or mitigation of negative effects" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Indicates policy applicable or used" + "@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": "has policy" + "@value": "Safeguard" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple", + "@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", @@ -1794,21 +1731,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": [ @@ -1830,18 +1767,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Seal", + "@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", @@ -1850,21 +1787,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": [ @@ -1880,24 +1808,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#OrganisationalMeasure" } ], "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": "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": "Seal" + "@value": "Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1906,7 +1834,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": [ @@ -1916,14 +1844,8 @@ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1939,47 +1861,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" } ], "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": "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": "Sub-Processor Agreement" + "@value": "Register of Processing Activities" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal", + "@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", - "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": "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": [ @@ -1987,32 +1905,37 @@ "@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#Policy" } ], - "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#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": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@value": "Indicates policy applicable or used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification and Seal" + "@value": "has policy" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure", + "@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", @@ -2051,24 +1974,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority", + "@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", @@ -2077,7 +2000,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": [ @@ -2104,24 +2027,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#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@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": "Consultation with Authority" + "@value": "Records of Activities" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment", + "@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", @@ -2157,24 +2080,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#ImpactAssessment" } ], "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": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "Privacy Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DPIA", + "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2210,30 +2133,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#AuthenticationProtocols" } ], "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": "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": "Data Protection Impact Assessment (DPIA)" + "@value": "Single Sign On" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer", + "@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", @@ -2259,51 +2176,9 @@ "@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#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption" - } - ], - "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" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Encryption in Transfer" - } - ] - }, - { - "@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", - "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" - } - ], - "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_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2319,52 +2194,37 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of personal data processing, whether ex-ante or ex-post" + "@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": "Data Processing Records" + "@value": "Anonymization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure", + "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure", "@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": "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/source": [ - { - "@id": "https://www.iso.org/iso-31000-risk-management.html" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2372,38 +2232,37 @@ "@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#OrganisationalMeasure" + "@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": "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": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Management Procedure" + "@value": "has organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment", + "@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", @@ -2412,18 +2271,12 @@ "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2439,24 +2292,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": "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 Transfer Impact Assessment" + "@value": "Complete Anonymisation" } ] }, { - "@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", @@ -2465,21 +2318,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": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2495,24 +2351,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#PrivacyNotice", + "@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", @@ -2521,7 +2383,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": [ @@ -2529,13 +2391,16 @@ "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2551,24 +2416,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#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@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": "Privacy Notice" + "@value": "Sub-Processor Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification", + "@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", @@ -2577,21 +2442,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": [ @@ -2613,18 +2478,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@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": "Regularity of Re-certification" + "@value": "Policy" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation", + "@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", @@ -2660,24 +2525,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#Consultation" } ], "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": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation" + "@value": "Consultation with Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement", + "@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", @@ -2686,12 +2551,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": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2707,24 +2578,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" } ], "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": "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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "Data Protection Impact Assessment (DPIA)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer", + "@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", @@ -2733,21 +2610,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": [ @@ -2763,24 +2640,24 @@ ], "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": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Safeguard for Data Transfer" + "@value": "Certification and Seal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod", + "@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", @@ -2825,41 +2702,36 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@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": "Access Control Method" + "@value": "Authentication Protocols" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure", + "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor", "@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": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv/dpv-skos#Policy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2873,32 +2745,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": "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": "Indicates the context or application of policy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authorisation Procedure" + "@value": "is policy for" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment", + "@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", @@ -2907,18 +2768,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": [ @@ -2934,42 +2798,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "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": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Regularity of Re-certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor", + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment", "@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": "2020-11-04" } ], "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#Policy" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2983,21 +2849,26 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the context or application of policy" + "@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": "is policy for" + "@value": "Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard", + "@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", @@ -3036,24 +2907,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#Anonymization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Design Standard" + "@value": "De-Identification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization", + "@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", @@ -3079,11 +2950,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#" @@ -3097,24 +2963,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "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": "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": "Pseudo-Anonymization" + "@value": "Authorisation Procedure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Policy", + "@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", @@ -3123,21 +2995,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": "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://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": [ @@ -3153,24 +3030,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#Anonymization" } ], "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": "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": "Policy" + "@value": "Pseudo-Anonymization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Notice", + "@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", @@ -3179,21 +3056,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": [ @@ -3215,13 +3089,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@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": "Notice" + "@value": "Consultation" } ] } diff --git a/dpv-skos/modules/technical_organisational_measures.n3 b/dpv-skos/modules/technical_organisational_measures.n3 index 360520533..c73732ae9 100644 --- a/dpv-skos/modules/technical_organisational_measures.n3 +++ b/dpv-skos/modules/technical_organisational_measures.n3 @@ -543,35 +543,6 @@ dpvs:RegularityOfRecertification a rdfs:Class, skos:definition "Policy regarding repetition or renewal of existing certification(s)"@en ; skos:prefLabel "Regularity of Re-certification"@en . -dpvs:RiskManagementProcedure a rdfs:Class, - skos:Concept, - dpvs:TechnicalOrganisationalMeasure ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Mark Lizar"^^xsd:string, - "Rob Brennan"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpvs: ; - sw:term_status "accepted"@en ; - skos:broaderTransitive dpvs:OrganisationalMeasure ; - skos:definition "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."@en ; - skos:note "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"@en ; - skos:prefLabel "Risk Management Procedure"@en . - -dpvs:RiskMitigationMeasure a rdfs:Class, - skos:Concept, - dpvs:TechnicalOrganisationalMeasure ; - dct:created "2020-11-04"^^xsd:date ; - dct:creator "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - rdfs:isDefinedBy dpvs: ; - sw:term_status "accepted"@en ; - skos:broaderTransitive dpvs:TechnicalOrganisationalMeasure ; - skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; - skos:prefLabel "Risk Mitigation Measure"@en . - dpvs:Safeguard a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -733,8 +704,6 @@ dpvs:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpvs:RecordsOfActivities, dpvs:RegisterOfProcessingActivities, dpvs:RegularityOfRecertification, - dpvs:RiskManagementProcedure, - dpvs:RiskMitigationMeasure, dpvs:Safeguard, dpvs:SafeguardForDataTransfer, dpvs:Seal, diff --git a/dpv-skos/modules/technical_organisational_measures.rdf b/dpv-skos/modules/technical_organisational_measures.rdf index adb0e7dd4..4aa26c066 100644 --- a/dpv-skos/modules/technical_organisational_measures.rdf +++ b/dpv-skos/modules/technical_organisational_measures.rdf @@ -6,28 +6,29 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Consultation - Consultation is a process of receiving feedback, advice, or opinion from an external agency - 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 - + - - Anonymization - Process by which some personal identifiers are removed or identifiability is reduced - + + Seal + A seal or a mark indicating proof of certification to some certification or standard 2019-04-05 accepted Axel Polleres @@ -36,28 +37,26 @@ Mark Lizar - + + - - - - Staff Training - Practices and policies regarding training of staff members - 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 - + - - 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 @@ -67,13 +66,13 @@ Julian Flake - + - - Encryption - Technical measures consisting of encryption + + Non-Disclosure Agreement (NDA) + Non-disclosure Agreements e.g. preserving confidentiality of information 2019-04-05 accepted Axel Polleres @@ -82,35 +81,33 @@ Mark Lizar - + - - Safeguard for Data Transfer - Represents a safeguard used for data transfer. Can include technical or organisational measures. - 2021-09-22 + + Design Standard + A set of rules or guidelines outlining criterias for design + 2019-04-05 accepted - David Hickey - Paul Ryan - Georg P Krog + 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 + + 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 - Beatriz Esteves Paul Ryan - Julian Flake @@ -125,13 +122,101 @@ Harshvardhan J. Pandit - + - - Encryption in Rest - Encryption of data when being stored (persistent encryption) + + 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 + + + + + + + + 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 + + + + + + + + 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 + + + + + + + + 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 + + + + + + + + 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 + + + + + + + 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 + + + + + + + + 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 @@ -140,6 +225,22 @@ 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 + + Technical_Organisational_Measures Concepts @@ -184,8 +285,6 @@ - - @@ -199,13 +298,13 @@ - + - - Design Standard - A set of rules or guidelines outlining criterias for design + + De-Identification + Removal of identity or information to reduce identifiability 2019-04-05 accepted Axel Polleres @@ -214,6 +313,21 @@ 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 + + @@ -229,13 +343,13 @@ Mark Lizar - + - - Privacy by Default - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + + 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 @@ -244,68 +358,33 @@ Mark Lizar - + + + + + is policy for + Indicates the context or application of policy + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + - - Privacy Notice - Represents a notice or document outlining information regarding privacy + + 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 - Paul Ryan - David Hickey Harshvardhan J. Pandit + Paul Ryan - - - - - 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 - - - - - - - - Non-Disclosure Agreement (NDA) - Non-disclosure Agreements e.g. preserving confidentiality of information - 2019-04-05 - 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 - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - + @@ -335,13 +414,13 @@ Mark Lizar - + - Certification and Seal - Certifications, seals, and marks indicating compliance to regulations or practices + GuidelinesPrinciple + Guidelines or Principles regarding processing and operational measures 2019-04-05 accepted Axel Polleres @@ -350,27 +429,13 @@ Mark Lizar - - - - - - has policy - Indicates policy applicable or used - 2022-01-26 - accepted - 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 - + + Encryption + Technical measures consisting of encryption 2019-04-05 accepted Axel Polleres @@ -379,14 +444,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 @@ -394,13 +458,13 @@ Paul Ryan - + - - Organisational Measure - Organisational measures required/followed when processing data of the declared category + + Authentication Protocols + Protocols involving validation of identity i.e. authentication of a person or information 2019-04-05 accepted Axel Polleres @@ -409,14 +473,28 @@ 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; - + + 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 + + + + + + + + Access Control Method + Methods which restrict access to a place or resource 2019-04-05 accepted Axel Polleres @@ -425,36 +503,34 @@ Mark Lizar - + - - 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 + + Privacy Notice + Represents a notice or document outlining information regarding privacy + 2021-09-08 accepted Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves Paul Ryan - Julian Flake + David Hickey + Harshvardhan J. Pandit - + - 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 + Certification and Seal + Certifications, seals, and marks indicating compliance to regulations or practices + 2019-04-05 accepted - David Hickey - Paul Ryan - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar @@ -471,20 +547,6 @@ Paul Ryan - - - - - - Privacy Impact Assessment - Carrying out an impact assessment regarding privacy risks - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - @@ -529,25 +591,27 @@ Mark Lizar - - + - - - has technical measure - Indicates use or applicability of Technical measure - 2022-02-09 + + + + Consultation with Authority + Consultation with an authority or authoritative entity + 2020-11-04 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan - + - - De-Identification - Removal of identity or information to reduce identifiability + + Encryption in Rest + Encryption of data when being stored (persistent encryption) 2019-04-05 accepted Axel Polleres @@ -556,45 +620,43 @@ Mark Lizar - + - - Policy - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - 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 - Paul Ryan - David Hickey Georg P Krog Harshvardhan J. Pandit + Paul Ryan - + - - 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 + + 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 - + - - Technical Measure - Technical measures required/followed when processing data of the declared category + + 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 @@ -603,24 +665,26 @@ Mark Lizar - + + - - Technical and Organisational Measure - The Technical and Organisational measures used. - 2019-04-05 - 2020-11-04 + + + has organisational measure + Indicates use or applicability of Organisational measure + 2022-02-09 accepted - Bud Bruegger + Harshvardhan J. Pandit - + - Authentication Protocols - Protocols involving validation of identity i.e. authentication of a person or information + Anonymization + Process by which some personal identifiers are removed or identifiability is reduced + 2019-04-05 accepted Axel Polleres @@ -629,27 +693,25 @@ Mark Lizar - + - - Risk Mitigation Measure - Measures intended to mitigate, minimise, or prevent risk. - 2020-11-04 + + Data Processing Records + Records of personal data processing, whether ex-ante or ex-post + 2021-09-08 accepted - Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - GuidelinesPrinciple - Guidelines or Principles regarding processing and operational measures + Privacy by Design + Practices regarding incorporating data protection and privacy in the design of information and services 2019-04-05 accepted Axel Polleres @@ -658,27 +720,28 @@ Mark Lizar - + - - Single Sign On - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - 2020-11-04 + + Technical Measure + Technical 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 - + - - Encryption in Transfer - Encryption of data in transit e.g. when being transferred from one location to another, including sharing + + Organisational Measure + Organisational measures required/followed when processing data of the declared category 2019-04-05 accepted Axel Polleres @@ -687,41 +750,24 @@ Mark Lizar - - - - - - has organisational measure - Indicates use or applicability of Organisational measure - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - + - - - Access Control Method - Methods which restrict access to a place or resource + Technical and Organisational Measure + The Technical and Organisational measures used. 2019-04-05 + 2020-11-04 accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar + 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 + Staff Training + Practices and policies regarding training of staff members 2019-04-05 accepted Axel Polleres @@ -730,32 +776,20 @@ Mark Lizar - - - - - - Consultation with Authority - Consultation with an authority or authoritative entity - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - + - - Legitimate Interest Assessment - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - 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 @@ -770,28 +804,14 @@ Harshvardhan J. Pandit - - - - - - 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 - - - + - - Impact Assessment - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. + + 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 @@ -799,66 +819,13 @@ Paul Ryan - - - - - - Data Processing Records - Records of personal data processing, whether ex-ante or ex-post - 2021-09-08 - accepted - Harshvardhan J. Pandit - - - - - - - - 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 - - - - - - - - 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 - - - - - - - - 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 - - - + - - is policy for - Indicates the context or application of policy + + + has policy + Indicates policy applicable or used 2022-01-26 accepted Harshvardhan J. Pandit diff --git a/dpv-skos/modules/technical_organisational_measures.ttl b/dpv-skos/modules/technical_organisational_measures.ttl index 360520533..c73732ae9 100644 --- a/dpv-skos/modules/technical_organisational_measures.ttl +++ b/dpv-skos/modules/technical_organisational_measures.ttl @@ -543,35 +543,6 @@ dpvs:RegularityOfRecertification a rdfs:Class, skos:definition "Policy regarding repetition or renewal of existing certification(s)"@en ; skos:prefLabel "Regularity of Re-certification"@en . -dpvs:RiskManagementProcedure a rdfs:Class, - skos:Concept, - dpvs:TechnicalOrganisationalMeasure ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Mark Lizar"^^xsd:string, - "Rob Brennan"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpvs: ; - sw:term_status "accepted"@en ; - skos:broaderTransitive dpvs:OrganisationalMeasure ; - skos:definition "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."@en ; - skos:note "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"@en ; - skos:prefLabel "Risk Management Procedure"@en . - -dpvs:RiskMitigationMeasure a rdfs:Class, - skos:Concept, - dpvs:TechnicalOrganisationalMeasure ; - dct:created "2020-11-04"^^xsd:date ; - dct:creator "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - rdfs:isDefinedBy dpvs: ; - sw:term_status "accepted"@en ; - skos:broaderTransitive dpvs:TechnicalOrganisationalMeasure ; - skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; - skos:prefLabel "Risk Mitigation Measure"@en . - dpvs:Safeguard a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -733,8 +704,6 @@ dpvs:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpvs:RecordsOfActivities, dpvs:RegisterOfProcessingActivities, dpvs:RegularityOfRecertification, - dpvs:RiskManagementProcedure, - dpvs:RiskMitigationMeasure, dpvs:Safeguard, dpvs:SafeguardForDataTransfer, dpvs:Seal, diff --git a/dpv-skos/proposed.json b/dpv-skos/proposed.json index c385d8476..a623b0415 100644 --- a/dpv-skos/proposed.json +++ b/dpv-skos/proposed.json @@ -1 +1 @@ -{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement"], "risk": ["hasConsequenceOn"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["Patient", "Employee", "Student", "Citizen", "NonCitizen", "Immigrant", "Tourist", "Customer", "Consumer", "User", "JobApplicant", "Visitor", "Member", "Applicant", "Trainees", "Subscriber", "ServiceUsers", "WebsiteVisitors", "Clients", "hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file +{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement"], "context": ["Status", "ActivityStatus", "ActivityProposed", "ActivityOngoing", "ActivityHalted", "ActivityCompleted", "ComplianceStatus", "Compliant", "Incompliant", "PartiallyCompliant", "NotCompliant", "ViolationOfCompliance", "AuditStatus", "AuditApproved", "AuditRejected", "AuditRequested", "hasStatus", "hasComplianceStatus", "hasActivityStatus"], "risk": ["hasConsequenceOn"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file diff --git a/dpv/README.md b/dpv/README.md index 20b5c5fc6..b4dcb2699 100644 --- a/dpv/README.md +++ b/dpv/README.md @@ -19,9 +19,13 @@ The vocabulary provides terms to describe: The namespace for DPV terms is `http://www.w3id.org/dpv#` with suggested prefix `dpv`. The IRI for DPV is currently redirected to serve the files hosted in this repository from GitHub pages i.e. `http://dpvcg.github.io/dpv/` (thanks to @bert-github for setting this up). Content-negotiation should therefore be supported for all files/serialisations of the DPV and its modules. -The [**DPV-GDPR**](https://github.com/w3c/dpv/tree/master/dpv-gdpr) vocabulary expands on the DPV vocabulary to provide the specific legal basis defined within GDPR. +The [**DPV-GDPR**](https://w3id.org/dpv/dpv-gdpr) vocabulary expands on the DPV vocabulary to provide the specific legal basis defined within GDPR. -The [**DPV-NACE**](https://github.com/w3c/dpv/tree/master/dpv-nace) vocabulary provides a RDFS and DPV compatible serialisation of the [NACE](https://ec.europa.eu/eurostat/ramon/nomenclatures/index.cfm?TargetUrl=LST_NOM_DTL&StrNom=NACE_REV2) industry standard classification system used in the EU. +The [**DPV-PD**](https://w3id.org/dpv/dpv-pd) vocabulary expands on the DPV vocabulary to provide the specific legal basis defined within PD. + +The [**DPV-LEGAL**](https://w3id.org/dpv/dpv-legal) vocabulary expands on the DPV vocabulary to provide the specific legal basis defined within LEGAL. + +The [**DPV-NACE**](https://w3id.org/dpv/dpv-nace) vocabulary provides a RDFS and DPV compatible serialisation of the [NACE](https://ec.europa.eu/eurostat/ramon/nomenclatures/index.cfm?TargetUrl=LST_NOM_DTL&StrNom=NACE_REV2) industry standard classification system used in the EU. The Data Privacy Vocabulary is an outcome of the activities of the [Data Privacy Vocabularies and Controls Community Group (DPVCG)](https://www.w3.org/community/dpvcg/) @@ -66,4 +70,4 @@ Therefore, whenever adding a new term or changing existing ones, the following s ## Getting help and assistance -If you're unsure about something, or would like clarifications, or suggestions - please drop us a line or open an issue. We would be happy to help. \ No newline at end of file +If you're unsure about something, or would like clarifications, or suggestions - please drop us a line or open an issue. We would be happy to help. diff --git a/dpv/changelog.html b/dpv/changelog.html index 1c73f1999..01be65290 100644 --- a/dpv/changelog.html +++ b/dpv/changelog.html @@ -12,6 +12,52 @@

                    Changelog - DPV

                    +
                    +

                    [v0.5] -

                    +

                    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:

                    +
                    +MODULE: entities_datasubject
                    +added: 19
                    +removed: 0
                    +added: 19 ; removed: 0
                    +
                    +Concepts Added
                    +https://w3id.org/dpv#NonCitizen
                    +https://w3id.org/dpv#Customer
                    +https://w3id.org/dpv#Employee
                    +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
                    +---
                    +MODULE: risk
                    +added: 4
                    +removed: 0
                    +added: 4 ; removed: 0
                    +
                    +Concepts Added
                    +https://w3id.org/dpv#RiskManagementProcedure
                    +https://w3id.org/dpv#RiskMitigationMeasure
                    +---
                    +MODULE: technical_organisational_measures
                    +added: 2
                    +removed: 2
                    +added: 2 ; removed: 2
                    +Concepts Removed
                    +https://w3id.org/dpv#RiskManagementProcedure
                    +https://w3id.org/dpv#RiskMitigationMeasure
                    +

                    [v0.5] -

                    v0.5 makes changes to the structuring of DPV, with two new modules for expressing Entities and Risk related concepts. It also adds the DPV-LEGAL extension providing a taxonomy of jurisdictions, laws, and authorities.

                    diff --git a/dpv/dpv.html b/dpv/dpv.html index b16417eb1..288553bc1 100644 --- a/dpv/dpv.html +++ b/dpv/dpv.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv", title: "Data Privacy Vocabulary (DPV)", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -633,7 +633,7 @@

                    Personal Data

                    See Also: - spl:AnyData + spl:AnyData @@ -684,7 +684,7 @@

                    Processing

                    Source: - SPECIAL Project + SPECIAL Project @@ -705,7 +705,7 @@

                    Processing

                    See Also: - spl:AnyProcessing + spl:AnyProcessing @@ -726,7 +726,7 @@

                    Purpose

                    Source: - SPECIAL Project + SPECIAL Project @@ -747,7 +747,7 @@

                    Purpose

                    See Also: - spl:AnyPurpose + spl:AnyPurpose @@ -779,7 +779,7 @@

                    Recipient

                    Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -800,7 +800,7 @@

                    Recipient

                    See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -1103,7 +1103,7 @@

                    has processing

                    Source: - SPECIAL Project + SPECIAL Project @@ -1146,7 +1146,7 @@

                    has purpose

                    Source: - SPECIAL Project + SPECIAL Project @@ -1189,7 +1189,7 @@

                    has recipient

                    Source: - SPECIAL Project + SPECIAL Project @@ -2026,7 +2026,7 @@

                    Recipient

                    Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -2047,7 +2047,7 @@

                    Recipient

                    See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -2374,7 +2374,7 @@

                    has recipient

                    Source: - SPECIAL Project + SPECIAL Project @@ -3066,46 +3066,641 @@

                    Organisational Unit

                    Definition: Entity within an organisation that does not constitute as a separate legal entity + + SubType of: + + dpv:Entity + + + + Created: + + + + Contributor(s): + + Harshvardhan J. Pandit, + Paul Ryan + + + + +
                    + + + + +
                    +

                    Data Subjects

                    +
                    +

                    Classes

                    +

                    + Adult | + Applicant | + Child | + Citizen | + Client | + Consumer | + Customer | + Data Subject | + Employee | + Immigrant | + JobApplicant | + Member | + NonCitizen | + Participant | + Patient | + Student | + Subscriber | + Tourist | + User | + Visitor | + Vulnerable Data Subject +

                    + +
                    +

                    Adult

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Adult
                    Definition:A natural person that is not a child i.e. has attained some legally specified age of adulthood
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Georg Krog +
                    +
                    +
                    +

                    Applicant

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Applicant
                    Definition:Data subjects that are applicants in some context
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Child

                    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Child
                    Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
                    SubType of: + dpv:NatualPerson +
                    Note: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.
                    Created:
                    Contributor(s): + Harshvardhan J. Pandit +
                    +
                    +
                    +

                    Citizen

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Citizen
                    Definition:Data subjects that are citizens (for a jurisdiction)
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Client

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Client
                    Definition:Data subjects that are clients or recipients of services
                    SubType of: + dpv:Customer +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Consumer

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Consumer
                    Definition:Data subjects that consume goods or services for direct use
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Customer

                    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Customer
                    Definition:Data subjects that purchase goods or services
                    SubType of: + dpv:DataSubject +
                    Note:note: for B2B relations where customers are organisations, this concept only applies for data subjects
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Data Subject

                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:DataSubject
                    Definition:The individual (or category of individuals) whose personal data is being processed
                    SubType of: + dpv:LegalEntity, + dpv:NaturalPerson +
                    Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.
                    Source: + GDPR Art.4-1 +
                    Created:
                    Modified:
                    Contributor(s): + Axel Polleres, + Javier Fernández +
                    +
                    +
                    +

                    Employee

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Employee
                    Definition:Data subjects that are employees
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Immigrant

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Immigrant
                    Definition:Data subjects that are immigrants (for a jurisdiction)
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    JobApplicant

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:JobApplicant
                    Definition:Data subjects that apply for jobs or employments
                    SubType of: + dpv:Applicant +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Member

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Member
                    Definition:Data subjects that are members of a group, organisation, or other collectives
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    NonCitizen

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:NonCitizen
                    Definition:Data subjects that are not citizens (for a jurisdiction)
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Participant

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Participant
                    Definition:Data subjects that participate in some context such as volunteers in a function
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Patient

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:Patient
                    Definition:Data subjects that receive medican attention, treatment, care, advice, or other health related services
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                    +
                    +
                    +

                    Student

                    + + + + + + + + + + + + + + - +
                    Term:Student
                    Definition:Data subjects that are students
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): + Beatriz Esteves, + Georg P. Krog, Harshvardhan J. Pandit, + Julian Flake, Paul Ryan
                    - -
                    -
                    - -
                    -

                    Data Subjects

                    -
                    -

                    Classes

                    -

                    - Adult | - Child | - Data Subject | - Vulnerable Data Subject -

                    - -
                    -

                    Adult

                    +
                    +

                    Subscriber

                    - + - + @@ -3113,96 +3708,127 @@

                    Adult

                    dpv:DataSubject + + + + - +
                    Term:AdultSubscriber
                    Definition:A natural person that is not a child i.e. has attained some legally specified age of adulthoodData subjects that subscribe to service(s)
                    SubType of:
                    Note:note: subscriber can be customer or consumer
                    Created:
                    Contributor(s): - Georg Krog + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                    -
                    -

                    Child

                    +
                    +

                    Tourist

                    - + - + - - - - - +
                    Term:ChildTourist
                    Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.Data subjects that are tourists i.e. not citizens and not immigrants
                    SubType of: - dpv:NatualPerson + dpv:DataSubject
                    Note: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.
                    Created:
                    Contributor(s): - Harshvardhan J. Pandit + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                    -
                    -

                    Data Subject

                    +
                    +

                    User

                    - + - + - - + + - + + +
                    Term:DataSubjectUser
                    Definition:The individual (or category of individuals) whose personal data is being processedData subjects that use service(s)
                    SubType of: - dpv:LegalEntity, - dpv:NaturalPerson + dpv:DataSubject
                    Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.Created:
                    Source:Contributor(s): - GDPR Art.4-1 + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                    +
                    +
                    +

                    Visitor

                    + + - - + + - - + + + + + + + + + + @@ -3228,7 +3854,7 @@

                    Vulnerable Data Subject

                    - + @@ -3410,7 +4036,7 @@

                    Academic Research

                    @@ -3522,7 +4148,7 @@

                    Commercial Research

                    @@ -3621,7 +4247,7 @@

                    Create Event Recommendations

                    @@ -3659,7 +4285,7 @@

                    Create Personalized Recommendations

                    @@ -3712,7 +4338,7 @@

                    Create Product Recommendations

                    @@ -3754,7 +4380,7 @@

                    Customer Care

                    @@ -3979,7 +4605,7 @@

                    Delivery of Goods

                    @@ -4097,7 +4723,7 @@

                    Enforce Access Control

                    @@ -4179,7 +4805,7 @@

                    Fraud Prevention and Detection

                    @@ -4593,7 +5219,7 @@

                    Optimisation for Consumer

                    @@ -5010,7 +5636,7 @@

                    Purpose

                    @@ -5031,7 +5657,7 @@

                    Purpose

                    @@ -5866,7 +6492,7 @@

                    has purpose

                    @@ -6111,7 +6737,7 @@

                    Analyse

                    @@ -6121,7 +6747,7 @@

                    Analyse

                    @@ -6148,7 +6774,7 @@

                    Anonymise

                    @@ -6158,7 +6784,7 @@

                    Anonymise

                    @@ -6186,7 +6812,7 @@

                    Collect

                    @@ -6196,7 +6822,7 @@

                    Collect

                    @@ -6224,7 +6850,7 @@

                    Combine

                    @@ -6234,7 +6860,7 @@

                    Combine

                    @@ -6262,7 +6888,7 @@

                    Consult

                    @@ -6272,7 +6898,7 @@

                    Consult

                    @@ -6299,7 +6925,7 @@

                    Copy

                    @@ -6309,7 +6935,7 @@

                    Copy

                    @@ -6336,7 +6962,7 @@

                    Derive

                    @@ -6346,7 +6972,7 @@

                    Derive

                    @@ -6559,7 +7185,7 @@

                    Move

                    @@ -6569,7 +7195,7 @@

                    Move

                    @@ -6652,7 +7278,7 @@

                    Processing

                    @@ -6673,7 +7299,7 @@

                    Processing

                    @@ -6979,7 +7605,7 @@

                    Transfer

                    @@ -6989,7 +7615,7 @@

                    Transfer

                    @@ -7111,7 +7737,7 @@

                    has processing

                    @@ -7302,7 +7928,7 @@

                    Derived Personal Data

                    @@ -7459,7 +8085,7 @@

                    Personal Data

                    @@ -7666,8 +8292,6 @@

                    Classes

                    Records of Activities | Register of Processing Activities | Regularity of Re-certification | - Risk Management Procedure | - Risk Mitigation Measure | Safeguard | Safeguard for Data Transfer | Seal | @@ -9018,83 +9642,6 @@

                    Regularity of Re-certification

                    Created:Term:Visitor
                    Modified:Definition:Data subjects that are temporary visitors
                    SubType of: + dpv:DataSubject +
                    Created:
                    Contributor(s): - Axel Polleres, - Javier Fernández + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                    Note:This concept denote 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.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.
                    Created:
                    See Also: - svpu:Education + svpu:Education
                    See Also: - svpu:Develop + svpu:Develop
                    Source: - SPECIAL Project + SPECIAL Project
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - svpu:Marketing + svpu:Marketing
                    See Also: - svpu:Feedback + svpu:Feedback
                    See Also: - svpu:Delivery + svpu:Delivery
                    See Also: - svpu:Login + svpu:Login
                    See Also: - svpu:Government + svpu:Government
                    See Also: - svpu:Custom + svpu:Custom
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - spl:AnyPurpose + spl:AnyPurpose
                    Source: - SPECIAL Project + SPECIAL Project
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Analyse + svpr:Analyse
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Anonymize + svpr:Anonymize
                    Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Collect + svpr:Collect
                    Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Aggregate + svpr:Aggregate
                    Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Query + svpr:Query
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Copy + svpr:Copy
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Derive + svpr:Derive
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Move + svpr:Move
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - spl:AnyProcessing + spl:AnyProcessing
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - svpr:Transfer + svpr:Transfer
                    Source: - SPECIAL Project + SPECIAL Project
                    See Also: - svd:Derived + svd:Derived
                    See Also: - spl:AnyData + spl:AnyData
                    -
                    -

                    Risk Management Procedure

                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    Term:RiskManagementProcedure
                    Definition: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.
                    SubType of: - dpv:OrganisationalMeasure -
                    Note: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
                    Source: - ISO 31000 -
                    Created:
                    Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
                    -
                    -
                    -

                    Risk Mitigation Measure

                    - - - - - - - - - - - - - - - - - - - - - - - -
                    Term:RiskMitigationMeasure
                    Definition:Measures intended to mitigate, minimise, or prevent risk.
                    SubType of: - dpv:TechnicalOrganisationalMeasure -
                    Created:
                    Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
                    -

                    Safeguard

                    @@ -10146,7 +10693,7 @@

                    has duration

                    @@ -11047,7 +11594,7 @@

                    has storage

                    @@ -11094,7 +11641,9 @@

                    Classes

                    Impact | Material Damage | Non-Material Damage | - Risk + Risk | + Risk Management Procedure | + Risk Mitigation Measure

                    @@ -11490,6 +12039,83 @@

                    Risk

                    Source: - SPECIAL Project + SPECIAL Project
                    Source: - SPECIAL Project + SPECIAL Project
                    +
                    +

                    Risk Management Procedure

                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:RiskManagementProcedure
                    Definition: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.
                    SubType of: + dpv:OrganisationalMeasure +
                    Note: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
                    Source: + ISO 31000 +
                    Created:
                    Contributor(s): + Axel Polleres, + Harshvardhan J. Pandit, + Mark Lizar, + Rob Brennan +
                    +
                    +
                    +

                    Risk Mitigation Measure

                    + + + + + + + + + + + + + + + + + + + + + + + +
                    Term:RiskMitigationMeasure
                    Definition:Measures intended to mitigate, minimise, or prevent risk.
                    SubType of: + dpv:TechnicalOrganisationalMeasure +
                    Created:
                    Contributor(s): + Georg P Krog, + Harshvardhan J. Pandit, + Paul Ryan +
                    +
                    @@ -12097,7 +12723,7 @@

                    has location

                    Source: - SPECIAL Project + SPECIAL Project @@ -13127,6 +13753,27 @@

                    Proposed Terms

                  purposes
                  • TagManagement
                  • +
                  + context +
                  • Status
                  • +
                  • ActivityStatus
                  • +
                  • ActivityProposed
                  • +
                  • ActivityOngoing
                  • +
                  • ActivityHalted
                  • +
                  • ActivityCompleted
                  • +
                  • ComplianceStatus
                  • +
                  • Compliant
                  • +
                  • Incompliant
                  • +
                  • PartiallyCompliant
                  • +
                  • NotCompliant
                  • +
                  • ViolationOfCompliance
                  • +
                  • AuditStatus
                  • +
                  • AuditApproved
                  • +
                  • AuditRejected
                  • +
                  • AuditRequested
                  • +
                  • hasStatus
                  • +
                  • hasComplianceStatus
                  • +
                  • hasActivityStatus
                  risk
                  • hasConsequenceOn
                  • @@ -13135,26 +13782,7 @@

                    Proposed Terms

                    • isRequiredFor
                    entities_datasubject -
                    • Patient
                    • -
                    • Employee
                    • -
                    • Student
                    • -
                    • Citizen
                    • -
                    • NonCitizen
                    • -
                    • Immigrant
                    • -
                    • Tourist
                    • -
                    • Customer
                    • -
                    • Consumer
                    • -
                    • User
                    • -
                    • JobApplicant
                    • -
                    • Visitor
                    • -
                    • Member
                    • -
                    • Applicant
                    • -
                    • Trainees
                    • -
                    • Subscriber
                    • -
                    • ServiceUsers
                    • -
                    • WebsiteVisitors
                    • -
                    • Clients
                    • -
                    • hasAgeOfMaturity
                    • +
                      • hasAgeOfMaturity
                      legal_basis
                      • EULA
                      • diff --git a/dpv/dpv.jsonld b/dpv/dpv.jsonld index c5bc4fbc3..f4bcda262 100644 --- a/dpv/dpv.jsonld +++ b/dpv/dpv.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#SupraNationalUnion", + "@id": "https://w3id.org/dpv#Duration", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8,7 +8,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": [ @@ -30,7 +30,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": "The duration or temporal limitation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -41,17 +41,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalUnion" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Location" + "@value": "Duration" } ] }, { - "@id": "https://w3id.org/dpv#Damage", + "@id": "https://w3id.org/dpv#PublicRelations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -59,12 +54,26 @@ "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": "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": [ @@ -81,7 +90,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -92,44 +101,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Damage" + "@value": "Public Relations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#DataProtectionOfficer", + "@id": "https://w3id.org/dpv#Tourist", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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 P. Krog" + }, { "@value": "Paul Ryan" }, { - "@value": "Georg 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": [ + "@value": "Beatriz Esteves" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -140,13 +147,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": "Data subjects that are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -157,17 +164,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "Tourist" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Representative" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#RegistrationAuthentication", + "@id": "https://w3id.org/dpv#JointDataControllersAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -175,18 +182,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": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -203,7 +216,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": "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": [ @@ -214,17 +227,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Registration and Authentication" + "@value": "Joint Data Controllers Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#Remove", + "@id": "https://w3id.org/dpv#Share", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -254,7 +267,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to destruct or erase data" + "@value": "to give data (or a portion of it) to others" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -265,39 +278,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Remove" + "@value": "Share" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Notice", + "@id": "https://w3id.org/dpv#PersonalDataHandling", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "David Hickey" - }, - { - "@value": "Georg P Krog" + "@value": "Javier Fernández" }, { - "@value": "Paul Ryan" - }, + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -314,7 +327,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": "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": [ @@ -325,39 +338,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Notice" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "Personal Data Handling" } ] }, { - "@id": "https://w3id.org/dpv#StorageLocation", + "@id": "https://w3id.org/dpv#isImplementedByEntity", "@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-04-05" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + } + ], + "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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -365,16 +387,21 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Entity" + } + ], "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": "Location or geospatial scope where the data is stored" + "@value": "Indicates implementation details such as entities or agents" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -382,23 +409,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": "Storage Location" + "@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." } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#StorageCondition" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Location" + "@language": "en", + "@value": "is implemented by entity" } ] }, { - "@id": "https://w3id.org/dpv#Align", + "@id": "https://w3id.org/dpv#SellProductsToDataSubject", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -406,12 +431,27 @@ "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": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -428,7 +468,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": "Sell products or services to the user, consumer, or data subjects" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -436,87 +476,109 @@ "@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": "Align" + "@value": "Sell Products to Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#Acquire", + "@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-05-07" + "@value": "Entities_Legalrole 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#ThirdParty" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#hasDataProcessor" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#JointDataControllers" + }, { - "@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#hasDataProtectionOfficer" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#hasJointDataControllers" + }, { - "@language": "en", - "@value": "Acquire" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#DataController" + }, { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#hasRecipientThirdParty" + }, + { + "@id": "https://w3id.org/dpv#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv#DataExporter" + }, + { + "@id": "https://w3id.org/dpv#hasRecipientDataController" + }, + { + "@id": "https://w3id.org/dpv#DataSubProcessor" + }, + { + "@id": "https://w3id.org/dpv#Recipient" + }, + { + "@id": "https://w3id.org/dpv#hasDataExporter" + }, + { + "@id": "https://w3id.org/dpv#hasDataController" + }, + { + "@id": "https://w3id.org/dpv#DataProtectionOfficer" + }, + { + "@id": "https://w3id.org/dpv#hasDataImporter" + }, + { + "@id": "https://w3id.org/dpv#DataProcessor" + }, + { + "@id": "https://w3id.org/dpv#DataImporter" } ] }, { - "@id": "https://w3id.org/dpv#EnterIntoContract", + "@id": "https://w3id.org/dpv#DataProtectionAuthority", "@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-07" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" }, { "@value": "Paul Ryan" @@ -536,7 +598,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary to enter into contract" + "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -547,40 +609,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Data Protection Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#Authority" } ] }, { - "@id": "https://w3id.org/dpv#Impact", + "@id": "https://w3id.org/dpv#TechnicalServiceProvision", "@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-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -599,7 +649,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": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -607,77 +657,64 @@ "@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": "Technical Service Provision" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#hasJointDataControllers", + "@id": "https://w3id.org/dpv#DataProtectionOfficer", "@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": "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#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Georg Krog" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-12-08" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#JointDataControllers" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "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": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of a Joint Data 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": [ @@ -688,37 +725,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "Data Protection Officer" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Representative" } ] }, { - "@id": "https://w3id.org/dpv#Harm", + "@id": "https://w3id.org/dpv#LegalEntity", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": [ - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -735,7 +765,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@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": [ @@ -746,35 +776,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Harm" + "@value": "Legal Entity" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#AcademicScientificOrganisation", + "@id": "https://w3id.org/dpv#StorageLocation", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "Mark Lizar" + }, { - "@id": "http://purl.org/adms" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -791,7 +825,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": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -802,17 +836,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "Storage Location" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#Child", + "@id": "https://w3id.org/dpv#LegitimateInterestOfController", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -820,12 +857,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2021-05-19" } ], "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": [ @@ -842,7 +885,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": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -850,45 +893,47 @@ "@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": "Legitimate Interest of Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#NatualPerson" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty", + "@id": "https://w3id.org/dpv#Processing", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" - }, + "@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": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -905,7 +950,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Third Party in conducting specified processing" + "@value": "The processing performed on personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -916,17 +961,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Processing" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv#NotRequired", + "@id": "https://w3id.org/dpv#VendorRecordsManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -934,24 +979,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-15" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@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": [ @@ -968,7 +1015,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": "Manage orders related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -979,36 +1026,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Required" + "@value": "Vendor Records Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionBy", + "@id": "https://w3id.org/dpv#DataProcessingAgreement", "@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-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1016,11 +1069,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1030,7 +1078,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@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": [ @@ -1041,107 +1089,50 @@ "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": "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": "has provision by" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasPolicy", - "@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": "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#Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Policy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#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 policy applicable or used" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv#" + "@value": "Data Processing Agreement" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has policy" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#EnforceAccessControl", + "@id": "https://w3id.org/dpv#DataImporter", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" + "@value": "Harshvardhan Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernandez" + "@value": "Georg Krog" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" + "@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 +1149,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or enforce access control" + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1169,31 +1160,26 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." + "@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": "Enforce Access Control" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Login" + "@value": "Data Importer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#Recipient" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalMeasure", + "@id": "https://w3id.org/dpv#hasEntity", "@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": [ { @@ -1218,12 +1204,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1235,7 +1216,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical measure" + "@value": "Indicates inclusion or applicability of an entity to some concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1243,47 +1224,46 @@ "@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 technical measure" + "@value": "has entity" } ] }, { - "@id": "https://w3id.org/dpv#hasStorage", + "@id": "https://w3id.org/dpv#Employee", "@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-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Beatriz Esteves" + }, { - "@id": "https://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Julian Flake" + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1291,11 +1271,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#StorageCondition" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1305,7 +1280,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about storage condition" + "@value": "Data subjects that are employees" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1316,33 +1291,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has storage" + "@value": "Employee" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#isAuthorityFor", + "@id": "https://w3id.org/dpv#ControllerProcessorAgreement", "@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-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + }, { - "@id": "https://w3id.org/dpv#Authority" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1350,11 +1334,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1364,7 +1343,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates area, scope, or applicability of an Authority" + "@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": [ @@ -1375,39 +1354,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is authority for" + "@value": "Controller-Processor Agreement" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#Processing", + "@id": "https://w3id.org/dpv#Erase", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "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://www.specialprivacy.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": [ @@ -1424,7 +1394,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The processing performed on personal data" + "@value": "to delete data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1435,58 +1405,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing" + "@value": "Erase" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv#Remove" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipient", + "@id": "https://w3id.org/dpv#Technology", "@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-01-26" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@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://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1494,16 +1436,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Recipient" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1513,7 +1445,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal 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": [ @@ -1521,37 +1453,43 @@ "@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": "has recipient" + "@value": "Technology" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationalMeasure", + "@id": "https://w3id.org/dpv#OrganisationComplianceManagement", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1568,7 +1506,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": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1579,89 +1517,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Organisation Compliance Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#Processing_ContextConcepts", + "@id": "https://w3id.org/dpv#SystematicMonitoring", "@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": "2020-11-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#ProcessingContext" - }, - { - "@id": "https://w3id.org/dpv#hasStorage" - }, - { - "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies" - }, - { - "@id": "https://w3id.org/dpv#StorageDeletion" - }, - { - "@id": "https://w3id.org/dpv#hasDataSource" - }, - { - "@id": "https://w3id.org/dpv#StorageLocation" - }, - { - "@id": "https://w3id.org/dpv#AutomatedDecisionMaking" - }, - { - "@id": "https://w3id.org/dpv#EvaluationScoring" - }, - { - "@id": "https://w3id.org/dpv#SystematicMonitoring" - }, - { - "@id": "https://w3id.org/dpv#StorageDuration" - }, - { - "@id": "https://w3id.org/dpv#DataSource" - }, - { - "@id": "https://w3id.org/dpv#LargeScaleProcessing" - }, - { - "@id": "https://w3id.org/dpv#StorageRestoration" - }, - { - "@id": "https://w3id.org/dpv#NonPublicDataSource" - }, - { - "@id": "https://w3id.org/dpv#PublicDataSource" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#MatchingCombining" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#StorageCondition" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Erase", - "@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": "Piero Bonatti" } ], "http://purl.org/dc/terms/source": [ @@ -1683,7 +1565,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to delete data" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1694,25 +1576,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Erase" + "@value": "Systematic Monitoring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Remove" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#TargetedAdvertising", + "@id": "https://w3id.org/dpv#DataSubProcessor", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ @@ -1734,7 +1616,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": "A 'sub-processor' is a processor engaged by another processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1742,46 +1624,37 @@ "@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": "Targeted Advertising" + "@value": "Data Sub-Processor" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv#DataProcessor" } ] }, { - "@id": "https://w3id.org/dpv#Sector", + "@id": "https://w3id.org/dpv#GeneratedPersonalData", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1800,7 +1673,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": "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": [ @@ -1811,18 +1684,23 @@ "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": "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": "Sector" + "@value": "Generated Personal Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv#Impact", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1830,24 +1708,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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { "@value": "Julian Flake" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1864,7 +1742,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": "The impact(s) possible or arising as a consequence from specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1872,99 +1750,72 @@ "@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": "Joint Data Controllers Agreement" + "@value": "Impact" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#Duration", + "@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": "2022-02-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + }, { - "@id": "https://w3id.org/dpv#" + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" } ], - "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": "2021-09-21" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "The duration or temporal limitation" + "@id": "https://w3id.org/dpv#Concept" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Duration" - } - ] - }, - { - "@id": "https://w3id.org/dpv#PersonalisedBenefits", - "@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": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1976,7 +1827,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Indicates consenquence(s) possible or arising from specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1984,47 +1835,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": "Personalised Benefits" + "@value": "Removed plural suffix for consistency" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@language": "en", + "@value": "has consequence" } ] }, { - "@id": "https://w3id.org/dpv#hasAddress", + "@id": "https://w3id.org/dpv#DataProcessor", "@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-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2032,11 +1875,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -2046,7 +1884,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": "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": [ @@ -2057,12 +1895,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has address" + "@value": "Data Processor" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Recipient" } ] }, { - "@id": "https://w3id.org/dpv#Combine", + "@id": "https://w3id.org/dpv#Store", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2076,9 +1919,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://www.specialprivacy.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2095,7 +1935,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "to keep data for future use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2106,22 +1946,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Combine" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Aggregate" + "@value": "Store" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#AuthorisationProcedure", + "@id": "https://w3id.org/dpv#CollectedPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2129,19 +1964,10 @@ "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": "Rob Brennan" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2160,7 +1986,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Procedures for determining authorisation through permission or authority" + "@value": "Personal Data that has been collected from another source such as the Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2171,26 +1997,26 @@ "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": "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": "Authorisation Procedure" + "@value": "Collected Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymization", + "@id": "https://w3id.org/dpv#SellDataToThirdParties", "@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": [ { @@ -2203,18 +2029,19 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Fajar Ekaputra" }, { - "@value": "Rob Brennan" + "@value": "Javier Fernandez" }, { "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2231,7 +2058,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": "Sell data or information to third parties" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2239,33 +2066,90 @@ "@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": "Pseudo-Anonymization" + "@value": "Sell Data to Third Parties" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#LegalObligation", + "@id": "https://w3id.org/dpv#Entities_OrganisationConcepts", "@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/title": [ + { + "@value": "Entities_Organisation Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#Organisation" + }, + { + "@id": "https://w3id.org/dpv#IndustryConsortium" + }, + { + "@id": "https://w3id.org/dpv#InternationalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#NonProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv#ForProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv#AcademicScientificOrganisation" + }, + { + "@id": "https://w3id.org/dpv#OrganisationalUnit" + }, + { + "@id": "https://w3id.org/dpv#GovernmentalOrganisation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRecipientThirdParty", + "@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": "2021-04-07" + "@value": "2022-02-09" } ], "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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2273,6 +2157,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#ThirdParty" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasRecipient" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -2282,7 +2176,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2293,30 +2187,119 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Obligation" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalBasis" + "@value": "has recipient third party" } ] }, { - "@id": "https://w3id.org/dpv#Move", + "@id": "https://w3id.org/dpv#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-05-07" + "@value": "Context Concepts" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv#Importance" + }, + { + "@id": "https://w3id.org/dpv#Duration" + }, + { + "@id": "https://w3id.org/dpv#SecondaryImportance" + }, + { + "@id": "https://w3id.org/dpv#hasHumanInvolvement" + }, + { + "@id": "https://w3id.org/dpv#Optional" + }, + { + "@id": "https://w3id.org/dpv#hasContext" + }, + { + "@id": "https://w3id.org/dpv#isAfter" + }, + { + "@id": "https://w3id.org/dpv#hasFrequency" + }, + { + "@id": "https://w3id.org/dpv#Context" + }, + { + "@id": "https://w3id.org/dpv#PrimaryImportance" + }, + { + "@id": "https://w3id.org/dpv#hasDuration" + }, + { + "@id": "https://w3id.org/dpv#NotRequired" + }, + { + "@id": "https://w3id.org/dpv#Required" + }, + { + "@id": "https://w3id.org/dpv#Technology" + }, + { + "@id": "https://w3id.org/dpv#Necessity" + }, + { + "@id": "https://w3id.org/dpv#isBefore" + }, + { + "@id": "https://w3id.org/dpv#isImplementedUsingTechnology" + }, + { + "@id": "https://w3id.org/dpv#hasAlgorithmicLogic" + }, + { + "@id": "https://w3id.org/dpv#Frequency" + }, + { + "@id": "https://w3id.org/dpv#hasIdentifier" + }, { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://w3id.org/dpv#AlgorithmicLogic" + }, + { + "@id": "https://w3id.org/dpv#isImplementedByEntity" + }, + { + "@id": "https://w3id.org/dpv#HumanInvolvement" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Necessity", + "@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-12" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2333,7 +2316,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": "An indication of 'necessity' within a context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2341,46 +2324,45 @@ "@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": "Move" + "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Move" + "@language": "en", + "@value": "Necessity" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transfer" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies", + "@id": "https://w3id.org/dpv#ServiceRecordManagement", "@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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "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": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2397,7 +2379,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2408,41 +2390,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "Service Order Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#isAfter", + "@id": "https://w3id.org/dpv#hasContact", "@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": "2022-03-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Julian Flake" + "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2464,7 +2449,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 contact details of a legal entity such as phone or email" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2475,36 +2460,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is after" + "@value": "has contact" } ] }, { - "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv#hasProvisionMethod", "@type": [ - "https://w3id.org/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-09-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { "@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": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2521,7 +2501,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2529,33 +2509,63 @@ "@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": "Customer Solvency Monitoring" + "@value": "has provision method" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#ProcessingContext", + "@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-02-09" + "@value": "2019-04-05" } ], "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2572,7 +2582,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Context or conditions within which processing takes place" + "@value": "Ensure and enforce security e.g. of data, personnel" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2580,42 +2590,50 @@ "@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": "Processing Context" + "@value": "Enforce Security" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#StorageDuration", + "@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": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Georg P. Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2623,58 +2641,14 @@ "@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#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv#Duration" - } - ] - }, - { - "@id": "https://w3id.org/dpv#CollectedPersonalData", - "@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": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#DataExporter" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2686,7 +2660,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": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2694,34 +2668,37 @@ "@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": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + "@value": "has data exporter" } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collected Personal Data" + "@value": "has domain" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#Encryption", + "@id": "https://w3id.org/dpv#Client", "@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-04-06" } ], "http://purl.org/dc/terms/creator": [ @@ -2729,13 +2706,16 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" }, { - "@value": "Axel Polleres" + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2752,7 +2732,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2763,17 +2743,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption" + "@value": "Client" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#Customer" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessor", + "@id": "https://w3id.org/dpv#CustomerCare", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2781,17 +2761,27 @@ "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" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2808,7 +2798,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": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2819,178 +2809,211 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processor" + "@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#Recipient" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@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#domain": [ - { - "@id": "https://w3id.org/dpv#Purpose" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#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": [ + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@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#" + "@value": "Concept" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "has context" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } ] }, { - "@id": "https://w3id.org/dpv#isPolicyFor", + "@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": "2022-01-26" + "@value": "Technical_Organisational_Measures 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#domain": [ + "@id": "https://w3id.org/dpv#hasTechnicalMeasure" + }, { - "@id": "https://w3id.org/dpv#Policy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@id": "https://w3id.org/dpv#Certification" + }, { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#ImpactAssessment" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#CodeOfConduct" + }, { - "@language": "en", - "@value": "Indicates the context or application of policy" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#Safeguard" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#ContractualTerms" + }, { - "@language": "en", - "@value": "is policy for" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Restrict", - "@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#TechnicalOrganisationalMeasure" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv#EncryptionInRest" + }, { - "@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#Seal" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Consultation" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#TechnicalMeasure" + }, { - "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#SubProcessorAgreement" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#CompleteAnonymisation" + }, { - "@language": "en", - "@value": "Restrict" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#DeIdentification" + }, { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#RecordsOfActivities" + }, + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#PrivacyByDefault" + }, + { + "@id": "https://w3id.org/dpv#hasOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#CertificationSeal" + }, + { + "@id": "https://w3id.org/dpv#SingleSignOn" + }, + { + "@id": "https://w3id.org/dpv#DPIA" + }, + { + "@id": "https://w3id.org/dpv#AuthenticationProtocols" + }, + { + "@id": "https://w3id.org/dpv#DesignStandard" + }, + { + "@id": "https://w3id.org/dpv#JointDataControllersAgreement" + }, + { + "@id": "https://w3id.org/dpv#PrivacyNotice" + }, + { + "@id": "https://w3id.org/dpv#DataProcessingRecords" + }, + { + "@id": "https://w3id.org/dpv#DataTransferImpactAssessment" + }, + { + "@id": "https://w3id.org/dpv#AuthorisationProcedure" + }, + { + "@id": "https://w3id.org/dpv#PIA" + }, + { + "@id": "https://w3id.org/dpv#ConsultationWithAuthority" + }, + { + "@id": "https://w3id.org/dpv#StaffTraining" + }, + { + "@id": "https://w3id.org/dpv#DataProcessingAgreement" + }, + { + "@id": "https://w3id.org/dpv#Encryption" + }, + { + "@id": "https://w3id.org/dpv#LegalAgreement" + }, + { + "@id": "https://w3id.org/dpv#SafeguardForDataTransfer" + }, + { + "@id": "https://w3id.org/dpv#hasPolicy" + }, + { + "@id": "https://w3id.org/dpv#isPolicyFor" + }, + { + "@id": "https://w3id.org/dpv#PrivacyByDesign" + }, + { + "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities" + }, + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#Notice" + }, + { + "@id": "https://w3id.org/dpv#Assessment" + }, + { + "@id": "https://w3id.org/dpv#ControllerProcessorAgreement" + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymization" + }, + { + "@id": "https://w3id.org/dpv#EncryptionInTransfer" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterestAssessment" + }, + { + "@id": "https://w3id.org/dpv#Anonymization" + }, + { + "@id": "https://w3id.org/dpv#NDA" + }, + { + "@id": "https://w3id.org/dpv#ThirdPartyAgreement" + }, + { + "@id": "https://w3id.org/dpv#RegularityOfRecertification" + }, + { + "@id": "https://w3id.org/dpv#AccessControlMethod" + }, + { + "@id": "https://w3id.org/dpv#Policy" } ] }, { - "@id": "https://w3id.org/dpv#ContractualTerms", + "@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": [ { @@ -2999,17 +3022,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Mark Lizar" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3026,7 +3046,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "Specifies the justification for entity withdrawing consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3034,42 +3054,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": "ContractualTerms" + "@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#LegalAgreement" + "@language": "en", + "@value": "has withdrawal by justification" } ] }, { - "@id": "https://w3id.org/dpv#Policy", + "@id": "https://w3id.org/dpv#isPolicyFor", "@type": [ - "https://w3id.org/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-09-08" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#Policy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3077,6 +3094,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3086,7 +3108,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": "Indicates the context or application of policy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3097,17 +3119,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Policy" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "is policy for" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv#hasCountry", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3115,18 +3132,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": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -3141,12 +3155,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#ThirdParty" + "@id": "https://w3id.org/dpv#Country" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#hasLocation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3158,7 +3172,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 applicability of specified country" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3169,12 +3183,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "has country" } ] }, { - "@id": "https://w3id.org/dpv#Adult", + "@id": "https://w3id.org/dpv#AutomatedDecisionMaking", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3182,12 +3196,20 @@ "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 Krog" + "@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": [ @@ -3204,7 +3226,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": "Processing that involves automated decision making" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3215,17 +3237,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adult" + "@value": "Automated Decision Making" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#Transfer", + "@id": "https://w3id.org/dpv#LargeScaleProcessing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3233,12 +3255,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/creator": [ + { + "@value": "Piero Bonatti" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -3255,7 +3285,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "Processing that takes place at large scales" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3266,25 +3296,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transfer" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Transfer" + "@value": "Large Scale Processing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#Transmit", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Obtain", "@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": [ { @@ -3311,7 +3350,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to send out data" + "@value": "to solicit or gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3322,17 +3361,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transmit" + "@value": "Obtain" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationalUnit", + "@id": "https://w3id.org/dpv#RegistrationAuthentication", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3340,15 +3379,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": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3365,7 +3407,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": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3376,12 +3418,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "Registration and Authentication" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#EncryptionInTransfer", + "@id": "https://w3id.org/dpv#ResearchAndDevelopment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3397,13 +3444,19 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Javier Fernandez" }, { - "@value": "Mark Lizar" + "@value": "Elmar Kiesling" }, { "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3420,7 +3473,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": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3431,53 +3484,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "Research and Development" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Encryption" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#hasDataSubject", + "@id": "https://w3id.org/dpv#NaturalPerson", "@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": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@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://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3485,16 +3515,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#DataSubject" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3504,7 +3524,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "A human" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3515,131 +3535,88 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "Natural Person" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv", + "@id": "https://w3id.org/dpv#DataController", "@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": "Fajar J. Ekaputra" - }, - { - "@value": "Piero Bonatti" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Bert Bos" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Javier D. Fernández" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Elmar Kiesling" - } + "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-18" + "@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/description": [ + "http://purl.org/dc/terms/modified": [ { - "@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": "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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/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#" } ], - "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": "Data Privacy Vocabulary" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "dpv" + "@id": "https://w3id.org/dpv#" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#note": [ { - "@value": "https://w3id.org/dpv" + "@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/2002/07/owl#versionInfo": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Controller" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "0.5" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#Context", + "@id": "https://w3id.org/dpv#StorageDuration", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3652,22 +3629,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Axel Polleres" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Mark Lizar" }, { - "@value": "Elmar Kiesling" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3684,7 +3655,7 @@ "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": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3695,12 +3666,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Context" + "@value": "Storage Duration" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv#Duration" } ] }, { - "@id": "https://w3id.org/dpv#VulnerableDataSubject", + "@id": "https://w3id.org/dpv#Visitor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3708,7 +3687,7 @@ "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": [ @@ -3716,14 +3695,20 @@ "@value": "Paul Ryan" }, { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { "@id": "https://w3id.org/dpv#" } ], @@ -3736,7 +3721,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": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3744,16 +3729,10 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept denote 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": "Visitor" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -3763,7 +3742,7 @@ ] }, { - "@id": "https://w3id.org/dpv#NonMaterialDamage", + "@id": "https://w3id.org/dpv#Benefit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3771,12 +3750,27 @@ "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": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3793,7 +3787,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3804,36 +3798,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "Benefit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Damage" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalTime", + "@id": "https://w3id.org/dpv#DiscloseByTransmission", "@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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Bud Bruegger" - }, + "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": [ @@ -3850,7 +3838,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "to disclose data by means of transmission" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3861,28 +3849,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal time" + "@value": "Disclose by Transmission" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Consult", + "@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://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" }, { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3890,6 +3886,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#LegalEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3899,7 +3900,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "Specifies the entity that withdrew consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3907,25 +3908,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": "Consult" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Query" + "@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." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Use" + "@language": "en", + "@value": "has withdrawal by" } ] }, { - "@id": "https://w3id.org/dpv#ServiceRecordManagement", + "@id": "https://w3id.org/dpv#DirectMarketing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3933,7 +3930,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": [ @@ -3941,10 +3938,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3961,7 +3958,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3972,39 +3969,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Direct Marketing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv#hasIdentifier", "@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-04-05" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4012,6 +4014,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4021,7 +4028,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4032,45 +4039,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GuidelinesPrinciple" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "has identifier" } ] }, { - "@id": "https://w3id.org/dpv#CreateProductRecommendations", + "@id": "https://w3id.org/dpv#hasRecipientDataController", "@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": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" + "@value": "Georg P. Krog" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Simon Steyskal" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4078,6 +4076,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#DataController" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasRecipient" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4087,7 +4095,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4098,40 +4106,28 @@ "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": "http://www.specialprivacy.eu/vocabs/purposes#Marketing" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + "@value": "has recipient data controller" } ] }, { - "@id": "https://w3id.org/dpv#hasApplicableLaw", + "@id": "https://w3id.org/dpv#ConsequenceOfSuccess", "@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-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4139,11 +4135,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Law" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4153,7 +4144,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of a Law" + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4164,79 +4155,73 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has applicable law" + "@value": "Consequence of Success" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#RiskConcepts", + "@id": "https://w3id.org/dpv#Derive", "@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": "Risk Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Impact" - }, + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#MaterialDamage" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#Consequence" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#Detriment" - }, - { - "@id": "https://w3id.org/dpv#hasImpactOn" - }, - { - "@id": "https://w3id.org/dpv#Harm" - }, - { - "@id": "https://w3id.org/dpv#Risk" - }, - { - "@id": "https://w3id.org/dpv#hasImpact" - }, - { - "@id": "https://w3id.org/dpv#hasConsequence" - }, - { - "@id": "https://w3id.org/dpv#hasRisk" - }, - { - "@id": "https://w3id.org/dpv#ConsequenceOfSuccess" - }, - { - "@id": "https://w3id.org/dpv#Damage" - }, - { - "@id": "https://w3id.org/dpv#ConsequenceOfFailure" - }, + "@language": "en", + "@value": "to create new derivative data from the original data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#isMitigatedByMeasure" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#mitigatesRisk" - }, + "@language": "en", + "@value": "Derive" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Benefit" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#NonMaterialDamage" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#StorageDeletion", + "@id": "https://w3id.org/dpv#User", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4244,21 +4229,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": "Rob Brennan" + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4275,7 +4263,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" + "@value": "Data subjects that use service(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4286,17 +4274,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Deletion" + "@value": "User" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#StorageCondition" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#SocialMediaMarketing", + "@id": "https://w3id.org/dpv#CustomerOrderManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4304,18 +4292,23 @@ "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": "Harshvardhan J. Pandit" + "@value": "Beatriz" }, { - "@value": "Beatriz Esteves" + "@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": [ @@ -4332,7 +4325,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct marketing through social media" + "@value": "Manage customer orders" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4343,17 +4336,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Media" + "@value": "Customer Order Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv#Subscriber", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4361,18 +4354,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4389,7 +4388,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": "Data subjects that subscribe to service(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4397,82 +4396,48 @@ "@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": "Official Authority of Controller" + "@value": "Subscriber" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#JurisdictionConcepts", + "@id": "https://w3id.org/dpv#LegalAgreement", "@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": "Jurisdiction 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#Region" - }, - { - "@id": "https://w3id.org/dpv#Location" - }, - { - "@id": "https://w3id.org/dpv#hasJurisdiction" - }, - { - "@id": "https://w3id.org/dpv#ThirdCountry" - }, - { - "@id": "https://w3id.org/dpv#hasThirdCountry" - }, - { - "@id": "https://w3id.org/dpv#hasApplicableLaw" - }, - { - "@id": "https://w3id.org/dpv#Law" - }, - { - "@id": "https://w3id.org/dpv#EconomicUnion" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Country" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#hasCountry" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#SupraNationalUnion" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#hasLocation" - } - ] - }, - { - "@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" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4489,7 +4454,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4500,36 +4465,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Make Available" + "@value": "Legal Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", + "@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-04-05" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4537,6 +4507,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4546,7 +4521,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "Indicates the specified concepts is 'after' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4557,30 +4532,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "is after" } ] }, { - "@id": "https://w3id.org/dpv#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv#PersonnelManagement", "@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-03-30" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Risk" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4588,16 +4566,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4607,7 +4575,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate a risk is mitigated by specified measure" + "@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": [ @@ -4618,12 +4586,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is mitigated by measure" + "@value": "Personnel Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#HumanResources" } ] }, { - "@id": "https://w3id.org/dpv#SellDataToThirdParties", + "@id": "https://w3id.org/dpv#StorageCondition", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4636,20 +4609,14 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Mark Lizar" }, { - "@value": "Simon Steyskal" + "@value": "Rob Brennan" }, { "@value": "Axel Polleres" }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" } @@ -4668,7 +4635,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information to third parties" + "@value": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4676,62 +4643,41 @@ "@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 Data to Third Parties" + "@value": "Storage Condition" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#isImplementedByEntity", + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations", "@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-05-07" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "Rudy Jacob" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4739,21 +4685,16 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#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" + "@value": "Create and provide personalised recommendations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4761,40 +4702,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": "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": "Create Personalized Recommendations" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "is implemented by entity" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv#Consult", "@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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@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" } @@ -4813,7 +4748,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@value": "to consult or query data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4824,60 +4759,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Automated Decision Making" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@value": "Consult" } - ] - }, - { - "@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#related": [ { - "@value": "Entities Concepts" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#NaturalPerson" - }, - { - "@id": "https://w3id.org/dpv#hasName" - }, - { - "@id": "https://w3id.org/dpv#Representative" - }, - { - "@id": "https://w3id.org/dpv#hasEntity" - }, - { - "@id": "https://w3id.org/dpv#hasResponsibleEntity" - }, - { - "@id": "https://w3id.org/dpv#hasAddress" - }, - { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#hasContact" - }, - { - "@id": "https://w3id.org/dpv#Entity" - }, + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasRepresentative" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#DiscloseByTransmission", + "@id": "https://w3id.org/dpv#ConsultationWithAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4885,12 +4782,18 @@ "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": [ @@ -4907,7 +4810,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4918,25 +4821,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "Consultation with Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Consultation" } ] }, { - "@id": "https://w3id.org/dpv#AccessControlMethod", + "@id": "https://w3id.org/dpv#LegalCompliance", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -4944,13 +4847,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4967,7 +4867,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4978,44 +4878,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "Legal Compliance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#VendorRecordsManagement", + "@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": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" + "@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" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5032,7 +4924,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders related to vendors" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5043,47 +4935,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Payment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#hasImpactOn", + "@id": "https://w3id.org/dpv#hasDataController", "@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": "" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Javier Fernández" }, { - "@value": "Fajar Ekaputra" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" } ], + "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": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5093,12 +4991,15 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#DataController" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasConsequenceOn" + "@id": "https://w3id.org/dpv#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5110,7 +5011,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 association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5121,14 +5022,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact on" + "@value": "has data controller" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymisedData", + "@id": "https://w3id.org/dpv#hasJurisdiction", "@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": [ @@ -5142,11 +5043,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Location" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5156,7 +5067,7 @@ "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": "Indicates applicability of specified jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5167,32 +5078,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-anonymised Data" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#PersonalData" + "@value": "has jurisdiction" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterest", + "@id": "https://w3id.org/dpv#LegitimateInterestAssessment", "@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": "2021-09-08" } ], "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": [ { "@id": "https://w3id.org/dpv#" @@ -5207,7 +5119,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": "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": [ @@ -5218,38 +5130,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "Legitimate Interest Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Assessment" } ] }, { - "@id": "https://w3id.org/dpv#InternationalOrganisation", + "@id": "https://w3id.org/dpv#RegularityOfRecertification", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P. Krog" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Axel Polleres" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5266,7 +5179,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": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5277,17 +5190,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "International Organisation" + "@value": "Regularity of Re-certification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Optional", + "@id": "https://w3id.org/dpv#Use", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -5295,24 +5208,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-14" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@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": [ @@ -5329,7 +5230,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@value": "to use data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5340,42 +5241,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optional" + "@value": "Use" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv#ImpactAssessment", "@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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5392,7 +5287,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": "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": [ @@ -5403,17 +5298,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#Assessment" } ] }, { - "@id": "https://w3id.org/dpv#EvaluationScoring", + "@id": "https://w3id.org/dpv#Acquire", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5421,15 +5316,7 @@ "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/source": [ @@ -5451,7 +5338,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "to come into possession or control of the data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5462,30 +5349,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Acquire" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#Record", + "@id": "https://w3id.org/dpv#hasImpactOn", "@type": [ - "https://w3id.org/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-05-07" + "@value": "" } ], - "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": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Impact" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5493,6 +5397,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasConsequenceOn" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5502,7 +5416,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5513,44 +5427,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Obtain" + "@value": "has impact on" } ] }, { - "@id": "https://w3id.org/dpv#DataImporter", + "@id": "https://w3id.org/dpv#hasWithdrawalMethod", "@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-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" + "@value": "Mark Lizar" }, { - "@value": "Georg Krog" + "@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": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5567,7 +5468,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": "Specifries the method by which consent can be/has been withdrawn" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5578,23 +5479,67 @@ "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": "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": "Data Importer" + "@value": "has withdrawal method" } + ] + }, + { + "@id": "https://w3id.org/dpv#Personal_DataConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@value": "Personal_Data Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv#Data" + }, + { + "@id": "https://w3id.org/dpv#CollectedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#PersonalData" + }, + { + "@id": "https://w3id.org/dpv#AnonymisedData" + }, + { + "@id": "https://w3id.org/dpv#InferredPersonalData" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymisedData" + }, + { + "@id": "https://w3id.org/dpv#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#NonPersonalData" + }, + { + "@id": "https://w3id.org/dpv#SensitivePersonalData" + }, + { + "@id": "https://w3id.org/dpv#GeneratedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#hasPersonalData" } ] }, { - "@id": "https://w3id.org/dpv#EnforceSecurity", + "@id": "https://w3id.org/dpv#DataSubjectRight", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -5602,27 +5547,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": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" }, { - "@value": "Simon Steyskal" + "@value": "Harshvardhan Pandit" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5639,7 +5575,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" + "@value": "The rights applicable or provided to a Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5650,42 +5586,41 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + "@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": "Enforce Security" + "@value": "Data Subject Right" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#Right" } ] }, { - "@id": "https://w3id.org/dpv#RequestedServiceProvision", + "@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://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": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5693,6 +5628,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5702,7 +5647,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@value": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5713,41 +5658,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Requested Service Provision" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@value": "has organisational measure" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipientDataController", + "@id": "https://w3id.org/dpv#SingleSignOn", "@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": "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": "Paul Ryan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5755,16 +5690,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#DataController" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasRecipient" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5774,7 +5699,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": "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": [ @@ -5785,44 +5710,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient data controller" + "@value": "Single Sign On" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#AuthenticationProtocols" } ] }, { - "@id": "https://w3id.org/dpv#hasLocation", + "@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-05" + "@value": "2021-05-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/source": [ - { - "@id": "https://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Georg P Krog" + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5830,11 +5747,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5844,7 +5756,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about location" + "@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": [ @@ -5855,12 +5767,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has location" + "@value": "Official Authority of Controller" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#RecordsOfActivities", + "@id": "https://w3id.org/dpv#RecordManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -5868,18 +5785,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": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { "@value": "Georg P Krog" }, { "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5896,7 +5816,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": "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": [ @@ -5907,38 +5827,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "Record Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv#ServiceUsageAnalytics", "@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": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5946,16 +5864,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#DataProtectionOfficer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasRepresentative" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5965,7 +5873,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifices an associated data protection officer" + "@value": "Conduct analysis and reporting related to usage of services or products" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5973,43 +5881,39 @@ "@id": "https://w3id.org/dpv#" } ], + "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": "has data protection officer" + "@value": "Analytics" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#OptimiseUserInterface", + "@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": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6026,7 +5930,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@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": [ @@ -6037,58 +5941,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimise User Interface" + "@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#OptimisationForConsumer" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#hasDataImporter", + "@id": "https://w3id.org/dpv#Personalisation", "@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-01" } ], "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#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#DataImporter" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasRecipient" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6098,7 +5986,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": "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": [ @@ -6106,15 +5994,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": "has data importer" + "@value": "Personalisation" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#Benefit", + "@id": "https://w3id.org/dpv#SupraNationalAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6122,27 +6021,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": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6159,7 +6048,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@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": [ @@ -6170,17 +6059,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benefit" + "@value": "SupraNationalAuthority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Authority" } ] }, { - "@id": "https://w3id.org/dpv#CustomerManagement", + "@id": "https://w3id.org/dpv#AcademicResearch", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6188,7 +6077,7 @@ "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": [ @@ -6196,10 +6085,19 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6216,7 +6114,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6227,30 +6125,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Management" + "@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#Purpose" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#Entity", + "@id": "https://w3id.org/dpv#Certification", "@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-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6267,7 +6179,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": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6278,25 +6190,58 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Entity" + "@value": "Certification" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#CertificationSeal" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterest", + "@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": "2021-05-19" + "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6304,6 +6249,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Purpose" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6313,7 +6263,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Party as justification for specified processing" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6324,28 +6274,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalBasis" + "@value": "has purpose" } ] }, { - "@id": "https://w3id.org/dpv#EconomicUnion", + "@id": "https://w3id.org/dpv#CommunicationManagement", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -6364,7 +6318,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": "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": [ @@ -6372,34 +6326,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": "EconomicUnion" + "@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." } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Location" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Communication Management" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv#ThirdParty", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6407,18 +6353,17 @@ "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": "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_10/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6435,7 +6380,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": "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": [ @@ -6446,39 +6391,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Third Party" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Assessment" + "@id": "https://w3id.org/dpv#Recipient" } ] }, { - "@id": "https://w3id.org/dpv#CertificationSeal", + "@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": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, + "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": [ @@ -6495,7 +6431,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@value": "to change the form or nature of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6506,20 +6442,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification and Seal" + "@value": "Transform" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionMethod", + "@id": "https://w3id.org/dpv#StaffTraining", "@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": [ { @@ -6528,14 +6464,17 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6552,7 +6491,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the method by which consent was provisioned or provided" + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6560,61 +6499,64 @@ "@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 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": "Staff Training" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has provision method" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasEntity", + "@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": "2022-02-09" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#Concept" + "@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#" + "@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#Entity" + "@id": "https://w3id.org/dpv#" } ], "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 inclusion or applicability of an entity to some concept" + "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6625,56 +6567,41 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" + "@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 entity" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" + "@value": "Special Category Personal Data" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "https://w3id.org/dpv#SensitivePersonalData" } ] }, { - "@id": "https://w3id.org/dpv#CustomerOrderManagement", + "@id": "https://w3id.org/dpv#mitigatesRisk", "@type": [ - "https://w3id.org/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-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz" - }, - { - "@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#RiskMitigationMeasure" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6682,6 +6609,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Risk" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6691,7 +6623,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "Indicates risks mitigated by this concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6702,17 +6634,12 @@ "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" + "@value": "mitigates risk" } ] }, { - "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv#NDA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6724,23 +6651,17 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, { "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Simon Steyskal" + "@value": "Rob Brennan" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6757,7 +6678,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve existing products and services" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6768,40 +6689,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "Non-Disclosure Agreement (NDA)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#Necessity", + "@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": "2022-02-12" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" } @@ -6820,7 +6729,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'necessity' within a context" + "@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": [ @@ -6828,39 +6737,82 @@ "@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": "Necessity can be used to express need, essentiality, requirement, or compulsion." + "@value": "Organisation" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Necessity" + "@id": "https://w3id.org/dpv#LegalEntity" } + ] + }, + { + "@id": "https://w3id.org/dpv#JurisdictionConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv#Context" + "@value": "Jurisdiction Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv#EconomicUnion" + }, + { + "@id": "https://w3id.org/dpv#ThirdCountry" + }, + { + "@id": "https://w3id.org/dpv#Country" + }, + { + "@id": "https://w3id.org/dpv#Law" + }, + { + "@id": "https://w3id.org/dpv#hasCountry" + }, + { + "@id": "https://w3id.org/dpv#hasLocation" + }, + { + "@id": "https://w3id.org/dpv#Location" + }, + { + "@id": "https://w3id.org/dpv#hasApplicableLaw" + }, + { + "@id": "https://w3id.org/dpv#hasJurisdiction" + }, + { + "@id": "https://w3id.org/dpv#SupraNationalUnion" + }, + { + "@id": "https://w3id.org/dpv#Region" + }, + { + "@id": "https://w3id.org/dpv#hasThirdCountry" } ] }, { - "@id": "https://w3id.org/dpv#AnonymisedData", + "@id": "https://w3id.org/dpv#Destruct", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Piero Bonatti" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6877,7 +6829,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": "to process data in a way it no longer exists or cannot be repaired" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6885,53 +6837,47 @@ "@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": "Destruct" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#NonPersonalData" + "@id": "https://w3id.org/dpv#Remove" } ] }, { - "@id": "https://w3id.org/dpv#hasLegalBasis", + "@id": "https://w3id.org/dpv#VendorManagement", "@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": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "David Hickey" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6939,11 +6885,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#LegalBasis" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6953,7 +6894,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6964,46 +6905,52 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" + "@value": "Vendor Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#hasDataSource", + "@id": "https://w3id.org/dpv#Recipient", "@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": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Javier Fernández" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#Concept" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + }, + { + "@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#DataSource" + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7015,7 +6962,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" + "@value": "Entities that receive personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7023,20 +6970,36 @@ "@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": "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": "https://w3id.org/dpv#ImproveInternalCRMProcesses", - "@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": [ + { + "@language": "en", + "@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#LegalEntity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#OptimiseUserInterface", + "@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" @@ -7044,22 +7007,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Elmar Kiesling" }, { - "@value": "Axel Polleres" + "@value": "Javier Fernandez" }, { - "@value": "Elmar Kiesling" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Simon Steyskal" }, { - "@value": "Simon Steyskal" + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7076,7 +7039,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@value": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7087,39 +7050,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" + "@value": "Optimise User Interface" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv#OptimisationForConsumer" } ] }, { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv#Child", "@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": "2020-11-25" } ], "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": [ @@ -7136,7 +7090,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@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": [ @@ -7144,20 +7098,26 @@ "@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": "Risk Mitigation Measure" + "@value": "Child" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#NatualPerson" } ] }, { - "@id": "https://w3id.org/dpv#PrimaryImportance", + "@id": "https://w3id.org/dpv#PseudoAnonymisedData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -7165,24 +7125,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7199,7 +7147,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@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": [ @@ -7210,41 +7158,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "Pseudo-anonymised Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Importance" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#hasHumanInvolvement", + "@id": "https://w3id.org/dpv#CreateEventRecommendations", "@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-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rudy Jacob" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7252,11 +7197,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#HumanInvolvement" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -7266,7 +7206,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": "Create and provide personalised recommendations for events" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7274,49 +7214,38 @@ "@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": "Human involvement is also relevant to 'human in the loop'" + "@value": "Create Event Recommendations" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has human involvement" + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" } ] }, { - "@id": "https://w3id.org/dpv#CommercialResearch", + "@id": "https://w3id.org/dpv#IndustryConsortium", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7333,7 +7262,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": "A consortium established and comprising on industry organisations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7344,41 +7273,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Commercial Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Develop" + "@value": "IndustryConsortium" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv#isMitigatedByMeasure", "@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": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#Risk" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7386,6 +7309,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -7395,7 +7328,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": "Indicate a risk is mitigated by specified measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7406,20 +7339,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication for Customer Care" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#CommunicationManagement" - }, - { - "@id": "https://w3id.org/dpv#CustomerCare" + "@value": "is mitigated by measure" } ] }, { - "@id": "https://w3id.org/dpv#Anonymise", + "@id": "https://w3id.org/dpv#SellProducts", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -7427,12 +7352,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": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7449,7 +7380,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": "Sell products or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7457,242 +7388,1609 @@ "@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": "Anonymise" + "@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": "http://www.specialprivacy.eu/vocabs/processing#Anonymize" + "@language": "en", + "@value": "Sell Products" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#PurposesConcepts", + "@id": "https://w3id.org/dpv#Entities_DatasubjectConcepts", "@type": [ "http://www.w3.org/2004/02/skos/core#Collection" ], "http://purl.org/dc/terms/title": [ { - "@value": "Purposes Concepts" + "@value": "Entities_Datasubject Concepts" } ], "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" - }, - { - "@id": "https://w3id.org/dpv#CommunicationForCustomerCare" + "@id": "https://w3id.org/dpv#NonCitizen" }, { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#VulnerableDataSubject" }, { - "@id": "https://w3id.org/dpv#ServiceRecordManagement" + "@id": "https://w3id.org/dpv#Client" }, { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#DataSubject" }, { - "@id": "https://w3id.org/dpv#SellProductsToDataSubject" + "@id": "https://w3id.org/dpv#Child" }, { - "@id": "https://w3id.org/dpv#CustomerClaimsManagement" + "@id": "https://w3id.org/dpv#Subscriber" }, { - "@id": "https://w3id.org/dpv#AccountManagement" + "@id": "https://w3id.org/dpv#Visitor" }, { - "@id": "https://w3id.org/dpv#PublicRelations" + "@id": "https://w3id.org/dpv#Student" }, { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv#Member" }, { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@id": "https://w3id.org/dpv#Adult" }, { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#Patient" }, { - "@id": "https://w3id.org/dpv#OrganisationComplianceManagement" + "@id": "https://w3id.org/dpv#Employee" }, { - "@id": "https://w3id.org/dpv#LegalCompliance" + "@id": "https://w3id.org/dpv#Applicant" }, { - "@id": "https://w3id.org/dpv#UserInterfacePersonalisation" + "@id": "https://w3id.org/dpv#Tourist" }, { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#Participant" }, { - "@id": "https://w3id.org/dpv#CustomerCare" + "@id": "https://w3id.org/dpv#hasDataSubject" }, { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#User" }, { - "@id": "https://w3id.org/dpv#VendorSelectionAssessment" + "@id": "https://w3id.org/dpv#JobApplicant" }, { - "@id": "https://w3id.org/dpv#RecordManagement" + "@id": "https://w3id.org/dpv#Immigrant" }, { - "@id": "https://w3id.org/dpv#TechnicalServiceProvision" + "@id": "https://w3id.org/dpv#Customer" }, { - "@id": "https://w3id.org/dpv#SellInsightsFromData" + "@id": "https://w3id.org/dpv#Citizen" }, { - "@id": "https://w3id.org/dpv#Payment" - }, + "@id": "https://w3id.org/dpv#Consumer" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ContractualTerms", + "@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#Sector" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#RegistrationAuthentication" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#Purpose" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#DirectMarketing" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#ServiceUsageAnalytics" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#IdentityVerification" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#EnforceAccessControl" - }, + "@language": "en", + "@value": "Contractual terms governing data handling within or with an entity" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#SellDataToThirdParties" - }, + "@language": "en", + "@value": "ContractualTerms" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForConsumer" - }, + "@id": "https://w3id.org/dpv#LegalAgreement" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasLocation", + "@type": [ + "https://w3id.org/dpv#Relation", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv#NonCommercialResearch" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#TargetedAdvertising" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#hasPurpose" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#PersonnelManagement" - }, + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#VendorRecordsManagement" - }, + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#SocialMediaMarketing" - }, + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#VendorPayment" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#CreateEventRecommendations" - }, + "@id": "https://w3id.org/dpv#Location" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#FraudPreventionAndDetection" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#InternalResourceOptimisation" - }, + "@language": "en", + "@value": "Indicates information about location" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#DisputeManagement" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#AcademicResearch" + "@language": "en", + "@value": "has location" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRecipient", + "@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-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernández" }, { - "@id": "https://w3id.org/dpv#Personalisation" + "@value": "Bud Bruegger" }, { - "@id": "https://w3id.org/dpv#RequestedServiceProvision" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#OptimiseUserInterface" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#hasSector" + "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Recipient" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#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": "Indicates Recipient 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": "has recipient" + } + ] + }, + { + "@id": "https://w3id.org/dpv#EnforceAccessControl", + "@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" }, { - "@id": "https://w3id.org/dpv#ServiceOptimization" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@value": "Simon Steyskal" }, { - "@id": "https://w3id.org/dpv#CommunicationManagement" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#HumanResourceManagement" + "@value": "Fajar Ekaputra" }, { - "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices" + "@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": "Conduct or enforce access control" + } + ], + "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 previously \"Access Control\". Prefixed to distinguish from Technical Measure." + } + ], + "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" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#EnforceSecurity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SubProcessorAgreement", + "@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": "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": [ + { + "@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 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": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Sub-Processor Agreement" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataProcessingAgreement" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Remove", + "@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 destruct or erase 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": "Remove" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Processing" + } + ] + }, + { + "@id": "https://w3id.org/dpv#NationalAuthority", + "@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-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": "An authority tasked with overseeing legal compliance for a nation" + } + ], + "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": "NationalAuthority" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Authority" + } + ] + }, + { + "@id": "https://w3id.org/dpv#NonMaterialDamage", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "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 non-material damages" + } + ], + "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-Material Damage" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Damage" + } + ] + }, + { + "@id": "https://w3id.org/dpv#EvaluationScoring", + "@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": "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#" + } + ], + "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 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" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ProcessingContext" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasExpiryCondition", + "@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": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#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#definition": [ + { + "@language": "en", + "@value": "Specifies the condition or event that determines the expiry 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": "Can be TextOrDocumentOrURI" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has expiry condition" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Record", + "@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" + } + ], + "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 make a record (especially 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": "Record" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Obtain" + } + ] + }, + { + "@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": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@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#DataTransferImpactAssessment", + "@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-08" + } + ], + "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": [ + { + "@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 Assessment for conducting data transfers" + } + ], + "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 Transfer Impact Assessment" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ImpactAssessment" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Entity", + "@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-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#" + } + ], + "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#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Entity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymise", + "@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" + } + ], + "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 replace personal identifiable information by artificial identifiers" + } + ], + "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": "Pseudo-Anonymise" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Transform" + } + ] + }, + { + "@id": "https://w3id.org/dpv#OptimisationForConsumer", + "@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": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@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": "Optimize activities and services for consumer or 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": "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#ServiceOptimization" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis", + "@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-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krogg" + } + ], + "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": "Specific or special categories and instances of legal basis intended for justifying data transfers" + } + ], + "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 Transfer Legal Basis" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalBasis" + } + ] + }, + { + "@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#hasExpiryTime" + }, + { + "@id": "https://w3id.org/dpv#isExplicit" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionTime" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalTime" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionMethod" + }, + { + "@id": "https://w3id.org/dpv#hasConsentNotice" + }, + { + "@id": "https://w3id.org/dpv#hasExpiry" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionBy" + }, + { + "@id": "https://w3id.org/dpv#hasExpiryCondition" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionByJustification" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalMethod" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalByJustification" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalBy" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Consumer", + "@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-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@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": "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" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#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#NaturalPerson" + }, + { + "@id": "https://w3id.org/dpv#hasResponsibleEntity" + }, + { + "@id": "https://w3id.org/dpv#hasRepresentative" + }, + { + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#Entity" + }, + { + "@id": "https://w3id.org/dpv#hasName" + }, + { + "@id": "https://w3id.org/dpv#hasContact" + }, + { + "@id": "https://w3id.org/dpv#hasEntity" + }, + { + "@id": "https://w3id.org/dpv#hasAddress" + }, + { + "@id": "https://w3id.org/dpv#Representative" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AccountManagement", + "@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": "Create, maintain, and manage accounts for purposes of providing services" + } + ], + "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": "Account Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" + } + ] + }, + { + "@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": [ + { + "@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 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#Immigrant", + "@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-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, + { + "@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": "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" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Authority", + "@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 Krog" + }, + { + "@value": "Harshvardhan 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": "An authority with the power to create or enforce laws, or determine their compliance." + } + ], + "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": "Authority" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#GovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#LegalEntity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasImpact", + "@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": "" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv#VendorManagement" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv#MemberPartnerManagement" + "@value": "Fajar Ekaputra" }, { - "@id": "https://w3id.org/dpv#SellProducts" - }, + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#CustomerOrderManagement" - }, + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#IncreaseServiceRobustness" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#OrganisationRiskManagement" - }, + "@id": "https://w3id.org/dpv#Impact" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#PersonalisedBenefits" - }, + "@id": "https://w3id.org/dpv#hasConsequence" + } + ], + "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#DeliveryOfGoods" - }, + "@language": "en", + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#CreateProductRecommendations" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Advertising" + "@language": "en", + "@value": "has impact" } ] }, { - "@id": "https://w3id.org/dpv#Adapt", + "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7700,12 +8998,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": [ @@ -7722,7 +9020,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": "The consequence(s) possible or arising as a side-effect of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7733,42 +9031,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adapt" + "@value": "Consequence as Side-Effect" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#Importance", + "@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": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P Krog" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7785,7 +9085,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@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": [ @@ -7793,122 +9093,90 @@ "@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": "Pseudo-Anonymization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#Entities_AuthorityConcepts", + "@id": "https://w3id.org/dpv#SupraNationalUnion", "@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_Authority 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#SupraNationalAuthority" - }, - { - "@id": "https://w3id.org/dpv#isAuthorityFor" - }, - { - "@id": "https://w3id.org/dpv#hasAuthority" - }, - { - "@id": "https://w3id.org/dpv#RegionalAuthority" - }, - { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" - }, - { - "@id": "https://w3id.org/dpv#NationalAuthority" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Authority" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv#Entities_OrganisationConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Entities_Organisation Concepts" + "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv#InternationalOrganisation" - }, - { - "@id": "https://w3id.org/dpv#NonProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv#IndustryConsortium" - }, + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#Organisation" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation" - }, + "@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#AcademicScientificOrganisation" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#ForProfitOrganisation" - }, + "@language": "en", + "@value": "SupraNationalUnion" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalUnit" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv#hasWithdrawalTime", "@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": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" }, { - "@value": "David Hickey" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7925,7 +9193,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7936,50 +9204,63 @@ "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" + "@value": "has withdrawal time" } ] }, { - "@id": "https://w3id.org/dpv#DeliveryOfGoods", + "@id": "https://w3id.org/dpv#hasDataSubject", "@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": "Axel Polleres" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Javier Fernández" }, { - "@value": "Simon Steyskal" + "@value": "Bud Bruegger" }, { - "@value": "Elmar Kiesling" - }, + "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "Javier Fernandez" + "@id": "https://w3id.org/dpv#DataSubject" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7991,7 +9272,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8002,39 +9283,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": "http://www.specialprivacy.eu/vocabs/purposes#Delivery" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#RequestedServiceProvision" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@value": "has data subject" } ] }, { - "@id": "https://w3id.org/dpv#Seal", + "@id": "https://w3id.org/dpv#DeliveryOfGoods", "@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": [ { @@ -8044,16 +9301,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Elmar Kiesling" }, { - "@value": "Axel Polleres" + "@value": "Simon Steyskal" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8070,7 +9333,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": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8081,17 +9344,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seal" + "@value": "Delivery of Goods" + } + ], + "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#CertificationSeal" + "@id": "https://w3id.org/dpv#RequestedServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#Marketing", + "@id": "https://w3id.org/dpv#PublicDataSource", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8099,16 +9367,22 @@ "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": "Beatriz Esteves" }, + { + "@value": "Julian Flake" + }, { "@value": "Georg P Krog" }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -8127,7 +9401,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": "A source of data that is publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8138,42 +9412,36 @@ "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 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": "Marketing" + "@value": "Public Data Source" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#DataSource" } ] }, { - "@id": "https://w3id.org/dpv#DPIA", + "@id": "https://w3id.org/dpv#hasContext", "@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": "2019-04-05" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#Purpose" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8181,6 +9449,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Context" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -8190,7 +9463,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": "Indicates a purpose is restricted to the specified context(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8198,47 +9471,36 @@ "@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)" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@value": "has context" } ] }, { - "@id": "https://w3id.org/dpv#hasAuthority", + "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies", "@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": "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://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8246,11 +9508,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Authority" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -8260,7 +9517,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of authority for a jurisdiction" + "@value": "Processing that involves use of innovative and new technologies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8271,12 +9528,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has authority" + "@value": "Innovative Use of New Technologies" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#Copy", + "@id": "https://w3id.org/dpv#GovernmentalOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8284,12 +9546,12 @@ "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/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8306,7 +9568,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "An organisation managed or part of government" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8317,22 +9579,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Copy" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Copy" + "@value": "GovernmentalOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@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" @@ -8340,23 +9597,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": "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": "Paul Ryan" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8373,7 +9631,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": [ @@ -8381,58 +9639,44 @@ "@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": "http://www.specialprivacy.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#MemberPartnerManagement", + "@id": "https://w3id.org/dpv#isBefore", "@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-01" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Julian Flake" }, { - "@value": "Georg P Krog" + "@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#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8440,6 +9684,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -8449,7 +9698,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": "Indicates the specified concepts is 'before' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8460,17 +9709,12 @@ "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" + "@value": "is before" } ] }, { - "@id": "https://w3id.org/dpv#Organise", + "@id": "https://w3id.org/dpv#PrivacyNotice", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8478,12 +9722,21 @@ "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": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8500,7 +9753,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8511,30 +9764,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organise" + "@value": "Privacy Notice" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Notice" } ] }, { - "@id": "https://w3id.org/dpv#Obtain", + "@id": "https://w3id.org/dpv#hasDataProcessor", "@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-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": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8542,6 +9806,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#DataProcessor" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasRecipient" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -8551,7 +9825,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to solicit or gather data from someone" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8562,45 +9836,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Obtain" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Processing" + "@value": "has data processor" } ] }, { - "@id": "https://w3id.org/dpv#OptimisationForController", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Simon Steyskal" + "@id": "https://w3id.org/dpv#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8608,6 +9876,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -8617,7 +9890,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "Specifies address of a legal entity such as street address or pin code" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8628,17 +9901,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Controller" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ServiceOptimization" + "@value": "has address" } ] }, { - "@id": "https://w3id.org/dpv#Detriment", + "@id": "https://w3id.org/dpv#JobApplicant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8646,24 +9914,24 @@ "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": "Georg P Krog" + "@value": "Georg P. Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Beatriz Esteves" }, { - "@value": "Beatriz Esteves" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8680,7 +9948,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "Data subjects that apply for jobs or employments" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8691,42 +9959,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Detriment" + "@value": "JobApplicant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Applicant" } ] }, { - "@id": "https://w3id.org/dpv#SubProcessorAgreement", + "@id": "https://w3id.org/dpv#Align", "@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": "2019-05-07" } ], - "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": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8743,7 +9999,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": "to adjust the data to be in relation to another data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8754,38 +10010,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@value": "Align" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#CreateEventRecommendations", + "@id": "https://w3id.org/dpv#hasRisk", "@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-11-26" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rudy Jacob" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8793,6 +10046,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Risk" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -8802,7 +10060,11 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" + "@value": "Indicates applicability of Risk" + }, + { + "@language": "en", + "@value": "Indicates applicability of Risk for this concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8813,30 +10075,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Event Recommendations" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + "@value": "has risk" } ] }, { - "@id": "https://w3id.org/dpv#SensitivePersonalData", + "@id": "https://w3id.org/dpv#Representative", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "Paul Ryan" + }, { "@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_27/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8853,7 +10124,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": "A representative of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8861,42 +10132,38 @@ "@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": "Representative" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#Collect", + "@id": "https://w3id.org/dpv#hasRight", "@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-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" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8904,6 +10171,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Right" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -8913,7 +10185,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "Indicates use or applicability of Right" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8924,54 +10196,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collect" + "@value": "has right" } + ] + }, + { + "@id": "https://w3id.org/dpv#hasJointDataControllers", + "@type": [ + "https://w3id.org/dpv#Relation", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Collect" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Obtain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@language": "en", - "@value": "isInstanceOf" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#Concept" } - ] - }, - { - "@id": "https://w3id.org/dpv#Alter", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@id": "https://w3id.org/dpv#" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://w3id.org/dpv#JointDataControllers" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#hasDataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8983,7 +10252,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 inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8994,25 +10263,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alter" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Transform" + "@value": "has joint data controllers" } ] }, { - "@id": "https://w3id.org/dpv#InferredPersonalData", + "@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": "2022-01-19" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -9020,11 +10284,26 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Policy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -9034,7 +10313,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" + "@value": "Indicates policy applicable or used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9042,160 +10321,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" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#GeneratedPersonalData" - }, - { - "@id": "https://w3id.org/dpv#DerivedPersonalData" + "@value": "has policy" } ] }, { - "@id": "https://w3id.org/dpv#ProcessingConcepts", + "@id": "https://w3id.org/dpv#NotRequired", "@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 Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-15" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Destruct" - }, - { - "@id": "https://w3id.org/dpv#Disclose" - }, - { - "@id": "https://w3id.org/dpv#Consult" - }, - { - "@id": "https://w3id.org/dpv#Analyse" - }, - { - "@id": "https://w3id.org/dpv#Move" - }, - { - "@id": "https://w3id.org/dpv#Collect" - }, - { - "@id": "https://w3id.org/dpv#Erase" - }, - { - "@id": "https://w3id.org/dpv#Combine" - }, - { - "@id": "https://w3id.org/dpv#Record" - }, - { - "@id": "https://w3id.org/dpv#hasProcessing" - }, - { - "@id": "https://w3id.org/dpv#MakeAvailable" - }, - { - "@id": "https://w3id.org/dpv#Organise" - }, - { - "@id": "https://w3id.org/dpv#Derive" - }, - { - "@id": "https://w3id.org/dpv#Transfer" - }, - { - "@id": "https://w3id.org/dpv#Acquire" - }, - { - "@id": "https://w3id.org/dpv#Copy" - }, - { - "@id": "https://w3id.org/dpv#Transform" - }, - { - "@id": "https://w3id.org/dpv#Profiling" - }, - { - "@id": "https://w3id.org/dpv#Obtain" - }, - { - "@id": "https://w3id.org/dpv#Restrict" - }, - { - "@id": "https://w3id.org/dpv#Align" - }, - { - "@id": "https://w3id.org/dpv#Retrieve" - }, - { - "@id": "https://w3id.org/dpv#Transmit" - }, - { - "@id": "https://w3id.org/dpv#Structure" - }, - { - "@id": "https://w3id.org/dpv#Adapt" - }, - { - "@id": "https://w3id.org/dpv#Store" - }, - { - "@id": "https://w3id.org/dpv#Alter" - }, - { - "@id": "https://w3id.org/dpv#Use" - }, - { - "@id": "https://w3id.org/dpv#PseudoAnonymise" - }, - { - "@id": "https://w3id.org/dpv#Share" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Processing" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#Disseminate" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv#Remove" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv#Anonymise" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv#DiscloseByTransmission" - } - ] - }, - { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation", - "@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" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9212,7 +10371,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@value": "Indication of neither being required nor optional i.e. not relevant or needed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9223,32 +10382,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "Not Required" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#Necessity" } ] }, { - "@id": "https://w3id.org/dpv#GeneratedPersonalData", + "@id": "https://w3id.org/dpv#MemberPartnerManagement", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2021-09-01" } ], "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#" @@ -9263,7 +10436,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": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9271,39 +10444,39 @@ "@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": "Members and Partners Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#Profiling", + "@id": "https://w3id.org/dpv#Marketing", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9320,7 +10493,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@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": [ @@ -9328,38 +10501,51 @@ "@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": "Profiling" + "@value": "Marketing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#hasJurisdiction", + "@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-01-19" + "@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#domain": [ + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9367,11 +10553,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -9381,7 +10562,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "An indication of 'importance' within a context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9389,42 +10570,44 @@ "@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": "has jurisdiction" + "@value": "Importance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#VendorManagement", + "@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": "2021-09-01" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, { "@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" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9441,7 +10624,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "An organisation that does not aim to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9452,44 +10635,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "NonProfitOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv#LegitimateInterest", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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-05-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, - { - "@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": [ @@ -9506,7 +10675,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9517,20 +10686,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "Legitimate Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv#AuthenticationProtocols", "@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": [ { @@ -9539,23 +10708,17 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9572,7 +10735,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": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9580,39 +10743,42 @@ "@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": "Authentication Protocols" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#NonPersonalData", + "@id": "https://w3id.org/dpv#LegalBasis", "@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": "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9629,7 +10795,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "The Legal basis used to justify processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9640,209 +10806,217 @@ "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": "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": "Non-Personal Data" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Data" + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv#Technical_Organisational_MeasuresConcepts", + "@id": "https://w3id.org/dpv#MatchingCombining", "@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": "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#OrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv#DataTransferImpactAssessment" - }, - { - "@id": "https://w3id.org/dpv#ThirdPartyAgreement" - }, - { - "@id": "https://w3id.org/dpv#NDA" - }, - { - "@id": "https://w3id.org/dpv#hasOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities" - }, - { - "@id": "https://w3id.org/dpv#Anonymization" - }, - { - "@id": "https://w3id.org/dpv#ContractualTerms" - }, - { - "@id": "https://w3id.org/dpv#Safeguard" - }, - { - "@id": "https://w3id.org/dpv#CertificationSeal" - }, - { - "@id": "https://w3id.org/dpv#EncryptionInTransfer" - }, - { - "@id": "https://w3id.org/dpv#ImpactAssessment" - }, - { - "@id": "https://w3id.org/dpv#isPolicyFor" - }, - { - "@id": "https://w3id.org/dpv#Notice" - }, - { - "@id": "https://w3id.org/dpv#AuthenticationProtocols" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterestAssessment" - }, - { - "@id": "https://w3id.org/dpv#PrivacyNotice" - }, - { - "@id": "https://w3id.org/dpv#SingleSignOn" - }, - { - "@id": "https://w3id.org/dpv#Certification" - }, - { - "@id": "https://w3id.org/dpv#PseudoAnonymization" - }, - { - "@id": "https://w3id.org/dpv#hasTechnicalMeasure" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#JointDataControllersAgreement" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#ControllerProcessorAgreement" - }, + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" - }, + "@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#SubProcessorAgreement" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#PrivacyByDefault" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" - }, + "@language": "en", + "@value": "Processing that involves matching and combining of personal data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Policy" - }, + "@language": "en", + "@value": "Matching and Combining" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" - }, + "@id": "https://w3id.org/dpv#ProcessingContext" + } + ] + }, + { + "@id": "https://w3id.org/dpv#EncryptionInTransfer", + "@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": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#StaffTraining" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#DesignStandard" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#DPIA" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#PrivacyByDesign" - }, + "@value": "Rob Brennan" + } + ], + "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#EncryptionInRest" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#AccessControlMethod" - }, + "@language": "en", + "@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": [ { - "@id": "https://w3id.org/dpv#AuthorisationProcedure" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#PIA" - }, + "@language": "en", + "@value": "Encryption in Transfer" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CompleteAnonymisation" - }, + "@id": "https://w3id.org/dpv#Encryption" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ServiceOptimization", + "@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#RegularityOfRecertification" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Seal" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@value": "Javier Fernandez" }, { - "@id": "https://w3id.org/dpv#SafeguardForDataTransfer" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#Assessment" + "@value": "Simon Steyskal" }, { - "@id": "https://w3id.org/dpv#RecordsOfActivities" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#Consultation" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#Encryption" - }, + "@language": "en", + "@value": "Optimise services or activities" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#RiskManagementProcedure" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv#ConsultationWithAuthority" - }, + "@language": "en", + "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#CodeOfConduct" - }, + "@language": "en", + "@value": "Service Optimization" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DeIdentification" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#hasRisk", + "@id": "https://w3id.org/dpv#Frequency", "@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-02-16" } ], "http://purl.org/dc/terms/creator": [ @@ -9850,21 +11024,11 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Risk" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -9874,11 +11038,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": "The frequency or information about periods and repetitions in terms of recurrence." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9889,31 +11049,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has risk" + "@value": "Frequency" } ] }, { - "@id": "https://w3id.org/dpv#DataSubjectRight", + "@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": "2020-11-18" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9930,7 +11084,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9938,47 +11092,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": "Public Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Right" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations", + "@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": "2019-11-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rudy Jacob" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9995,7 +11144,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10006,17 +11155,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "GuidelinesPrinciple" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Retrieve", + "@id": "https://w3id.org/dpv#Region", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -10024,12 +11173,12 @@ "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://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": [ @@ -10046,7 +11195,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10057,44 +11206,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Region" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#DerivedPersonalData", + "@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": [ - { - "@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": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10111,7 +11246,7 @@ "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 is obtained through inference from other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10122,55 +11257,53 @@ "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": "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": "Derived Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Derived" + "@value": "Inferred Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#GeneratedPersonalData" } ] }, { - "@id": "https://w3id.org/dpv#hasContact", + "@id": "https://w3id.org/dpv#isImplementedUsingTechnology", "@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": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10180,7 +11313,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10192,7 +11325,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": "Indicates implementation details such as technologies or processes" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10200,15 +11333,21 @@ "@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": "has contact" + "@value": "is implemented using technology" } ] }, { - "@id": "https://w3id.org/dpv#Safeguard", + "@id": "https://w3id.org/dpv#PIA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -10216,21 +11355,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": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" }, { "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10247,7 +11383,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": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10255,26 +11391,20 @@ "@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": "Privacy Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#AccountManagement", + "@id": "https://w3id.org/dpv#DataExporter", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10287,13 +11417,21 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Georg Krog" + }, + { + "@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": [ @@ -10310,7 +11448,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10318,56 +11456,51 @@ "@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": "Account Management" + "@value": "Data Exporter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasDataController", + "@id": "https://w3id.org/dpv#Optional", "@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-14" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Beatriz Esteves" }, { - "@value": "Javier Fernández" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@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#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10375,19 +11508,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#DataController" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -10397,7 +11517,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "Indication of 'optional' or 'voluntary'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10408,12 +11528,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data controller" + "@value": "Optional" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Necessity" } ] }, { - "@id": "https://w3id.org/dpv#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv#Customer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10421,18 +11546,24 @@ "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": "Georg P. Krog" }, { "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10449,7 +11580,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact Assessment for conducting data transfers" + "@value": "Data subjects that purchase goods or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10457,39 +11588,39 @@ "@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": "Data Transfer Impact Assessment" + "@value": "Customer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyByDefault", + "@id": "https://w3id.org/dpv#OrganisationalUnit", "@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-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" @@ -10509,7 +11640,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": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10520,39 +11651,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Organisational Unit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyByDesign", + "@id": "https://w3id.org/dpv#Disseminate", "@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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" - }, + "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": [ @@ -10569,7 +11691,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 spread data throughout" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10580,17 +11702,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Disseminate" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#NDA", + "@id": "https://w3id.org/dpv#Assessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -10598,19 +11720,10 @@ "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": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, { "@value": "Harshvardhan J. Pandit" } @@ -10629,7 +11742,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@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": [ @@ -10640,42 +11753,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#SecondaryImportance", + "@id": "https://w3id.org/dpv#FraudPreventionAndDetection", "@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-11" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Paul Ryan" + "@value": "Simon Steyskal" }, { - "@value": "Julian Flake" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10692,7 +11808,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10703,17 +11819,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secondary Importance" + "@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#Importance" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#Organisation", + "@id": "https://w3id.org/dpv#CommunicationForCustomerCare", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10721,12 +11842,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": [ @@ -10743,7 +11870,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": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10754,30 +11881,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation" + "@value": "Communication for Customer Care" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#CustomerCare" + }, + { + "@id": "https://w3id.org/dpv#CommunicationManagement" } ] }, { - "@id": "https://w3id.org/dpv#Disclose", + "@id": "https://w3id.org/dpv#Purpose", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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/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": [ @@ -10794,7 +11938,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make data known" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10805,17 +11949,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose" + "@value": "Purpose" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv#CompleteAnonymisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10823,25 +11967,10 @@ "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": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" } @@ -10860,7 +11989,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@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": [ @@ -10871,20 +12000,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Research and Development" + "@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#isExplicit", + "@id": "https://w3id.org/dpv#SellInsightsFromData", "@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": [ { @@ -10894,13 +12023,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Javier Fernandez" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10908,11 +12046,6 @@ "@id": "https://w3id.org/dpv#" } ], - "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", @@ -10922,7 +12055,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "Sell data or information relevant to insights obtained from analysis of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10933,18 +12066,23 @@ "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": "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": "is explicit" + "@value": "Sell Insights from Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#Personalisation", + "@id": "https://w3id.org/dpv#Law", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -10952,7 +12090,7 @@ "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": [ @@ -10974,7 +12112,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": "A law is a set of rules created by government or authorities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10982,34 +12120,23 @@ "@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" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Purpose" + "@value": "Law" } ] }, { - "@id": "https://w3id.org/dpv#NationalAuthority", + "@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": "2022-02-02" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -11017,9 +12144,9 @@ "@value": "Harshvardhan J. Pandit" } ], - "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#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11027,6 +12154,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#PersonalData" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -11036,7 +12168,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a nation" + "@value": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11047,20 +12179,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NationalAuthority" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Authority" + "@value": "has personal data" } ] }, { - "@id": "https://w3id.org/dpv#hasPersonalData", + "@id": "https://w3id.org/dpv#Location", "@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": [ { @@ -11071,11 +12198,9 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11083,11 +12208,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#PersonalData" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -11097,7 +12217,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "A location is a position, site, or area where something is located" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11105,42 +12225,43 @@ "@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 personal data" + "@value": "Location" } ] }, { - "@id": "https://w3id.org/dpv#Anonymization", + "@id": "https://w3id.org/dpv#Policy", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "David Hickey" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11157,7 +12278,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": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11168,17 +12289,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Policy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DirectMarketing", + "@id": "https://w3id.org/dpv#MakeAvailable", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11186,18 +12307,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": "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": [ @@ -11214,7 +12329,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": "to transform or publish data to be used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11225,17 +12340,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Direct Marketing" + "@value": "Make Available" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#SellInsightsFromData", + "@id": "https://w3id.org/dpv#AccessControlMethod", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11248,19 +12363,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Axel Polleres" @@ -11280,7 +12389,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": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11288,26 +12397,20 @@ "@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" + "@value": "Access Control Method" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority", + "@id": "https://w3id.org/dpv#AnonymisedData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11315,18 +12418,12 @@ "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": "Georg Krog" - }, - { - "@value": "Harshvardhan Pandit" + "@value": "Piero Bonatti" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11343,7 +12440,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": "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": [ @@ -11351,20 +12448,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": "Data Protection Authority" + "@value": "Anonymised Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#NonPersonalData" } ] }, { - "@id": "https://w3id.org/dpv#MatchingCombining", + "@id": "https://w3id.org/dpv#UserInterfacePersonalisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -11372,20 +12475,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": "Piero Bonatti" + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" }, { "@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" + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11402,7 +12512,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves matching and combining of personal data" + "@value": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11413,17 +12523,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Matching and Combining" + "@value": "User Interface Personalisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#VendorPayment", + "@id": "https://w3id.org/dpv#Encryption", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -11431,26 +12541,21 @@ "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": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "David Hickey" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" - } - ], - "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": [ @@ -11467,7 +12572,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage payment of vendors" + "@value": "Technical measures consisting of encryption" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11478,30 +12583,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Encryption" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#NaturalPerson", + "@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-02-09" + "@value": "2020-11-04" } ], "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": [ @@ -11518,7 +12629,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human" + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11529,20 +12640,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Natural Person" + "@value": "Risk Mitigation Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#VitalInterest", "@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": [ { @@ -11551,14 +12676,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": [ @@ -11575,7 +12694,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": "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": [ @@ -11586,39 +12705,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "Vital Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#PersonalDataHandling", + "@id": "https://w3id.org/dpv#Notice", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@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" + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11635,7 +12754,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": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11646,15 +12765,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "Notice" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv#NonPersonalData", "@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": [ { @@ -11665,14 +12789,6 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11680,11 +12796,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#PersonalDataHandling" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -11694,7 +12805,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "Data that is not Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11702,28 +12813,39 @@ "@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": "has personal data handling" + "@value": "Non-Personal Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Data" } ] }, { - "@id": "https://w3id.org/dpv#LegalEntity", + "@id": "https://w3id.org/dpv#Restrict", "@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": "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": [ @@ -11740,7 +12862,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": "to apply a restriction on the processsing of specific records" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11751,38 +12873,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "Restrict" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement", + "@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": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Beatriz" + "@value": "David Hickey" + }, + { + "@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": [ { "@id": "https://w3id.org/dpv#" @@ -11797,7 +12927,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@value": "Conduct activities and functions for organisation's governance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11808,17 +12938,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "Organisation Governance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#Store", + "@id": "https://w3id.org/dpv#ForProfitOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11826,12 +12956,12 @@ "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/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": [ @@ -11848,7 +12978,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "An organisation that aims to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11859,216 +12989,234 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Store" + "@value": "ForProfitOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#ContextConcepts", + "@id": "https://w3id.org/dpv#PurposesConcepts", "@type": [ "http://www.w3.org/2004/02/skos/core#Collection" ], "http://purl.org/dc/terms/title": [ { - "@value": "Context Concepts" + "@value": "Purposes Concepts" } ], "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv#isBefore" + "@id": "https://w3id.org/dpv#VendorRecordsManagement" }, { - "@id": "https://w3id.org/dpv#HumanInvolvement" + "@id": "https://w3id.org/dpv#CommunicationManagement" }, { - "@id": "https://w3id.org/dpv#SecondaryImportance" + "@id": "https://w3id.org/dpv#PersonnelManagement" }, { - "@id": "https://w3id.org/dpv#NotRequired" + "@id": "https://w3id.org/dpv#CustomerManagement" }, { - "@id": "https://w3id.org/dpv#Importance" + "@id": "https://w3id.org/dpv#CreateEventRecommendations" }, { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#MemberPartnerManagement" }, { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#CreateProductRecommendations" }, { - "@id": "https://w3id.org/dpv#hasHumanInvolvement" + "@id": "https://w3id.org/dpv#VendorPayment" }, { - "@id": "https://w3id.org/dpv#hasIdentifier" + "@id": "https://w3id.org/dpv#EnforceAccessControl" }, { - "@id": "https://w3id.org/dpv#hasFrequency" + "@id": "https://w3id.org/dpv#VendorManagement" }, { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv#AccountManagement" }, { - "@id": "https://w3id.org/dpv#Frequency" + "@id": "https://w3id.org/dpv#RegistrationAuthentication" }, { - "@id": "https://w3id.org/dpv#isImplementedByEntity" + "@id": "https://w3id.org/dpv#Payment" }, { - "@id": "https://w3id.org/dpv#hasContext" + "@id": "https://w3id.org/dpv#OrganisationComplianceManagement" }, { - "@id": "https://w3id.org/dpv#Required" + "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices" }, { - "@id": "https://w3id.org/dpv#hasAlgorithmicLogic" + "@id": "https://w3id.org/dpv#hasSector" }, { - "@id": "https://w3id.org/dpv#isImplementedUsingTechnology" + "@id": "https://w3id.org/dpv#TechnicalServiceProvision" }, { - "@id": "https://w3id.org/dpv#PrimaryImportance" + "@id": "https://w3id.org/dpv#ServiceOptimization" }, { - "@id": "https://w3id.org/dpv#Optional" + "@id": "https://w3id.org/dpv#ServiceProvision" }, { - "@id": "https://w3id.org/dpv#AlgorithmicLogic" + "@id": "https://w3id.org/dpv#DirectMarketing" }, { - "@id": "https://w3id.org/dpv#Duration" + "@id": "https://w3id.org/dpv#ServicePersonalization" }, { - "@id": "https://w3id.org/dpv#hasDuration" + "@id": "https://w3id.org/dpv#ServiceRecordManagement" }, { - "@id": "https://w3id.org/dpv#isAfter" - } - ] - }, - { - "@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": [ + "@id": "https://w3id.org/dpv#LegalCompliance" + }, { - "@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": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#VendorSelectionAssessment" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv#AcademicResearch" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#SocialMediaMarketing" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#NonCommercialResearch" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#OptimisationForConsumer" + }, { - "@language": "en", - "@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": [ + "@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#SellProductsToDataSubject" + }, { - "@language": "en", - "@value": "Storage Restoration" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#DisputeManagement" + }, { - "@id": "https://w3id.org/dpv#StorageCondition" - } - ] - }, - { - "@id": "https://w3id.org/dpv#ContractPerformance", - "@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#ImproveInternalCRMProcesses" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#CommercialResearch" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#CommunicationForCustomerCare" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#CustomerClaimsManagement" }, { - "@value": "Georg P Krog" - } - ], - "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#PersonalisedBenefits" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#UserInterfacePersonalisation" + }, { - "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#IdentityVerification" + }, + { + "@id": "https://w3id.org/dpv#OrganisationGovernance" + }, + { + "@id": "https://w3id.org/dpv#RecordManagement" + }, + { + "@id": "https://w3id.org/dpv#PublicRelations" + }, + { + "@id": "https://w3id.org/dpv#EnforceSecurity" + }, + { + "@id": "https://w3id.org/dpv#OrganisationRiskManagement" + }, + { + "@id": "https://w3id.org/dpv#IncreaseServiceRobustness" + }, + { + "@id": "https://w3id.org/dpv#HumanResourceManagement" + }, + { + "@id": "https://w3id.org/dpv#DeliveryOfGoods" + }, + { + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + }, + { + "@id": "https://w3id.org/dpv#Marketing" + }, + { + "@id": "https://w3id.org/dpv#RequestedServiceProvision" + }, + { + "@id": "https://w3id.org/dpv#OptimisationForController" + }, + { + "@id": "https://w3id.org/dpv#Sector" + }, + { + "@id": "https://w3id.org/dpv#Purpose" + }, + { + "@id": "https://w3id.org/dpv#OptimiseUserInterface" + }, + { + "@id": "https://w3id.org/dpv#SellDataToThirdParties" + }, + { + "@id": "https://w3id.org/dpv#SellInsightsFromData" + }, + { + "@id": "https://w3id.org/dpv#CustomerCare" + }, + { + "@id": "https://w3id.org/dpv#PersonalisedAdvertising" + }, + { + "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring" + }, + { + "@id": "https://w3id.org/dpv#Personalisation" + }, + { + "@id": "https://w3id.org/dpv#SellProducts" + }, + { + "@id": "https://w3id.org/dpv#CustomerOrderManagement" + }, + { + "@id": "https://w3id.org/dpv#Advertising" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#FraudPreventionAndDetection" + }, { - "@language": "en", - "@value": "Contract Performance" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#hasPurpose" + }, { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#PersonnelManagement", + "@id": "https://w3id.org/dpv#DerivedPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12076,20 +13224,26 @@ "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": "Paul Ryan" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. 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://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12106,7 +13260,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": "Personal Data that is obtained or derived from other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12114,33 +13268,44 @@ "@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": "Personnel Management" + "@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#HumanResources" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#DataSubProcessor", + "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12157,7 +13322,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" + "@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": [ @@ -12165,26 +13330,20 @@ "@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": "Adult" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessor" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#isBefore", + "@id": "https://w3id.org/dpv#hasAlgorithmicLogic", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Relation" @@ -12192,7 +13351,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": [ @@ -12200,10 +13359,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#domain": [ @@ -12218,7 +13377,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#AlgorithmicLogic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12230,7 +13389,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": "Indicates the logic used in processing such as for automated decision making" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12241,12 +13400,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is before" + "@value": "has algorithmic logic" } ] }, { - "@id": "https://w3id.org/dpv#PublicRelations", + "@id": "https://w3id.org/dpv#Consent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12254,26 +13413,12 @@ "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": "Harshvardhan J. Pandit" - }, - { - "@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": [ @@ -12290,7 +13435,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": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12301,41 +13446,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#DisputeManagement", + "@id": "https://w3id.org/dpv#SecondaryImportance", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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-02-11" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Julian Flake" }, { "@value": "Georg P Krog" }, { "@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" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12352,7 +13498,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": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12363,39 +13509,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "Secondary Importance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#Importance" } ] }, { - "@id": "https://w3id.org/dpv#RecordManagement", + "@id": "https://w3id.org/dpv#hasDataImporter", "@type": [ - "https://w3id.org/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-09-01" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - }, + "@value": "Georg P. Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12403,6 +13551,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#DataImporter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasRecipient" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12412,7 +13570,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": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12423,30 +13581,25 @@ "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" + "@value": "has data importer" } ] }, { - "@id": "https://w3id.org/dpv#HumanInvolvement", + "@id": "https://w3id.org/dpv#Disclose", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": [ + "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": [ @@ -12463,7 +13616,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The involvement of humans in specified context" + "@value": "to make data known" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12471,83 +13624,102 @@ "@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": "Disclose" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv#BaseConcepts", "@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-05-19" + "@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": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#hasLegalBasis" }, { - "@value": "Paul Ryan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#DataSubjectRight" + }, + { + "@id": "https://w3id.org/dpv#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv#Right" + }, + { + "@id": "https://w3id.org/dpv#hasDataSubject" + }, + { + "@id": "https://w3id.org/dpv#hasRisk" + }, + { + "@id": "https://w3id.org/dpv#DataController" + }, + { + "@id": "https://w3id.org/dpv#Processing" + }, + { + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#Risk" + }, + { + "@id": "https://w3id.org/dpv#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv#hasRight" + }, + { + "@id": "https://w3id.org/dpv#hasProcessing" + }, + { + "@id": "https://w3id.org/dpv#PersonalDataHandling" + }, + { + "@id": "https://w3id.org/dpv#DataSubject" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#PersonalData" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + }, { - "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" - } - ], - "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#Purpose" + }, { - "@language": "en", - "@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#hasDataController" + }, + { + "@id": "https://w3id.org/dpv#hasPersonalDataHandling" } ] }, { - "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv#StorageDeletion", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12555,17 +13727,21 @@ "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": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "http://purl.org/adms" + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12582,7 +13758,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation not part of or independent from the government" + "@value": "Deletion or Erasure of data including any deletion guarantees" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12593,17 +13769,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@value": "Storage Deletion" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#StorageCondition" } ] }, { - "@id": "https://w3id.org/dpv#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv#hasExpiry", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12611,23 +13787,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": "Paul Ryan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Bud Bruegger" + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12635,11 +13806,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#AlgorithmicLogic" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12649,7 +13815,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": "Generic property specifying when or under which condition(s) the consent will expire" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12660,12 +13826,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "has expiry" } ] }, { - "@id": "https://w3id.org/dpv#hasImpact", + "@id": "https://w3id.org/dpv#hasConsentNotice", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12673,7 +13839,7 @@ "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": [ @@ -12681,21 +13847,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12703,16 +13858,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Impact" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasConsequence" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12722,7 +13867,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": "Specifies the notice provided in context of consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12730,43 +13875,42 @@ "@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 impact" + "@value": "has consent notice" } ] }, { - "@id": "https://w3id.org/dpv#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv#InternationalOrganisation", "@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-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P. Krog" }, { - "@value": "Javier Fernandez" - }, + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12783,7 +13927,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@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": [ @@ -12794,17 +13938,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@value": "International Organisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#DesignStandard", + "@id": "https://w3id.org/dpv#Patient", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12812,21 +13956,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": "Rob Brennan" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12843,7 +13990,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12854,19 +14001,19 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Design Standard" + "@value": "Patient" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#SystematicMonitoring", + "@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": [ @@ -12877,15 +14024,21 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], - "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": "https://w3id.org/dpv#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12893,6 +14046,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Representative" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12902,7 +14065,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "Specifies representative of the legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12913,30 +14076,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Systematic Monitoring" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@value": "has representative" } ] }, { - "@id": "https://w3id.org/dpv#Region", + "@id": "https://w3id.org/dpv#Structure", "@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": "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": [ @@ -12953,7 +14111,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": "to arrange data according to a structure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12964,17 +14122,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Region" + "@value": "Structure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#Organise" } ] }, { - "@id": "https://w3id.org/dpv#Destruct", + "@id": "https://w3id.org/dpv#CommercialResearch", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12982,12 +14140,27 @@ "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": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13004,7 +14177,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": "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": [ @@ -13014,26 +14187,31 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Destruct" + "@language": "en", + "@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#Remove" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#NonProfitOrganisation", + "@id": "https://w3id.org/dpv#EconomicUnion", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -13041,11 +14219,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#" @@ -13060,7 +14233,7 @@ "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": "A political union of two or more countries based on economic or trade agreements" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13071,25 +14244,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonProfitOrganisation" + "@value": "EconomicUnion" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv#IncreaseServiceRobustness", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -13097,13 +14270,19 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13120,7 +14299,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@value": "Improve robustness and resilience of services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13131,28 +14310,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Increase Service Robustness" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#ThirdPartyAgreement", + "@id": "https://w3id.org/dpv#Member", "@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-09" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -13171,7 +14362,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": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13182,17 +14373,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "Member" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv#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#SupraNationalAuthority" + }, + { + "@id": "https://w3id.org/dpv#RegionalAuthority" + }, + { + "@id": "https://w3id.org/dpv#Authority" + }, + { + "@id": "https://w3id.org/dpv#isAuthorityFor" + }, + { + "@id": "https://w3id.org/dpv#NationalAuthority" + }, + { + "@id": "https://w3id.org/dpv#DataProtectionAuthority" + }, + { + "@id": "https://w3id.org/dpv#hasAuthority" + } + ] + }, + { + "@id": "https://w3id.org/dpv#PrivacyByDefault", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13200,12 +14425,18 @@ "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": "Mark Lizar" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" @@ -13225,7 +14456,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": "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": [ @@ -13236,36 +14467,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Privacy by Default" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#SingleSignOn", + "@id": "https://w3id.org/dpv#hasResponsibleEntity", "@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": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13273,6 +14503,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -13282,7 +14522,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": "Specifies the indicated entity is responsible within some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13293,17 +14533,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Single Sign On" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#AuthenticationProtocols" + "@value": "has responsible entity" } ] }, { - "@id": "https://w3id.org/dpv#Data", + "@id": "https://w3id.org/dpv#RiskManagementProcedure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13311,12 +14546,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": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + } + ], + "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": [ @@ -13333,7 +14582,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A broad concept representing 'data' or 'information'" + "@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": [ @@ -13341,67 +14590,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": "Data" + "@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" } - ] - }, - { - "@id": "https://w3id.org/dpv#ConsentConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Consent Concepts" + "@language": "en", + "@value": "Risk Management Procedure" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#hasWithdrawalBy" - }, - { - "@id": "https://w3id.org/dpv#hasProvisionBy" - }, - { - "@id": "https://w3id.org/dpv#hasExpiryTime" - }, - { - "@id": "https://w3id.org/dpv#hasProvisionByJustification" - }, - { - "@id": "https://w3id.org/dpv#hasExpiry" - }, - { - "@id": "https://w3id.org/dpv#hasWithdrawalTime" - }, - { - "@id": "https://w3id.org/dpv#hasConsentNotice" - }, - { - "@id": "https://w3id.org/dpv#hasWithdrawalMethod" - }, - { - "@id": "https://w3id.org/dpv#isExplicit" - }, - { - "@id": "https://w3id.org/dpv#hasProvisionMethod" - }, - { - "@id": "https://w3id.org/dpv#hasExpiryCondition" - }, - { - "@id": "https://w3id.org/dpv#hasWithdrawalByJustification" - }, + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasProvisionTime" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#mitigatesRisk", + "@id": "https://w3id.org/dpv#hasProvisionTime", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13409,17 +14617,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": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + }, { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13427,11 +14636,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Risk" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -13441,7 +14645,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates risks mitigated by this concept" + "@value": "Specifies the instant in time when consent was given" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13452,12 +14656,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "mitigates risk" + "@value": "has provision time" } ] }, { - "@id": "https://w3id.org/dpv#NonPublicDataSource", + "@id": "https://w3id.org/dpv#CustomerManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13465,24 +14669,18 @@ "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" }, { - "@value": "Paul Ryan" + "@value": "Beatriz" }, { - "@value": "Julian Flake" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13499,7 +14697,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": "Manage past, current, and future customers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13510,33 +14708,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "Customer Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSource" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#JointDataControllers", + "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject", "@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": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@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": [ @@ -13553,7 +14754,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": "Processing is necessary or required to protect vital interests of a data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13561,26 +14762,20 @@ "@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": "Vital Interest of Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataController" + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" } ] }, { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData", + "@id": "https://w3id.org/dpv#NonPublicDataSource", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13588,26 +14783,24 @@ "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": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Paul Ryan" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Julian Flake" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13618,13 +14811,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": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13632,45 +14825,33 @@ "@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": "Non-Public Data Source" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SensitivePersonalData" + "@id": "https://w3id.org/dpv#DataSource" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv#Move", "@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": "Paul Ryan" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P Krog" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13687,7 +14868,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": "to move data from one location to another including deleting the original copy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13698,44 +14879,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@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#VitalInterest" + "@id": "https://w3id.org/dpv#Transfer" } ] }, { - "@id": "https://w3id.org/dpv#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv#JointDataControllers", "@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-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" + "@value": "Georg Krog" }, { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13743,11 +14918,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -13757,7 +14927,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13768,38 +14938,76 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + "@value": "To indicate the membership, hasDataController may be used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented using technology" + "@value": "Joint Data Controllers" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataController" } ] }, { - "@id": "https://w3id.org/dpv#Assessment", + "@id": "https://w3id.org/dpv#hasProcessing", "@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-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Axel Polleres" + }, { "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Processing" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -13809,7 +15017,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": "Indicates association with Processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13820,17 +15028,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Assessment" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "has processing" } ] }, { - "@id": "https://w3id.org/dpv#MaterialDamage", + "@id": "https://w3id.org/dpv#NonCitizen", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13838,10 +15041,22 @@ "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": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -13860,7 +15075,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13871,17 +15086,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Material Damage" + "@value": "NonCitizen" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Damage" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalMeasure", + "@id": "https://w3id.org/dpv#AlgorithmicLogic", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13889,21 +15104,12 @@ "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": [ @@ -13920,7 +15126,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": "The algorithmic logic applied or used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13928,20 +15134,26 @@ "@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": "Technical Measure" + "@value": "Algorithmic Logic" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#Advertising", + "@id": "https://w3id.org/dpv#NonCommercialResearch", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13949,18 +15161,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": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13977,7 +15198,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": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13985,26 +15206,20 @@ "@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" + "@value": "Non-Commercial Research" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#PublicDataSource", + "@id": "https://w3id.org/dpv#SafeguardForDataTransfer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -14012,24 +15227,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14046,7 +15258,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is publicly accessible or available" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14054,193 +15266,103 @@ "@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": "Safeguard for Data Transfer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSource" + "@id": "https://w3id.org/dpv#Safeguard" } ] }, { - "@id": "https://w3id.org/dpv#BaseConcepts", + "@id": "https://w3id.org/dpv#hasTechnicalMeasure", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "https://w3id.org/dpv#Relation", + "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": "2022-02-09" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv#hasDataSubject" - }, - { - "@id": "https://w3id.org/dpv#hasRisk" - }, - { - "@id": "https://w3id.org/dpv#hasLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#PersonalData" - }, - { - "@id": "https://w3id.org/dpv#hasPersonalData" - }, - { - "@id": "https://w3id.org/dpv#Processing" - }, - { - "@id": "https://w3id.org/dpv#Purpose" - }, - { - "@id": "https://w3id.org/dpv#Recipient" - }, - { - "@id": "https://w3id.org/dpv#DataSubjectRight" - }, - { - "@id": "https://w3id.org/dpv#PersonalDataHandling" - }, - { - "@id": "https://w3id.org/dpv#Right" - }, - { - "@id": "https://w3id.org/dpv#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv#hasPurpose" - }, - { - "@id": "https://w3id.org/dpv#hasRight" - }, - { - "@id": "https://w3id.org/dpv#hasPersonalDataHandling" - }, - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv#Risk" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#DataSubject" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#hasDataController" - }, + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasProcessing" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#DataController" - }, + "@id": "https://w3id.org/dpv#TechnicalMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } - ] - }, - { - "@id": "https://w3id.org/dpv#Entities_LegalroleConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Entities_Legalrole Concepts" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#DataController" - }, - { - "@id": "https://w3id.org/dpv#DataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv#hasRecipientDataController" - }, - { - "@id": "https://w3id.org/dpv#hasDataExporter" - }, - { - "@id": "https://w3id.org/dpv#ThirdParty" - }, - { - "@id": "https://w3id.org/dpv#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv#hasDataImporter" - }, - { - "@id": "https://w3id.org/dpv#DataProcessor" - }, - { - "@id": "https://w3id.org/dpv#hasDataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv#DataSubProcessor" - }, - { - "@id": "https://w3id.org/dpv#hasDataProcessor" - }, - { - "@id": "https://w3id.org/dpv#Recipient" - }, - { - "@id": "https://w3id.org/dpv#DataExporter" - }, - { - "@id": "https://w3id.org/dpv#hasJointDataControllers" - }, - { - "@id": "https://w3id.org/dpv#DataImporter" - }, + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#JointDataControllers" - }, + "@language": "en", + "@value": "Indicates use or applicability of Technical measure" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#hasDataController" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasRecipientThirdParty" + "@language": "en", + "@value": "has technical measure" } ] }, { - "@id": "https://w3id.org/dpv#SupraNationalAuthority", + "@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": "2022-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Axel Polleres" + }, { - "@id": "http://purl.org/adms" + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14257,7 +15379,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": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14268,25 +15390,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalAuthority" + "@value": "De-Identification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#Right", + "@id": "https://w3id.org/dpv#RequestedServiceProvision", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -14294,7 +15416,7 @@ "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J Pandit" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" @@ -14314,7 +15436,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@value": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14322,21 +15444,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": "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": "Requested Service Provision" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Right" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv#Right", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -14344,21 +15465,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" + "@value": "Beatriz Esteves" }, { "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14375,7 +15493,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": "The right(s) applicable, provided, or expected." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14383,20 +15501,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": "Safeguard for Data Transfer" + "@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#Safeguard" + "@language": "en", + "@value": "Right" } ] }, { - "@id": "https://w3id.org/dpv#Authority", + "@id": "https://w3id.org/dpv#PrivacyByDesign", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14404,18 +15523,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 Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan Pandit" + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14432,7 +15554,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": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14443,39 +15565,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authority" + "@value": "Privacy by Design" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv#Alter", "@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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, + "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": [ @@ -14492,7 +15605,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": "to change the data without changing it into something else" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14500,69 +15613,49 @@ "@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": "Alter" } ], - "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#Transform" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv#TechnicalMeasure", "@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": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Javier Fernández" + "@value": "Rob Brennan" }, { - "@value": "Mark Lizar" + "@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://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14572,7 +15665,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14583,39 +15676,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "Technical Measure" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasName", + "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices", "@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": "Beatriz Esteves" + "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Javier Fernandez" + }, { - "@id": "https://w3id.org/dpv#Entity" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14623,11 +15722,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14637,7 +15731,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies name of a legal entity" + "@value": "Improve existing products and services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14648,12 +15742,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has name" + "@value": "Improve Existing Products and Services" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymise", + "@id": "https://w3id.org/dpv#TargetedAdvertising", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -14661,12 +15760,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": [ @@ -14683,7 +15782,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@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": [ @@ -14694,53 +15793,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Targeted Advertising" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#PersonalisedAdvertising" } ] }, { - "@id": "https://w3id.org/dpv#hasThirdCountry", + "@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": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Harshvardhan Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#ThirdCountry" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasCountry" + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14752,7 +15844,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@value": "Data directly or indirectly associated or related to an individual." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14760,34 +15852,44 @@ "@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": "has third country" + "@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#Data" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiry", + "@id": "https://w3id.org/dpv#ThirdCountry", "@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-05" + "@value": "2022-02-09" } ], "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": [ @@ -14804,7 +15906,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": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14815,12 +15917,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry" + "@value": "Third Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Country" } ] }, { - "@id": "https://w3id.org/dpv#IdentityVerification", + "@id": "https://w3id.org/dpv#PersonalisedBenefits", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14832,23 +15939,23 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, { "@value": "Fajar Ekaputra" }, { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Javier Fernandez" }, { "@value": "Elmar Kiesling" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14865,7 +15972,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "Create and provide personalised benefits for a service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14876,35 +15983,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Personalised Benefits" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#RegionalAuthority", + "@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": "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": "Harshvardhan Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14921,7 +16029,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 which should be considered 'vulnerable' and therefore would require additional measures and safeguards" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14929,20 +16037,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": "RegionalAuthority" + "@value": "Vulnerable Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#PublicInterest", + "@id": "https://w3id.org/dpv#Contract", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14950,7 +16064,7 @@ "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": [ @@ -14972,7 +16086,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": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14983,44 +16097,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Contract" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationGovernance", + "@id": "https://w3id.org/dpv#StorageRestoration", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" - } - ], - "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": [ @@ -15037,7 +16149,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@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": [ @@ -15048,30 +16160,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Storage Restoration" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#StorageCondition" } ] }, { - "@id": "https://w3id.org/dpv#Consent", + "@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": "2021-04-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15088,7 +16209,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15099,36 +16220,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consent" + "@value": "Encryption in Rest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Encryption" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalBy", + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", "@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": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Mark Lizar" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" }, { "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15138,7 +16276,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15150,7 +16288,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15158,67 +16296,84 @@ "@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": "has technical and organisational measure" } ] }, { - "@id": "https://w3id.org/dpv#", + "@id": "https://w3id.org/dpv", "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ + "http://purl.org/dc/terms/abstract": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@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": "Javier D. Fernández" }, { - "@id": "https://w3id.org/dpv#Purpose" + "@value": "Simon Steyskal" }, { - "@id": "https://w3id.org/dpv#Context" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#Processing" + "@value": "Bud Bruegger" }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@value": "Piero Bonatti" }, { - "@id": "https://w3id.org/dpv#Entity" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv#Authority" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#Organisation" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv#DataSubject" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv#LegalBasis" + "@value": "Paul Ryan" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Ramisa Gachpaz Hamed" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Bert Bos" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Eva Schlehahn" } - ] - }, - { - "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities", - "@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-08" + "@value": "2019-06-18" } ], "http://purl.org/dc/terms/creator": [ @@ -15226,54 +16381,55 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Axel Polleres" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv#" + "@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://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#definition": [ + "http://purl.org/dc/terms/modified": [ { - "@language": "en", - "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-02" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://www.w3.org/community/dpvcg/" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tied to compliance processes and documents, decide how to specify those" + "@value": "Data Privacy Vocabulary" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@language": "en", - "@value": "Register of Processing Activities" + "@value": "dpv" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv#DataProcessingRecords" + "@value": "https://w3id.org/dpv" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.6" } ] }, { - "@id": "https://w3id.org/dpv#Certification", + "@id": "https://w3id.org/dpv#Collect", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -15281,21 +16437,15 @@ "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" - }, + "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": "Rob Brennan" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15312,7 +16462,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": "to gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15322,31 +16472,51 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Certification" + "@language": "en", + "@value": "Collect" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CertificationSeal" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#Disseminate", + "@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": [ { "@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": "Harshvardhan J. Pandit" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15363,7 +16533,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "Contextually relevant information about purpose not possible to represent through other concepts" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15374,20 +16544,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disseminate" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Disclose" + "@value": "Context" } ] }, { - "@id": "https://w3id.org/dpv#DataController", + "@id": "https://w3id.org/dpv#hasDuration", "@type": [ - "https://w3id.org/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": [ { @@ -15396,22 +16561,27 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Axel Polleres" }, { - "@value": "Javier Fernández" + "@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": "https://specialprivacy.ercim.eu/" } ], - "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_7/oj" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15419,6 +16589,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Duration" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15428,7 +16603,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": "Indicates information about duration" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15436,39 +16611,28 @@ "@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" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" + "@value": "has duration" } ] }, { - "@id": "https://w3id.org/dpv#Law", + "@id": "https://w3id.org/dpv#Analyse", "@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": "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": [ @@ -15485,7 +16649,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": "to study or examine the data in detail" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15496,12 +16660,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law" + "@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#Required", + "@id": "https://w3id.org/dpv#Anonymization", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -15509,24 +16683,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-13" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" }, { "@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_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15543,7 +16719,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@value": "Process by which some personal identifiers are removed or identifiability is reduced" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15554,45 +16730,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Required" + "@value": "Anonymization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#IncreaseServiceRobustness", + "@id": "https://w3id.org/dpv#EnterIntoContract", "@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": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15609,7 +16776,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15620,30 +16787,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Enter Into Contract" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv#Risk", + "@id": "https://w3id.org/dpv#Organise", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": [ @@ -15660,7 +16827,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 organize data for arranging or classifying" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15668,24 +16835,23 @@ "@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": "Organise" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Risk" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#CodeOfConduct", + "@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": [ { @@ -15694,17 +16860,17 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Mark Lizar" }, { - "@value": "Axel Polleres" + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15721,7 +16887,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": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15732,36 +16898,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Organisational Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiryCondition", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15769,11 +16935,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#expiry" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15783,7 +16944,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": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15791,42 +16952,33 @@ "@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 TextOrDocumentOrURI" + "@value": "Consultation" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has expiry condition" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasCountry", + "@id": "https://w3id.org/dpv#Transfer", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@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#Concept" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15834,16 +16986,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasLocation" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15853,7 +16995,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified country" + "@value": "to move data from one place to another" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15864,12 +17006,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has country" + "@value": "Transfer" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#IndustryConsortium", + "@id": "https://w3id.org/dpv#Safeguard", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15877,17 +17029,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "http://purl.org/adms" + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15904,7 +17060,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A consortium established and comprising on industry organisations" + "@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": [ @@ -15912,44 +17068,42 @@ "@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": "IndustryConsortium" + "@value": "Safeguard" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasDataProcessor", + "@id": "https://w3id.org/dpv#Combine", "@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": "2022-02-09" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" }, { - "@value": "Paul Ryan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15957,16 +17111,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#DataProcessor" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasRecipient" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15976,7 +17120,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Processor" + "@value": "to join or merge data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15987,30 +17131,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data processor" + "@value": "Combine" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#hasRight", + "@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://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": [ + { + "@value": "Beatriz" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16018,11 +17178,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Right" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -16032,7 +17187,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "Monitor solvency of customers for financial diligence" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16043,12 +17198,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has right" + "@value": "Customer Solvency Monitoring" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#ThirdParty", + "@id": "https://w3id.org/dpv#Sector", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16056,17 +17216,27 @@ "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" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16083,7 +17253,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": "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": [ @@ -16091,39 +17261,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": "Third Party" + "@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#Recipient" + "@language": "en", + "@value": "Sector" } ] }, { - "@id": "https://w3id.org/dpv#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv#CertificationSeal", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16140,7 +17314,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16151,17 +17325,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "Certification and Seal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consultation" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasDuration", + "@id": "https://w3id.org/dpv#hasName", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16169,31 +17343,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": "Rob Brennan" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16203,7 +17372,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Duration" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16215,7 +17384,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about duration" + "@value": "Specifies name of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16226,61 +17395,69 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has duration" + "@value": "has name" } ] }, { - "@id": "https://w3id.org/dpv#Personal_DataConcepts", + "@id": "https://w3id.org/dpv#RecordsOfActivities", "@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": "2021-09-08" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv#InferredPersonalData" - }, - { - "@id": "https://w3id.org/dpv#PseudoAnonymisedData" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv#PersonalData" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv#hasPersonalData" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#Data" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#AnonymisedData" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#CollectedPersonalData" - }, + "@language": "en", + "@value": "Records of activities within some context such as maintainence tasks or governance functions" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#NonPersonalData" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#SensitivePersonalData" - }, + "@language": "en", + "@value": "Records of Activities" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GeneratedPersonalData" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Purpose", + "@id": "https://w3id.org/dpv#OrganisationRiskManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16288,26 +17465,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": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@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": [ + "@value": "David Hickey" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16324,7 +17496,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The purpose of processing personal data" + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16335,33 +17507,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purpose" + "@value": "Organisation Risk Management" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#Country", + "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16378,7 +17553,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": "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": [ @@ -16389,23 +17564,23 @@ "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": "Tied to compliance processes and documents, decide how to specify those" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "Register of Processing Activities" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#DataProcessingRecords" } ] }, { - "@id": "https://w3id.org/dpv#LegalBasis", + "@id": "https://w3id.org/dpv#MaterialDamage", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16413,21 +17588,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" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16444,7 +17610,7 @@ "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": [ @@ -16452,21 +17618,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": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@value": "Material Damage" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Legal Basis" + "@id": "https://w3id.org/dpv#Damage" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionByJustification", + "@id": "https://w3id.org/dpv#hasProvisionBy", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16493,6 +17658,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#LegalEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -16502,7 +17672,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" + "@value": "Specifies the entity that provisioned or provided consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16513,18 +17683,18 @@ "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 given 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" + "@value": "has provision by" } ] }, { - "@id": "https://w3id.org/dpv#NonCommercialResearch", + "@id": "https://w3id.org/dpv#Student", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -16532,27 +17702,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": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Simon Steyskal" + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16569,7 +17736,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": "Data subjects that are students" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16580,201 +17747,185 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Student" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionTime", + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ProcessingConcepts", "@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-05" + "@value": "Processing Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv#Share" }, { - "@value": "Bud Bruegger" + "@id": "https://w3id.org/dpv#Structure" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Destruct" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Copy" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Disclose" + }, { - "@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#Transfer" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Obtain" + }, { - "@language": "en", - "@value": "has provision time" - } - ] - }, - { - "@id": "https://w3id.org/dpv#ServiceUsageAnalytics", - "@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#Combine" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#Erase" + }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#Processing" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#Restrict" }, { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Profiling" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Move" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Organise" + }, + { + "@id": "https://w3id.org/dpv#Consult" + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymise" + }, + { + "@id": "https://w3id.org/dpv#Disseminate" + }, + { + "@id": "https://w3id.org/dpv#hasProcessing" + }, + { + "@id": "https://w3id.org/dpv#Transmit" + }, + { + "@id": "https://w3id.org/dpv#Anonymise" + }, + { + "@id": "https://w3id.org/dpv#Adapt" + }, + { + "@id": "https://w3id.org/dpv#Alter" + }, + { + "@id": "https://w3id.org/dpv#Transform" + }, + { + "@id": "https://w3id.org/dpv#Collect" + }, + { + "@id": "https://w3id.org/dpv#Align" + }, + { + "@id": "https://w3id.org/dpv#Analyse" + }, + { + "@id": "https://w3id.org/dpv#MakeAvailable" + }, + { + "@id": "https://w3id.org/dpv#Acquire" + }, { - "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#Derive" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv#Retrieve" + }, { - "@language": "en", - "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Record" + }, { - "@language": "en", - "@value": "Analytics" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#Use" + }, { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Store" + }, + { + "@id": "https://w3id.org/dpv#DiscloseByTransmission" + }, + { + "@id": "https://w3id.org/dpv#Remove" } ] }, { - "@id": "https://w3id.org/dpv#ThirdCountry", + "@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-02-09" + "@value": "2022-03-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#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@value": "Rob Brennan" + }, { - "@language": "en", - "@value": "accepted" + "@value": "Paul Ryan" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@id": "https://w3id.org/dpv#Concept" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Third Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ] - }, - { - "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#DataProtectionOfficer" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#hasRepresentative" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16786,7 +17937,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": "Specifices an associated data protection officer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16797,39 +17948,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence as Side-Effect" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Consequence" + "@value": "has data protection officer" } ] }, { - "@id": "https://w3id.org/dpv#LegalAgreement", + "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty", "@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-05-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16846,7 +17989,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Legitimate Interests of a Third Party in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16857,25 +18000,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "Legitimate Interest of Third Party" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceOfSuccess", + "@id": "https://w3id.org/dpv#hasAuthority", "@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-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -16886,11 +18029,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Authority" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -16900,7 +18053,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": "Indicates applicability of authority for a jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16911,47 +18064,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Success" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Consequence" + "@value": "has authority" } ] }, { - "@id": "https://w3id.org/dpv#Recipient", + "@id": "https://w3id.org/dpv#CustomerRelationshipManagement", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "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": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "Beatriz" }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16968,7 +18105,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16976,31 +18113,20 @@ "@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": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@value": "Customer Relationship Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#ServiceOptimization", + "@id": "https://w3id.org/dpv#Harm", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17008,27 +18134,24 @@ "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": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Julian Flake" }, { - "@value": "Simon Steyskal" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17045,7 +18168,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimise services or activities" + "@value": "Impact that acts as or causes harms" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17053,54 +18176,36 @@ "@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": "Harm" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv#ConsequenceOfFailure", "@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-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17117,7 +18222,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17128,22 +18233,17 @@ "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": "http://www.specialprivacy.eu/vocabs/purposes#Government" + "@value": "Consequence of Failure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#Derive", + "@id": "https://w3id.org/dpv#CreateProductRecommendations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17151,12 +18251,27 @@ "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": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17173,7 +18288,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create new derivative data from the original data" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17184,35 +18299,50 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derive" + "@value": "Create Product Recommendations" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Derive" + "@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#Contract", + "@id": "https://w3id.org/dpv#ServicePersonalization", "@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-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17229,7 +18359,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "Personalise services or product or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17237,23 +18367,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": "Contract" + "@value": "Service Personalization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Personalisation" }, { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyNotice", + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17261,21 +18397,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": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17292,7 +18425,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17303,17 +18436,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "Vital Interest of Natural Person" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Notice" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv#DataSource", + "@id": "https://w3id.org/dpv#Participant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17321,18 +18454,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": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17349,7 +18488,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The source or origin of data" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17357,26 +18496,20 @@ "@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": "Participant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#StaffTraining", + "@id": "https://w3id.org/dpv#VendorPayment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17384,21 +18517,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": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@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": [ @@ -17415,7 +18553,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@value": "Manage payment of vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17426,17 +18564,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Vendor Payment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#HumanResourceManagement", + "@id": "https://w3id.org/dpv#AcademicScientificOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17444,29 +18582,17 @@ "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": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@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" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17483,7 +18609,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": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17491,42 +18617,39 @@ "@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": "Human Resources Management" + "@value": "AcademicScientificOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis", + "@id": "https://w3id.org/dpv#isExplicit", "@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-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krogg" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Bud Bruegger" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17534,6 +18657,11 @@ "@id": "https://w3id.org/dpv#" } ], + "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", @@ -17543,7 +18671,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": "Specifies consent is 'explicit'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17551,33 +18679,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": "Data Transfer Legal Basis" + "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@language": "en", + "@value": "is explicit" } ] }, { - "@id": "https://w3id.org/dpv#Transform", + "@id": "https://w3id.org/dpv#Detriment", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17594,7 +18735,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17605,84 +18746,78 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transform" + "@value": "Detriment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#hasDataExporter", + "@id": "https://w3id.org/dpv#Legal_BasisConcepts", "@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": "2022-02-09" + "@value": "Legal_Basis 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#PublicInterest" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" }, { - "@value": "Paul Ryan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@id": "https://w3id.org/dpv#LegalBasis" + }, { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#LegitimateInterestOfController" + }, + { + "@id": "https://w3id.org/dpv#EnterIntoContract" + }, + { + "@id": "https://w3id.org/dpv#Consent" + }, + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#ContractPerformance" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" + }, { - "@id": "https://w3id.org/dpv#DataExporter" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#hasLegalBasis" + }, { - "@id": "https://w3id.org/dpv#hasEntity" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#VitalInterest" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty" + }, { - "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#LegitimateInterest" + }, { - "@language": "en", - "@value": "has data exporter" + "@id": "https://w3id.org/dpv#Contract" + }, + { + "@id": "https://w3id.org/dpv#LegalObligation" } ] }, { - "@id": "https://w3id.org/dpv#CommunicationManagement", + "@id": "https://w3id.org/dpv#CodeOfConduct", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17690,21 +18825,21 @@ "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": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17721,7 +18856,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": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17729,48 +18864,41 @@ "@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": "Code of Conduct" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#AuthenticationProtocols", + "@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": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" - }, + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17778,6 +18906,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#PersonalDataHandling" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -17787,7 +18920,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": "Indicates association with Personal Data Handling" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17798,36 +18931,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication Protocols" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@value": "has personal data handling" } ] }, { - "@id": "https://w3id.org/dpv#ImpactAssessment", + "@id": "https://w3id.org/dpv#DataSubject", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" }, { - "@value": "Georg P Krog" - }, + "@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": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17844,7 +18980,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": "The individual (or category of individuals) whose personal data is being processed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17852,33 +18988,42 @@ "@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": "Impact Assessment" + "@value": "Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Assessment" + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#NaturalPerson" } ] }, { - "@id": "https://w3id.org/dpv#Share", + "@id": "https://w3id.org/dpv#Risk", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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-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": [ @@ -17895,7 +19040,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17903,20 +19048,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": "Share" + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@language": "en", + "@value": "Risk" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessingRecords", + "@id": "https://w3id.org/dpv#ProcessingContext", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17924,7 +19070,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": [ @@ -17946,7 +19092,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": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17957,17 +19103,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Records" + "@value": "Processing Context" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#RecordsOfActivities" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#RiskManagementProcedure", + "@id": "https://w3id.org/dpv#PersonalisedAdvertising", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17975,26 +19121,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": "Beatriz Esteves" }, { - "@value": "Rob Brennan" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.iso.org/iso-31000-risk-management.html" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18011,7 +19149,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": "Create and provide personalised advertising" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18019,26 +19157,23 @@ "@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": "Risk Management Procedure" + "@value": "Personalised Advertising" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Personalisation" + }, + { + "@id": "https://w3id.org/dpv#Advertising" } ] }, { - "@id": "https://w3id.org/dpv#SellProducts", + "@id": "https://w3id.org/dpv#Adapt", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -18046,18 +19181,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": "Beatriz Esteves" - }, + "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": [ @@ -18074,7 +19203,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or 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": [ @@ -18082,39 +19211,39 @@ "@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." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Adapt" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Analyse", + "@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": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18131,7 +19260,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18142,30 +19271,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Analyse" + "@value": "Social Media" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#ForProfitOrganisation", + "@id": "https://w3id.org/dpv#LegalObligation", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -18187,7 +19311,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": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18198,20 +19322,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "Legal Obligation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#OptimisationForConsumer", + "@id": "https://w3id.org/dpv#hasSector", "@type": [ - "https://w3id.org/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": [ { @@ -18219,24 +19343,9 @@ "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Axel Polleres" - }, + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18244,6 +19353,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Sector" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -18253,7 +19367,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18264,122 +19378,103 @@ "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": "http://www.specialprivacy.eu/vocabs/purposes#Custom" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ServiceOptimization" + "@value": "has sector" } ] }, { - "@id": "https://w3id.org/dpv#Legal_BasisConcepts", + "@id": "https://w3id.org/dpv#hasLegalBasis", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Relation" ], - "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-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" - }, - { - "@id": "https://w3id.org/dpv#VitalInterest" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterest" - }, - { - "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterestOfController" - }, - { - "@id": "https://w3id.org/dpv#hasLegalBasis" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#LegalObligation" + "@value": "Javier Fernández" }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#EnterIntoContract" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Consent" - }, + "@id": "https://w3id.org/dpv#LegalBasis" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#ContractPerformance" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#Contract" - }, + "@language": "en", + "@value": "Indicates use or applicability of a Legal Basis" + } + ], + "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#prefLabel": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@language": "en", + "@value": "has legal basis" } ] }, { - "@id": "https://w3id.org/dpv#hasIdentifier", + "@id": "https://w3id.org/dpv#DataSource", "@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": "2020-11-25" + "@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" }, { "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -18389,7 +19484,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" + "@value": "The source or origin of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18397,28 +19492,54 @@ "@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": "has identifier" + "@value": "Data Source" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#Consequence", + "@id": "https://w3id.org/dpv#InternalResourceOptimisation", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18435,7 +19556,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@value": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18446,50 +19567,52 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence" + "@value": "Internal Resource Optimisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#hasResponsibleEntity", + "@id": "https://w3id.org/dpv#HumanResourceManagement", "@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": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + }, { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@value": "Beatriz Esteves" + }, { - "@id": "https://w3id.org/dpv#" + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18501,7 +19624,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18509,15 +19632,26 @@ "@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 responsible entity" + "@value": "Human Resources Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#StorageCondition", + "@id": "https://w3id.org/dpv#OptimisationForController", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18529,17 +19663,23 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Fajar Ekaputra" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" }, { - "@value": "Axel Polleres" + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18556,7 +19696,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conditions required or followed regarding storage of data" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18567,36 +19707,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "Optimisation for Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#ServiceOptimization" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiryTime", + "@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": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18604,9 +19749,9 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#expiry" + "@id": "https://w3id.org/dpv#HumanInvolvement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18618,7 +19763,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@value": "Indicates Involvement of humans in processing such as within automated decision making process" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18626,23 +19771,29 @@ "@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 expiry time" + "@value": "has human involvement" } ] }, { - "@id": "https://w3id.org/dpv#Payment", + "@id": "https://w3id.org/dpv#Required", "@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-13" } ], "http://purl.org/dc/terms/creator": [ @@ -18652,6 +19803,12 @@ { "@value": "Beatriz Esteves" }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, { "@value": "Georg P Krog" } @@ -18670,7 +19827,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18681,36 +19838,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment" + "@value": "Required" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Necessity" } ] }, { - "@id": "https://w3id.org/dpv#hasConsentNotice", + "@id": "https://w3id.org/dpv#HumanInvolvement", "@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-26" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18727,7 +19878,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the notice provided in context of consent" + "@value": "The involvement of humans in specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18738,21 +19889,26 @@ "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": "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": "has consent notice" + "@value": "Human Involvement" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv#DPIA", "@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": [ { @@ -18762,13 +19918,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18785,7 +19941,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@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": [ @@ -18793,23 +19949,26 @@ "@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": "Personalised Advertising" + "@value": "Data Protection Impact Assessment (DPIA)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Personalisation" - }, - { - "@id": "https://w3id.org/dpv#Advertising" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#CompleteAnonymisation", + "@id": "https://w3id.org/dpv#ThirdPartyAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -18839,7 +19998,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": "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": [ @@ -18850,19 +20009,19 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "Third-Party Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#RegularityOfRecertification", + "@id": "https://w3id.org/dpv#hasExpiryTime", "@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": [ @@ -18873,16 +20032,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18890,6 +20046,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#expiry" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -18899,7 +20060,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18910,45 +20071,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Regularity of Re-certification" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "has expiry time" } ] }, { - "@id": "https://w3id.org/dpv#CustomerCare", + "@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": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Elmar Kiesling" - }, + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18956,6 +20105,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#ThirdCountry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasCountry" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -18965,7 +20124,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": "Indicates applicability or relevance of a 'third country'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18976,48 +20135,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Care" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Feedback" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@value": "has third country" } ] }, { - "@id": "https://w3id.org/dpv#AcademicResearch", + "@id": "https://w3id.org/dpv#SensitivePersonalData", "@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-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" } @@ -19036,7 +20170,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": "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": [ @@ -19044,38 +20178,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": "Academic Research" + "@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#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Education" + "@language": "en", + "@value": "Sensitive Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#Structure", + "@id": "https://w3id.org/dpv#DataProcessingRecords", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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/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": [ @@ -19092,7 +20227,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19103,53 +20238,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Structure" + "@value": "Data Processing Records" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organise" + "@id": "https://w3id.org/dpv#RecordsOfActivities" } ] }, { - "@id": "https://w3id.org/dpv#hasConsequence", + "@id": "https://w3id.org/dpv#DesignStandard", "@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-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "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#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19157,11 +20278,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Consequence" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19171,7 +20287,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates consenquence(s) possible or arising from specified concept" + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19179,34 +20295,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": "Removed plural suffix for consistency" + "@value": "Design Standard" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has consequence" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalServiceProvision", + "@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": "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://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19214,6 +20340,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#DataSource" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19223,7 +20354,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": "Indicates the source or origin of data being processed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19234,17 +20365,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Service Provision" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@value": "has data source" } ] }, { - "@id": "https://w3id.org/dpv#EncryptionInRest", + "@id": "https://w3id.org/dpv#IdentityVerification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19257,14 +20383,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Fajar Ekaputra" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" }, { "@value": "Axel Polleres" }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, { "@value": "Harshvardhan J. Pandit" } @@ -19283,7 +20415,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19294,25 +20426,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "Identity Verification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Encryption" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#CustomerClaimsManagement", + "@id": "https://w3id.org/dpv#hasProvisionByJustification", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -19320,15 +20452,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19345,7 +20472,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Specifies the justification for entity providing consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19353,20 +20480,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": "Customer Claims Management" + "@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#CustomerManagement" + "@language": "en", + "@value": "has provision by justification" } ] }, { - "@id": "https://w3id.org/dpv#PIA", + "@id": "https://w3id.org/dpv#Seal", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19374,18 +20502,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": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19402,7 +20533,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19413,35 +20544,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@value": "Seal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@id": "https://w3id.org/dpv#CertificationSeal" } ] }, { - "@id": "https://w3id.org/dpv#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv#PrimaryImportance", "@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-10" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19449,16 +20587,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19468,7 +20596,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" + "@value": "Indication of 'primary' or 'main' or 'core' importance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19479,14 +20607,19 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has organisational measure" + "@value": "Primary Importance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Importance" } ] }, { - "@id": "https://w3id.org/dpv#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv#hasStorage", "@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": [ @@ -19497,22 +20630,26 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { "@value": "Axel Polleres" }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19520,6 +20657,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#StorageCondition" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19529,7 +20671,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Indicates information about storage condition" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19540,58 +20682,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User Interface Personalisation" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@value": "has storage" } ] }, { - "@id": "https://w3id.org/dpv#hasProcessing", + "@id": "https://w3id.org/dpv#Retrieve", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@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://www.specialprivacy.eu/" + "@value": "2019-05-07" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19599,11 +20708,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Processing" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19613,7 +20717,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "to retrieve data, often in an automated manner" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19624,30 +20728,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@value": "Retrieve" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#hasFrequency", + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", "@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": "2022-02-16" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#Concept" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19655,11 +20765,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Frequency" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19669,7 +20774,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19680,39 +20785,136 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has frequency" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv#DataSubject", + "@id": "https://w3id.org/dpv#RiskConcepts", "@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": "Risk Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#hasConsequence" }, { - "@value": "Javier Fernández" + "@id": "https://w3id.org/dpv#hasImpact" + }, + { + "@id": "https://w3id.org/dpv#NonMaterialDamage" + }, + { + "@id": "https://w3id.org/dpv#Impact" + }, + { + "@id": "https://w3id.org/dpv#Consequence" + }, + { + "@id": "https://w3id.org/dpv#mitigatesRisk" + }, + { + "@id": "https://w3id.org/dpv#RiskManagementProcedure" + }, + { + "@id": "https://w3id.org/dpv#isMitigatedByMeasure" + }, + { + "@id": "https://w3id.org/dpv#Harm" + }, + { + "@id": "https://w3id.org/dpv#hasImpactOn" + }, + { + "@id": "https://w3id.org/dpv#hasRisk" + }, + { + "@id": "https://w3id.org/dpv#Damage" + }, + { + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + }, + { + "@id": "https://w3id.org/dpv#Benefit" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect" + }, + { + "@id": "https://w3id.org/dpv#Risk" + }, + { + "@id": "https://w3id.org/dpv#Detriment" + }, + { + "@id": "https://w3id.org/dpv#MaterialDamage" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceOfSuccess" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceOfFailure" } + ] + }, + { + "@id": "https://w3id.org/dpv#", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" ], - "http://purl.org/dc/terms/modified": [ + "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" + }, + { + "@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#Data", + "@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" + "@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": [ @@ -19729,7 +20931,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": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19737,37 +20939,23 @@ "@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" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#NaturalPerson" + "@value": "Data" } ] }, { - "@id": "https://w3id.org/dpv#Consultation", + "@id": "https://w3id.org/dpv#DisputeManagement", "@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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -19775,10 +20963,15 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { - "@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": [ @@ -19795,7 +20988,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": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19806,19 +20999,19 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation" + "@value": "Dispute Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalByJustification", + "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses", "@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": [ @@ -19829,13 +21022,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19852,7 +21054,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity withdrawing consent" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19860,43 +21062,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": "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": "Improve Internal CRM Processes" } ], - "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#CustomerRelationshipManagement" + }, + { + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#DeIdentification", + "@id": "https://w3id.org/dpv#Transmit", "@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": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "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": [ @@ -19913,7 +21108,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "to send out data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19924,17 +21119,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "De-Identification" + "@value": "Transmit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Location", + "@id": "https://w3id.org/dpv#AuthorisationProcedure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19942,12 +21137,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": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" @@ -19967,7 +21168,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": "Procedures for determining authorisation through permission or authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19978,18 +21179,23 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@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": "Location" + "@value": "Authorisation Procedure" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Use", + "@id": "https://w3id.org/dpv#Consequence", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19997,12 +21203,12 @@ "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": [ @@ -20019,7 +21225,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to use data" + "@value": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20030,44 +21236,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Use" + "@value": "Consequence" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#hasRepresentative", + "@id": "https://w3id.org/dpv#isAuthorityFor", "@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": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#Authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20077,12 +21277,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Representative" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20094,7 +21289,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies representative of the legal entity" + "@value": "Indicates area, scope, or applicability of an Authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20105,12 +21300,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has representative" + "@value": "is authority for" } ] }, { - "@id": "https://w3id.org/dpv#AlgorithmicLogic", + "@id": "https://w3id.org/dpv#Damage", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20118,7 +21313,7 @@ "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": [ @@ -20140,7 +21335,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The algorithmic logic applied or used" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20148,67 +21343,36 @@ "@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": "Damage" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#hasPurpose", + "@id": "https://w3id.org/dpv#Country", "@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-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@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://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20216,11 +21380,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Purpose" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20230,7 +21389,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@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": [ @@ -20238,42 +21397,44 @@ "@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": "has purpose" + "@value": "Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#DataExporter", + "@id": "https://w3id.org/dpv#hasFrequency", "@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-16" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20281,6 +21442,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Frequency" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20290,7 +21456,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": "Indicates the frequency with which something takes place" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20298,45 +21464,39 @@ "@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" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" + "@value": "has frequency" } ] }, { - "@id": "https://w3id.org/dpv#LegalCompliance", + "@id": "https://w3id.org/dpv#CustomerClaimsManagement", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@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": [ @@ -20353,7 +21513,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": "Manage claims, including repayment of monies owed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20364,44 +21524,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Customer Claims Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#Representative", + "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg Krog" - }, - { - "@value": "Beatriz Esteves" } ], - "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_27/oj" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20409,6 +21560,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Law" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20418,7 +21574,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A representative of a legal entity" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20429,25 +21585,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Representative" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" + "@value": "has applicable law" } ] }, { - "@id": "https://w3id.org/dpv#Technology", + "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation", "@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": [ @@ -20455,6 +21606,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#" @@ -20469,7 +21625,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": "An organisation not part of or independent from the government" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20477,21 +21633,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": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + "@value": "NonGovernmentalOrganisation" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Technology" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#ServiceProvision", + "@id": "https://w3id.org/dpv#Applicant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20499,27 +21654,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": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Javier Fernandez" + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20536,7 +21688,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@value": "Data subjects that are applicants in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20547,17 +21699,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Provision" + "@value": "Applicant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#ServicePersonalization", + "@id": "https://w3id.org/dpv#VendorSelectionAssessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -20565,27 +21717,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 Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "David Hickey" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" }, { - "@value": "Simon Steyskal" - }, + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Elmar Kiesling" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20602,7 +21753,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise services or product or activities" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20610,29 +21761,84 @@ "@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": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + "@value": "Vendor Selection Assessment" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Service Personalization" + "@id": "https://w3id.org/dpv#VendorManagement" } + ] + }, + { + "@id": "https://w3id.org/dpv#Processing_ContextConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv#Personalisation" + "@value": "Processing_Context Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv#DataSource" }, { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#StorageDeletion" + }, + { + "@id": "https://w3id.org/dpv#LargeScaleProcessing" + }, + { + "@id": "https://w3id.org/dpv#hasStorage" + }, + { + "@id": "https://w3id.org/dpv#MatchingCombining" + }, + { + "@id": "https://w3id.org/dpv#PublicDataSource" + }, + { + "@id": "https://w3id.org/dpv#AutomatedDecisionMaking" + }, + { + "@id": "https://w3id.org/dpv#EvaluationScoring" + }, + { + "@id": "https://w3id.org/dpv#StorageLocation" + }, + { + "@id": "https://w3id.org/dpv#StorageDuration" + }, + { + "@id": "https://w3id.org/dpv#hasDataSource" + }, + { + "@id": "https://w3id.org/dpv#ProcessingContext" + }, + { + "@id": "https://w3id.org/dpv#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv#StorageRestoration" + }, + { + "@id": "https://w3id.org/dpv#SystematicMonitoring" + }, + { + "@id": "https://w3id.org/dpv#NonPublicDataSource" + }, + { + "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies" } ] }, { - "@id": "https://w3id.org/dpv#LargeScaleProcessing", + "@id": "https://w3id.org/dpv#Copy", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -20640,20 +21846,12 @@ "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/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": [ @@ -20670,7 +21868,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "to produce an exact reprodution of the data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20681,25 +21879,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "Copy" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Frequency", + "@id": "https://w3id.org/dpv#RegionalAuthority", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/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": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -20707,6 +21910,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#" @@ -20721,7 +21929,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": "An authority tasked with overseeing legal compliance for a region" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20732,37 +21940,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Frequency" + "@value": "RegionalAuthority" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Authority" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessingAgreement", + "@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-01-26" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Georg P Krog" }, { "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20779,7 +21986,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": "Fulfilment or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20787,39 +21994,33 @@ "@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": "Contract Performance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv#hasSector", + "@id": "https://w3id.org/dpv#Profiling", "@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://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20827,11 +22028,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Sector" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20841,7 +22037,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": "to create a profile that describes or represents a person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20852,35 +22048,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has sector" - } - ] - }, - { - "@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": "Profiling" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Child" - }, - { - "@id": "https://w3id.org/dpv#VulnerableDataSubject" - }, - { - "@id": "https://w3id.org/dpv#hasDataSubject" - }, - { - "@id": "https://w3id.org/dpv#DataSubject" - }, + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Adult" + "@id": "https://w3id.org/dpv#Use" } ] } diff --git a/dpv/dpv.n3 b/dpv/dpv.n3 index 5ec3bdad6..d7800a4bb 100644 --- a/dpv/dpv.n3 +++ b/dpv/dpv.n3 @@ -4,23 +4,25 @@ @prefix owl: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svd: . -@prefix svpr: . -@prefix svpu: . +@prefix spl: . +@prefix svd: . +@prefix svpr: . +@prefix svpu: . @prefix sw: . @prefix vann: . @prefix xsd: . a owl:Ontology ; dct:abstract "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:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "Elmar Kiesling", "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -40,7 +42,7 @@ dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpv" ; vann:preferredNamespaceUri "https://w3id.org/dpv"^^xsd:string ; - owl:versionInfo "0.5"^^xsd:string . + owl:versionInfo "0.6"^^xsd:string . dpv:BaseConcepts a skos:Collection ; dct:title "Base Concepts"^^xsd:string ; @@ -136,8 +138,25 @@ dpv:Entities_AuthorityConcepts a skos:Collection ; dpv:Entities_DatasubjectConcepts a skos:Collection ; dct:title "Entities_Datasubject Concepts"^^xsd:string ; skos:member dpv:Adult, + dpv:Applicant, dpv:Child, + dpv:Citizen, + dpv:Client, + dpv:Consumer, + dpv:Customer, dpv:DataSubject, + dpv:Employee, + dpv:Immigrant, + dpv:JobApplicant, + dpv:Member, + dpv:NonCitizen, + dpv:Participant, + dpv:Patient, + dpv:Student, + dpv:Subscriber, + dpv:Tourist, + dpv:User, + dpv:Visitor, dpv:VulnerableDataSubject, dpv:hasDataSubject . @@ -366,6 +385,8 @@ dpv:RiskConcepts a skos:Collection ; dpv:MaterialDamage, dpv:NonMaterialDamage, dpv:Risk, + dpv:RiskManagementProcedure, + dpv:RiskMitigationMeasure, dpv:hasConsequence, dpv:hasImpact, dpv:hasImpactOn, @@ -414,8 +435,6 @@ dpv:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpv:RecordsOfActivities, dpv:RegisterOfProcessingActivities, dpv:RegularityOfRecertification, - dpv:RiskManagementProcedure, - dpv:RiskMitigationMeasure, dpv:Safeguard, dpv:SafeguardForDataTransfer, dpv:Seal, @@ -431,6 +450,12 @@ dpv:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpv:hasTechnicalOrganisationalMeasure, dpv:isPolicyFor . +dpv:hasDomain ns1:prefLabel "has domain"@en ; + rdfs:subPropertyOf ns1:semanticRelation . + +dpv:hasRange ns1:prefLabel "has range"@en ; + rdfs:subPropertyOf ns1:semanticRelation . + dpv:isInstanceOf ns1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf ns1:semanticRelation . @@ -551,7 +576,7 @@ dpv:Alter a skos:Concept, dpv:Analyse a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to study or examine the data in detail"@en ; @@ -563,7 +588,7 @@ dpv:Analyse a skos:Concept, dpv:Anonymise a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "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"@en ; @@ -654,6 +679,36 @@ dpv:Child a skos:Concept, skos:prefLabel "Child"@en ; dpv:isSubTypeOf dpv:NatualPerson . +dpv:Citizen a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Citizen"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Client a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are clients or recipients of services"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Client"@en ; + dpv:isSubTypeOf dpv:Customer . + dpv:CodeOfConduct a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -672,7 +727,7 @@ dpv:Collect 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 gather data from someone"@en ; @@ -697,7 +752,7 @@ dpv:Combine 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 join or merge data"@en ; @@ -798,7 +853,7 @@ dpv:Consult 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 consult or query data"@en ; @@ -820,6 +875,21 @@ dpv:ConsultationWithAuthority a skos:Concept, skos:prefLabel "Consultation with Authority"@en ; dpv:isSubTypeOf dpv:Consultation . +dpv:Consumer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that consume goods or services for direct use"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Consumer"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:ContractPerformance a skos:Concept, dpv:Concept ; dct:created "2021-04-07"^^xsd:date ; @@ -865,7 +935,7 @@ dpv:ControllerProcessorAgreement a skos:Concept, dpv:Copy a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to produce an exact reprodution of the data"@en ; @@ -879,7 +949,7 @@ dpv:CreateEventRecommendations a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Create and provide personalised recommendations for events"@en ; @@ -1058,7 +1128,7 @@ dpv:DeliveryOfGoods a skos:Concept, dpv:Derive a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to create new derivative data from the original data"@en ; @@ -1167,6 +1237,21 @@ dpv:EconomicUnion a skos:Concept, skos:prefLabel "EconomicUnion"@en ; dpv:isSubTypeOf dpv:Location . +dpv:Employee a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are employees"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Employee"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:EncryptionInRest a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1326,6 +1411,21 @@ dpv:IdentityVerification a skos:Concept, skos:prefLabel "Identity Verification"@en ; dpv:isSubTypeOf dpv:EnforceSecurity . +dpv:Immigrant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Immigrant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:ImproveExistingProductsAndServices a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1442,6 +1542,21 @@ dpv:InternationalOrganisation a skos:Concept, skos:prefLabel "International Organisation"@en ; dpv:isSubTypeOf dpv:Organisation . +dpv:JobApplicant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that apply for jobs or employments"@en ; + skos:inScheme dpv: ; + skos:prefLabel "JobApplicant"@en ; + dpv:isSubTypeOf dpv:Applicant . + dpv:JointDataControllersAgreement a skos:Concept, dpv:Concept ; dct:created "2022-01-26"^^xsd:date ; @@ -1568,6 +1683,21 @@ dpv:MaterialDamage a skos:Concept, skos:prefLabel "Material Damage"@en ; dpv:isSubTypeOf dpv:Damage . +dpv:Member a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Member"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:MemberPartnerManagement a skos:Concept, dpv:Concept ; dct:created "2021-09-01"^^xsd:date ; @@ -1586,7 +1716,7 @@ dpv:MemberPartnerManagement a skos:Concept, dpv:Move a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to move data from one location to another including deleting the original copy"@en ; @@ -1621,6 +1751,21 @@ dpv:NationalAuthority a skos:Concept, skos:prefLabel "NationalAuthority"@en ; dpv:isSubTypeOf dpv:Authority . +dpv:NonCitizen a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "NonCitizen"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:NonCommercialResearch a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1783,7 +1928,8 @@ dpv:OrganisationalUnit a skos:Concept, sw:term_status "accepted"@en ; skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ; skos:inScheme dpv: ; - skos:prefLabel "Organisational Unit"@en . + skos:prefLabel "Organisational Unit"@en ; + dpv:isSubTypeOf dpv:Entity . dpv:PIA a skos:Concept, dpv:Concept ; @@ -1798,6 +1944,36 @@ dpv:PIA a skos:Concept, skos:prefLabel "Privacy Impact Assessment"@en ; dpv:isSubTypeOf dpv:ImpactAssessment . +dpv:Participant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Participant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Patient a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Patient"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:Payment a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -2396,6 +2572,21 @@ dpv:Structure a skos:Concept, skos:prefLabel "Structure"@en ; dpv:isSubTypeOf dpv:Organise . +dpv:Student a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are students"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Student"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:SubProcessorAgreement a skos:Concept, dpv:Concept ; dct:created "2022-01-26"^^xsd:date ; @@ -2411,6 +2602,22 @@ dpv:SubProcessorAgreement a skos:Concept, skos:prefLabel "Sub-Processor Agreement"@en ; dpv:isSubTypeOf dpv:DataProcessingAgreement . +dpv:Subscriber a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that subscribe to service(s)"@en ; + skos:inScheme dpv: ; + skos:note "note: subscriber can be customer or consumer"@en ; + skos:prefLabel "Subscriber"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:SupraNationalAuthority a skos:Concept, dpv:Concept ; dct:created "2022-02-02"^^xsd:date ; @@ -2480,6 +2687,21 @@ dpv:ThirdPartyAgreement a skos:Concept, skos:prefLabel "Third-Party Agreement"@en ; dpv:isSubTypeOf dpv:DataProcessingAgreement . +dpv:Tourist a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Tourist"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:Transmit a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -2491,6 +2713,21 @@ dpv:Transmit a skos:Concept, skos:prefLabel "Transmit"@en ; dpv:isSubTypeOf dpv:Disclose . +dpv:User a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that use service(s)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "User"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:UserInterfacePersonalisation a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -2552,6 +2789,21 @@ dpv:VendorSelectionAssessment a skos:Concept, skos:prefLabel "Vendor Selection Assessment"@en ; dpv:isSubTypeOf dpv:VendorManagement . +dpv:Visitor a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are temporary visitors"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Visitor"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:VitalInterestOfDataSubject a skos:Concept, dpv:Concept ; dct:created "2021-04-21"^^xsd:date ; @@ -2575,7 +2827,7 @@ dpv:VulnerableDataSubject a skos:Concept, sw:term_status "accepted"@en ; skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; skos:inScheme dpv: ; - skos:note "This concept denote 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."@en ; + skos:note "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."@en ; skos:prefLabel "Vulnerable Data Subject"@en ; dpv:isSubTypeOf dpv:DataSubject . @@ -2752,7 +3004,7 @@ dpv:hasDuration a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Duration ; @@ -3082,7 +3334,7 @@ dpv:hasStorage a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:StorageCondition ; @@ -3322,6 +3574,21 @@ dpv:AlgorithmicLogic a skos:Concept, skos:prefLabel "Algorithmic Logic"@en ; dpv:isSubTypeOf dpv:Context . +dpv:Applicant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are applicants in some context"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Applicant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:AuthenticationProtocols a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -3364,6 +3631,22 @@ dpv:Consultation a skos:Concept, skos:prefLabel "Consultation"@en ; dpv:isSubTypeOf dpv:OrganisationalMeasure . +dpv:Customer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that purchase goods or services"@en ; + skos:inScheme dpv: ; + skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + skos:prefLabel "Customer"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:CustomerCare a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -3732,7 +4015,7 @@ dpv:ThirdParty a skos:Concept, dpv:Transfer a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to move data from one place to another"@en ; @@ -3836,7 +4119,7 @@ dpv:hasLocation a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Location ; @@ -3866,7 +4149,7 @@ dpv:hasProcessing a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Processing ; @@ -3884,7 +4167,7 @@ dpv:hasPurpose a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Purpose ; @@ -3977,7 +4260,7 @@ dpv:CreatePersonalizedRecommendations a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Create and provide personalised recommendations"@en ; @@ -4482,22 +4765,6 @@ dpv:CustomerManagement a skos:Concept, skos:prefLabel "Customer Management"@en ; dpv:isSubTypeOf dpv:Purpose . -dpv:DataSubject a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Javier Fernández"^^xsd:string ; - dct:modified "2020-11-04"^^xsd:date ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "The individual (or category of individuals) whose personal data is being processed"@en ; - skos:inScheme dpv: ; - skos:note "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; - skos:prefLabel "Data Subject"@en ; - dpv:isSubTypeOf dpv:LegalEntity, - dpv:NaturalPerson . - dpv:Disclose a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -4516,7 +4783,7 @@ dpv:Recipient a skos:Concept, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Entities that receive personal data"@en ; @@ -4563,7 +4830,7 @@ dpv:hasRecipient a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Recipient ; @@ -4735,26 +5002,26 @@ dpv:ServiceProvision a skos:Concept, skos:prefLabel "Service Provision"@en ; dpv:isSubTypeOf dpv:Purpose . -dpv:Entity a skos:Concept, +dpv:LegalEntity a skos:Concept, dpv:Concept ; - dct:created "2022-02-02"^^xsd:date ; + dct:created "2019-04-05"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "A human or non-human 'thing' that constitutes as an entity"@en ; + skos:definition "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law"@en ; skos:inScheme dpv: ; - skos:prefLabel "Entity"@en . + skos:prefLabel "Legal Entity"@en ; + dpv:isSubTypeOf dpv:Entity . -dpv:LegalEntity a skos:Concept, +dpv:Entity a skos:Concept, dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; + dct:created "2022-02-02"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law"@en ; + skos:definition "A human or non-human 'thing' that constitutes as an entity"@en ; skos:inScheme dpv: ; - skos:prefLabel "Legal Entity"@en ; - dpv:isSubTypeOf dpv:Entity . + skos:prefLabel "Entity"@en . dpv:LegalBasis a skos:Concept, dpv:Concept ; @@ -4775,7 +5042,7 @@ dpv:Processing a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -4803,7 +5070,7 @@ dpv:Purpose a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -4811,6 +5078,22 @@ dpv:Purpose a skos:Concept, skos:prefLabel "Purpose"@en ; skos:related spl:AnyPurpose . +dpv:DataSubject a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Javier Fernández"^^xsd:string ; + dct:modified "2020-11-04"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "The individual (or category of individuals) whose personal data is being processed"@en ; + skos:inScheme dpv: ; + skos:note "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; + skos:prefLabel "Data Subject"@en ; + dpv:isSubTypeOf dpv:LegalEntity, + dpv:NaturalPerson . + dpv:Relation ns1:prefLabel "Relation"@en ; rdfs:subPropertyOf ns1:semanticRelation . diff --git a/dpv/dpv.rdf b/dpv/dpv.rdf index ff33abec8..43cc2896a 100644 --- a/dpv/dpv.rdf +++ b/dpv/dpv.rdf @@ -10,5166 +10,5468 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - Georg P Krog Harshvardhan J. Pandit - Beatriz - + Beatriz Esteves + Paul Ryan + Julian Flake + Georg P Krog + Not Required accepted - Customer Solvency Monitoring - 2021-09-08 - - - Monitor solvency of customers for financial diligence - - - - - - - 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 - - 2019-05-07 - 2022-01-19 - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - Special Category Personal Data - Sensitive Personal Data whose use requires specific legal permission or justification - + Indication of neither being required nor optional i.e. not relevant or needed + + 2022-02-15 + - + - has identifier - Indicates an identifier associated for identification or reference - Georg P Krog - Harshvardhan J.Pandit + Julian Flake Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit Beatriz Esteves - accepted - + - - - - 2020-11-25 - - - + Data subjects that are citizens (for a jurisdiction) accepted - to adjust the data to be in relation to another data - - 2019-05-07 - - - Align + 2022-04-06 + Citizen + - - + - - Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - 2020-11-04 + + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + 2019-04-05 Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - 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 - accepted - - - - - - - 2021-09-08 - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - + Fajar Ekaputra + Javier Fernandez + Axel Polleres + Elmar Kiesling + Simon Steyskal accepted - Records of Activities - Records of activities within some context such as maintainence tasks or governance functions + Customer Care + - + - The algorithmic logic applied or used Harshvardhan J. Pandit - - 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. + Fajar Ekaputra + Javier Fernandez + Axel Polleres + Elmar Kiesling + Simon Steyskal accepted - + + Commercial Research + 2019-04-05 + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + + - + - - Sell products or services to the user, consumer, or data subjects - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Fajar Ekaputra - Was subclass of commercial interest, changed to reflect selling something + + 2019-05-07 + + to make data known + accepted - Sell Products to Data Subject + Disclose + + + accepted + + + Axel Polleres + Mark Lizar + Rob Brennan + Harshvardhan J. Pandit + + Process by which some personal identifiers are removed or identifiability is reduced + Anonymization 2019-04-05 + + - + - - 2019-04-05 - Rob Brennan - Axel Polleres Harshvardhan J. Pandit - Mark Lizar - - A set of rules or guidelines outlining criterias for design - + Georg P Krog + Paul Ryan - Design Standard + + accepted + Legitimate Interests of a Third Party in conducting specified processing + Legitimate Interest of Third Party + 2021-05-19 + - + - Right - Georg P Krog - Harshvardhan J Pandit - 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 + 2022-01-19 + + + Personal Data that is obtained through inference from other data accepted - - - The right(s) applicable, provided, or expected. - 2020-11-18 + + + 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 - + - Simon Steyskal - Elmar Kiesling - Javier Fernandez - Fajar Ekaputra Axel Polleres + Elmar Kiesling + Simon Steyskal Harshvardhan J. Pandit + Fajar Ekaputra + Javier Fernandez + Enforce Access Control + 2019-04-05 + Was previously "Access Control". Prefixed to distinguish from Technical Measure. - accepted - - Optimisation for Consumer - 2019-04-05 - Optimize activities and services for consumer or user - + Conduct or enforce access control + + + accepted - + - - 2022-02-09 - - - Harshvardhan J. Pandit - - Indicates use or applicability of Technical measure - accepted - has technical measure + + Rob Brennan + Paul Ryan + has data protection officer + + Specifices an associated data protection officer + 2022-03-02 + + accepted + - + - Georg P Krog + + Paul Ryan Harshvardhan J. Pandit Beatriz Esteves - Account Management + Julian Flake + Georg P Krog + Data Processing Agreement + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. + 2022-01-26 + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + accepted - 2021-09-08 - - Create, maintain, and manage accounts for purposes of providing services - - + - Mark Lizar - Bud Bruegger - Harshvardhan J. Pandit - - has withdrawal method + + to destruct or erase data accepted - 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 - - - Data Privacy Vocabulary - Fajar J. Ekaputra - Piero Bonatti - Ramisa Gachpaz Hamed - Simon Steyskal - Georg P Krog - Bert Bos - Paul Ryan - Beatriz Esteves - Julian Flake - Mark Lizar - Javier D. Fernández - Rob Brennan - Rigo Wenning - Eva Schlehahn - Bud Bruegger - Elmar Kiesling - dpv - Harshvardhan J. Pandit - Axel Polleres - 2019-06-18 - - https://w3id.org/dpv - 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. - - 0.5 - 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. - - - - - - - - - Processing that involves systematic monitoring of individuals - Piero Bonatti - Harshvardhan J. Pandit - accepted - 2020-11-04 - Systematic Monitoring + 2019-05-07 + Remove + - + - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - - + 2019-05-07 + - + + Copy + accepted - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - 2020-11-04 - Single Sign On + + to produce an exact reprodution of the data + - + + accepted + to make a record (especially media) + - Disclose - + 2019-05-07 - - to make data known - accepted + Record - + + Technical measures required/followed when processing data of the declared category + 2019-04-05 + + Mark Lizar + Rob Brennan + Harshvardhan J. Pandit + Axel Polleres - Harshvardhan J. Pandit - - An organisation managed or part of government - GovernmentalOrganisation + Technical Measure accepted - 2022-02-02 - + - 2020-11-04 + Records of Activities + Georg P Krog Paul Ryan - Georg Krog - Harshvardhan Pandit + Harshvardhan J. Pandit + - - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - Data Protection Authority + + 2021-09-08 accepted - + Records of activities within some context such as maintainence tasks or governance functions - + - accepted + - 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). - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking - Sector - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Technical_Organisational_Measures Concepts - - - 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 + Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + Sensitive Personal Data accepted - - Generated Personal Data - 2022-03-30 - 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 - + - Georg Krog - Harshvardhan Pandit - Paul Ryan - David Hickey - + 2020-11-18 - - 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 - Data Exporter - 2021-09-08 accepted + + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + Harshvardhan J. Pandit + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risk - + accepted - Disseminate - - - 2019-05-07 - + + - to spread data throughout + Harshvardhan J. Pandit + A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + 2019-04-05 + Legal Entity - + - 2020-11-04 - - - 2019-04-04 - - + GovernmentalOrganisation + 2022-02-02 + Harshvardhan J. Pandit - Mark Lizar - Axel Polleres - Bud Bruegger - Javier Fernández - has recipient accepted - Indicates Recipient of Personal Data - - + An organisation managed or part of government + + - + - 2020-11-04 - - - Harshvardhan J. Pandit - Georg P Krog - Beatriz Esteves - Personalised Advertising - - Create and provide personalised advertising accepted - - - - - - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - Paul Ryan - Harshvardhan J. Pandit - David Hickey - Georg P Krog + Share - Policy - - accepted - 2021-09-08 - - - - - Anonymise - 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 + + to give data (or a portion of it) to others 2019-05-07 - - - - - - - - - - - Customer Order Management - - Harshvardhan J. Pandit - Beatriz - Georg P Krog - - Manage customer orders - - accepted - 2021-09-08 - - - - Paul Ryan - Harshvardhan J. Pandit - David Hickey - Georg P Krog - - 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. - Communication Management - - - - accepted - 2021-09-01 + - + - - - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar + + Elmar Kiesling + Simon Steyskal Axel Polleres - + Harshvardhan J. Pandit + Fajar Ekaputra + Javier Fernandez 2019-04-05 - Certifications, seals, and marks indicating compliance to regulations or practices - Certification and Seal - accepted - - - - + Fraud Prevention and Detection - - - An organisation not part of or independent from the government - Harshvardhan J. Pandit - NonGovernmentalOrganisation + + Detect and prevent fraud accepted - 2022-02-02 - - - - - Create Product Recommendations - - Elmar Kiesling - Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - 2019-04-05 - - accepted - - Create and provide product recommendations e.g. suggest similar products + + + + + + + + + + + + + + + + + + + + Processing_Context Concepts - + - Dispute Management + 2020-11-04 Beatriz Esteves + Paul Ryan + Harshvardhan J.Pandit Georg P Krog - Harshvardhan J. Pandit + has contact accepted - 2021-09-08 - - + - Manage disputes by natural persons, private bodies, or public authorities relevant to organisation - + Specifies contact details of a legal entity such as phone or email + + - + - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - Axel Polleres - - - - accepted - 2019-04-05 - Technical measures required/followed when processing data of the declared category - Technical Measure - - - - - + Beatriz Esteves + Paul Ryan + Julian Flake + Georg P. Krog + Data subjects that participate in some context such as volunteers in a function + accepted - Axel Polleres - Javier Fernández + + 2022-04-06 + Participant - 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 - 2019-04-05 - - 2020-11-04 - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - + - Privacy Notice - Represents a notice or document outlining information regarding privacy - Paul Ryan - Harshvardhan J. Pandit - David Hickey - Georg P Krog - - - + 2020-11-25 + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition accepted - 2021-09-08 - - - - - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - accepted - Fulfilment or performance of a contract involving specified processing - Contract Performance - - 2021-04-07 + Harshvardhan J. Pandit + A 'sub-processor' is a processor engaged by another processor + + Data Sub-Processor - + - Benefit - - 2022-03-23 + accepted - - Julian Flake + + + + Harshvardhan J. Pandit Beatriz Esteves + Julian Flake Fajar Ekaputra Georg P Krog - Harshvardhan J. Pandit - Axel Polleres - Impact(s) that acts as or causes benefits - - accepted + + has impact + + + Indicates impact(s) possible or arising as consequences from specified concept - + Harshvardhan J. Pandit - Paul Ryan + David Hickey Georg P Krog - 2021-05-19 + Paul Ryan + 2021-09-01 + Vendor Records Management + Manage orders related to vendors accepted - Legitimate Interests of a Third Party in conducting specified processing - - Legitimate Interest of Third Party - - - - - Paul Ryan - Harshvardhan J. Pandit - Julian Flake - Beatriz Esteves - Georg P Krog - 2022-01-26 - Controller-Processor Agreement - - - + + - 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 - - - Paul Ryan - Harshvardhan J. Pandit - Georg P. Krog - - - 2020-11-04 - - - Indicates the source or origin of data being processed - accepted - has data source - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Technical_Organisational_Measures Concepts + - + + Importance + 2022-02-09 accepted - Rob Brennan - Mark Lizar - Axel Polleres + Paul Ryan Harshvardhan J. Pandit - Organisational measures required/followed when processing data of the declared category - - - + Beatriz Esteves + Julian Flake + Georg P Krog - 2019-04-05 - Organisational Measure + Importance can be used to express importance, desirability, relevance, or significance as a context. + + + + An indication of 'importance' within a context - + - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit - Direct Marketing + Georg Krog + Harshvardhan Pandit + Paul Ryan accepted - Conduct direct marketing i.e. marketing communicated directly to the individual - 2020-11-04 + + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. + Data Protection Authority - + + Georg P Krog + Paul Ryan Harshvardhan J. Pandit - + - + - Indicates use or applicability of Right - - has right + Contract Performance + 2021-04-07 + Fulfilment or performance of a contract involving specified processing accepted - 2020-11-18 - + - Personal Data that has been collected from another source such as the Data Subject - Collected Personal Data - - + + Axel Polleres Harshvardhan J. Pandit - - 2022-03-30 - - To indicate the source of data, use the DataSource concept with the hasDataSource relation + Mark Lizar + Bud Bruegger + Javier Fernández accepted + + + + 2020-11-04 + 2019-04-04 + + Indicates association with Purpose + has purpose + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing Concepts - - - + - - - + Julian Flake Georg P Krog Harshvardhan J. Pandit - Julian Flake Beatriz Esteves Paul Ryan - Joint Data Controllers Agreement - accepted - 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 - - - - + + Secondary Importance + 2022-02-11 accepted - Harshvardhan J. Pandit - Public Interest - 2021-04-21 - - Processing is necessary or beneficial for interest of the public or society at large + Indication of 'secondary' or 'minor' or 'auxiliary' importance + - + - - Indication of 'optional' or 'voluntary' - 2022-02-14 + 2020-11-04 + - - Julian Flake + accepted Beatriz Esteves Georg P Krog - Harshvardhan J. Pandit + Harshvardhan J.Pandit Paul Ryan - accepted - - Optional + Specifies name of a legal entity + + + + has name - + - A region is an area or site that is considered a location - 2022-01-19 - + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan - Region - + + Processing is necessary or required to protect vital interests of a data subject + 2021-04-21 + Vital Interest of Data Subject accepted - Harshvardhan J. Pandit + - + - - accepted - 2022-02-02 - - NationalAuthority + Julian Flake + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan - An authority tasked with overseeing legal compliance for a nation - - Harshvardhan J. Pandit - - - - Elmar Kiesling - Harshvardhan J. Pandit - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - - - 2019-04-05 + 2022-01-26 + Controller-Processor Agreement - Enforce Security accepted - - Was previous "Security". Prefixed to distinguish from TechOrg measures. - Ensure and enforce security e.g. of data, personnel + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor + - + + Harshvardhan J. Pandit + 2021-09-08 + accepted - to move data from one place to another + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + Assessment - Transfer - - accepted - 2019-05-07 - - - - - - - - - - - - - - - - - - - - - - - - - - - - Base Concepts - - - - - - - - - - - - - - - - - - - - - - Risk Concepts - + - + - Guidelines or Principles regarding processing and operational measures - Rob Brennan - Mark Lizar - Axel Polleres + Beatriz Esteves + Julian Flake + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - GuidelinesPrinciple + 2022-04-06 + NonCitizen + Data subjects that are not citizens (for a jurisdiction) + accepted - - accepted - 2019-04-05 + - + - to create a profile that describes or represents a person - 2019-05-07 - + + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog - - Profiling - accepted + + + Communication for Customer Care + 2020-11-04 + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided - + - - - Was previously "Access Control". Prefixed to distinguish from Technical Measure. Harshvardhan J. Pandit - Simon Steyskal - Elmar Kiesling - Javier Fernandez - Fajar Ekaputra Axel Polleres - - Enforce Access Control + Mark Lizar + Rob Brennan + accepted + Encryption of data in transit e.g. when being transferred from one location to another, including sharing + + 2019-04-05 - - - Conduct or enforce access control + + Encryption in Transfer - + - Fajar Ekaputra - Simon Steyskal + Axel Polleres - Elmar Kiesling + Simon Steyskal + Fajar Ekaputra Harshvardhan J. Pandit + Elmar Kiesling Javier Fernandez - Personalised Benefits - - 2019-04-05 - - Create and provide personalised benefits for a service + + accepted + Provide service or product or activities + Service Provision - + - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling + Georg P Krog + Paul Ryan + David Hickey Harshvardhan J. Pandit - + A notice is an artefact for providing information, choices, or controls + 2021-09-08 + accepted - - Detect and prevent fraud - 2019-04-05 - Fraud Prevention and Detection + Notice - + + + + + Indicate a risk is mitigated by specified measure + 2022-02-09 accepted + is mitigated by measure - - - Consent - - 2021-04-07 - Consent of the Data Subject for specified processing Harshvardhan J. Pandit + + - + + accepted - - Bud Bruegger - 2019-04-05 - The Technical and Organisational measures used. - 2020-11-04 - Technical and Organisational Measure + + Indicates the specified concepts is 'before' this concept in some context + Harshvardhan J. Pandit + Julian Flake + Georg P. Krog + is before + + 2022-03-02 - + - - 2020-11-04 - has technical and organisational measure - Bud Bruegger + Improve customer-relationship management (CRM) processes + + Improve Internal CRM Processes Harshvardhan J. Pandit - Javier Fernández - Mark Lizar + Fajar Ekaputra + Javier Fernandez + Elmar Kiesling + Simon Steyskal Axel Polleres - - - 2019-04-04 - + - Indicates use or applicability of Technical or Organisational measure accepted + + + 2019-04-05 - + - accepted Harshvardhan J. Pandit + Georg P Krog + has country + + Indicates applicability of specified country + 2022-01-19 + - - A broad concept representing 'data' or 'information' + accepted - Data + - - - - - - - - - - - - - - - Consent Concepts + + + Harshvardhan J. Pandit + Paul Ryan + Georg P. Krog + 2022-02-09 + has recipient third party + + + accepted + + + + Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + + + + + 2019-04-05 + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + Javier Fernandez + Elmar Kiesling + Simon Steyskal + + + + + + Create and provide product recommendations e.g. suggest similar products + Create Product Recommendations + accepted + + + + + + + + Harshvardhan J. Pandit + 2022-01-19 + accepted + Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + Pseudo-anonymised Data + + + + + + + + + + + + + + + + + + + + + + + Risk Concepts + + + accepted + Evaluation and Scoring + Piero Bonatti + Harshvardhan J. Pandit + + + + + + 2020-11-04 + Processing that involves evaluation and scoring of individuals + + + + accepted + + Vital Interest of Natural Person + + + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + Processing is necessary or required to protect vital interests of a natural person + 2021-04-21 + + + + + has withdrawal by justification + 2019-04-05 + + + accepted + + Mark Lizar + Harshvardhan J. Pandit + 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 + + + + + accepted + Disseminate + + 2019-05-07 + + + to spread data throughout + + + + + Harshvardhan J. Pandit + Beatriz + Georg P Krog + accepted + + + Manage past, current, and future customers + + + 2021-09-08 + Customer Management + + + + 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 + Harshvardhan J. Pandit + accepted + + The involvement of humans in specified context + + + + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Analytics + Conduct analysis and reporting related to usage of services or products + + + accepted + + 2020-11-04 + + Was "UsageAnalytics", prefixed with Service to better reflect scope + + + + Harshvardhan J. Pandit + Paul Ryan + Georg P. Krog + + + + Indicates inclusion or applicability of a Joint Data Controller + + + has joint data controllers + + 2022-02-09 + accepted + + + + + + A political union of two or more countries based on economic or trade agreements + EconomicUnion + Harshvardhan J. Pandit + 2022-01-19 + 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. + + + accepted + Specifies the entity that provisioned or provided consent + + has provision by + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + + + + + + + + + + + + Entities_Organisation Concepts + + + + + has authority + + Indicates applicability of authority for a jurisdiction + Georg P Krog + Harshvardhan J. Pandit + 2022-01-19 + + accepted + + + + + + + Record Management + David Hickey + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + accepted + + + + + 2021-09-01 + Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + + + + + Technical and Organisational Measure + + + 2020-11-04 + Bud Bruegger + 2019-04-05 + accepted + The Technical and Organisational measures used. + + + + + + Harshvardhan J. Pandit + Paul Ryan + Georg P. Krog + + accepted + + + has data exporter + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + 2022-02-09 + + + + + Mark Lizar + Bud Bruegger + Javier Fernández + Axel Polleres + Harshvardhan J. Pandit + 2020-11-04 + Indicates association with Processing + + 2019-04-04 + has processing + + + + accepted + + + + + + Personal Data + + 2022-01-19 + Data directly or indirectly associated or related to an individual. + + + + accepted + + 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 + Harshvardhan Pandit + + + + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + + + Javier Fernández + Axel Polleres + + + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + Data Controller + 2019-04-05 + accepted + + 2020-11-04 + + + + accepted + + 2019-05-07 + + + Make Available + + to transform or publish data to be used + + + + + Harshvardhan J. Pandit + Beatriz + Georg P Krog + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers + + + accepted + + 2021-09-08 + + + + + accepted + + + + 2022-02-09 + Harshvardhan J. Pandit + The duration or temporal limitation + Duration + + + An indication of 'necessity' within a context + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake + Georg P Krog + Necessity + accepted + + + + 2022-02-12 + + Necessity can be used to express need, essentiality, requirement, or compulsion. + + + + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + accepted + + + 2020-11-04 + Carrying out an impact assessment regarding privacy risks + + Privacy Impact Assessment + + + Julian Flake Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves Paul Ryan + + + 2022-02-10 + accepted + + Indication of 'primary' or 'main' or 'core' importance + Primary Importance + + + + + Harshvardhan J. Pandit Beatriz Esteves + Paul Ryan + Julian Flake + Georg P Krog + accepted + + + + Optional + 2022-02-14 + + Indication of 'optional' or 'voluntary' + + + + accepted + + Mark Lizar Harshvardhan J. Pandit - 2022-02-12 - Necessity + Bud Bruegger + + + + 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 withdrawal by + 2019-04-05 + + + + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + David Hickey + 2021-09-01 + Manage payment of vendors + + - - An indication of 'necessity' within a context + Vendor Payment accepted - Necessity can be used to express need, essentiality, requirement, or compulsion. - + + + + + Impact that acts as or causes non-material damages + 2022-03-30 + + accepted + + Non-Material Damage + Harshvardhan J. Pandit + + + + 2022-04-06 + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + Julian Flake + JobApplicant + + + + Data subjects that apply for jobs or employments + accepted + + + + 2021-09-22 + Georg P Krog Paul Ryan + Harshvardhan J. Pandit David Hickey - Georg Krog - Harshvardhan Pandit - Data Importer - An entity that 'imports' data where importing is considered a form of data transfer + + Safeguard + accepted + This concept is relevant given the requirement to assert safeguards in cross-border data transfers + A safeguard is a precautionary measure for the protection against or mitigation of negative effects + + + + Indicates information about duration + Rob Brennan + Mark Lizar + Axel Polleres + Harshvardhan J. Pandit + + has duration + + + + 2019-04-05 + accepted + + + + + + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Axel Polleres + Simon Steyskal + Fajar Ekaputra + accepted + Optimise services or activities + Subclass of ServiceProvision since optimisation is usually considered part of providing services + + + 2019-04-05 + + + Service Optimization + + + + + + + Harshvardhan J. Pandit + Represents a country outside applicable or compatible jurisdiction as outlined in law accepted - 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 - + Third Country + + 2022-02-09 - - - - - - - + + + + + + + + + + - - - - + + - - - - - - - + + - - - - - - + + + + + - - - - - - - - - - - + + + - - - + + + - - + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - + + - - - - - - - Purposes Concepts + + + + Purposes Concepts - + - - + + accepted + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + Julian Flake - 2021-04-07 + Joint Data Controllers Agreement + + 2022-01-26 + + + accepted - Contract + + + + Beatriz Esteves + Georg P Krog + Harshvardhan J.Pandit + Paul Ryan + Indicates an identifier associated for identification or reference + has identifier + + 2020-11-25 + + + + + + + accepted + + Mark Lizar + Javier Fernández + Bud Bruegger + Axel Polleres Harshvardhan J. Pandit - Creation, completion, fulfilment, or performance of a contract involving specified processing + Indicates association with Data Controller + 2019-04-04 + + + 2020-11-04 + has data controller + + + + + + has technical measure + accepted + + + + + + 2022-02-09 + Indicates use or applicability of Technical measure + Harshvardhan J. Pandit - + + + Harshvardhan J. Pandit + 2022-02-02 + Entity + accepted + + + A human or non-human 'thing' that constitutes as an entity + + + + 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 Georg P Krog - Paul Ryan - David Hickey Harshvardhan J. Pandit - Manage orders related to vendors - Vendor Records Management + Beatriz Esteves + + + + 2020-11-04 + Advertising + 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 + + Sell data or information to third parties + Harshvardhan J. Pandit + Fajar Ekaputra + Javier Fernandez + Axel Polleres + Elmar Kiesling + Simon Steyskal - - - 2021-09-01 + accepted + Sell Data to Third Parties + + + + + Data Transfer Legal Basis + + + Specific or special categories and instances of legal basis intended for justifying data transfers + David Hickey + Georg P Krogg + + 2021-09-08 + accepted + + + + + + + + + + + + + + + + Personal_Data Concepts - + - Fajar Ekaputra - Georg P Krog - Harshvardhan J. Pandit - Julian Flake - Beatriz Esteves - - - Impact that acts as or causes harms accepted - Harm + Conditions required or followed regarding storage of data - - 2022-03-23 - - - - Julian Flake - Georg P Krog - Beatriz Esteves + Mark Lizar + Rob Brennan + Axel Polleres Harshvardhan J. Pandit - Paul Ryan - - - 2022-01-26 - 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. - Public Data Source - accepted + + 2019-04-05 + Storage Condition - + - Harshvardhan J. Pandit - Paul Ryan - Julian Flake - Beatriz Esteves - Georg P Krog + Non-Disclosure Agreement (NDA) - 2022-02-10 + Axel Polleres + Mark Lizar + Rob Brennan + Harshvardhan J. Pandit + 2019-04-05 - Primary Importance - Indication of 'primary' or 'main' or 'core' importance accepted - + + Non-disclosure Agreements e.g. preserving confidentiality of information - + - Paul Ryan Harshvardhan J. Pandit - Julian Flake - Beatriz Esteves Axel Polleres - modified - + Mark Lizar + Rob Brennan + Design Standard + A set of rules or guidelines outlining criterias for design - 2019-05-07 - + + accepted + 2019-04-05 - is implemented by entity - Indicates implementation details such as entities or agents - 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. + - + - accepted - + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + 2022-01-19 + modified + + + Special Category Personal Data + 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 - Harshvardhan J. Pandit - Beatriz - Georg P Krog - Customer Management - 2021-09-08 - Manage past, current, and future customers + Sensitive Personal Data whose use requires specific legal permission or justification - + - accepted + Harshvardhan J. Pandit - 2019-04-05 - Rob Brennan - Mark Lizar - Axel Polleres - Harshvardhan J. Pandit - Code of Conduct - A set of rules or procedures outlining the norms and practices for conducting activities - + The technology, technological implementation, or any techniques, skills, methods, and processes used or applied + 2022-01-26 + Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device + accepted + Technology - + - 2021-09-08 + Manage invoicing, orders, and records in relation to services + + Service Order Management + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + 2021-09-08 accepted - - Georg P Krogg - David Hickey - Data Transfer Legal Basis - Specific or special categories and instances of legal basis intended for justifying data transfers - + - + Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments + accepted - - Removed plural suffix for consistency - Julian Flake - Beatriz Esteves - Fajar Ekaputra - Georg P Krog - Harshvardhan J. Pandit - - 2020-11-04 - has consequence + + The impact(s) possible or arising as a consequence from specified context - Indicates consenquence(s) possible or arising from specified concept - accepted - 2021-09-21 - - - - - - - - - - - - Entities_Organisation Concepts - - - - + 2022-03-23 + Harshvardhan J. Pandit Beatriz Esteves - Harshvardhan J.Pandit + Julian Flake Georg P Krog - Paul Ryan - - - 2020-11-04 - - accepted - Specifies name of a legal entity - - - has name - - - - - - - - - - - - - - - - - - - - - - - - - - - Context Concepts + Fajar Ekaputra + + Impact - + - Delivery of Goods - Axel Polleres - Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - Elmar Kiesling - Javier Fernandez - Deliver goods and services requested or asked by consumer - - + accepted + Axel Polleres + Javier Fernández + Purpose + 2020-11-04 + The purpose of processing personal data + 2019-04-05 - accepted + - + - Indicates association with Personal Data Handling + Official Authority of Controller Harshvardhan J. Pandit Georg P Krog - 2022-01-19 - + Paul Ryan + Processing necessary or authorised through the official authority granted to or vested in the Data Controller + + + 2021-05-05 + accepted - - - - has personal data handling - + - - - 2021-09-08 + Fajar Ekaputra + Javier Fernandez + Axel Polleres + Elmar Kiesling + Simon Steyskal Harshvardhan J. Pandit - Technical Service Provision - - Manage and provide technical processes and functions necessary for delivering services + Identity Verification + accepted - - - - - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - Axel Polleres 2019-04-05 - accepted - Technical measures consisting of encryption - - Encryption + Verify or authorize identity - + - accepted - - - - - Georg P. Krog - Harshvardhan J. Pandit Paul Ryan - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data - 2022-02-09 - + Julian Flake + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + 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 - has recipient data controller + + + 2022-01-26 + + accepted + Sub-Processor Agreement - + + 2021-09-01 + Manage orders, payment, evaluation, and prospecting related to vendors + + + Vendor Management + Harshvardhan J. Pandit David Hickey Georg P Krog Paul Ryan - Harshvardhan J. Pandit - - accepted - 2021-09-01 - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + + - Record Management - - + - 2019-05-07 - + 2021-09-01 + Paul Ryan + Harshvardhan J. Pandit + David Hickey + Georg P Krog + - - Transform + accepted - - to change the form or nature of data + Organisation Risk Management + Manage risk for organisation's activities - + - Practices and policies regarding training of staff members - Rob Brennan - Mark Lizar - Axel Polleres + + 2022-03-30 + The consequence(s) possible or arising as a side-effect of specified context + accepted + Harshvardhan J. Pandit - - - - accepted - 2019-04-05 - Staff Training + + Consequence as Side-Effect - + - Law - A law is a set of rules created by government or authorities + 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. + Georg Krog + Harshvardhan Pandit + Paul Ryan + 2020-11-04 + accepted - accepted - Harshvardhan J. Pandit - 2022-01-19 + + Vulnerable Data Subject - + + + + + + + + + + + + + + + + + + + + + + + + Entities_Datasubject Concepts + + + - 2022-03-30 - - + Paul Ryan Harshvardhan J. Pandit + David Hickey + Georg P Krog + Organisation Compliance Management + + + Manage compliance for organisation in relation to internal policies accepted - Targeted Advertising - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - + + 2021-09-01 - + - 2020-11-25 + SupraNationalAuthority + 2022-02-02 + + accepted + + An authority tasked with overseeing legal compliance for a supra-national union e.g. EU + Harshvardhan J. Pandit - - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition - A 'sub-processor' is a processor engaged by another processor - - accepted - Data Sub-Processor - + - accepted - - 2019-04-05 - - Personalise interfaces presented to the user - Javier Fernandez - Fajar Ekaputra - Axel Polleres - Elmar Kiesling + + An organisation that does not aim to achieve profit as its primary goal Harshvardhan J. Pandit - Simon Steyskal - User Interface Personalisation - - - - + accepted - 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 - 2019-04-05 - 2020-11-04 + NonProfitOrganisation + + 2022-02-02 - Legal Basis - Axel Polleres - Javier Fernández - + - accepted - Personalise services or product or activities - Javier Fernandez + Javier Fernández + Bud Bruegger Axel Polleres + Mark Lizar Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - Elmar Kiesling - - - - Service Personalization + + + has recipient + + accepted - Subclass of ServiceProvision since personalisation is usually considered part of providing services - 2019-04-05 + 2020-11-04 + + 2019-04-04 + Indicates Recipient of Personal Data + - + + David Hickey + Georg P Krog + Paul Ryan Harshvardhan J. Pandit - - - - accepted - Inferred Personal Data + + + + Represents a notice or document outlining information regarding privacy - Personal Data that is obtained through inference from other 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. + 2021-09-08 + Privacy Notice - + - - 2019-05-07 - + Represents a safeguard used for data transfer. Can include technical or organisational measures. + Safeguard for Data Transfer + 2021-09-22 - to destruct or erase data - Remove + Paul Ryan + Harshvardhan J. Pandit + David Hickey + Georg P Krog + + accepted + + + + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Axel Polleres + Simon Steyskal + Fajar Ekaputra accepted + + + + Improve robustness and resilience of services + 2019-04-05 + + Increase Service Robustness - + + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves - Evaluation and Scoring - Processing that involves evaluation and scoring of individuals - - Piero Bonatti - Harshvardhan J. Pandit - + 2021-09-08 + Account Management + Create, maintain, and manage accounts for purposes of providing services accepted - 2020-11-04 + - + 2020-11-04 - - Impact Assessment + Large Scale Processing + Piero Bonatti Harshvardhan J. Pandit - Georg P Krog - Paul Ryan + accepted + - - accepted - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. + + Processing that takes place at large scales + - + - accepted - 2022-03-02 - Rob Brennan - Paul Ryan - has data protection officer - - - Specifices an associated data protection officer + to study or examine the data in detail - + Analyse + + + + + 2019-05-07 - + - Harshvardhan J. Pandit - Duration - + + has provision method - The duration or temporal limitation - 2022-02-09 + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + 2019-04-05 + 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 accepted - + - Paul Ryan + 2019-04-05 + Axel Polleres Harshvardhan J. Pandit - David Hickey - Georg P Krog - - + Fajar Ekaputra + Javier Fernandez + Elmar Kiesling + Simon Steyskal + + Optimisation for Controller + + + Optimize activities and services for provider or controller accepted - - 2021-09-01 - Manage compliance for organisation in relation to internal policies - Organisation Compliance Management - + - accepted - Harshvardhan J. Pandit - Georg P Krog - - - has third country - 2022-02-09 - + + Derive + + accepted + 2019-05-07 + - Indicates applicability or relevance of a 'third country' - + + to create new derivative data from the original data - + - - accepted - - + - 2019-05-07 - Use - to use data + Indicates use or applicability of Organisational measure + 2022-02-09 + + Harshvardhan J. Pandit + accepted + + has organisational measure + - + - Communication for Customer Care 2020-11-04 - - - - + Paul Ryan Harshvardhan J. Pandit - Beatriz Esteves Georg P Krog + Top class: Impact Assessment, and DPIA is sub-class - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + Data Protection Impact Assessment (DPIA) + + + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals accepted + - + - Data Source - - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. + 2019-04-05 + Optimisation for Consumer + Axel Polleres + Simon Steyskal + Fajar Ekaputra + Harshvardhan J. Pandit + Elmar Kiesling + Javier Fernandez - The source or origin of data - 2020-11-04 - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit + + Optimize activities and services for consumer or user accepted + - + - Axel Polleres + Fajar Ekaputra Harshvardhan J. Pandit - Rob Brennan - Mark Lizar + Javier Fernandez + Elmar Kiesling + Axel Polleres + Simon Steyskal + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + accepted + - - accepted - Protocols involving validation of identity i.e. authentication of a person or information + Non-Commercial Research 2019-04-05 - - Authentication Protocols - - - - Paul Ryan - Beatriz Esteves - Georg P Krog - Harshvardhan J.Pandit - has contact - 2020-11-04 - Specifies contact details of a legal entity such as phone or email - - - - - 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' Georg P Krog Harshvardhan Pandit Beatriz Esteves + accepted - - - 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 - - The rights applicable or provided to a Data Subject + Data Subject Right + The rights applicable or provided to a Data Subject - + - 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 - - modified + David Hickey + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + accepted + + + Communication Management + 2021-09-01 + 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. + + + - 2020-11-04 - Paul Ryan - Georg Krog + + User Interface Personalisation + 2019-04-05 + Axel Polleres + Simon Steyskal + Fajar Ekaputra + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling - + Personalise interfaces presented to the user + + accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + Context Concepts - + Harshvardhan J. Pandit - Georg P Krog + Beatriz Esteves Paul Ryan - Tied to compliance processes and documents, decide how to specify those - - - - 2021-09-08 + Georg P. Krog + Julian Flake + 2022-04-06 accepted - - A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility - Register of Processing Activities - - - - accepted - Rob Brennan - Axel Polleres - Mark Lizar - Harshvardhan J. Pandit - De-Identification - 2019-04-05 - Removal of identity or information to reduce identifiability - - + + + Data subjects that are immigrants (for a jurisdiction) + Immigrant - + + + Data subjects that use service(s) + User - to join or merge data - - - Combine - - 2019-05-07 - - + Julian Flake + Georg P. Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + accepted + 2022-04-06 - + + + Context or conditions within which processing takes place accepted - has address - Paul Ryan - Beatriz Esteves - Harshvardhan J.Pandit - Georg P Krog - - - - 2020-11-04 - Specifies address of a legal entity such as street address or pin code + Processing Context + 2022-02-09 - + + + Harshvardhan J. Pandit - + - Processing that takes place at large scales - Large Scale Processing - + Processing necessary to enter into contract - - Piero Bonatti + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan accepted + Enter Into Contract - 2020-11-04 - + + 2021-04-07 - + - Georg P Krog - Harshvardhan J. Pandit + Harshvardhan Pandit Paul Ryan + Georg Krog + David Hickey + accepted + 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-05-19 - - accepted - Legitimate Interest of Controller - Legitimate Interests of a Data Controller in conducting specified processing + Data Importer + + 2021-09-08 + An entity that 'imports' data where importing is considered a form of data transfer + - + - - - Data Processing Records - Harshvardhan J. Pandit + - 2021-09-08 + Georg P Krog + Harshvardhan J. Pandit + accepted - Records of personal data processing, whether ex-ante or ex-post + Indicates area, scope, or applicability of an Authority + + 2022-01-19 + is authority for - + - accepted - Axel Polleres - Bud Bruegger - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - - - 2020-11-04 - has data controller - Indicates association with Data Controller - - + + Anonymise + 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-04-04 - + 2019-05-07 + + - + + + + + Paul Ryan Harshvardhan J. Pandit - Julian Flake Beatriz Esteves - Fajar Ekaputra + David Hickey Georg P Krog - + - - - - Indicates impact(s) possible or arising as consequences from specified concept - - - has impact + 2021-09-01 + 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. accepted + Human Resources Management - + - 2019-04-05 - Mark Lizar Harshvardhan J. Pandit - Bud Bruegger - - - has provision by justification - 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 + - Specifies the justification for entity providing consent + + + 2022-02-09 + Natural Person + A human - + - Axel Polleres - Bud Bruegger - Javier Fernández + 2022-03-30 Harshvardhan J. Pandit - Mark Lizar - Indicates association with Data Subject accepted - - - - - 2020-11-04 - 2019-04-04 - has data subject - + 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 + Collected Personal Data - + + + 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 - - has data importer + 2022-02-09 + Complete Anonymisation + Harshvardhan J. Pandit + + + accepted + + + Georg P. Krog Paul Ryan Harshvardhan J. Pandit - accepted - + Indicates the logic used in processing such as for automated decision making - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - - 2022-02-09 - - - - - - - - - - - - - - - - - - - - - - Entities_Legalrole Concepts + + + 2020-11-04 + accepted + + has algorithmic logic - + + 2021-09-01 - Increase Service Robustness - Elmar Kiesling + + Paul Ryan + David Hickey Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Fajar Ekaputra - Axel Polleres + Georg P Krog + - Improve robustness and resilience of services + Organisation Governance + Conduct activities and functions for organisation's governance accepted - 2019-04-05 - - + - 2022-01-19 - + Fajar Ekaputra + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Axel Polleres + Simon Steyskal + 2019-04-05 + - 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. + Create and provide personalised benefits for a service accepted - Sensitive Personal Data - Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + Personalised Benefits + - + - - 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. - David Hickey - Georg P Krog - Beatriz Esteves - Paul Ryan - Harshvardhan J. Pandit - + + Adapt + accepted - 2021-09-01 - Human Resources Management - Manage humans and 'human resources' within the organisation for effective and efficient operations. - - + + 2019-05-07 + to modify the data, often rewritten into a new form for a new use + - + - A safeguard is a precautionary measure for the protection against or mitigation of negative effects - Harshvardhan J. Pandit - David Hickey - Georg P Krog - Paul Ryan - Safeguard - + to create a profile that describes or represents a person accepted - 2021-09-22 - This concept is relevant given the requirement to assert safeguards in cross-border data transfers + Profiling + 2019-05-07 + + - + - 2022-01-19 + accepted - Georg P Krog - Harshvardhan J. Pandit + Mark Lizar + Harshvardhan J. Pandit + Javier Fernández + Bud Bruegger + Axel Polleres - Indicates applicability of authority for a jurisdiction + 2019-04-04 + has data subject + 2020-11-04 - - has authority + Indicates association with Data Subject + - + - + Axel Polleres Harshvardhan J. Pandit - Beatriz + Beatriz Esteves + Julian Flake Georg P Krog - + Fajar Ekaputra + Impact(s) that acts as or causes benefits + 2022-03-23 + accepted + + - accepted - 2021-09-08 - Manage and analyse interactions with past, current, and potential customers - Customer Relationship Management + Benefit - + - accepted - - - Indicates association with Personal Data - has personal data + + Harshvardhan J. Pandit + Piero Bonatti + + Processing that involves matching and combining of personal data + 2020-11-04 + accepted + Matching and Combining + + + + + 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 + Bud Bruegger + Mark Lizar + 2019-04-05 + accepted + has provision by justification - 2022-01-19 + Specifies the justification for entity providing consent + - + + 2019-04-05 + Duration or temporal limitation on storage of personal data + Axel Polleres Harshvardhan J. Pandit - Paul Ryan - Georg P Krog + Mark Lizar + Rob Brennan + + + accepted + Storage Duration + - 2021-04-21 + + + + + + + + + + + + + + + + + + + Legal_Basis Concepts + + + + + Concept + + + + + + 2019-04-05 + Axel Polleres + Javier Fernández accepted + - Processing is necessary or required to protect vital interests of a natural person - Vital Interest of Natural Person - + Processing + The processing performed on personal data + + 2020-11-04 - + - Georg P Krog - Harshvardhan J. Pandit + accepted + + + + is policy for - Indicates area, scope, or applicability of an Authority + Harshvardhan J. Pandit + Indicates the context or application of policy + 2022-01-26 + + + + + has applicable law + Indicates applicability of a Law accepted + + + Harshvardhan J. Pandit + 2022-01-19 - is authority for - - - + + + 2019-04-05 + + Mark Lizar + Harshvardhan J. Pandit + Axel Polleres + Rob Brennan + + + accepted + + Certification + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + + + + Harshvardhan J. Pandit + + + accepted + + AcademicScientificOrganisation + 2022-02-02 + + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + + + - + 2021-04-07 accepted - A consortium established and comprising on industry organisations - - + Consent of the Data Subject for specified processing - IndustryConsortium - 2022-02-02 - + + + Consent Harshvardhan J. Pandit + - + + + + 2021-09-08 Harshvardhan J. Pandit - David Hickey Georg P Krog Paul Ryan + Legitimate Interest Assessment + accepted + + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + + + isInstanceOf + + + + + 2019-05-07 + + + + + Combine + to join or merge data accepted - Manage selection, assessment, and evaluation related to vendors - 2021-09-01 - - Vendor Selection Assessment - + - + - Harshvardhan J. Pandit + + Georg P. Krog Julian Flake - Beatriz Esteves - Georg P Krog - Paul Ryan - - - 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 + + + 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 accepted - - 2022-01-26 - Sub-Processor Agreement + 2022-03-23 - + - - accepted + Beatriz Esteves + Paul Ryan + Julian Flake + Harshvardhan J. Pandit + Georg P Krog - Indicates risks mitigated by this concept - 2020-11-04 - mitigates risk - + 2022-01-26 + - - Harshvardhan J. Pandit + + A source of data that is not publicly accessible or available + Non-Public Data Source + accepted - + - - 2019-05-07 + Consultation is a process of receiving feedback, advice, or opinion from an external agency + 2020-11-04 + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog - to send out data + + Consultation accepted - - Transmit - + - Legal Entity + + + The consequence(s) possible or arising from success of specified context + 2022-03-23 accepted + + + Harshvardhan J. Pandit + Georg P Krog + Consequence of Success + + + + Sell products or services to the user, consumer, or data subjects - A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + Javier Fernandez + Axel Polleres + Elmar Kiesling + Simon Steyskal Harshvardhan J. Pandit - - + Fajar Ekaputra + accepted 2019-04-05 + Sell Products to Data Subject + + + Was subclass of commercial interest, changed to reflect selling something - + - Paul Ryan - Harshvardhan J. Pandit - David Hickey - Georg P Krog - - - Public Relations - 2021-09-01 + + Direct Marketing + 2020-11-04 + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog accepted - Manage and conduct public relations processes. This includes creating goodwill for the organization. + Conduct direct marketing i.e. marketing communicated directly to the individual - + - + Harshvardhan J. Pandit - Harshvardhan J. Pandit - ForProfitOrganisation - + Technical Service Provision + 2021-09-08 + Manage and provide technical processes and functions necessary for delivering services accepted - An organisation that aims to achieve profit as its primary goal - 2022-02-02 + + - + - Paul Ryan - Georg Krog - Harshvardhan Pandit - - This concept denote 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. - + + Harshvardhan J. Pandit + accepted + + An authority tasked with overseeing legal compliance for a nation - Vulnerable Data Subject - 2020-11-04 - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + + NationalAuthority + 2022-02-02 - accepted - - - - - - - - - - - Entities_Authority Concepts - + - Elmar Kiesling + Sector + 2019-04-05 + Harshvardhan J. Pandit - Javier Fernandez Fajar Ekaputra - Simon Steyskal + Javier Fernandez Axel Polleres - - 2019-04-05 - accepted - + Elmar Kiesling + Simon Steyskal - - Commercial Research - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + 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 - + - - Collect - to gather data from someone - - accepted - - 2019-05-07 - - + + A general term reflecting a company or a business or a group acting as a unit + 2022-02-02 + Organisation + Harshvardhan J. Pandit + + accepted - - - - - - - - - - - - - - Jurisdiction Concepts - - - + - Data Protection Impact Assessment (DPIA) + Indicates inclusion or applicability of an entity to some concept + parent property for controller, processor, data subject, authority, etc.? + has entity Harshvardhan J. Pandit - Georg P Krog - Paul Ryan + - - - accepted - 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 - 2020-11-04 + + + + 2022-02-09 - + - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Javier Fernandez - Service Provision - 2019-04-05 + Harshvardhan J. Pandit + Beatriz Esteves + Julian Flake + Georg P. Krog + Paul Ryan + 2022-04-06 + Consumer + accepted - - Provide service or product or activities + Data subjects that consume goods or services for direct use - + accepted - Axel Polleres - Bud Bruegger - Javier Fernández + + 2019-05-07 + + + + to move data from one location to another including deleting the original copy + + Move + + + + + + + + + + + + + + + + + + + + + + Entities_Legalrole Concepts + + + + Harshvardhan J. Pandit - Mark Lizar + + Specifies the indicated entity is responsible within some context + accepted + + + + + 2022-03-02 + + has responsible entity + + + + is after - Indicates association with Purpose - 2020-11-04 - has purpose - - 2019-04-04 + Indicates the specified concepts is 'after' this concept in some context + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + accepted - + 2022-03-02 + - + - Axel Polleres - Javier Fernández - accepted - - Processing - + Harm + Julian Flake + Georg P Krog + Fajar Ekaputra + Harshvardhan J. Pandit + Beatriz Esteves + Impact that acts as or causes harms - 2020-11-04 + + 2022-03-23 + accepted + - 2019-04-05 - - The processing performed on personal data - + + Impact that acts as or causes detriments + 2022-03-23 + accepted + + Harshvardhan J. Pandit Beatriz Esteves + Julian Flake Georg P Krog - - Requested Service Provision - - accepted - 2021-09-08 - Deliver service as requested by user or consumer + Fajar Ekaputra + Detriment - + - Encryption in Rest - Encryption of data when being stored (persistent encryption) - - - Rob Brennan - Mark Lizar Axel Polleres + Mark Lizar + Rob Brennan Harshvardhan J. Pandit - - + 2019-04-05 - accepted - - - - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - Axel Polleres - + De-Identification + Removal of identity or information to reduce identifiability accepted - 2019-04-05 - Encryption in Transfer - Encryption of data in transit e.g. when being transferred from one location to another, including sharing - + - - - - RegionalAuthority - An authority tasked with overseeing legal compliance for a region accepted - - 2022-02-02 - Harshvardhan J. Pandit + + + to use data + 2019-05-07 + + + Use - + - - Policy regarding repetition or renewal of existing certification(s) - + 2019-04-05 + + has context + + + Indicates a purpose is restricted to the specified context(s) accepted - 2019-04-05 - Regularity of Re-certification - Rob Brennan - Axel Polleres - Harshvardhan J. Pandit - Mark Lizar - + - - 2019-04-05 - accepted + + Paul Ryan Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + Beatriz Esteves + Julian Flake + Georg P. Krog + Data subjects that are students + accepted - 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 withdrawal by - - Specifies the entity that withdrew consent + + Student + 2022-04-06 - + - Personal Data - 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. - accepted - - - Harshvardhan Pandit - 2019-04-05 - 2022-01-19 - + Entity within an organisation that does not constitute as a separate legal entity + Organisational Unit + + Paul Ryan + Harshvardhan J. Pandit + accepted + 2022-03-23 - + - - + + NonGovernmentalOrganisation Harshvardhan J. Pandit + + accepted - Personalisation - - 2021-09-01 - 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 + + An organisation not part of or independent from the government + 2022-02-02 - + - 2019-04-04 - accepted - Axel Polleres - Javier Fernández - - Indicates use or applicability of a Legal Basis - - - - 2020-11-04 - has legal basis + 2019-05-07 + + + + Disclose by Transmission + to disclose data by means of transmission + + accepted - + - Rob Brennan - Mark Lizar - Axel Polleres - Harshvardhan J. Pandit - Contractual terms governing data handling within or with an entity - ContractualTerms - + 2019-04-05 + Axel Polleres + Mark Lizar + Rob Brennan + Harshvardhan J. Pandit + GuidelinesPrinciple + + Guidelines or Principles regarding processing and operational measures accepted - 2019-04-05 - + - Adult - Georg Krog - + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + Julian Flake + Customer + Data subjects that purchase goods or services + note: for B2B relations where customers are organisations, this concept only applies for data subjects accepted + - A natural person that is not a child i.e. has attained some legally specified age of adulthood - 2022-03-30 + 2022-04-06 - + - 2022-01-26 - + - - The consequence(s) possible or arising from specified context - accepted + + mitigates risk + Indicates risks mitigated by this concept + 2020-11-04 Harshvardhan J. Pandit + accepted - Consequence + - + - - - - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - Georg P Krog + 2019-04-05 + Axel Polleres + Mark Lizar + Rob Brennan Harshvardhan J. Pandit - Paul Ryan - Official Authority of Controller - 2021-05-05 + + + Contractual terms governing data handling within or with an entity + ContractualTerms accepted + - + - + - Georg P Krog + Paul Ryan Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog accepted - 2022-03-23 + - Consequence of Failure - The consequence(s) possible or arising from failure of specified context + Representative + 2020-11-04 + A representative of a legal entity - + - is policy for + Sell data or information relevant to insights obtained from analysis of data + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Axel Polleres + Simon Steyskal + Fajar Ekaputra accepted - - 2022-01-26 - - Indicates the context or application of policy - - Harshvardhan J. Pandit + + 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 + Sell Insights from Data + - + - - - Georg P Krog - Beatriz Esteves + David Hickey Harshvardhan J. Pandit + Georg P Krog Paul Ryan - Julian Flake - A source of data that is not publicly accessible or available - accepted - Non-Public Data Source - 2022-01-26 - + Vendor Selection Assessment + Manage selection, assessment, and evaluation related to vendors + 2021-09-01 + + + + + - + - + + + + + + + Collect accepted - - 2022-02-09 + + 2019-05-07 + to gather data from someone + + + + + Georg P. Krog Harshvardhan J. Pandit Paul Ryan + Indiciates inclusion or applicability of a Data Processor + 2022-02-09 + - - - - has data exporter - Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + + has data processor + + accepted - + - Privacy by Default - 2019-04-05 - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service - Rob Brennan - Mark Lizar - Axel Polleres + 2022-04-06 + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - + Beatriz Esteves + Julian Flake + Patient + Data subjects that receive medican attention, treatment, care, advice, or other health related services + + accepted - accepted - + - - Organisation - accepted - A general term reflecting a company or a business or a group acting as a unit - - - 2022-02-02 + + Harshvardhan J. Pandit + + Third Party + accepted + + 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. - + - has expiry condition - 2019-04-05 - Mark Lizar + Rob Brennan + Axel Polleres Harshvardhan J. Pandit - Bud Bruegger - Can be TextOrDocumentOrURI + Mark Lizar + + Indicates information about location + 2019-04-05 + accepted - Specifies the condition or event that determines the expiry of consent - + + has location - + + - - - 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 - - Piero Bonatti - accepted - 2022-01-19 - - - + + has recipient data controller + Harshvardhan J. Pandit + Georg P. Krog + Paul Ryan + - Harshvardhan J. Pandit + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data 2022-02-09 - has organisational measure - - accepted - Indicates use or applicability of Organisational measure - - - + - - - - Consequence as Side-Effect - The consequence(s) possible or arising as a side-effect of specified context - + 2022-01-26 accepted - Harshvardhan J. Pandit - 2022-03-30 - - - - 2019-04-05 - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Fajar Ekaputra - Axel Polleres - Elmar Kiesling - Contextually relevant information about purpose not possible to represent through other concepts - accepted - Context + 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 + + The algorithmic logic applied or used + Algorithmic Logic - + - 2019-05-07 - - accepted - Pseudo-Anonymise - to replace personal identifiable information by artificial identifiers - + Requested Service Provision + + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Deliver service as requested by user or consumer + 2021-09-08 + - + - accepted - Privacy Impact Assessment - 2020-11-04 - Paul Ryan Harshvardhan J. Pandit Georg P Krog + Paul Ryan + accepted + Data Transfer Impact Assessment + Impact Assessment for conducting data transfers - - Carrying out an impact assessment regarding privacy risks + + 2021-09-08 - + - accepted - - + + - 2021-09-01 - Paul Ryan - David Hickey - Harshvardhan J. Pandit Georg P Krog - Vendor Management - - Manage orders, payment, evaluation, and prospecting related to vendors + Harshvardhan J.Pandit + Paul Ryan + Beatriz Esteves + accepted + + 2020-11-04 + has address + Specifies address of a legal entity such as street address or pin code - + - - - Julian Flake Beatriz Esteves - Fajar Ekaputra - Georg P Krog + Julian Flake + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - + Data subjects that are members of a group, organisation, or other collectives + + + 2022-04-06 + Member accepted - Indicates the thing (e.g. plan, process, or entity) affected by an impact - has impact on - - - + - + + 2019-04-05 + has expiry time accepted - Human involvement is also relevant to 'human in the loop' - - Indicates Involvement of humans in processing such as within automated decision making process - Georg P. Krog - Paul Ryan - Harshvardhan J. Pandit - has human involvement - 2020-11-04 - + Mark Lizar + Harshvardhan J. Pandit + Bud Bruegger + + Specifies the expiry time or duration for consent - + - Harshvardhan J. Pandit - Mark Lizar - Rob Brennan - Axel Polleres + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + accepted - - accepted - - 2019-04-05 - 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; - - - - - - + Mark Lizar + Rob Brennan + Axel Polleres Harshvardhan J. Pandit - Julian Flake - Beatriz Esteves - Georg P Krog - Paul Ryan - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. - - Data Processing Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data - accepted - 2022-01-26 + + 2019-04-05 + Storage Restoration - + - Indicates information about duration - Rob Brennan - Mark Lizar - Axel Polleres + Indicates use or applicability of Right Harshvardhan J. Pandit + has right accepted - 2019-04-05 - - has duration + - - + 2020-11-18 + - + - - accepted - to change the data without changing it into something else - - 2019-05-07 - - + + Javier Fernández + Axel Polleres + 2019-04-04 - Alter - - - - Specifies the expiry time or duration for consent - has expiry time - 2019-04-05 - - - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + accepted + Indicates use or applicability of a Legal Basis + has legal basis + 2020-11-04 - + + + + + + + + + + + + + + + + Consent Concepts + + + - - To indicate the membership, hasDataController may be used - Joint Data Controllers + Georg P Krog + Harshvardhan J.Pandit + Paul Ryan + Beatriz Esteves accepted - 2022-02-02 - - Georg Krog - Harshvardhan Pandit - A group of Data Controllers that jointly determine the purposes and means of processing + + Specifies representative of the legal entity + has representative + + 2020-11-04 + - + - Sell here means exchange, submit, or provide in return for direct or indirect compensation. + + 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 + Register of Processing Activities - - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - accepted + Tied to compliance processes and documents, decide how to specify those 2021-09-08 - Sell Products - Sell products or services - - - - - - - - - - - - - - - Personal_Data Concepts - - - - - 2022-03-30 - - - - - Damage - Impact that acts as or causes damages - Harshvardhan J. Pandit accepted - + + A group of Data Controllers that jointly determine the purposes and means of processing + Georg Krog + Harshvardhan Pandit accepted - 2019-04-05 - Academic Research - - - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Conduct or assist with research conducted in an academic context e.g. within universities + Joint Data Controllers + To indicate the membership, hasDataController may be used + 2022-02-02 + - + - accepted - - has frequency Harshvardhan J. Pandit - + Axel Polleres + Mark Lizar + Rob Brennan + accepted - + + 2019-04-05 - Indicates the frequency with which something takes place - 2022-02-16 + + Code of Conduct + A set of rules or procedures outlining the norms and practices for conducting activities - + - Service Optimization + Specifies the condition or event that determines the expiry of consent accepted - Subclass of ServiceProvision since optimisation is usually considered part of providing services - Optimise services or activities - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit + Can be TextOrDocumentOrURI + - - + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit + 2019-04-05 + has expiry condition - + - Storage Deletion + + David Hickey + Paul Ryan + Georg Krog + Harshvardhan Pandit + Data Exporter accepted + An entity that 'exports' data where exporting is considered a form of data transfer - 2019-04-05 - + 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 + + + + + + + Mark Lizar Rob Brennan Harshvardhan J. Pandit - Mark Lizar Axel Polleres - Deletion or Erasure of data including any deletion guarantees + accepted + Methods which restrict access to a place or resource + + + 2019-04-05 + Access Control Method - + - Harshvardhan J. Pandit - Fajar Ekaputra - Simon Steyskal - Elmar Kiesling - Javier Fernandez - Axel Polleres + Axel Polleres + Mark Lizar + Rob Brennan + Harshvardhan J. Pandit + + Technical measures consisting of encryption + 2019-04-05 + Encryption accepted - Optimize internal resource availability and usage for organisation - 2019-04-05 - Internal Resource Optimisation - - + Axel Polleres + Elmar Kiesling + Simon Steyskal Harshvardhan J. Pandit - Mark Lizar - Rob Brennan - - - + Fajar Ekaputra + Javier Fernandez + 2019-04-05 - + + + + Deliver goods and services requested or asked by consumer + Delivery of Goods accepted - Risk Management Procedure - 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 + - + - Axel Polleres - Mark Lizar + Harshvardhan J. Pandit - Rob Brennan + Beatriz Esteves + Georg P Krog + Conduct marketing through social media + - - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance - - 2019-04-05 - Certification accepted + Social Media + 2020-11-04 - + - Harshvardhan J. Pandit - Julian Flake - Georg P. Krog - + to replace personal identifiable information by artificial identifiers + accepted + + 2019-05-07 + + - - Indicates the specified concepts is 'after' this concept in some context + + Pseudo-Anonymise + + + - is after + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Create and provide personalised advertising + + accepted - 2022-03-02 - + + + Personalised Advertising + 2020-11-04 - + - - Harshvardhan J. Pandit - Mark Lizar - Axel Polleres - Bud Bruegger - Javier Fernández - + - - 2020-11-04 - - has processing - 2019-04-04 + + + Javier Fernández + Axel Polleres + Data Subject + 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 + The individual (or category of individuals) whose personal data is being processed + accepted - Indicates association with Processing + - + - - Indicates the logic used in processing such as for automated decision making - has algorithmic logic + 2022-03-30 + Harshvardhan J. Pandit accepted - - Georg P. Krog + + + + + Material Damage + Impact that acts as or causes material damages + + + Harshvardhan J. Pandit - Paul Ryan - 2020-11-04 + Bud Bruegger + Mark Lizar - + has consent notice + Specifies the notice provided in context of consent + 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 - + + + Targeted Advertising + accepted + + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals + + + 2022-03-30 + + Harshvardhan J. Pandit + + - 2021-04-07 - Enter Into Contract - Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves + accepted + Register, authenticate, and identify users or agents in context of a service + + + + Registration and Authentication + 2020-11-04 + + + + + Harshvardhan J. Pandit + Georg P Krog Paul Ryan - Processing necessary to enter into contract + Measures intended to mitigate, minimise, or prevent risk. + Risk Mitigation Measure + 2020-11-04 + accepted - + - - Customer Claims Management - - + Processing that involves use of innovative and new technologies Harshvardhan J. Pandit - Beatriz - Georg P Krog - - + Piero Bonatti + + + 2020-11-04 + Innovative Use of New Technologies accepted - 2021-09-08 - Manage claims, including repayment of monies owed + + + - + + Harshvardhan J. Pandit + + + + Impact that acts as or causes damages + 2022-03-30 accepted - - Vital Interest of Data Subject + Damage - 2021-04-21 - - - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - Processing is necessary or required to protect vital interests of a data subject - + - accepted - Destruct - - to process data in a way it no longer exists or cannot be repaired - + to arrange data according to a structure + + Structure + + accepted 2019-05-07 - + - 2019-05-07 + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + Julian Flake - - Retrieve + Data subjects that are tourists i.e. not citizens and not immigrants + Tourist + accepted - - - to retrieve data, often in an automated manner + + 2022-04-06 - + + + + + + + + + + + + + + Jurisdiction Concepts + + + - Consultation - + accepted - - Consultation is a process of receiving feedback, advice, or opinion from an external agency - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan + - accepted - 2020-11-04 + + Mark Lizar + Axel Polleres + Harshvardhan J. Pandit + Bud Bruegger + Javier Fernández + Indicates use or applicability of Technical or Organisational measure + 2020-11-04 + has technical and organisational measure + 2019-04-04 + - + - Practices regarding incorporating data protection and privacy in the design of information and services - + 2021-05-19 + accepted - Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - Mark Lizar - 2019-04-05 - accepted - Privacy by Design + Legitimate Interest + Harshvardhan J. Pandit + + Legitimate Interests of a Party as justification for specified processing - + - Location - Location may be geographic, physical, or virtual. - accepted - + 2019-05-07 + + Organise + to organize data for arranging or classifying + accepted - A location is a position, site, or area where something is located - 2022-01-19 - Georg P Krog - Harshvardhan J. Pandit + + - + - Restrict - + Georg Krog + 2022-03-30 + A natural person that is not a child i.e. has attained some legally specified age of adulthood + Adult accepted - to apply a restriction on the processsing of specific records + - - 2019-05-07 - + - Rob Brennan - Mark Lizar - Axel Polleres + Georg P. Krog Harshvardhan J. Pandit - Seal - A seal or a mark indicating proof of certification to some certification or standard + Paul Ryan + Indicates Involvement of humans in processing such as within automated decision making process + has human involvement - - - + + + 2020-11-04 + Human involvement is also relevant to 'human in the loop' + accepted - 2019-04-05 + - + - accepted - The involvement of humans in specified context - - Human Involvement + Legal Basis + 2020-11-04 + 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 + 2019-04-05 + 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. + Axel Polleres + Javier Fernández - + - 2020-11-04 + 2022-03-30 + 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 Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - - accepted - Payment - Process payment transactions in relation to service - - - Relation - + Generated Personal Data - + accepted - - - + - EconomicUnion - A political union of two or more countries based on economic or trade agreements + has provision time + + Mark Lizar Harshvardhan J. Pandit - 2022-01-19 + Bud Bruegger + Specifies the instant in time when consent was given + 2019-04-05 - + - Social Media + accepted + Beatriz Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - - - - - accepted - 2020-11-04 - Conduct marketing through social media - - - - - - Julian Flake - Georg P. Krog - 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 - + Customer Solvency Monitoring + + + - - International Organisation - 2022-03-23 - accepted + 2021-09-08 + + Monitor solvency of customers for financial diligence Legal Agreement accepted - Rob Brennan + + Axel Polleres - Harshvardhan J. Pandit Mark Lizar + Rob Brennan + Harshvardhan J. Pandit + 2019-04-05 A legally binding agreement - - - - 2019-04-05 + - + - + - - Importance can be used to express importance, desirability, relevance, or significance as a context. + + has impact on + accepted + + Harshvardhan J. Pandit - Paul Ryan - Julian Flake Beatriz Esteves + Julian Flake Georg P Krog - 2022-02-09 - - An indication of 'importance' within a context - accepted - Importance + Fajar Ekaputra + + + Indicates the thing (e.g. plan, process, or entity) affected by an impact - + - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - - Sell data or information to third parties + accepted + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service - - Sell Data to Third Parties + + Axel Polleres + Mark Lizar + Rob Brennan + Harshvardhan J. Pandit 2019-04-05 - 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 + Privacy by Default + - - - Julian Flake - Beatriz Esteves - Georg P Krog + Required Harshvardhan J. Pandit + Beatriz Esteves Paul Ryan - Required + Julian Flake + Georg P Krog + + accepted - + 2022-02-13 Indication of 'required' or 'necessary' - + - + - - 2022-03-23 - Detriment - - - Georg P Krog Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Axel Polleres + Simon Steyskal Fajar Ekaputra - Julian Flake - Beatriz Esteves - Impact that acts as or causes detriments - accepted - - - - Harshvardhan J. Pandit + - - + + Conduct or assist with research conducted in an academic context e.g. within universities + 2019-04-05 + Academic Research - accepted - has policy - Indicates policy applicable or used - - - 2022-01-26 + - + - + + - has jurisdiction + + Harshvardhan J. Pandit + SupraNationalUnion + A political union of two or more countries with an establishment of common authority 2022-01-19 - accepted - - - Harshvardhan J. Pandit - Indicates applicability of specified jurisdiction - + - Mark Lizar - Bud Bruegger + Simon Steyskal Harshvardhan J. Pandit - - is explicit - Specifies consent is 'explicit' - 2019-04-05 - accepted - - - - The conditions for what is considered 'explicit consent' differ by norms and laws. - - - + Fajar Ekaputra + Javier Fernandez + Axel Polleres + Elmar Kiesling - Legal Obligation to conduct the specified processing + 2019-04-05 + Enforce Security + Ensure and enforce security e.g. of data, personnel + Was previous "Security". Prefixed to distinguish from TechOrg measures. accepted - Harshvardhan J. Pandit - Legal Obligation - - 2021-04-07 + - + - 2022-03-23 - - Julian Flake - Beatriz Esteves - Fajar Ekaputra + + + 2021-09-01 + David Hickey Georg P Krog + Paul Ryan Harshvardhan J. Pandit - Impact - - accepted + Maintain registry of shareholders, members, or partners for governance, administration, and management functions + + - Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments - The impact(s) possible or arising as a consequence from specified context + Members and Partners Management - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Processing Concepts + + + - + accepted + + + 2019-04-05 Axel Polleres Mark Lizar - Harshvardhan J. Pandit Rob Brennan + Harshvardhan J. Pandit + A seal or a mark indicating proof of certification to some certification or standard + Seal + + + + + + Conduct research and development for new methods, products, or services + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Axel Polleres + Simon Steyskal + Fajar Ekaputra + accepted + Research and Development - Process by which some personal identifiers are removed or identifiability is reduced 2019-04-05 - + - Anonymization + + + + Contract + Harshvardhan J. Pandit + + + + accepted + Creation, completion, fulfilment, or performance of a contract involving specified processing + 2021-04-07 + - + Axel Polleres - Javier Fernández - accepted - Entities that receive personal data - Recipient - 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 + Mark Lizar + Rob Brennan 2019-04-05 - 2020-11-04 - - - - + accepted + Deletion or Erasure of data including any deletion guarantees + Storage Deletion + - + - 2020-11-04 - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - Risk Mitigation Measure - Measures intended to mitigate, minimise, or prevent risk. + Organisational Measure + Mark Lizar + Rob Brennan + Harshvardhan J. Pandit + Axel Polleres + accepted + Organisational measures required/followed when processing data of the declared category + 2019-04-05 - accepted - + - Legitimate Interest Assessment - Paul Ryan + 2022-01-26 + Indicates policy applicable or used Harshvardhan J. Pandit - Georg P Krog - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - + accepted + - + + + has policy - accepted - 2021-09-08 + - + - - Piero Bonatti - Harshvardhan J. Pandit - - - - Processing that involves matching and combining of personal data + Specifries the method by which consent can be/has been withdrawn accepted - Matching and Combining - 2020-11-04 + 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 + Harshvardhan J. Pandit + Bud Bruegger + + + 2019-04-05 + has withdrawal method Harshvardhan J. Pandit - Paul Ryan - Julian Flake Beatriz Esteves + Julian Flake + Paul Ryan The term 'technology' is inclusive of technologies, processes, and methods. - + + 2022-01-26 - - accepted + is implemented using technology + accepted Indicates implementation details such as technologies or processes - - - - - - Members and Partners Management - Paul Ryan - Harshvardhan J. Pandit - David Hickey - Georg P Krog - - - - Maintain registry of shareholders, members, or partners for governance, administration, and management functions - accepted - - 2021-09-01 - + - + Data subjects that are clients or recipients of services + - accepted - Data Processor - - - 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 + Beatriz Esteves + Julian Flake + Georg P. Krog + Paul Ryan + 2022-04-06 + Client + accepted - + - - Indicate a risk is mitigated by specified measure - - - - - 2022-02-09 - + 2022-04-06 + Data subjects that are applicants in some context + Paul Ryan Harshvardhan J. Pandit - is mitigated by measure + Beatriz Esteves + Julian Flake + Georg P. Krog + accepted + + Applicant + + - + - - - - accepted 2019-05-07 - to move data from one location to another including deleting the original copy - Move + Align + to adjust the data to be in relation to another data + accepted + + - + - 2019-04-05 - - - Rob Brennan - Mark Lizar - Harshvardhan J. Pandit - Axel Polleres - Storage Duration - - Duration or temporal limitation on storage of personal data + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + Julian Flake + Georg P. Krog + accepted + + 2022-04-06 + note: subscriber can be customer or consumer + Data subjects that subscribe to service(s) + Subscriber - - - - - - - - - - - - - Entities Concepts - - + - 2019-04-05 - Improve Existing Products and Services - - Javier Fernandez - Fajar Ekaputra - Axel Polleres - Harshvardhan J. Pandit - Simon Steyskal - Elmar Kiesling - Improve existing products and services - - + + Harshvardhan J. Pandit + Georg P Krog + A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas + Country + + 2022-01-19 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. - + - - - + - Specifies the indicated entity is responsible within some context - has responsible entity + Personalisation Harshvardhan J. Pandit - - 2022-03-02 + Create and provide customisation based on attributes and/or needs of person(s) or context(s). accepted + + 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 - 2019-04-05 - Improve Internal CRM Processes - - - Javier Fernandez - Fajar Ekaputra Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit Simon Steyskal - - - - Improve customer-relationship management (CRM) processes - - - - - - - Automated Decision Making - Piero Bonatti + Fajar Ekaputra Harshvardhan J. Pandit - - accepted - Processing that involves automated decision making - 2020-11-04 + Javier Fernandez + Elmar Kiesling + Subclass of ServiceProvision since personalisation is usually considered part of providing services + + + + + accepted + Personalise services or product or activities + Service Personalization + 2019-04-05 - + - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + has storage + accepted - has expiry 2019-04-05 - Generic property specifying when or under which condition(s) the consent will expire + + Mark Lizar + Rob Brennan + Axel Polleres + Harshvardhan J. Pandit + + Indicates information about storage condition + - + + 2022-04-06 + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + Julian Flake + Georg P. Krog + Visitor + accepted - 2019-04-05 - - - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - - - has sector + + + Data subjects that are temporary visitors - + - 2022-02-09 - - has entity Harshvardhan J. Pandit - Indicates inclusion or applicability of an entity to some concept - parent property for controller, processor, data subject, authority, etc.? - + Beatriz Esteves + Georg P Krog + - - + Legal Compliance accepted + 2020-11-04 + + + Fulfilment of obligations or requirements towards achieving compliance with law or regulations - + + Processing is necessary or beneficial for interest of the public or society at large Harshvardhan J. Pandit - Mark Lizar - Rob Brennan - Axel Polleres + - Methods which restrict access to a place or resource - - Access Control Method - 2019-04-05 + + Public Interest accepted - + 2021-04-21 - + - 2021-04-21 - + accepted - Vital Interest - Processing is necessary or required to protect vital interests of a data subject or other natural person - Harshvardhan J. Pandit + Records of personal data processing, whether ex-ante or ex-post + Data Processing Records + + 2021-09-08 + Harshvardhan J. Pandit + + + + Harshvardhan J. Pandit + RegionalAuthority + An authority tasked with overseeing legal compliance for a region accepted + + 2022-02-02 + + + + - - Legal_Basis Concepts - - - - - + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + Base Concepts - + - accepted - Bud Bruegger + + + Protocols involving validation of identity i.e. authentication of a person or information Harshvardhan J. Pandit + Axel Polleres Mark Lizar - - has provision by - 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 - - + Rob Brennan + accepted 2019-04-05 + + Authentication Protocols - + - accepted - 2019-05-07 - - + An authority with the power to create or enforce laws, or determine their compliance. + + Georg Krog + Harshvardhan Pandit + Paul Ryan + accepted + + - Record - - to make a record (especially media) + Authority + 2020-11-04 - + - + to move data from one place to another + + + accepted - to give data (or a portion of it) to others + + + Transfer + 2019-05-07 + + + + Restrict 2019-05-07 + + - + + to apply a restriction on the processsing of specific records + accepted - Share - + - + accepted + 2021-04-07 - Innovative Use of New Technologies - Piero Bonatti Harshvardhan J. Pandit - 2020-11-04 - - accepted - Processing that involves use of innovative and new technologies + + Legal Obligation to conduct the specified processing + Legal Obligation - + + Indicates applicability of Risk + Indicates applicability of Risk for this concept + accepted - has representative - - Specifies representative of the legal entity - 2020-11-04 - Beatriz Esteves - Georg P Krog - Harshvardhan J.Pandit - Paul Ryan - - - accepted + Harshvardhan J. Pandit + + has risk + 2020-11-18 + - + + Harshvardhan J. Pandit + Piero Bonatti + + + + accepted + Processing that involves automated decision making - - - Purpose + Automated Decision Making + 2020-11-04 + + + + Axel Polleres - Javier Fernández - accepted + Mark Lizar + Rob Brennan + Harshvardhan J. Pandit + + + Authorisation Procedure + accepted + non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data + Procedures for determining authorisation through permission or authority 2019-04-05 - 2020-11-04 - The purpose of processing personal data - + - accepted - 2019-04-05 - - - has context - + + + Paul Ryan + 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. + modified - Indicates a purpose is restricted to the specified context(s) + Data Protection Officer + 2021-12-08 + 2020-11-04 + - + + 2019-04-05 + Axel Polleres + Javier Fernández accepted + + Recipient + 2020-11-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. - Harshvardhan J. Pandit - - - 2019-06-04 - Third Party + 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 + - + - Location or geospatial scope where the data is stored - Storage Location - 2019-04-05 - - - - Rob Brennan - Mark Lizar + Harshvardhan J. Pandit - Axel Polleres - + Georg P Krog + Paul Ryan + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. accepted + Impact Assessment + + 2020-11-04 + - + - accepted + Harshvardhan J. Pandit - Bud Bruegger + Axel Polleres Mark Lizar - - 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 consent notice - + Rob Brennan + + Policy regarding repetition or renewal of existing certification(s) + accepted 2019-04-05 - Specifies the notice provided in context of consent + Regularity of Re-certification + - + + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves + accepted + - - accepted - Harshvardhan J. Pandit - 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-04 - A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - 2020-11-25 - Child + 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 + Marketing - + - - Verify or authorize identity - 2019-04-05 + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan accepted - + Indicates the source or origin of data being processed + has data source + + + - - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Identity Verification - - - - - - - - - - - - - + + 2020-11-04 - + - accepted - non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data - Rob Brennan - Axel Polleres - Mark Lizar + Single Sign On + + Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. + 2020-11-04 + Paul Ryan Harshvardhan J. Pandit - Procedures for determining authorisation through permission or authority - Authorisation Procedure - - + Georg P Krog - - 2019-04-05 - - - - - + accepted - to organize data for arranging or classifying - - Organise - 2019-05-07 - - + - to create new derivative data from the original data - accepted - - 2019-05-07 - - Derive - - - accepted - - - to delete data - - 2019-05-07 - Erase + to change the data without changing it into something else + Alter - + - - + 2019-04-05 + Axel Polleres + Mark Lizar + Rob Brennan Harshvardhan J. Pandit - Paul Ryan - 2022-03-23 + + + accepted - Organisational Unit - Entity within an organisation that does not constitute as a separate legal entity + Staff Training + Practices and policies regarding training of staff members - + + + isSubTypeOf + + - A political union of two or more countries with an establishment of common authority + The consequence(s) possible or arising from failure of specified context accepted - Harshvardhan J. Pandit - 2022-01-19 - - - SupraNationalUnion - + 2022-03-23 - - - - Georg P Krog - Paul Ryan + Consequence of Failure + Harshvardhan J. Pandit - accepted - Data Transfer Impact Assessment + Georg P Krog - - 2021-09-08 - Impact Assessment for conducting data transfers - - + + + + + + + + + + + + + + + Javier D. Fernández + Simon Steyskal + Rob Brennan + Bud Bruegger + Piero Bonatti + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Elmar Kiesling + Paul Ryan + Rigo Wenning + Fajar J. Ekaputra + Ramisa Gachpaz Hamed + Julian Flake + Axel Polleres + Bert Bos + Mark Lizar + Eva Schlehahn + 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. + Harshvardhan J. Pandit + Axel Polleres + + + 0.6 + + dpv + Data Privacy Vocabulary + 2022-04-02 + https://w3id.org/dpv + 2019-06-18 + + - 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 - - - Mark Lizar Harshvardhan J. Pandit - Bud Bruegger - has provision method - - 2019-04-05 - Specifies the method by which consent was provisioned or provided - - - + Axel Polleres + Mark Lizar + Rob Brennan + + Encryption of data when being stored (persistent encryption) accepted - 2019-05-07 - + Encryption in Rest - + + 2019-04-05 - - to disclose data by means of transmission - Disclose by Transmission - + - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - Risk - accepted + The consequence(s) possible or arising from specified context - 2020-11-18 - A risk or possibility or uncertainty of negative effects, impacts, or consequences. + + 2022-01-26 + Consequence Harshvardhan J. Pandit + accepted - + - 2019-04-05 - Rob Brennan - Axel Polleres - Mark Lizar Harshvardhan J. Pandit - Non-disclosure Agreements e.g. preserving confidentiality of information + Bud Bruegger + Mark Lizar + is explicit + accepted + 2019-04-05 + Specifies consent is 'explicit' + The conditions for what is considered 'explicit consent' differ by norms and laws. + + - - Non-Disclosure Agreement (NDA) - accepted - - + - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar + Javier Fernández Axel Polleres - Storage Condition - + 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. + Personal Data Handling + + 2019-04-05 accepted - - Conditions required or followed regarding storage of data - 2019-04-05 + 2020-11-04 - + - - Harshvardhan J. Pandit - Georg P Krog - Beatriz Esteves - 2021-09-08 - Manage invoicing, orders, and records in relation to services - accepted + 2019-04-05 - Service Order Management - - - - Bud Bruegger Mark Lizar + Rob Brennan Harshvardhan J. Pandit - 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 - - - 2019-04-05 + Axel Polleres + 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 - - has withdrawal by justification + Pseudo-Anonymization + + - + + Acquire - accepted - Elmar Kiesling - Javier Fernandez - Fajar Ekaputra - Axel Polleres - Harshvardhan J. Pandit - Simon Steyskal - - 2019-04-05 - Optimise User Interface - Optimize interfaces presented to the user + to come into possession or control of the data + + - - - - Create Personalized Recommendations accepted - - - 2019-11-26 - - Create and provide personalised recommendations - Rudy Jacob - Harshvardhan J. Pandit - - + 2019-05-07 - + - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data - - Georg P. Krog - Paul Ryan + + IndustryConsortium + 2022-02-02 Harshvardhan J. Pandit - accepted - has recipient third party - - + A consortium established and comprising on industry organisations - - 2022-02-09 + - - - - - - has storage - - Mark Lizar - Axel Polleres - Harshvardhan J. Pandit - Rob Brennan - - Indicates information about storage condition - 2019-04-05 + accepted - - - + - 2019-04-05 - - Javier Fernandez - Fajar Ekaputra - Axel Polleres - Elmar Kiesling Harshvardhan J. Pandit - Simon Steyskal - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + Georg P Krog + Beatriz Esteves + accepted + Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. - Non-Commercial Research - accepted + The source or origin of data + 2020-11-04 + Data Source + - + - 2022-02-11 - - Indication of 'secondary' or 'minor' or 'auxiliary' importance + + Removed plural suffix for consistency - - + + 2021-09-21 + Harshvardhan J. Pandit - Paul Ryan - Julian Flake Beatriz Esteves + Julian Flake Georg P Krog - Secondary Importance + Fajar Ekaputra + 2020-11-04 accepted + + has consequence + Indicates consenquence(s) possible or arising from specified concept - - - - - - - - - - - - - - - - - - - Processing_Context Concepts - - - + - - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries - Paul Ryan + Harshvardhan J. Pandit - + Elmar Kiesling + Javier Fernandez + Axel Polleres + Simon Steyskal + Fajar Ekaputra - Personnel Management - - - 2022-03-30 + + accepted + Optimise User Interface + Optimize interfaces presented to the user + 2019-04-05 - + - Beatriz Esteves + + + accepted + Consultation with Authority Georg P Krog + Paul Ryan Harshvardhan J. Pandit - accepted 2020-11-04 - - - Register, authenticate, and identify users or agents in context of a service - Registration and Authentication - + Consultation with an authority or authoritative entity + - + - 2019-05-07 - accepted - to modify the data, often rewritten into a new form for a new use - + Beatriz Esteves + Julian Flake + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit - Adapt + 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. + accepted + A source of data that is publicly accessible or available - + + 2022-01-26 + Public Data Source - + - accepted - + Personnel Management + - 2019-04-05 - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Provide assistance, resolve issues, ensure satisfaction in relation to services provided + + 2022-03-30 + - - Customer Care - + Paul Ryan + Harshvardhan J. Pandit + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + accepted - + - Conduct analysis and reporting related to usage of services or products - Beatriz Esteves + + + Location Harshvardhan J. Pandit Georg P Krog - Analytics + Location may be geographic, physical, or virtual. + 2022-01-19 + A location is a position, site, or area where something is located accepted - 2020-11-04 - Was "UsageAnalytics", prefixed with Service to better reflect scope - - - - + - - 2022-02-16 accepted + to consult or query data + + 2019-05-07 + + - The frequency or information about periods and repetitions in terms of recurrence. - Frequency - Harshvardhan J. Pandit + Consult + + - + - - + Dispute Management + + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + 2021-09-08 + Manage disputes by natural persons, private bodies, or public authorities relevant to organisation accepted - Georg Krog - Paul Ryan - Harshvardhan Pandit - 2020-11-04 - An authority with the power to create or enforce laws, or determine their compliance. - Authority + - + - + has jurisdiction + Harshvardhan J. Pandit + Indicates applicability of specified jurisdiction + 2022-01-19 + accepted - 2019-04-05 - Javier Fernandez - Fajar Ekaputra - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Simon Steyskal - - Optimize activities and services for provider or controller - Optimisation for Controller + + - + + Elmar Kiesling + Simon Steyskal Axel Polleres - Javier Fernández - - - The individual (or category of individuals) whose personal data is being processed + Harshvardhan J. Pandit + Fajar Ekaputra + Javier Fernandez + 2019-04-05 + Optimize internal resource availability and usage for organisation - 2020-11-04 - 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 + + + Internal Resource Optimisation accepted - - + + + + + + + + + + + + Entities Concepts + + + + + Relation + + - - to arrange data according to a structure + 2022-01-19 + accepted - Structure - - accepted - - 2019-05-07 + + A broad concept representing 'data' or 'information' + Data + Harshvardhan J. Pandit - + + accepted + 2019-05-07 - - 2022-03-30 - Non-Material Damage - Impact that acts as or causes non-material damages - accepted - Harshvardhan J. Pandit + to keep data for future use + + + Store - + + + accepted - - - - Rob Brennan + Storage Location Mark Lizar - Harshvardhan J. Pandit + Rob Brennan Axel Polleres - + Harshvardhan J. Pandit + + 2019-04-05 - Indicates information about location - has location + Location or geospatial scope where the data is stored + + + + + + + accepted + + 2022-02-09 + + Indicates applicability or relevance of a 'third country' + has third country + Harshvardhan J. Pandit + Georg P Krog - 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 - Third-Party Agreement - 2022-02-09 - Harshvardhan J. Pandit + 2022-02-09 + 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 + Harshvardhan J. Pandit + accepted - + - Non-Personal Data + accepted + Beatriz + Georg P Krog + Harshvardhan J. Pandit + Customer Claims Management - 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. - 2022-01-19 - Harshvardhan J. Pandit - + Manage claims, including repayment of monies owed + + + + 2021-09-08 + + + + 2019-05-07 + Retrieve + + + + to retrieve data, often in an automated manner + accepted - + - Elmar Kiesling + Simon Steyskal + Fajar Ekaputra Harshvardhan J. Pandit Javier Fernandez - Fajar Ekaputra - Simon Steyskal + Elmar Kiesling Axel Polleres - Sell data or information relevant to insights obtained from analysis of data + Improve existing products and services 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 2019-04-05 - Sell Insights from Data - + Improve Existing Products and Services + - + - Harshvardhan J. Pandit - Georg P Krog + accepted + Harshvardhan J. Pandit + Frequency - Country - 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 - A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas - 2022-01-19 + The frequency or information about periods and repetitions in terms of recurrence. + 2022-02-16 - + - - - NonProfitOrganisation - - Harshvardhan J. Pandit - An organisation that does not aim to achieve profit as its primary goal - + has sector + + accepted - 2022-02-02 + + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + + 2019-04-05 - + - accepted + Mark Lizar + Rob Brennan Harshvardhan J. Pandit Axel Polleres - Rob Brennan - Mark Lizar - Storage Restoration + Certification and Seal - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + + Certifications, seals, and marks indicating compliance to regulations or practices + accepted 2019-04-05 - - + - Organisation Governance - - - - 2021-09-01 Paul Ryan Harshvardhan J. Pandit - David Hickey Georg P Krog - - Conduct activities and functions for organisation's governance - + accepted + + 2021-05-19 + + + Legitimate Interest of Controller + Legitimate Interests of a Data Controller in conducting specified processing - + - accepted + Piero Bonatti - Legal Compliance - - 2020-11-04 - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog + 2022-01-19 + Anonymised Data + accepted + - Fulfilment of obligations or requirements towards achieving compliance with law or regulations + 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. - + + + - has joint data controllers - - Indicates inclusion or applicability of a Joint Data Controller - Georg P. Krog Paul Ryan Harshvardhan J. Pandit - accepted + Georg P. Krog - - 2022-02-09 - - - - - - 2022-02-02 - - - - - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + accepted - Harshvardhan J. Pandit - AcademicScientificOrganisation + + has data importer + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - + - Beatriz Esteves - Georg P Krog + has expiry Harshvardhan J. Pandit - - - - accepted - - Was commercial interest, changed to consider Marketing a separate Purpose category by itself - 2020-11-04 - Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing - Marketing - - - - Indicates applicability of Risk - Indicates applicability of Risk for this concept - has risk - - - accepted - - 2020-11-18 + Bud Bruegger + Mark Lizar - Harshvardhan J. Pandit - - - - Georg P. Krog - Harshvardhan J. Pandit - Paul Ryan accepted - has data processor - - - - 2022-02-09 - + Generic property specifying when or under which condition(s) the consent will expire - Indiciates inclusion or applicability of a Data Processor - + 2019-04-05 - + - - David Hickey - Georg P Krog Paul Ryan Harshvardhan J. Pandit + David Hickey + Georg P Krog + - 2021-09-08 + 2021-09-08 + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. accepted - Notice - A notice is an artefact for providing information, choices, or controls + Policy - + - Julian Flake - Georg P Krog - Paul Ryan - Beatriz Esteves - Harshvardhan J. Pandit - - - Indication of neither being required nor optional i.e. not relevant or needed - 2022-02-15 - Not Required - accepted - - - - - - - - - Entities_Datasubject Concepts - - - - Specifies the instant in time when consent was given - Mark Lizar - Bud Bruegger - Harshvardhan J. Pandit - has provision time - 2019-04-05 - accepted - - - - - - + to solicit or gather data from someone + Obtain + accepted - has withdrawal time - Harshvardhan J. Pandit - Bud Bruegger - Mark Lizar - Specifies the instant in time when consent was withdrawn - - - 2019-04-05 - - - - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - 2020-11-04 - - - + + 2019-05-07 + + + + Create Event Recommendations + + + + Harshvardhan J. Pandit + Rudy Jacob + + Create and provide personalised recommendations for events + 2019-11-26 accepted - Consultation with Authority - Consultation with an authority or authoritative entity - + accepted + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + Julian Flake + Georg P. Krog + Data subjects that are employees + Employee + - - Consequence of Success - 2022-03-23 - Georg P Krog - Harshvardhan J. Pandit - The consequence(s) possible or arising from success of specified context + 2022-04-06 - + - Make Available + Contextually relevant information about purpose not possible to represent through other concepts - - to transform or publish data to be used - 2019-05-07 + Axel Polleres + Harshvardhan J. Pandit + Simon Steyskal + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez accepted - + Context + 2019-04-05 - + - - Rudy Jacob - Harshvardhan J. Pandit - Create and provide personalised recommendations for events - - - + + Indicates association with Personal Data Handling + + accepted - 2019-11-26 - Create Event Recommendations + + has personal data handling + Harshvardhan J. Pandit + Georg P Krog + 2022-01-19 - + + + + + + + + + + Entities_Authority Concepts + + - 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 - + Public Relations + Manage and conduct public relations processes. This includes creating goodwill for the organization. + 2021-09-01 + + + David Hickey Harshvardhan J. Pandit - - - Complete Anonymisation + Georg P Krog + Paul Ryan accepted + + - + - accepted - - 2019-05-07 - + + Harshvardhan J. Pandit + Axel Polleres + Mark Lizar + Rob Brennan + accepted + Practices regarding incorporating data protection and privacy in the design of information and services + 2019-04-05 - Obtain - to solicit or gather data from someone + Privacy by Design - + - Safeguard for Data Transfer - - + 2022-02-16 Harshvardhan J. Pandit - David Hickey - Georg P Krog - Paul Ryan - Represents a safeguard used for data transfer. Can include technical or organisational measures. - - 2021-09-22 accepted - + + + + Indicates the frequency with which something takes place + has frequency + + - + - 2022-01-19 - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - 2019-05-07 + Data Processor + 2019-06-04 + + + Harshvardhan J. Pandit accepted - 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 + A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. - + - Entity Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog accepted - A human or non-human 'thing' that constitutes as an entity - 2022-02-02 + 2020-11-04 + Payment + + Process payment transactions in relation to service - + - - + + to process data in a way it no longer exists or cannot be repaired + Destruct + accepted - Harshvardhan J. Pandit - - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data - Pseudo-anonymised Data - 2022-01-19 + + 2019-05-07 + - + - has country - - - - Georg P Krog Harshvardhan J. Pandit + Indicates association with Personal Data + has personal data 2022-01-19 - - + + + accepted - Indicates applicability of specified country + - + - - to study or examine the data in detail - 2019-05-07 - + + Harshvardhan J. Pandit + Processing is necessary or required to protect vital interests of a data subject or other natural person + 2021-04-21 - accepted - Analyse + Vital Interest - + - - 2021-05-19 - + 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. + Axel Polleres Harshvardhan J. Pandit - Legitimate Interests of a Party as justification for specified processing - accepted - - Legitimate Interest + Beatriz Esteves + Julian Flake + Paul Ryan + modified + + 2019-05-07 + 2022-01-26 - - - - - SupraNationalAuthority - Harshvardhan J. Pandit - - - - An authority tasked with overseeing legal compliance for a supra-national union e.g. EU - accepted - 2022-02-02 + + + has domain - + - 2019-05-07 - to produce an exact reprodution of the data - Copy - + 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 + Beatriz Esteves + Georg P Krog + Harshvardhan J Pandit + 2020-11-18 + Right + The right(s) applicable, provided, or expected. accepted - - - + accepted - 2022-01-19 - + Bud Bruegger + Mark Lizar + Harshvardhan J. Pandit - - has applicable law - Harshvardhan J. Pandit - Indicates applicability of a Law + Specifies the instant in time when consent was withdrawn + has withdrawal time + 2019-04-05 - + + 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 + + accepted - - Harshvardhan J. Pandit - Material Damage - 2022-03-30 - accepted - Impact that acts as or causes material damages + Personal Data that is obtained or derived from other data + + + 2022-01-19 + Derived Personal Data - + - Representative accepted + Sell Products + Georg P Krog Harshvardhan J. Pandit - Paul Ryan - Georg Krog Beatriz Esteves - - - 2020-11-04 + Sell here means exchange, submit, or provide in return for direct or indirect compensation. + 2021-09-08 + - A representative of a legal entity + Sell products or services - + - Assessment - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments Harshvardhan J. Pandit - + Piero Bonatti + - - - accepted - 2021-09-08 - - - - Manage payment of vendors - Paul Ryan - Harshvardhan J. Pandit - David Hickey - Georg P Krog - - - - Vendor Payment - + 2020-11-04 + Systematic Monitoring + Processing that involves systematic monitoring of individuals accepted - 2021-09-01 + + - + - Personal Data Handling + Create and provide personalised recommendations + + - Axel Polleres - Javier Fernández - 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. + Harshvardhan J. Pandit + Rudy Jacob + 2019-11-26 + Create Personalized Recommendations + accepted - 2019-04-05 - - 2020-11-04 - + - to consult or query data - + 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. + Harshvardhan J. Pandit accepted - Consult - 2019-05-07 - - - - - + A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - - - - accepted - - 2019-04-05 - Research and Development - Javier Fernandez - Fajar Ekaputra - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Conduct research and development for new methods, products, or services - + 2020-11-25 + Child + - + - 2022-03-02 - accepted - Indicates the specified concepts is 'before' this concept in some context - - Georg P. Krog + Harshvardhan J. Pandit - Julian Flake - + A region is an area or site that is considered a location + 2022-01-19 + accepted + + Region - - is before - + - - - + 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. + + Mark Lizar + Axel Polleres + Harshvardhan J. Pandit + Rob Brennan + 2019-04-05 accepted - to come into possession or control of the data - 2019-05-07 - Acquire + 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 - + - + 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-02-09 - Natural Person - A human + + Non-Personal Data + Data that is not Personal Data Harshvardhan J. Pandit + 2022-01-19 - + - + Harshvardhan J. Pandit + ForProfitOrganisation + 2022-02-02 - Context or conditions within which processing takes place + + An organisation that aims to achieve profit as its primary goal accepted - - 2022-02-09 - Processing Context - Harshvardhan J. Pandit + - + + Erase + accepted - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - Technology - Harshvardhan J. Pandit - 2022-01-26 - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - accepted - - - - - accepted - to keep data for future use 2019-05-07 + - - - Store - + to delete data - + + + Manage customer orders + + Customer Order Management Harshvardhan J. Pandit - David Hickey + Beatriz Georg P Krog - Paul Ryan - Organisation Risk Management + 2021-09-08 accepted - - 2021-09-01 - Manage risk for organisation's activities - + - Third Country + to change the form or nature of data + accepted - Harshvardhan J. Pandit - 2022-02-09 - Represents a country outside applicable or compatible jurisdiction as outlined in law - + Transform + 2019-05-07 + - - - isSubTypeOf + + + accepted + + + + Transmit + + 2019-05-07 + + to send out data - - - isInstanceOf + + + + + Harshvardhan J. Pandit + 2022-01-19 + A law is a set of rules created by government or authorities + accepted + + Law - - Concept - + + has range + diff --git a/dpv/dpv.ttl b/dpv/dpv.ttl index 5ec3bdad6..d7800a4bb 100644 --- a/dpv/dpv.ttl +++ b/dpv/dpv.ttl @@ -4,23 +4,25 @@ @prefix owl: . @prefix rdfs: . @prefix skos: . -@prefix spl: . -@prefix svd: . -@prefix svpr: . -@prefix svpu: . +@prefix spl: . +@prefix svd: . +@prefix svpr: . +@prefix svpu: . @prefix sw: . @prefix vann: . @prefix xsd: . a owl:Ontology ; dct:abstract "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:contributor "Beatriz Esteves", + dct:contributor "Axel Polleres", + "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "Elmar Kiesling", "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -40,7 +42,7 @@ dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpv" ; vann:preferredNamespaceUri "https://w3id.org/dpv"^^xsd:string ; - owl:versionInfo "0.5"^^xsd:string . + owl:versionInfo "0.6"^^xsd:string . dpv:BaseConcepts a skos:Collection ; dct:title "Base Concepts"^^xsd:string ; @@ -136,8 +138,25 @@ dpv:Entities_AuthorityConcepts a skos:Collection ; dpv:Entities_DatasubjectConcepts a skos:Collection ; dct:title "Entities_Datasubject Concepts"^^xsd:string ; skos:member dpv:Adult, + dpv:Applicant, dpv:Child, + dpv:Citizen, + dpv:Client, + dpv:Consumer, + dpv:Customer, dpv:DataSubject, + dpv:Employee, + dpv:Immigrant, + dpv:JobApplicant, + dpv:Member, + dpv:NonCitizen, + dpv:Participant, + dpv:Patient, + dpv:Student, + dpv:Subscriber, + dpv:Tourist, + dpv:User, + dpv:Visitor, dpv:VulnerableDataSubject, dpv:hasDataSubject . @@ -366,6 +385,8 @@ dpv:RiskConcepts a skos:Collection ; dpv:MaterialDamage, dpv:NonMaterialDamage, dpv:Risk, + dpv:RiskManagementProcedure, + dpv:RiskMitigationMeasure, dpv:hasConsequence, dpv:hasImpact, dpv:hasImpactOn, @@ -414,8 +435,6 @@ dpv:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpv:RecordsOfActivities, dpv:RegisterOfProcessingActivities, dpv:RegularityOfRecertification, - dpv:RiskManagementProcedure, - dpv:RiskMitigationMeasure, dpv:Safeguard, dpv:SafeguardForDataTransfer, dpv:Seal, @@ -431,6 +450,12 @@ dpv:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpv:hasTechnicalOrganisationalMeasure, dpv:isPolicyFor . +dpv:hasDomain ns1:prefLabel "has domain"@en ; + rdfs:subPropertyOf ns1:semanticRelation . + +dpv:hasRange ns1:prefLabel "has range"@en ; + rdfs:subPropertyOf ns1:semanticRelation . + dpv:isInstanceOf ns1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf ns1:semanticRelation . @@ -551,7 +576,7 @@ dpv:Alter a skos:Concept, dpv:Analyse a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to study or examine the data in detail"@en ; @@ -563,7 +588,7 @@ dpv:Analyse a skos:Concept, dpv:Anonymise a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "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"@en ; @@ -654,6 +679,36 @@ dpv:Child a skos:Concept, skos:prefLabel "Child"@en ; dpv:isSubTypeOf dpv:NatualPerson . +dpv:Citizen a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Citizen"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Client a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are clients or recipients of services"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Client"@en ; + dpv:isSubTypeOf dpv:Customer . + dpv:CodeOfConduct a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -672,7 +727,7 @@ dpv:Collect 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 gather data from someone"@en ; @@ -697,7 +752,7 @@ dpv:Combine 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 join or merge data"@en ; @@ -798,7 +853,7 @@ dpv:Consult 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 consult or query data"@en ; @@ -820,6 +875,21 @@ dpv:ConsultationWithAuthority a skos:Concept, skos:prefLabel "Consultation with Authority"@en ; dpv:isSubTypeOf dpv:Consultation . +dpv:Consumer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that consume goods or services for direct use"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Consumer"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:ContractPerformance a skos:Concept, dpv:Concept ; dct:created "2021-04-07"^^xsd:date ; @@ -865,7 +935,7 @@ dpv:ControllerProcessorAgreement a skos:Concept, dpv:Copy a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to produce an exact reprodution of the data"@en ; @@ -879,7 +949,7 @@ dpv:CreateEventRecommendations a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Create and provide personalised recommendations for events"@en ; @@ -1058,7 +1128,7 @@ dpv:DeliveryOfGoods a skos:Concept, dpv:Derive a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to create new derivative data from the original data"@en ; @@ -1167,6 +1237,21 @@ dpv:EconomicUnion a skos:Concept, skos:prefLabel "EconomicUnion"@en ; dpv:isSubTypeOf dpv:Location . +dpv:Employee a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are employees"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Employee"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:EncryptionInRest a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1326,6 +1411,21 @@ dpv:IdentityVerification a skos:Concept, skos:prefLabel "Identity Verification"@en ; dpv:isSubTypeOf dpv:EnforceSecurity . +dpv:Immigrant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Immigrant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:ImproveExistingProductsAndServices a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1442,6 +1542,21 @@ dpv:InternationalOrganisation a skos:Concept, skos:prefLabel "International Organisation"@en ; dpv:isSubTypeOf dpv:Organisation . +dpv:JobApplicant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that apply for jobs or employments"@en ; + skos:inScheme dpv: ; + skos:prefLabel "JobApplicant"@en ; + dpv:isSubTypeOf dpv:Applicant . + dpv:JointDataControllersAgreement a skos:Concept, dpv:Concept ; dct:created "2022-01-26"^^xsd:date ; @@ -1568,6 +1683,21 @@ dpv:MaterialDamage a skos:Concept, skos:prefLabel "Material Damage"@en ; dpv:isSubTypeOf dpv:Damage . +dpv:Member a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Member"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:MemberPartnerManagement a skos:Concept, dpv:Concept ; dct:created "2021-09-01"^^xsd:date ; @@ -1586,7 +1716,7 @@ dpv:MemberPartnerManagement a skos:Concept, dpv:Move a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to move data from one location to another including deleting the original copy"@en ; @@ -1621,6 +1751,21 @@ dpv:NationalAuthority a skos:Concept, skos:prefLabel "NationalAuthority"@en ; dpv:isSubTypeOf dpv:Authority . +dpv:NonCitizen a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "NonCitizen"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:NonCommercialResearch a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1783,7 +1928,8 @@ dpv:OrganisationalUnit a skos:Concept, sw:term_status "accepted"@en ; skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ; skos:inScheme dpv: ; - skos:prefLabel "Organisational Unit"@en . + skos:prefLabel "Organisational Unit"@en ; + dpv:isSubTypeOf dpv:Entity . dpv:PIA a skos:Concept, dpv:Concept ; @@ -1798,6 +1944,36 @@ dpv:PIA a skos:Concept, skos:prefLabel "Privacy Impact Assessment"@en ; dpv:isSubTypeOf dpv:ImpactAssessment . +dpv:Participant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Participant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Patient a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Patient"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:Payment a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -2396,6 +2572,21 @@ dpv:Structure a skos:Concept, skos:prefLabel "Structure"@en ; dpv:isSubTypeOf dpv:Organise . +dpv:Student a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are students"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Student"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:SubProcessorAgreement a skos:Concept, dpv:Concept ; dct:created "2022-01-26"^^xsd:date ; @@ -2411,6 +2602,22 @@ dpv:SubProcessorAgreement a skos:Concept, skos:prefLabel "Sub-Processor Agreement"@en ; dpv:isSubTypeOf dpv:DataProcessingAgreement . +dpv:Subscriber a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that subscribe to service(s)"@en ; + skos:inScheme dpv: ; + skos:note "note: subscriber can be customer or consumer"@en ; + skos:prefLabel "Subscriber"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:SupraNationalAuthority a skos:Concept, dpv:Concept ; dct:created "2022-02-02"^^xsd:date ; @@ -2480,6 +2687,21 @@ dpv:ThirdPartyAgreement a skos:Concept, skos:prefLabel "Third-Party Agreement"@en ; dpv:isSubTypeOf dpv:DataProcessingAgreement . +dpv:Tourist a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Tourist"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:Transmit a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -2491,6 +2713,21 @@ dpv:Transmit a skos:Concept, skos:prefLabel "Transmit"@en ; dpv:isSubTypeOf dpv:Disclose . +dpv:User a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that use service(s)"@en ; + skos:inScheme dpv: ; + skos:prefLabel "User"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:UserInterfacePersonalisation a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -2552,6 +2789,21 @@ dpv:VendorSelectionAssessment a skos:Concept, skos:prefLabel "Vendor Selection Assessment"@en ; dpv:isSubTypeOf dpv:VendorManagement . +dpv:Visitor a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are temporary visitors"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Visitor"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:VitalInterestOfDataSubject a skos:Concept, dpv:Concept ; dct:created "2021-04-21"^^xsd:date ; @@ -2575,7 +2827,7 @@ dpv:VulnerableDataSubject a skos:Concept, sw:term_status "accepted"@en ; skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; skos:inScheme dpv: ; - skos:note "This concept denote 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."@en ; + skos:note "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."@en ; skos:prefLabel "Vulnerable Data Subject"@en ; dpv:isSubTypeOf dpv:DataSubject . @@ -2752,7 +3004,7 @@ dpv:hasDuration a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Duration ; @@ -3082,7 +3334,7 @@ dpv:hasStorage a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:StorageCondition ; @@ -3322,6 +3574,21 @@ dpv:AlgorithmicLogic a skos:Concept, skos:prefLabel "Algorithmic Logic"@en ; dpv:isSubTypeOf dpv:Context . +dpv:Applicant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are applicants in some context"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Applicant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:AuthenticationProtocols a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -3364,6 +3631,22 @@ dpv:Consultation a skos:Concept, skos:prefLabel "Consultation"@en ; dpv:isSubTypeOf dpv:OrganisationalMeasure . +dpv:Customer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that purchase goods or services"@en ; + skos:inScheme dpv: ; + skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + skos:prefLabel "Customer"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:CustomerCare a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -3732,7 +4015,7 @@ dpv:ThirdParty a skos:Concept, dpv:Transfer a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to move data from one place to another"@en ; @@ -3836,7 +4119,7 @@ dpv:hasLocation a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Location ; @@ -3866,7 +4149,7 @@ dpv:hasProcessing a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Processing ; @@ -3884,7 +4167,7 @@ dpv:hasPurpose a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Purpose ; @@ -3977,7 +4260,7 @@ dpv:CreatePersonalizedRecommendations a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Create and provide personalised recommendations"@en ; @@ -4482,22 +4765,6 @@ dpv:CustomerManagement a skos:Concept, skos:prefLabel "Customer Management"@en ; dpv:isSubTypeOf dpv:Purpose . -dpv:DataSubject a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Javier Fernández"^^xsd:string ; - dct:modified "2020-11-04"^^xsd:date ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "The individual (or category of individuals) whose personal data is being processed"@en ; - skos:inScheme dpv: ; - skos:note "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; - skos:prefLabel "Data Subject"@en ; - dpv:isSubTypeOf dpv:LegalEntity, - dpv:NaturalPerson . - dpv:Disclose a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -4516,7 +4783,7 @@ dpv:Recipient a skos:Concept, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Entities that receive personal data"@en ; @@ -4563,7 +4830,7 @@ dpv:hasRecipient a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Recipient ; @@ -4735,26 +5002,26 @@ dpv:ServiceProvision a skos:Concept, skos:prefLabel "Service Provision"@en ; dpv:isSubTypeOf dpv:Purpose . -dpv:Entity a skos:Concept, +dpv:LegalEntity a skos:Concept, dpv:Concept ; - dct:created "2022-02-02"^^xsd:date ; + dct:created "2019-04-05"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "A human or non-human 'thing' that constitutes as an entity"@en ; + skos:definition "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law"@en ; skos:inScheme dpv: ; - skos:prefLabel "Entity"@en . + skos:prefLabel "Legal Entity"@en ; + dpv:isSubTypeOf dpv:Entity . -dpv:LegalEntity a skos:Concept, +dpv:Entity a skos:Concept, dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; + dct:created "2022-02-02"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law"@en ; + skos:definition "A human or non-human 'thing' that constitutes as an entity"@en ; skos:inScheme dpv: ; - skos:prefLabel "Legal Entity"@en ; - dpv:isSubTypeOf dpv:Entity . + skos:prefLabel "Entity"@en . dpv:LegalBasis a skos:Concept, dpv:Concept ; @@ -4775,7 +5042,7 @@ dpv:Processing a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -4803,7 +5070,7 @@ dpv:Purpose a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -4811,6 +5078,22 @@ dpv:Purpose a skos:Concept, skos:prefLabel "Purpose"@en ; skos:related spl:AnyPurpose . +dpv:DataSubject a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Javier Fernández"^^xsd:string ; + dct:modified "2020-11-04"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "The individual (or category of individuals) whose personal data is being processed"@en ; + skos:inScheme dpv: ; + skos:note "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ; + skos:prefLabel "Data Subject"@en ; + dpv:isSubTypeOf dpv:LegalEntity, + dpv:NaturalPerson . + dpv:Relation ns1:prefLabel "Relation"@en ; rdfs:subPropertyOf ns1:semanticRelation . diff --git a/dpv/index.html b/dpv/index.html index b16417eb1..288553bc1 100644 --- a/dpv/index.html +++ b/dpv/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv", title: "Data Privacy Vocabulary (DPV)", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -633,7 +633,7 @@

                        Personal Data

                        See Also: - spl:AnyData + spl:AnyData @@ -684,7 +684,7 @@

                        Processing

                        Source: - SPECIAL Project + SPECIAL Project @@ -705,7 +705,7 @@

                        Processing

                        See Also: - spl:AnyProcessing + spl:AnyProcessing @@ -726,7 +726,7 @@

                        Purpose

                        Source: - SPECIAL Project + SPECIAL Project @@ -747,7 +747,7 @@

                        Purpose

                        See Also: - spl:AnyPurpose + spl:AnyPurpose @@ -779,7 +779,7 @@

                        Recipient

                        Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -800,7 +800,7 @@

                        Recipient

                        See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -1103,7 +1103,7 @@

                        has processing

                        Source: - SPECIAL Project + SPECIAL Project @@ -1146,7 +1146,7 @@

                        has purpose

                        Source: - SPECIAL Project + SPECIAL Project @@ -1189,7 +1189,7 @@

                        has recipient

                        Source: - SPECIAL Project + SPECIAL Project @@ -2026,7 +2026,7 @@

                        Recipient

                        Source: GDPR Art.4-9g, - SPECIAL Project + SPECIAL Project @@ -2047,7 +2047,7 @@

                        Recipient

                        See Also: - spl:AnyRecipient + spl:AnyRecipient @@ -2374,7 +2374,7 @@

                        has recipient

                        Source: - SPECIAL Project + SPECIAL Project @@ -3066,46 +3066,641 @@

                        Organisational Unit

                        Definition: Entity within an organisation that does not constitute as a separate legal entity + + SubType of: + + dpv:Entity + + + + Created: + + + + Contributor(s): + + Harshvardhan J. Pandit, + Paul Ryan + + + + + + + + + +
                        +

                        Data Subjects

                        +
                        +

                        Classes

                        +

                        + Adult | + Applicant | + Child | + Citizen | + Client | + Consumer | + Customer | + Data Subject | + Employee | + Immigrant | + JobApplicant | + Member | + NonCitizen | + Participant | + Patient | + Student | + Subscriber | + Tourist | + User | + Visitor | + Vulnerable Data Subject +

                        + +
                        +

                        Adult

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Adult
                        Definition:A natural person that is not a child i.e. has attained some legally specified age of adulthood
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Georg Krog +
                        +
                        +
                        +

                        Applicant

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Applicant
                        Definition:Data subjects that are applicants in some context
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Child

                        + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Child
                        Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
                        SubType of: + dpv:NatualPerson +
                        Note: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.
                        Created:
                        Contributor(s): + Harshvardhan J. Pandit +
                        +
                        +
                        +

                        Citizen

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Citizen
                        Definition:Data subjects that are citizens (for a jurisdiction)
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Client

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Client
                        Definition:Data subjects that are clients or recipients of services
                        SubType of: + dpv:Customer +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Consumer

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Consumer
                        Definition:Data subjects that consume goods or services for direct use
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Customer

                        + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Customer
                        Definition:Data subjects that purchase goods or services
                        SubType of: + dpv:DataSubject +
                        Note:note: for B2B relations where customers are organisations, this concept only applies for data subjects
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Data Subject

                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:DataSubject
                        Definition:The individual (or category of individuals) whose personal data is being processed
                        SubType of: + dpv:LegalEntity, + dpv:NaturalPerson +
                        Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.
                        Source: + GDPR Art.4-1 +
                        Created:
                        Modified:
                        Contributor(s): + Axel Polleres, + Javier Fernández +
                        +
                        +
                        +

                        Employee

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Employee
                        Definition:Data subjects that are employees
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Immigrant

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Immigrant
                        Definition:Data subjects that are immigrants (for a jurisdiction)
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        JobApplicant

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:JobApplicant
                        Definition:Data subjects that apply for jobs or employments
                        SubType of: + dpv:Applicant +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Member

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Member
                        Definition:Data subjects that are members of a group, organisation, or other collectives
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        NonCitizen

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:NonCitizen
                        Definition:Data subjects that are not citizens (for a jurisdiction)
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Participant

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Participant
                        Definition:Data subjects that participate in some context such as volunteers in a function
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Patient

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:Patient
                        Definition:Data subjects that receive medican attention, treatment, care, advice, or other health related services
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
                        +
                        +
                        +

                        Student

                        + + + + + + + + + + + + + + - +
                        Term:Student
                        Definition:Data subjects that are students
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): + Beatriz Esteves, + Georg P. Krog, Harshvardhan J. Pandit, + Julian Flake, Paul Ryan
                        - -
                        -
                        - -
                        -

                        Data Subjects

                        -
                        -

                        Classes

                        -

                        - Adult | - Child | - Data Subject | - Vulnerable Data Subject -

                        - -
                        -

                        Adult

                        +
                        +

                        Subscriber

                        - + - + @@ -3113,96 +3708,127 @@

                        Adult

                        dpv:DataSubject + + + + - +
                        Term:AdultSubscriber
                        Definition:A natural person that is not a child i.e. has attained some legally specified age of adulthoodData subjects that subscribe to service(s)
                        SubType of:
                        Note:note: subscriber can be customer or consumer
                        Created:
                        Contributor(s): - Georg Krog + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                        -
                        -

                        Child

                        +
                        +

                        Tourist

                        - + - + - - - - - +
                        Term:ChildTourist
                        Definition:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.Data subjects that are tourists i.e. not citizens and not immigrants
                        SubType of: - dpv:NatualPerson + dpv:DataSubject
                        Note: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.
                        Created:
                        Contributor(s): - Harshvardhan J. Pandit + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                        -
                        -

                        Data Subject

                        +
                        +

                        User

                        - + - + - - + + - + + +
                        Term:DataSubjectUser
                        Definition:The individual (or category of individuals) whose personal data is being processedData subjects that use service(s)
                        SubType of: - dpv:LegalEntity, - dpv:NaturalPerson + dpv:DataSubject
                        Note:The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.Created:
                        Source:Contributor(s): - GDPR Art.4-1 + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                        +
                        +
                        +

                        Visitor

                        + + - - + + - - + + + + + + + + + + @@ -3228,7 +3854,7 @@

                        Vulnerable Data Subject

                        - + @@ -3410,7 +4036,7 @@

                        Academic Research

                        @@ -3522,7 +4148,7 @@

                        Commercial Research

                        @@ -3621,7 +4247,7 @@

                        Create Event Recommendations

                        @@ -3659,7 +4285,7 @@

                        Create Personalized Recommendations

                        @@ -3712,7 +4338,7 @@

                        Create Product Recommendations

                        @@ -3754,7 +4380,7 @@

                        Customer Care

                        @@ -3979,7 +4605,7 @@

                        Delivery of Goods

                        @@ -4097,7 +4723,7 @@

                        Enforce Access Control

                        @@ -4179,7 +4805,7 @@

                        Fraud Prevention and Detection

                        @@ -4593,7 +5219,7 @@

                        Optimisation for Consumer

                        @@ -5010,7 +5636,7 @@

                        Purpose

                        @@ -5031,7 +5657,7 @@

                        Purpose

                        @@ -5866,7 +6492,7 @@

                        has purpose

                        @@ -6111,7 +6737,7 @@

                        Analyse

                        @@ -6121,7 +6747,7 @@

                        Analyse

                        @@ -6148,7 +6774,7 @@

                        Anonymise

                        @@ -6158,7 +6784,7 @@

                        Anonymise

                        @@ -6186,7 +6812,7 @@

                        Collect

                        @@ -6196,7 +6822,7 @@

                        Collect

                        @@ -6224,7 +6850,7 @@

                        Combine

                        @@ -6234,7 +6860,7 @@

                        Combine

                        @@ -6262,7 +6888,7 @@

                        Consult

                        @@ -6272,7 +6898,7 @@

                        Consult

                        @@ -6299,7 +6925,7 @@

                        Copy

                        @@ -6309,7 +6935,7 @@

                        Copy

                        @@ -6336,7 +6962,7 @@

                        Derive

                        @@ -6346,7 +6972,7 @@

                        Derive

                        @@ -6559,7 +7185,7 @@

                        Move

                        @@ -6569,7 +7195,7 @@

                        Move

                        @@ -6652,7 +7278,7 @@

                        Processing

                        @@ -6673,7 +7299,7 @@

                        Processing

                        @@ -6979,7 +7605,7 @@

                        Transfer

                        @@ -6989,7 +7615,7 @@

                        Transfer

                        @@ -7111,7 +7737,7 @@

                        has processing

                        @@ -7302,7 +7928,7 @@

                        Derived Personal Data

                        @@ -7459,7 +8085,7 @@

                        Personal Data

                        @@ -7666,8 +8292,6 @@

                        Classes

                        Records of Activities | Register of Processing Activities | Regularity of Re-certification | - Risk Management Procedure | - Risk Mitigation Measure | Safeguard | Safeguard for Data Transfer | Seal | @@ -9018,83 +9642,6 @@

                        Regularity of Re-certification

                        Created:Term:Visitor
                        Modified:Definition:Data subjects that are temporary visitors
                        SubType of: + dpv:DataSubject +
                        Created:
                        Contributor(s): - Axel Polleres, - Javier Fernández + Beatriz Esteves, + Georg P. Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan
                        Note:This concept denote 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.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.
                        Created:
                        See Also: - svpu:Education + svpu:Education
                        See Also: - svpu:Develop + svpu:Develop
                        Source: - SPECIAL Project + SPECIAL Project
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - svpu:Marketing + svpu:Marketing
                        See Also: - svpu:Feedback + svpu:Feedback
                        See Also: - svpu:Delivery + svpu:Delivery
                        See Also: - svpu:Login + svpu:Login
                        See Also: - svpu:Government + svpu:Government
                        See Also: - svpu:Custom + svpu:Custom
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - spl:AnyPurpose + spl:AnyPurpose
                        Source: - SPECIAL Project + SPECIAL Project
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Analyse + svpr:Analyse
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Anonymize + svpr:Anonymize
                        Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Collect + svpr:Collect
                        Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Aggregate + svpr:Aggregate
                        Source: GDPR Art.4-2, - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Query + svpr:Query
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Copy + svpr:Copy
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Derive + svpr:Derive
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Move + svpr:Move
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - spl:AnyProcessing + spl:AnyProcessing
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - svpr:Transfer + svpr:Transfer
                        Source: - SPECIAL Project + SPECIAL Project
                        See Also: - svd:Derived + svd:Derived
                        See Also: - spl:AnyData + spl:AnyData
                        -
                        -

                        Risk Management Procedure

                        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        Term:RiskManagementProcedure
                        Definition: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.
                        SubType of: - dpv:OrganisationalMeasure -
                        Note: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
                        Source: - ISO 31000 -
                        Created:
                        Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
                        -
                        -
                        -

                        Risk Mitigation Measure

                        - - - - - - - - - - - - - - - - - - - - - - - -
                        Term:RiskMitigationMeasure
                        Definition:Measures intended to mitigate, minimise, or prevent risk.
                        SubType of: - dpv:TechnicalOrganisationalMeasure -
                        Created:
                        Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
                        -

                        Safeguard

                        @@ -10146,7 +10693,7 @@

                        has duration

                        @@ -11047,7 +11594,7 @@

                        has storage

                        @@ -11094,7 +11641,9 @@

                        Classes

                        Impact | Material Damage | Non-Material Damage | - Risk + Risk | + Risk Management Procedure | + Risk Mitigation Measure

                        @@ -11490,6 +12039,83 @@

                        Risk

                        Source: - SPECIAL Project + SPECIAL Project
                        Source: - SPECIAL Project + SPECIAL Project
                        +
                        +

                        Risk Management Procedure

                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:RiskManagementProcedure
                        Definition: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.
                        SubType of: + dpv:OrganisationalMeasure +
                        Note: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
                        Source: + ISO 31000 +
                        Created:
                        Contributor(s): + Axel Polleres, + Harshvardhan J. Pandit, + Mark Lizar, + Rob Brennan +
                        +
                        +
                        +

                        Risk Mitigation Measure

                        + + + + + + + + + + + + + + + + + + + + + + + +
                        Term:RiskMitigationMeasure
                        Definition:Measures intended to mitigate, minimise, or prevent risk.
                        SubType of: + dpv:TechnicalOrganisationalMeasure +
                        Created:
                        Contributor(s): + Georg P Krog, + Harshvardhan J. Pandit, + Paul Ryan +
                        +
                        @@ -12097,7 +12723,7 @@

                        has location

                        Source: - SPECIAL Project + SPECIAL Project @@ -13127,6 +13753,27 @@

                        Proposed Terms

                      purposes
                      • TagManagement
                      • +
                      + context +
                      • Status
                      • +
                      • ActivityStatus
                      • +
                      • ActivityProposed
                      • +
                      • ActivityOngoing
                      • +
                      • ActivityHalted
                      • +
                      • ActivityCompleted
                      • +
                      • ComplianceStatus
                      • +
                      • Compliant
                      • +
                      • Incompliant
                      • +
                      • PartiallyCompliant
                      • +
                      • NotCompliant
                      • +
                      • ViolationOfCompliance
                      • +
                      • AuditStatus
                      • +
                      • AuditApproved
                      • +
                      • AuditRejected
                      • +
                      • AuditRequested
                      • +
                      • hasStatus
                      • +
                      • hasComplianceStatus
                      • +
                      • hasActivityStatus
                      risk
                      • hasConsequenceOn
                      • @@ -13135,26 +13782,7 @@

                        Proposed Terms

                        • isRequiredFor
                        entities_datasubject -
                        • Patient
                        • -
                        • Employee
                        • -
                        • Student
                        • -
                        • Citizen
                        • -
                        • NonCitizen
                        • -
                        • Immigrant
                        • -
                        • Tourist
                        • -
                        • Customer
                        • -
                        • Consumer
                        • -
                        • User
                        • -
                        • JobApplicant
                        • -
                        • Visitor
                        • -
                        • Member
                        • -
                        • Applicant
                        • -
                        • Trainees
                        • -
                        • Subscriber
                        • -
                        • ServiceUsers
                        • -
                        • WebsiteVisitors
                        • -
                        • Clients
                        • -
                        • hasAgeOfMaturity
                        • +
                          • hasAgeOfMaturity
                          legal_basis
                          • EULA
                          • diff --git a/dpv/modules/base.jsonld b/dpv/modules/base.jsonld index 168033d09..bd0568d37 100644 --- a/dpv/modules/base.jsonld +++ b/dpv/modules/base.jsonld @@ -1,88 +1,53 @@ [ { - "@id": "https://w3id.org/dpv#BaseConcepts", + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", "@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": "Base 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#PersonalDataHandling" - }, - { - "@id": "https://w3id.org/dpv#PersonalData" - }, - { - "@id": "https://w3id.org/dpv#Processing" - }, - { - "@id": "https://w3id.org/dpv#Purpose" - }, - { - "@id": "https://w3id.org/dpv#Recipient" - }, - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv#DataSubject" - }, - { - "@id": "https://w3id.org/dpv#DataController" - }, - { - "@id": "https://w3id.org/dpv#Right" - }, - { - "@id": "https://w3id.org/dpv#DataSubjectRight" - }, - { - "@id": "https://w3id.org/dpv#Risk" - }, - { - "@id": "https://w3id.org/dpv#hasPersonalData" - }, - { - "@id": "https://w3id.org/dpv#hasProcessing" - }, - { - "@id": "https://w3id.org/dpv#hasPurpose" - }, - { - "@id": "https://w3id.org/dpv#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#hasLegalBasis" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#hasDataSubject" - }, + "@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#hasDataController" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#hasRight" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasRisk" - }, + "@language": "en", + "@value": "The Technical and Organisational measures used." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasPersonalDataHandling" + "@language": "en", + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv#hasDataController", + "@id": "https://w3id.org/dpv#hasPurpose", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -116,6 +81,11 @@ "@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": "https://w3id.org/dpv#Concept" @@ -128,7 +98,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -140,18 +110,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data controller" + "@value": "has purpose" } ] }, { - "@id": "https://w3id.org/dpv#hasLegalBasis", + "@id": "https://w3id.org/dpv#hasRisk", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -159,21 +129,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#domain": [ @@ -188,7 +149,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -200,20 +161,20 @@ "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#Right", + "@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": [ @@ -224,13 +185,12 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J Pandit" - }, - { - "@value": "Beatriz Esteves" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -238,6 +198,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Right" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -247,32 +212,40 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@value": "Indicates use or applicability of Right" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@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": "has right" } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Right" + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, { - "@id": "https://w3id.org/dpv#hasProcessing", + "@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": [ @@ -281,15 +254,6 @@ }, { "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -300,12 +264,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -313,11 +272,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Processing" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -327,18 +281,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@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#DataSubject", + "@id": "https://w3id.org/dpv#DataController", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -365,7 +324,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/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": [ @@ -382,19 +341,19 @@ "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 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": "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": "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 Subject" + "@value": "Data Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -404,7 +363,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasDataSubject", + "@id": "https://w3id.org/dpv#hasRecipient", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -438,6 +397,11 @@ "@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": "https://w3id.org/dpv#Concept" @@ -450,7 +414,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -462,18 +426,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Indicates Recipient of Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "has recipient" } ] }, { - "@id": "https://w3id.org/dpv#DataController", + "@id": "https://w3id.org/dpv#Right", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -481,26 +445,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_7/oj" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -517,43 +473,24 @@ "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": "The right(s) applicable, provided, or expected." } ], "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 '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 Controller" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" + "@value": "Right" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Risk", + "@id": "https://w3id.org/dpv#PersonalDataHandling", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -561,12 +498,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": "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": [ @@ -583,49 +529,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." - } - ], - "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": "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": "Risk" + "@value": "Personal Data Handling" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", + "@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": [ @@ -634,21 +557,11 @@ "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -658,73 +571,43 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "The Legal basis used to justify processing of personal data" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has technical and organisational measure" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "isInstanceOf" + "@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#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@language": "en", + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv#hasPurpose", + "@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": [ { "@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": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@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://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -732,11 +615,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Purpose" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -746,18 +624,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "The rights applicable or provided to a Data Subject" + } + ], + "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": "has purpose" + "@value": "Data Subject Right" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Right" } ] }, { - "@id": "https://w3id.org/dpv#hasRight", + "@id": "https://w3id.org/dpv#hasPersonalData", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -765,7 +654,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": [ @@ -785,7 +674,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Right" + "@id": "https://w3id.org/dpv#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -797,18 +686,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has right" + "@value": "has personal data" } ] }, { - "@id": "https://w3id.org/dpv#Purpose", + "@id": "https://w3id.org/dpv#PersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -821,21 +710,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@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://www.specialprivacy.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": [ @@ -852,83 +738,116 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The purpose of processing 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": "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": "Purpose" + "@value": "Personal Data" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Data" } ] }, { - "@id": "https://w3id.org/dpv#Processing", + "@id": "https://w3id.org/dpv#BaseConcepts", "@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": "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#PersonalDataHandling" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv#PersonalData" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv#Processing" + }, { - "@id": "https://www.specialprivacy.eu/" - } - ], - "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#Recipient" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + }, { - "@language": "en", - "@value": "The processing performed on personal data" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#LegalBasis" + }, { - "@language": "en", - "@value": "Processing" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ + "@id": "https://w3id.org/dpv#DataSubject" + }, + { + "@id": "https://w3id.org/dpv#DataController" + }, + { + "@id": "https://w3id.org/dpv#Right" + }, { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv#DataSubjectRight" + }, + { + "@id": "https://w3id.org/dpv#Risk" + }, + { + "@id": "https://w3id.org/dpv#hasPersonalData" + }, + { + "@id": "https://w3id.org/dpv#hasProcessing" + }, + { + "@id": "https://w3id.org/dpv#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + }, + { + "@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#hasPersonalData", + "@id": "https://w3id.org/dpv#hasDataSubject", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -936,12 +855,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#domain": [ @@ -956,7 +893,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -968,18 +905,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data" + "@value": "has data subject" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipient", + "@id": "https://w3id.org/dpv#hasPersonalDataHandling", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -987,35 +924,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" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -1030,7 +947,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "https://w3id.org/dpv#PersonalDataHandling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1042,18 +959,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "Indicates association with Personal Data Handling" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient" + "@value": "has personal data handling" } ] }, { - "@id": "https://w3id.org/dpv#LegalBasis", + "@id": "https://w3id.org/dpv#DataSubject", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1064,12 +981,25 @@ "@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_1/oj" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -1084,52 +1014,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@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": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@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": "Legal Basis" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" + "@value": "Data Subject" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#Recipient", + "@id": "https://w3id.org/dpv#Risk", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1137,29 +1044,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://www.specialprivacy.eu/" - }, - { - "@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": [ @@ -1176,34 +1066,38 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@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 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": "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": "Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@value": "Risk" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#hasRisk", + "@id": "https://w3id.org/dpv#hasDataController", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1211,12 +1105,30 @@ "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": "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#domain": [ @@ -1231,7 +1143,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Risk" + "@id": "https://w3id.org/dpv#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1243,18 +1155,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk" + "@value": "Indicates association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has risk" + "@value": "has data controller" } ] }, { - "@id": "https://w3id.org/dpv#DataSubjectRight", + "@id": "https://w3id.org/dpv#Processing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1262,18 +1174,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": "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://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1290,37 +1210,45 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@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": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" + "@value": "Processing" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject Right" + "@value": "has domain" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Right" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#PersonalDataHandling", + "@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": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ @@ -1329,6 +1257,15 @@ }, { "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -1337,11 +1274,21 @@ "@value": "2020-11-04" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1351,31 +1298,48 @@ "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 use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "has technical and organisational measure" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@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": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/modified": [ @@ -1384,11 +1348,21 @@ "@value": "2020-11-04" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#LegalBasis" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1398,49 +1372,67 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "has legal basis" } ] }, { - "@id": "https://w3id.org/dpv#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Recipient", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernández" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#Concept" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#" + "@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#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#PersonalDataHandling" + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1452,42 +1444,75 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data handling" + "@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#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#PersonalData", + "@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" + "@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" + "@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" + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1495,38 +1520,41 @@ "@id": "https://w3id.org/dpv#" } ], - "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#Processing" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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 Processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data" + "@value": "has processing" } - ], - "http://www.w3.org/2004/02/skos/core#related": [ + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyData" + "@language": "en", + "@value": "Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#Data" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } ] } diff --git a/dpv/modules/base.n3 b/dpv/modules/base.n3 index f5b6389d4..8793d00e9 100644 --- a/dpv/modules/base.n3 +++ b/dpv/modules/base.n3 @@ -3,7 +3,7 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -33,6 +33,12 @@ dpv:BaseConcepts a skos:Collection ; dpv:hasRisk, dpv:hasTechnicalOrganisationalMeasure . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -143,7 +149,7 @@ dpv:hasProcessing a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Processing ; @@ -160,7 +166,7 @@ dpv:hasPurpose a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Purpose ; @@ -177,7 +183,7 @@ dpv:hasRecipient a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Recipient ; @@ -278,7 +284,7 @@ dpv:Processing a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -291,7 +297,7 @@ dpv:Purpose a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -305,7 +311,7 @@ dpv:Recipient a skos:Concept, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Entities that receive personal data"@en ; diff --git a/dpv/modules/base.rdf b/dpv/modules/base.rdf index 13b383b72..c1a90689c 100644 --- a/dpv/modules/base.rdf +++ b/dpv/modules/base.rdf @@ -8,13 +8,66 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + 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 + + + - - has data controller - Indicates association with Data Controller + + has personal data + Indicates association with Personal Data + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + + + has right + Indicates use or applicability of Right + 2020-11-18 + accepted + Harshvardhan J. Pandit + + + + + isSubTypeOf + + + + + 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 + + + + + + + + has processing + Indicates association with Processing + 2019-04-04 2020-11-04 accepted @@ -25,14 +78,43 @@ Bud Bruegger - + - - has purpose - Indicates association with Purpose - + + has legal basis + Indicates use or applicability of a Legal Basis + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + 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 + + + + + + + + has recipient + Indicates Recipient of Personal Data + 2019-04-04 2020-11-04 accepted @@ -43,18 +125,21 @@ Bud Bruegger - + - - has legal basis - Indicates use or applicability of a Legal Basis + + 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 @@ -84,79 +169,14 @@ - - - - Purpose - The purpose of processing personal data - - - 2019-04-05 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - - - - - - Technical and Organisational Measure - The Technical and Organisational measures used. - 2019-04-05 - 2020-11-04 - accepted - Bud Bruegger - - - - - - - - has personal data handling - Indicates association with Personal Data Handling - 2022-01-19 - accepted - Harshvardhan J. Pandit - Georg P Krog - - - - - - - - has risk - Indicates applicability of Risk - 2020-11-18 - accepted - 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 - - - + - - has recipient - Indicates Recipient of Personal Data - + + has purpose + Indicates association with Purpose + 2019-04-04 2020-11-04 accepted @@ -167,14 +187,13 @@ 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'. - + Purpose + The purpose of processing personal data + + 2019-04-05 2020-11-04 accepted @@ -182,46 +201,27 @@ 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)'. - + Processing + The processing performed on personal data + + 2019-04-05 - 2022-01-19 - accepted - Harshvardhan Pandit - - - - - - - - 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 processing - Indicates association with Processing - + + has data controller + Indicates association with Data Controller 2019-04-04 2020-11-04 accepted @@ -243,26 +243,13 @@ Harshvardhan J. Pandit - - - - 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 - - - + - - has technical and organisational measure - Indicates use or applicability of Technical or Organisational measure + + has data subject + Indicates association with Data Subject 2019-04-04 2020-11-04 accepted @@ -273,16 +260,19 @@ Bud Bruegger - - + + - - - has personal data - Indicates association with Personal Data - 2022-01-19 + + 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 J. Pandit + Harshvardhan Pandit @@ -299,52 +289,62 @@ Harshvardhan Pandit - - - Relation + + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 + 2020-11-04 + accepted + 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. + + 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 right - Indicates use or applicability of Right - 2020-11-18 + + has personal data handling + Indicates association with Personal Data Handling + 2022-01-19 accepted Harshvardhan J. Pandit + Georg P Krog - - + + - 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 - + - Processing - The processing performed on personal data - - + 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 @@ -358,9 +358,9 @@ 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 @@ -369,13 +369,21 @@ Javier Fernández + + + Relation + + + + has domain + isInstanceOf - - - isSubTypeOf + + + has range diff --git a/dpv/modules/base.ttl b/dpv/modules/base.ttl index f5b6389d4..8793d00e9 100644 --- a/dpv/modules/base.ttl +++ b/dpv/modules/base.ttl @@ -3,7 +3,7 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -33,6 +33,12 @@ dpv:BaseConcepts a skos:Collection ; dpv:hasRisk, dpv:hasTechnicalOrganisationalMeasure . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -143,7 +149,7 @@ dpv:hasProcessing a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Processing ; @@ -160,7 +166,7 @@ dpv:hasPurpose a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Purpose ; @@ -177,7 +183,7 @@ dpv:hasRecipient a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Recipient ; @@ -278,7 +284,7 @@ dpv:Processing a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; @@ -291,7 +297,7 @@ dpv:Purpose a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; @@ -305,7 +311,7 @@ dpv:Recipient a skos:Concept, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Entities that receive personal data"@en ; diff --git a/dpv/modules/consent.jsonld b/dpv/modules/consent.jsonld index 578340716..1c89ff536 100644 --- a/dpv/modules/consent.jsonld +++ b/dpv/modules/consent.jsonld @@ -1,72 +1,73 @@ [ { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#isSubTypeOf", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "isSubTypeOf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, { - "@id": "https://w3id.org/dpv#ConsentConcepts", + "@id": "https://w3id.org/dpv#hasWithdrawalMethod", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "https://w3id.org/dpv#Relation", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Consent 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#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" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#hasWithdrawalMethod" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#hasWithdrawalTime" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#hasWithdrawalBy" - }, + "@value": "Bud Bruegger" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasProvisionBy" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#hasProvisionByJustification" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasWithdrawalByJustification" - }, + "@language": "en", + "@value": "Specifries the method by which consent can be/has been withdrawn" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv#hasConsentNotice" - }, + "@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": [ { - "@id": "https://w3id.org/dpv#isExplicit" + "@language": "en", + "@value": "has withdrawal method" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiry", + "@id": "https://w3id.org/dpv#hasExpiryTime", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -93,6 +94,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#expiry" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -102,18 +108,18 @@ "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": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry" + "@value": "has expiry time" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionBy", + "@id": "https://w3id.org/dpv#hasWithdrawalBy", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -154,24 +160,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@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 given 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 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" + "@value": "has withdrawal by" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalTime", + "@id": "https://w3id.org/dpv#isExplicit", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -198,6 +204,11 @@ "@id": "https://w3id.org/dpv#" } ], + "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", @@ -207,18 +218,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "Specifies consent is 'explicit'" + } + ], + "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": "has withdrawal time" + "@value": "is explicit" } ] }, { - "@id": "https://w3id.org/dpv#hasConsentNotice", + "@id": "https://w3id.org/dpv#hasWithdrawalTime", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -254,24 +271,18 @@ "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#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": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consent notice" + "@value": "has withdrawal time" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionByJustification", + "@id": "https://w3id.org/dpv#hasExpiryCondition", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -298,6 +309,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#expiry" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -307,24 +323,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity providing 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": "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": "Can be TextOrDocumentOrURI" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision by justification" + "@value": "has expiry condition" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiryCondition", + "@id": "https://w3id.org/dpv#hasExpiry", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -351,11 +367,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#expiry" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -365,24 +376,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@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 TextOrDocumentOrURI" + "@value": "Generic property specifying when or under which condition(s) the consent will expire" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry condition" + "@value": "has expiry" } ] }, { - "@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" @@ -418,24 +423,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 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#hasExpiryTime", + "@id": "https://w3id.org/dpv#hasProvisionMethod", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -462,11 +467,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#expiry" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -476,22 +476,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for 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 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 time" + "@value": "has provision method" } ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", + "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isInstanceOf" + "@value": "Relation" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -548,7 +554,21 @@ ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalBy", + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasProvisionBy", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -589,24 +609,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that withdrew 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 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/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "has provision by" } ] }, { - "@id": "https://w3id.org/dpv#isExplicit", + "@id": "https://w3id.org/dpv#hasProvisionByJustification", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -633,11 +653,6 @@ "@id": "https://w3id.org/dpv#" } ], - "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", @@ -647,100 +662,113 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "Specifies the justification for entity providing 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": "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 explicit" + "@value": "has provision by justification" } ] }, { - "@id": "https://w3id.org/dpv#Concept", + "@id": "https://w3id.org/dpv#hasRange", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "has range" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv#ConsentConcepts", "@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-05" + "@value": "Consent 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#hasExpiry" }, { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv#hasExpiryTime" }, { - "@value": "Bud Bruegger" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#hasExpiryCondition" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#hasProvisionMethod" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#hasProvisionTime" + }, { - "@language": "en", - "@value": "Specifries the method by which consent can be/has been withdrawn" + "@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" } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/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": "isInstanceOf" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "has withdrawal method" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", + "@id": "https://w3id.org/dpv#Concept", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Concept" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } ] }, diff --git a/dpv/modules/consent.n3 b/dpv/modules/consent.n3 index d41dcb678..a061f754c 100644 --- a/dpv/modules/consent.n3 +++ b/dpv/modules/consent.n3 @@ -25,6 +25,12 @@ dpv:ConsentConcepts a skos:Collection ; dpv:hasWithdrawalTime, dpv:isExplicit . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/consent.rdf b/dpv/modules/consent.rdf index 54188cc26..44eaa51eb 100644 --- a/dpv/modules/consent.rdf +++ b/dpv/modules/consent.rdf @@ -7,13 +7,12 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - has expiry condition - Specifies the condition or event that determines the expiry of consent - Can be TextOrDocumentOrURI + 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 @@ -21,11 +20,12 @@ Bud Bruegger - + - has withdrawal time - Specifies the instant in time when consent was withdrawn + + has expiry time + Specifies the expiry time or duration for consent 2019-04-05 accepted Harshvardhan J. Pandit @@ -33,12 +33,11 @@ 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 withdrawal time + Specifies the instant in time when consent was withdrawn 2019-04-05 accepted Harshvardhan J. Pandit @@ -46,12 +45,13 @@ Bud Bruegger - + - - has expiry time - Specifies the expiry time or duration for consent + + 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 @@ -59,12 +59,32 @@ Bud Bruegger - + + + Consent Concepts + + + + + + + + + + + + + + + + + isSubTypeOf + + - 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 expiry + Generic property specifying when or under which condition(s) the consent will expire 2019-04-05 accepted Harshvardhan J. Pandit @@ -72,11 +92,12 @@ Bud Bruegger - + - has provision time - Specifies the instant in time when consent was given + 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 @@ -84,13 +105,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 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 @@ -98,12 +118,11 @@ 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 time + Specifies the instant in time when consent was given 2019-04-05 accepted Harshvardhan J. Pandit @@ -111,12 +130,12 @@ 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 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 @@ -138,12 +157,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 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 @@ -151,28 +170,13 @@ Bud Bruegger - - - Consent Concepts - - - - - - - - - - - - - - - + - has expiry - Generic property specifying when or under which condition(s) the consent will expire + + 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 @@ -180,17 +184,13 @@ Bud Bruegger - - - isSubTypeOf - - + - - is explicit - Specifies consent is 'explicit' - The conditions for what is considered 'explicit consent' differ by norms and laws. + + has expiry condition + Specifies the condition or event that determines the expiry of consent + Can be TextOrDocumentOrURI 2019-04-05 accepted Harshvardhan J. Pandit @@ -198,13 +198,21 @@ Bud Bruegger + + + Concept + + + + has range + Relation - - - Concept + + + has domain diff --git a/dpv/modules/consent.ttl b/dpv/modules/consent.ttl index d41dcb678..a061f754c 100644 --- a/dpv/modules/consent.ttl +++ b/dpv/modules/consent.ttl @@ -25,6 +25,12 @@ dpv:ConsentConcepts a skos:Collection ; dpv:hasWithdrawalTime, dpv:isExplicit . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/context.jsonld b/dpv/modules/context.jsonld index 1b01f0963..03a711779 100644 --- a/dpv/modules/context.jsonld +++ b/dpv/modules/context.jsonld @@ -1,28 +1,66 @@ [ { - "@id": "https://w3id.org/dpv#hasIdentifier", + "@id": "https://w3id.org/dpv#Duration", "@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-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Georg P Krog" + "@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": "Duration" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasHumanInvolvement", + "@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": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -37,7 +75,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#HumanInvolvement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -49,54 +87,66 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" + "@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": "has identifier" + "@value": "has human involvement" } ] }, { - "@id": "https://w3id.org/dpv#isImplementedByEntity", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Context", "@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-05-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Javier Fernandez" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Elmar Kiesling" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Fajar Ekaputra" + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -104,38 +154,27 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#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#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv#isAfter", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -143,7 +182,7 @@ "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": [ @@ -151,10 +190,10 @@ "@value": "Georg P. Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -169,7 +208,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#AlgorithmicLogic" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -181,18 +220,18 @@ "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 specified concepts is 'after' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "is after" } ] }, { - "@id": "https://w3id.org/dpv#hasFrequency", + "@id": "https://w3id.org/dpv#hasDuration", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -200,12 +239,26 @@ "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": "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#domain": [ @@ -220,7 +273,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Frequency" + "@id": "https://w3id.org/dpv#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -232,18 +285,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "Indicates information about duration" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has frequency" + "@value": "has duration" } ] }, { - "@id": "https://w3id.org/dpv#Required", + "@id": "https://w3id.org/dpv#NotRequired", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -251,7 +304,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-13" + "@value": "2022-02-15" } ], "http://purl.org/dc/terms/creator": [ @@ -285,13 +338,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@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": "Required" + "@value": "Not Required" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -301,21 +354,7 @@ ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Context", + "@id": "https://w3id.org/dpv#Required", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -323,7 +362,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-13" } ], "http://purl.org/dc/terms/creator": [ @@ -331,19 +370,16 @@ "@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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -360,18 +396,23 @@ "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": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Context" + "@value": "Required" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Necessity" } ] }, { - "@id": "https://w3id.org/dpv#SecondaryImportance", + "@id": "https://w3id.org/dpv#Importance", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -379,7 +420,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-11" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -413,23 +454,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@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": "Secondary Importance" + "@value": "Importance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Importance" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#Optional", + "@id": "https://w3id.org/dpv#HumanInvolvement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -437,24 +484,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-14" + "@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": [ @@ -471,130 +506,65 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@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": "Optional" + "@value": "Human Involvement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#ContextConcepts", + "@id": "https://w3id.org/dpv#isImplementedByEntity", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "https://w3id.org/dpv#Relation", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Context Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Context" - }, - { - "@id": "https://w3id.org/dpv#Importance" - }, - { - "@id": "https://w3id.org/dpv#PrimaryImportance" - }, - { - "@id": "https://w3id.org/dpv#SecondaryImportance" - }, - { - "@id": "https://w3id.org/dpv#Necessity" - }, - { - "@id": "https://w3id.org/dpv#Required" - }, - { - "@id": "https://w3id.org/dpv#Optional" - }, - { - "@id": "https://w3id.org/dpv#NotRequired" - }, - { - "@id": "https://w3id.org/dpv#Technology" - }, - { - "@id": "https://w3id.org/dpv#AlgorithmicLogic" - }, - { - "@id": "https://w3id.org/dpv#HumanInvolvement" - }, - { - "@id": "https://w3id.org/dpv#Duration" - }, - { - "@id": "https://w3id.org/dpv#Frequency" - }, - { - "@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" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#hasDuration" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#hasIdentifier" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#hasFrequency" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv#isBefore" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv#isAfter" + "@value": "Julian Flake" } - ] - }, - { - "@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": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2022-01-26" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -602,32 +572,38 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Entity" + } + ], "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": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "Indicates implementation details such as entities or agents" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Primary Importance" + "@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." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Importance" + "@language": "en", + "@value": "is implemented by entity" } ] }, { - "@id": "https://w3id.org/dpv#hasHumanInvolvement", + "@id": "https://w3id.org/dpv#hasAlgorithmicLogic", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -661,7 +637,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#HumanInvolvement" + "@id": "https://w3id.org/dpv#AlgorithmicLogic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -673,48 +649,31 @@ "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 the logic used in processing such as for automated decision making" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has human involvement" + "@value": "has algorithmic logic" } ] }, { - "@id": "https://w3id.org/dpv#isAfter", + "@id": "https://w3id.org/dpv#Frequency", "@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-16" } ], "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#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -722,11 +681,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -736,32 +690,100 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' this concept in some context" + "@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": "is after" + "@value": "Frequency" } ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#ContextConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "isInstanceOf" + "@value": "Context Concepts" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#Context" + }, + { + "@id": "https://w3id.org/dpv#Importance" + }, + { + "@id": "https://w3id.org/dpv#PrimaryImportance" + }, + { + "@id": "https://w3id.org/dpv#SecondaryImportance" + }, + { + "@id": "https://w3id.org/dpv#Necessity" + }, + { + "@id": "https://w3id.org/dpv#Required" + }, + { + "@id": "https://w3id.org/dpv#Optional" + }, + { + "@id": "https://w3id.org/dpv#NotRequired" + }, + { + "@id": "https://w3id.org/dpv#Technology" + }, + { + "@id": "https://w3id.org/dpv#AlgorithmicLogic" + }, + { + "@id": "https://w3id.org/dpv#HumanInvolvement" + }, + { + "@id": "https://w3id.org/dpv#Duration" + }, + { + "@id": "https://w3id.org/dpv#Frequency" + }, + { + "@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" + }, + { + "@id": "https://w3id.org/dpv#hasFrequency" + }, + { + "@id": "https://w3id.org/dpv#isBefore" + }, + { + "@id": "https://w3id.org/dpv#isAfter" } ] }, { - "@id": "https://w3id.org/dpv#AlgorithmicLogic", + "@id": "https://w3id.org/dpv#SecondaryImportance", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -769,12 +791,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@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": [ @@ -791,61 +825,48 @@ "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": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algorithmic Logic" + "@value": "Secondary Importance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Importance" } ] }, { - "@id": "https://w3id.org/dpv#hasDuration", + "@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": "2019-04-05" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Julian Flake" + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -853,11 +874,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Duration" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -867,31 +883,56 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about duration" + "@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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has duration" + "@value": "Necessity" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#Technology", + "@id": "https://w3id.org/dpv#hasIdentifier", "@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-25" } ], "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#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -899,58 +940,50 @@ "@id": "https://w3id.org/dpv#" } ], - "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#Concept" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@value": "accepted" } ], - "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": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology" + "@value": "has identifier" } ] }, { - "@id": "https://w3id.org/dpv#Importance", + "@id": "https://w3id.org/dpv#hasFrequency", "@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-09" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -958,33 +991,27 @@ "@id": "https://w3id.org/dpv#" } ], - "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#Frequency" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." + "@value": "Indicates the frequency with which something takes place" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importance" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Context" + "@value": "has frequency" } ] }, @@ -1035,20 +1062,48 @@ ] }, { - "@id": "https://w3id.org/dpv#Frequency", + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isImplementedUsingTechnology", "@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-16" + "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1056,6 +1111,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1065,32 +1125,52 @@ "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": "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": "Frequency" + "@value": "is implemented using technology" } ] }, { - "@id": "https://w3id.org/dpv#Concept", + "@id": "https://w3id.org/dpv#hasDomain", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "has domain" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#Necessity", + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Optional", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1098,7 +1178,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-12" + "@value": "2022-02-14" } ], "http://purl.org/dc/terms/creator": [ @@ -1132,24 +1212,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'necessity' within a context" + "@value": "Indication of 'optional' or 'voluntary'" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." + "@value": "Optional" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Necessity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Necessity" + "@value": "isInstanceOf" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, @@ -1211,21 +1299,21 @@ ] }, { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#Concept", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "Concept" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } ] }, { - "@id": "https://w3id.org/dpv#Duration", + "@id": "https://w3id.org/dpv#PrimaryImportance", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1233,12 +1321,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@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": [ @@ -1255,18 +1355,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The duration or temporal limitation" + "@value": "Indication of 'primary' or 'main' or 'core' importance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Duration" + "@value": "Primary Importance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Importance" } ] }, { - "@id": "https://w3id.org/dpv#HumanInvolvement", + "@id": "https://w3id.org/dpv#AlgorithmicLogic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1296,19 +1401,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The involvement of humans in specified context" + "@value": "The algorithmic logic applied or used" } ], "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": "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": "Human Involvement" + "@value": "Algorithmic Logic" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1318,9 +1423,9 @@ ] }, { - "@id": "https://w3id.org/dpv#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv#Technology", "@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": [ @@ -1330,22 +1435,8 @@ } ], "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#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1353,11 +1444,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1367,77 +1453,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" + "@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": "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" - } - ] - }, - { - "@id": "https://w3id.org/dpv#NotRequired", - "@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-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#" - } - ], - "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 neither being required nor optional i.e. not relevant or needed" + "@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": "Not Required" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Necessity" + "@value": "Technology" } ] } diff --git a/dpv/modules/context.n3 b/dpv/modules/context.n3 index df3ba1a1b..da9689a38 100644 --- a/dpv/modules/context.n3 +++ b/dpv/modules/context.n3 @@ -32,6 +32,12 @@ dpv:ContextConcepts a skos:Collection ; dpv:isImplementedByEntity, dpv:isImplementedUsingTechnology . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -138,7 +144,7 @@ dpv:hasDuration a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Duration ; diff --git a/dpv/modules/context.rdf b/dpv/modules/context.rdf index 3469ce122..4da62db32 100644 --- a/dpv/modules/context.rdf +++ b/dpv/modules/context.rdf @@ -8,58 +8,33 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - + + - Frequency - The frequency or information about periods and repetitions in terms of recurrence. + + + has frequency + Indicates the frequency with which something takes place 2022-02-16 accepted Harshvardhan J. Pandit - - + + - - - has identifier - Indicates an identifier associated for identification or reference - 2020-11-25 + + Not Required + Indication of neither being required nor optional i.e. not relevant or needed + 2022-02-15 accepted - Harshvardhan J.Pandit - Georg P Krog + Harshvardhan J. Pandit Paul Ryan + Georg P Krog + Julian Flake Beatriz Esteves - - - Context Concepts - - - - - - - - - - - - - - - - - - - - - - - - @@ -75,44 +50,44 @@ Beatriz Esteves - + - - 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 + 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 - Julian Flake - Beatriz Esteves - + + + isSubTypeOf + + - - is after - Indicates the specified concepts is 'after' this concept in some context - 2022-03-02 + + 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 - Georg P. Krog + Beatriz Esteves Harshvardhan J. Pandit + Paul Ryan Julian Flake - + - - Necessity - An indication of 'necessity' within a context - Necessity can be used to express need, essentiality, requirement, or compulsion. - 2022-02-12 + + Required + Indication of 'required' or 'necessary' + 2022-02-13 accepted Harshvardhan J. Pandit Paul Ryan @@ -121,15 +96,33 @@ 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 + + + has identifier + Indicates an identifier associated for identification or reference + 2020-11-25 + accepted + Harshvardhan J.Pandit + Georg P Krog + Paul Ryan + 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 + Paul Ryan Harshvardhan J. Pandit @@ -151,39 +144,71 @@ Julian Flake - + + + + 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 + + + - 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. + 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 + 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 accepted Harshvardhan J. Pandit - - + + - - - has algorithmic logic - Indicates the logic used in processing such as for automated decision making - 2020-11-04 + + Primary Importance + Indication of 'primary' or 'main' or 'core' importance + 2022-02-10 accepted - Georg P. Krog - Paul Ryan Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves - + - - Required - Indication of 'required' or 'necessary' - 2022-02-13 + + Secondary Importance + Indication of 'secondary' or 'minor' or 'auxiliary' importance + 2022-02-11 accepted Harshvardhan J. Pandit Paul Ryan @@ -192,19 +217,17 @@ Beatriz Esteves - + - - 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 after + Indicates the specified concepts is 'after' this concept in some context + 2022-03-02 accepted - Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - Paul Ryan Julian Flake @@ -215,7 +238,7 @@ has duration Indicates information about duration - + 2019-04-05 accepted Axel Polleres @@ -224,29 +247,40 @@ Mark Lizar - - - - - 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 - + + + Context Concepts + + + + + + + + + + + + + + + + + + + + + + + - + - - 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' + + has algorithmic logic + Indicates the logic used in processing such as for automated decision making 2020-11-04 accepted Georg P. Krog @@ -254,69 +288,60 @@ Harshvardhan J. Pandit - - + + - - Secondary Importance - Indication of 'secondary' or 'minor' or 'auxiliary' importance - 2022-02-11 + + + is before + Indicates the specified concepts is 'before' this concept in some context + 2022-03-02 accepted + Georg P. Krog 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 + Frequency + The frequency or information about periods and repetitions in terms of recurrence. + 2022-02-16 accepted Harshvardhan J. Pandit - + - Context - Contextually relevant information about purpose not possible to represent through other concepts - 2019-04-05 + + 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 - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - - - - - - 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 - + + + Relation - + - Duration - The duration or temporal limitation - 2022-02-09 + + 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 @@ -330,44 +355,27 @@ accepted - - - Relation - - - - - - - has frequency - Indicates the frequency with which something takes place - 2022-02-16 - accepted - 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 - Georg P Krog - Julian Flake - Beatriz Esteves + + + has domain + isInstanceOf - - - isSubTypeOf + + + has range diff --git a/dpv/modules/context.ttl b/dpv/modules/context.ttl index df3ba1a1b..da9689a38 100644 --- a/dpv/modules/context.ttl +++ b/dpv/modules/context.ttl @@ -32,6 +32,12 @@ dpv:ContextConcepts a skos:Collection ; dpv:isImplementedByEntity, dpv:isImplementedUsingTechnology . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -138,7 +144,7 @@ dpv:hasDuration a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Duration ; diff --git a/dpv/modules/entities.jsonld b/dpv/modules/entities.jsonld index 7d8c9c524..13636b700 100644 --- a/dpv/modules/entities.jsonld +++ b/dpv/modules/entities.jsonld @@ -1,10 +1,10 @@ [ { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#hasDomain", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "has domain" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -14,62 +14,16 @@ ] }, { - "@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#domain": [ - { - "@id": "https://w3id.org/dpv#Entity" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "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#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Specifies address of a legal entity such as street address or pin code" + "@value": "has range" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "has address" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, @@ -134,7 +88,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasResponsibleEntity", + "@id": "https://w3id.org/dpv#hasContact", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -142,17 +96,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#Concept" + "@id": "https://w3id.org/dpv#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -162,12 +125,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Entity" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -179,111 +137,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@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 responsible entity" + "@value": "has contact" } ] }, { - "@id": "https://w3id.org/dpv#Concept", + "@id": "https://w3id.org/dpv#isSubTypeOf", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Entity", - "@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://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 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#EntitiesConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities Concepts" + "@value": "isSubTypeOf" } ], - "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" - }, + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasResponsibleEntity" + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, @@ -427,15 +301,15 @@ ] }, { - "@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": [ @@ -443,11 +317,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Entity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -457,60 +341,140 @@ "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#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "parent property for controller, processor, data subject, authority, etc.?" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Entity" + "@language": "en", + "@value": "has entity" } ] }, { - "@id": "https://w3id.org/dpv#hasContact", + "@id": "https://w3id.org/dpv#Entity", "@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-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" + "@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 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#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#Entity" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#LegalEntity" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#NaturalPerson" }, { - "@value": "Beatriz Esteves" + "@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#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } + ] + }, + { + "@id": "https://w3id.org/dpv#LegalEntity", + "@type": [ + "https://w3id.org/dpv#Concept", + "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#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Concept" + "@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": [ @@ -522,32 +486,37 @@ "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 and which is recognised and defined in law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has contact" + "@value": "Legal Entity" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", + "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Relation" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#hasEntity", + "@id": "https://w3id.org/dpv#hasResponsibleEntity", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -555,7 +524,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": [ @@ -578,28 +547,27 @@ "@id": "https://w3id.org/dpv#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#hasEntity" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of an entity to some concept" + "@value": "accepted" } ], - "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": "Specifies the indicated entity is responsible within some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has entity" + "@value": "has responsible entity" } ] }, @@ -648,5 +616,65 @@ "@id": "https://w3id.org/dpv#Entity" } ] + }, + { + "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "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 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 address" + } + ] } ] \ No newline at end of file diff --git a/dpv/modules/entities.n3 b/dpv/modules/entities.n3 index b0dedc598..8cc956656 100644 --- a/dpv/modules/entities.n3 +++ b/dpv/modules/entities.n3 @@ -19,6 +19,12 @@ dpv:EntitiesConcepts a skos:Collection ; dpv:hasRepresentative, dpv:hasResponsibleEntity . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/entities.rdf b/dpv/modules/entities.rdf index f307b75a2..7c4a59bac 100644 --- a/dpv/modules/entities.rdf +++ b/dpv/modules/entities.rdf @@ -8,6 +8,35 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + Representative + A representative of a legal entity + + 2020-11-04 + accepted + Georg Krog + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + Entity + A human or non-human 'thing' that constitutes as an entity + 2022-02-02 + accepted + Harshvardhan J. Pandit + + + + + isSubTypeOf + @@ -23,25 +52,30 @@ Beatriz Esteves - - + + - Entity - A human or non-human 'thing' that constitutes as an entity - 2022-02-02 + + + has name + Specifies name of a legal entity + 2020-11-04 accepted - Harshvardhan J. Pandit + Harshvardhan J.Pandit + Georg P Krog + Paul Ryan + 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 + + has responsible entity + Specifies the indicated entity is responsible within some context + 2022-03-02 accepted Harshvardhan J. Pandit @@ -57,44 +91,13 @@ Harshvardhan J. Pandit - - - Entities Concepts - - - - - - - - - - - - + - - Representative - A representative of a legal entity - - 2020-11-04 - accepted - Georg Krog - Paul Ryan - Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - - - has responsible entity - Specifies the indicated entity is responsible within some context - 2022-03-02 + + Natural Person + A human + 2022-02-09 accepted Harshvardhan J. Pandit @@ -130,43 +133,48 @@ Beatriz Esteves - + + + Entities Concepts + + + + + + + + + + + + + + Concept + + - - - has name - Specifies name of a legal entity - 2020-11-04 + + + 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 - Georg P Krog - Paul Ryan - Beatriz Esteves + Harshvardhan J. Pandit - - - isSubTypeOf + + + has range Relation - - - - - Natural Person - A human - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - Concept + + + has domain diff --git a/dpv/modules/entities.ttl b/dpv/modules/entities.ttl index b0dedc598..8cc956656 100644 --- a/dpv/modules/entities.ttl +++ b/dpv/modules/entities.ttl @@ -19,6 +19,12 @@ dpv:EntitiesConcepts a skos:Collection ; dpv:hasRepresentative, dpv:hasResponsibleEntity . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/entities_authority.jsonld b/dpv/modules/entities_authority.jsonld index 984f5d50d..d468de16c 100644 --- a/dpv/modules/entities_authority.jsonld +++ b/dpv/modules/entities_authority.jsonld @@ -1,10 +1,10 @@ [ { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#hasDomain", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "has domain" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -14,7 +14,21 @@ ] }, { - "@id": "https://w3id.org/dpv#NationalAuthority", + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Authority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22,17 +36,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": [ @@ -49,18 +64,49 @@ "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 with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NationalAuthority" + "@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", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, @@ -116,60 +162,42 @@ ] }, { - "@id": "https://w3id.org/dpv#Entities_AuthorityConcepts", - "@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/20.5/02/skos/core#prefLabel": [ { - "@value": "Entities_Authority Concepts" + "@language": "en", + "@value": "Relation" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Authority" - }, - { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" - }, - { - "@id": "https://w3id.org/dpv#NationalAuthority" - }, - { - "@id": "https://w3id.org/dpv#RegionalAuthority" - }, - { - "@id": "https://w3id.org/dpv#SupraNationalAuthority" - }, - { - "@id": "https://w3id.org/dpv#hasAuthority" - }, + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#isAuthorityFor" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority", + "@id": "https://w3id.org/dpv#hasAuthority", "@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": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - }, + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Harshvardhan Pandit" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -177,6 +205,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Authority" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -186,37 +219,52 @@ "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": "Indicates applicability of authority for a jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Authority" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Authority" + "@value": "has authority" } ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Entities_AuthorityConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "isInstanceOf" + "@value": "Entities_Authority Concepts" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#Authority" + }, + { + "@id": "https://w3id.org/dpv#DataProtectionAuthority" + }, + { + "@id": "https://w3id.org/dpv#NationalAuthority" + }, + { + "@id": "https://w3id.org/dpv#RegionalAuthority" + }, + { + "@id": "https://w3id.org/dpv#SupraNationalAuthority" + }, + { + "@id": "https://w3id.org/dpv#hasAuthority" + }, + { + "@id": "https://w3id.org/dpv#isAuthorityFor" } ] }, { - "@id": "https://w3id.org/dpv#RegionalAuthority", + "@id": "https://w3id.org/dpv#DataProtectionAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -224,17 +272,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": [ @@ -251,13 +300,13 @@ "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 tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "Data Protection Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -267,28 +316,25 @@ ] }, { - "@id": "https://w3id.org/dpv#hasAuthority", + "@id": "https://w3id.org/dpv#NationalAuthority", "@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-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -296,11 +342,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Authority" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -310,13 +351,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@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/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has authority" + "@value": "NationalAuthority" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Authority" } ] }, @@ -335,7 +381,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Authority", + "@id": "https://w3id.org/dpv#RegionalAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -343,18 +389,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": [ @@ -371,35 +416,18 @@ "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" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "https://w3id.org/dpv#Authority" } ] }, diff --git a/dpv/modules/entities_authority.n3 b/dpv/modules/entities_authority.n3 index 5fc363310..4d9f4bba0 100644 --- a/dpv/modules/entities_authority.n3 +++ b/dpv/modules/entities_authority.n3 @@ -16,6 +16,12 @@ dpv:Entities_AuthorityConcepts a skos:Collection ; dpv:hasAuthority, dpv:isAuthorityFor . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/entities_authority.rdf b/dpv/modules/entities_authority.rdf index dee32c3f5..44ccd81eb 100644 --- a/dpv/modules/entities_authority.rdf +++ b/dpv/modules/entities_authority.rdf @@ -8,41 +8,39 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - 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 - - - - + + - - SupraNationalAuthority - An authority tasked with overseeing legal compliance for a supra-national union e.g. EU - - 2022-02-02 + + + has authority + Indicates applicability of authority for a jurisdiction + 2022-01-19 accepted Harshvardhan J. Pandit + Georg P Krog - + + + isInstanceOf + + + + isSubTypeOf + + - - RegionalAuthority - An authority tasked with overseeing legal compliance for a region - - 2022-02-02 + + + Authority + An authority with the power to create or enforce laws, or determine their compliance. + 2020-11-04 accepted - Harshvardhan J. Pandit + Georg Krog + Paul Ryan + Harshvardhan Pandit @@ -56,13 +54,25 @@ - + + + + + + is authority for + Indicates area, scope, or applicability of an Authority + 2022-01-19 + accepted + Harshvardhan J. Pandit + Georg P Krog + + + - - - Authority - An authority with the power to create or enforce laws, or determine their compliance. + + Data Protection Authority + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. 2020-11-04 accepted Georg Krog @@ -70,30 +80,28 @@ Harshvardhan Pandit - - + + - - - has authority - Indicates applicability of authority for a jurisdiction - 2022-01-19 + + RegionalAuthority + An authority tasked with overseeing legal compliance for a region + + 2022-02-02 accepted Harshvardhan J. Pandit - Georg P Krog - - + + - - - is authority for - Indicates area, scope, or applicability of an Authority - 2022-01-19 + + SupraNationalAuthority + An authority tasked with overseeing legal compliance for a supra-national union e.g. EU + + 2022-02-02 accepted Harshvardhan J. Pandit - Georg P Krog @@ -108,18 +116,18 @@ Harshvardhan J. Pandit - - - isInstanceOf - - - - isSubTypeOf - Concept + + + has domain + + + + has range + Relation diff --git a/dpv/modules/entities_authority.ttl b/dpv/modules/entities_authority.ttl index 5fc363310..4d9f4bba0 100644 --- a/dpv/modules/entities_authority.ttl +++ b/dpv/modules/entities_authority.ttl @@ -16,6 +16,12 @@ dpv:Entities_AuthorityConcepts a skos:Collection ; dpv:hasAuthority, dpv:isAuthorityFor . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/entities_datasubject.jsonld b/dpv/modules/entities_datasubject.jsonld index 19df5f736..e24e38f1c 100644 --- a/dpv/modules/entities_datasubject.jsonld +++ b/dpv/modules/entities_datasubject.jsonld @@ -1,20 +1,1032 @@ [ + { + "@id": "https://w3id.org/dpv#JobApplicant", + "@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-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": [ + { + "@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 apply for jobs or employments" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "JobApplicant" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Applicant" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Immigrant", + "@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-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": [ + { + "@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 immigrants (for a jurisdiction)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Immigrant" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Subscriber", + "@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-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": [ + { + "@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 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": "Subscriber" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@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" + } + ], + "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" + }, + { + "@id": "https://w3id.org/dpv#hasDataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Tourist", + "@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-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": [ + { + "@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#prefLabel": [ + { + "@language": "en", + "@value": "Tourist" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@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": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@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": [ + { + "@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 temporary visitors" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Visitor" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Participant", + "@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-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": [ + { + "@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 participate in some context such as volunteers in a function" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Participant" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Adult", + "@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": "Georg 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 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": "Adult" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDataSubject", + "@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://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#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": "Indicates association with Data Subject" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has data subject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Patient", + "@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-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": [ + { + "@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 receive medican attention, treatment, care, advice, or other health related services" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Patient" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DataSubject", + "@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": "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" + } + ], + "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 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": "Data Subject" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#NaturalPerson" + } + ] + }, + { + "@id": "https://w3id.org/dpv#VulnerableDataSubject", + "@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 Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@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": "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": "Vulnerable Data Subject" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, { "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "Relation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Member", + "@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-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": [ + { + "@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 members of a group, organisation, or other collectives" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Member" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Student", + "@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-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": [ + { + "@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 students" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Student" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Applicant", + "@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-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": [ + { + "@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#prefLabel": [ + { + "@language": "en", + "@value": "Applicant" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Client", + "@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-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": [ + { + "@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/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@language": "en", + "@value": "Data subjects that are clients or recipients of services" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Client" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Customer" } ] }, { - "@id": "https://w3id.org/dpv#Child", + "@id": "https://w3id.org/dpv#Customer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22,12 +1034,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": [ @@ -44,43 +1068,29 @@ "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 that purchase goods or services" } ], "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": "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": "Child" + "@value": "Customer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#NatualPerson" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#DataSubject", + "@id": "https://w3id.org/dpv#Citizen", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -88,26 +1098,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": [ @@ -124,83 +1132,125 @@ "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 citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject" + "@value": "Citizen" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#NaturalPerson" + "@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" + "@value": "Beatriz Esteves" } ], - "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#" } ], - "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#Concept" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#" + "@language": "en", + "@value": "Data subjects that consume goods or services for direct use" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Consumer" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataSubject" } + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Employee", + "@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-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": [ + { + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -212,13 +1262,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Data subjects that are employees" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "Employee" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" } ] }, @@ -237,49 +1292,65 @@ ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Entities_DatasubjectConcepts", + "@id": "https://w3id.org/dpv#NonCitizen", "@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": "Entities_Datasubject Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-06" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#Child" + "@value": "Georg P. Krog" }, { - "@id": "https://w3id.org/dpv#Adult" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv#VulnerableDataSubject" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv#hasDataSubject" + "@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 not citizens (for a jurisdiction)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "NonCitizen" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Adult", + "@id": "https://w3id.org/dpv#Child", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -287,12 +1358,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -309,23 +1380,29 @@ "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": "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": "Adult" + "@value": "Child" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#NatualPerson" } ] }, { - "@id": "https://w3id.org/dpv#VulnerableDataSubject", + "@id": "https://w3id.org/dpv#User", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -333,18 +1410,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": [ @@ -361,19 +1444,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 denote 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 use service(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "User" } ], "https://w3id.org/dpv#isSubTypeOf": [ diff --git a/dpv/modules/entities_datasubject.n3 b/dpv/modules/entities_datasubject.n3 index b35b770e0..472f7ba2a 100644 --- a/dpv/modules/entities_datasubject.n3 +++ b/dpv/modules/entities_datasubject.n3 @@ -9,11 +9,34 @@ dpv:Entities_DatasubjectConcepts a skos:Collection ; dct:title "Entities_Datasubject Concepts"^^xsd:string ; skos:member dpv:Adult, + dpv:Applicant, dpv:Child, + dpv:Citizen, + dpv:Client, + dpv:Consumer, + dpv:Customer, dpv:DataSubject, + dpv:Employee, + dpv:Immigrant, + dpv:JobApplicant, + dpv:Member, + dpv:NonCitizen, + dpv:Participant, + dpv:Patient, + dpv:Student, + dpv:Subscriber, + dpv:Tourist, + dpv:User, + dpv:Visitor, dpv:VulnerableDataSubject, dpv:hasDataSubject . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -41,9 +64,220 @@ dpv:Child a skos:Concept, skos:prefLabel "Child"@en ; dpv:isSubTypeOf dpv:NatualPerson . +dpv:Citizen a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ; + skos:prefLabel "Citizen"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Client a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are clients or recipients of services"@en ; + skos:prefLabel "Client"@en ; + dpv:isSubTypeOf dpv:Customer . + +dpv:Consumer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that consume goods or services for direct use"@en ; + skos:prefLabel "Consumer"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Employee a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are employees"@en ; + skos:prefLabel "Employee"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Immigrant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ; + skos:prefLabel "Immigrant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:JobApplicant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that apply for jobs or employments"@en ; + skos:prefLabel "JobApplicant"@en ; + dpv:isSubTypeOf dpv:Applicant . + +dpv:Member a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ; + skos:prefLabel "Member"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:NonCitizen a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ; + skos:prefLabel "NonCitizen"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Participant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ; + skos:prefLabel "Participant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Patient a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + skos:prefLabel "Patient"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:Relation skos1:prefLabel "Relation"@en ; rdfs:subPropertyOf skos1:semanticRelation . +dpv:Student a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are students"@en ; + skos:prefLabel "Student"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Subscriber a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that subscribe to service(s)"@en ; + skos:note "note: subscriber can be customer or consumer"@en ; + skos:prefLabel "Subscriber"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Tourist a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + skos:prefLabel "Tourist"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:User a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that use service(s)"@en ; + skos:prefLabel "User"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Visitor a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are temporary visitors"@en ; + skos:prefLabel "Visitor"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:VulnerableDataSubject a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -53,7 +287,7 @@ dpv:VulnerableDataSubject a skos:Concept, rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; - skos:note "This concept denote 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."@en ; + skos:note "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."@en ; skos:prefLabel "Vulnerable Data Subject"@en ; dpv:isSubTypeOf dpv:DataSubject . @@ -74,6 +308,35 @@ dpv:hasDataSubject a skos:Concept, skos:definition "Indicates association with Data Subject"@en ; skos:prefLabel "has data subject"@en . +dpv:Applicant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are applicants in some context"@en ; + skos:prefLabel "Applicant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Customer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that purchase goods or services"@en ; + skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + skos:prefLabel "Customer"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:DataSubject a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv/modules/entities_datasubject.rdf b/dpv/modules/entities_datasubject.rdf index 962f8a8ae..eb0910c01 100644 --- a/dpv/modules/entities_datasubject.rdf +++ b/dpv/modules/entities_datasubject.rdf @@ -8,6 +8,214 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + Entities_Datasubject Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + + + 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 + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + Patient + Data subjects that receive medican attention, treatment, care, advice, or other health related services + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + NonCitizen + Data subjects that are not citizens (for a jurisdiction) + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + isSubTypeOf + + + + + + Applicant + Data subjects that are applicants in some context + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + Member + Data subjects that are members of a group, organisation, or other collectives + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + Client + Data subjects that are clients or recipients of services + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + 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 + + + + + + + JobApplicant + Data subjects that apply for jobs or employments + 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 + + + + + + + Consumer + Data subjects that consume goods or services for direct use + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + 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 + + @@ -26,39 +234,50 @@ Bud Bruegger - + - Adult - A natural person that is not a child i.e. has attained some legally specified age of adulthood - 2022-03-30 + Tourist + Data subjects that are tourists i.e. not citizens and not immigrants + 2022-04-06 accepted - Georg Krog + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves - + - Vulnerable Data Subject - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - This concept denote 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 + Immigrant + Data subjects that are immigrants (for a jurisdiction) + 2022-04-06 accepted - Georg Krog + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake Paul Ryan - Harshvardhan Pandit + Beatriz Esteves - - - Entities_Datasubject Concepts - - - - - + + + + + User + Data subjects that use service(s) + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + @@ -88,20 +307,83 @@ Javier Fernández + + + + + Student + Data subjects that are students + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + 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 + + + + + Relation + + + + + + Visitor + Data subjects that are temporary visitors + 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 + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + has domain + isInstanceOf - - - isSubTypeOf + + + has range Concept - - - Relation - diff --git a/dpv/modules/entities_datasubject.ttl b/dpv/modules/entities_datasubject.ttl index b35b770e0..472f7ba2a 100644 --- a/dpv/modules/entities_datasubject.ttl +++ b/dpv/modules/entities_datasubject.ttl @@ -9,11 +9,34 @@ dpv:Entities_DatasubjectConcepts a skos:Collection ; dct:title "Entities_Datasubject Concepts"^^xsd:string ; skos:member dpv:Adult, + dpv:Applicant, dpv:Child, + dpv:Citizen, + dpv:Client, + dpv:Consumer, + dpv:Customer, dpv:DataSubject, + dpv:Employee, + dpv:Immigrant, + dpv:JobApplicant, + dpv:Member, + dpv:NonCitizen, + dpv:Participant, + dpv:Patient, + dpv:Student, + dpv:Subscriber, + dpv:Tourist, + dpv:User, + dpv:Visitor, dpv:VulnerableDataSubject, dpv:hasDataSubject . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -41,9 +64,220 @@ dpv:Child a skos:Concept, skos:prefLabel "Child"@en ; dpv:isSubTypeOf dpv:NatualPerson . +dpv:Citizen a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ; + skos:prefLabel "Citizen"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Client a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are clients or recipients of services"@en ; + skos:prefLabel "Client"@en ; + dpv:isSubTypeOf dpv:Customer . + +dpv:Consumer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that consume goods or services for direct use"@en ; + skos:prefLabel "Consumer"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Employee a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are employees"@en ; + skos:prefLabel "Employee"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Immigrant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ; + skos:prefLabel "Immigrant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:JobApplicant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that apply for jobs or employments"@en ; + skos:prefLabel "JobApplicant"@en ; + dpv:isSubTypeOf dpv:Applicant . + +dpv:Member a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ; + skos:prefLabel "Member"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:NonCitizen a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ; + skos:prefLabel "NonCitizen"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Participant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ; + skos:prefLabel "Participant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Patient a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ; + skos:prefLabel "Patient"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:Relation skos1:prefLabel "Relation"@en ; rdfs:subPropertyOf skos1:semanticRelation . +dpv:Student a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are students"@en ; + skos:prefLabel "Student"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Subscriber a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that subscribe to service(s)"@en ; + skos:note "note: subscriber can be customer or consumer"@en ; + skos:prefLabel "Subscriber"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Tourist a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ; + skos:prefLabel "Tourist"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:User a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that use service(s)"@en ; + skos:prefLabel "User"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Visitor a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are temporary visitors"@en ; + skos:prefLabel "Visitor"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:VulnerableDataSubject a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -53,7 +287,7 @@ dpv:VulnerableDataSubject a skos:Concept, rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ; - skos:note "This concept denote 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."@en ; + skos:note "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."@en ; skos:prefLabel "Vulnerable Data Subject"@en ; dpv:isSubTypeOf dpv:DataSubject . @@ -74,6 +308,35 @@ dpv:hasDataSubject a skos:Concept, skos:definition "Indicates association with Data Subject"@en ; skos:prefLabel "has data subject"@en . +dpv:Applicant a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that are applicants in some context"@en ; + skos:prefLabel "Applicant"@en ; + dpv:isSubTypeOf dpv:DataSubject . + +dpv:Customer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-06"^^xsd:date ; + dct:creator "Beatriz Esteves"^^xsd:string, + "Georg P. Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Julian Flake"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Data subjects that purchase goods or services"@en ; + skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ; + skos:prefLabel "Customer"@en ; + dpv:isSubTypeOf dpv:DataSubject . + dpv:DataSubject a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv/modules/entities_legalrole.jsonld b/dpv/modules/entities_legalrole.jsonld index 64a61b392..900e50b19 100644 --- a/dpv/modules/entities_legalrole.jsonld +++ b/dpv/modules/entities_legalrole.jsonld @@ -1,42 +1,24 @@ [ { - "@id": "https://w3id.org/dpv#hasDataController", + "@id": "https://w3id.org/dpv#ThirdParty", "@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-06-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#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -44,104 +26,98 @@ "@id": "https://w3id.org/dpv#" } ], - "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#DataController" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@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." } ], - "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": "Third Party" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Recipient" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "isSubTypeOf" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "has data controller" + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, { - "@id": "https://w3id.org/dpv#Entities_LegalroleConcepts", + "@id": "https://w3id.org/dpv#DataSubProcessor", "@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": "Entities_Legalrole Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-25" } ], - "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" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#hasDataProcessor" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasRecipient" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#hasRecipientDataController" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasRecipientThirdParty" - }, + "@language": "en", + "@value": "A 'sub-processor' is a processor engaged by another processor" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv#hasDataExporter" - }, + "@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": [ { - "@id": "https://w3id.org/dpv#hasDataImporter" - }, + "@language": "en", + "@value": "Data Sub-Processor" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasDataProtectionOfficer" + "@id": "https://w3id.org/dpv#DataProcessor" } ] }, { - "@id": "https://w3id.org/dpv#hasDataImporter", + "@id": "https://w3id.org/dpv#hasJointDataControllers", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -175,12 +151,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#DataImporter" + "@id": "https://w3id.org/dpv#JointDataControllers" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#hasDataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -192,18 +168,18 @@ "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 inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data importer" + "@value": "has joint data controllers" } ] }, { - "@id": "https://w3id.org/dpv#DataController", + "@id": "https://w3id.org/dpv#DataProcessor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -211,26 +187,17 @@ "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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/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": [ @@ -247,56 +214,64 @@ "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." - } - ], - "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 ‘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#prefLabel": [ { "@language": "en", - "@value": "Data Controller" + "@value": "Data Processor" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#Recipient" } ] }, { - "@id": "https://w3id.org/dpv#DataProtectionOfficer", + "@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": "2020-11-04" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@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": "2021-12-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -304,85 +279,69 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "modified" + "@id": "https://w3id.org/dpv#Recipient" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@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." + "@id": "https://w3id.org/dpv#hasEntity" } ], - "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 Officer" + "@value": "accepted" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Representative" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Indicates Recipient of Personal Data" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@language": "en", + "@value": "has recipient" } ] }, { - "@id": "https://w3id.org/dpv#hasDataExporter", + "@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": "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" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Javier Fernández" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#DataExporter" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -394,32 +353,29 @@ "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": "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 exporter" + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isInstanceOf" + "@value": "Data Controller" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasDataProcessor", + "@id": "https://w3id.org/dpv#hasRecipientThirdParty", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -453,7 +409,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#DataProcessor" + "@id": "https://w3id.org/dpv#ThirdParty" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -470,96 +426,109 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Processor" + "@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 data processor" + "@value": "has recipient third party" } ] }, { - "@id": "https://w3id.org/dpv#ThirdParty", + "@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-06-04" + "@value": "Entities_Legalrole 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#DataController" + }, { - "@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#DataProcessor" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#DataSubProcessor" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Recipient" + }, { - "@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." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#ThirdParty" + }, { - "@language": "en", - "@value": "Third Party" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#DataExporter" + }, { - "@id": "https://w3id.org/dpv#Recipient" + "@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#DataExporter", + "@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": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Georg Krog" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Georg P. Krog" }, { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -567,38 +536,37 @@ "@id": "https://w3id.org/dpv#" } ], - "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#DataImporter" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" + "@id": "https://w3id.org/dpv#hasRecipient" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@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": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@language": "en", + "@value": "has data importer" } ] }, { - "@id": "https://w3id.org/dpv#hasJointDataControllers", + "@id": "https://w3id.org/dpv#hasRecipientDataController", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -632,12 +600,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#JointDataControllers" + "@id": "https://w3id.org/dpv#DataController" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasDataController" + "@id": "https://w3id.org/dpv#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -649,18 +617,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 Controller as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "has recipient data controller" } ] }, { - "@id": "https://w3id.org/dpv#DataImporter", + "@id": "https://w3id.org/dpv#DataProtectionOfficer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -668,26 +636,26 @@ "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": "Georg Krog" }, { "@value": "Paul Ryan" - }, + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Harshvardhan Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-12-08" } ], "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_37/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -698,35 +666,43 @@ "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": "An entity that 'imports' data where importing is considered a form of data transfer" + "@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#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@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": "Data Protection Officer" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Representative" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Importer" + "@value": "Relation" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipient", + "@id": "https://w3id.org/dpv#hasDataController", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -760,11 +736,6 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.specialprivacy.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { "@id": "https://w3id.org/dpv#Concept" @@ -777,7 +748,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "https://w3id.org/dpv#DataController" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -794,41 +765,57 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "Indicates association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient" + "@value": "has data controller" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessor", + "@id": "https://w3id.org/dpv#hasDataExporter", "@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-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#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#DataExporter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -840,23 +827,32 @@ "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": "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": "Data Processor" + "@value": "has data exporter" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#JointDataControllers", + "@id": "https://w3id.org/dpv#DataExporter", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -864,17 +860,28 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@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#" @@ -889,109 +896,102 @@ "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": "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": "To indicate the membership, hasDataController may be used" + "@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": "Joint Data Controllers" + "@value": "Data Exporter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataController" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#Concept", + "@id": "https://w3id.org/dpv#hasRange", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "has range" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#DataSubProcessor", + "@id": "https://w3id.org/dpv#hasDataProtectionOfficer", "@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-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Rob Brennan" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#Concept" } ], - "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#" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" + "@id": "https://w3id.org/dpv#DataProtectionOfficer" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" + "@id": "https://w3id.org/dpv#hasRepresentative" } ], - "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 Sub-Processor" + "@value": "accepted" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#DataProcessor" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Relation" + "@value": "Specifices an associated data protection officer" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@language": "en", + "@value": "has data protection officer" } ] }, { - "@id": "https://w3id.org/dpv#Recipient", + "@id": "https://w3id.org/dpv#DataImporter", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -999,29 +999,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://www.specialprivacy.eu/" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/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": [ @@ -1038,58 +1035,45 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive 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": "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 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": "Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyRecipient" + "@value": "Data Importer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#Recipient" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipientDataController", + "@id": "https://w3id.org/dpv#JointDataControllers", "@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-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1097,73 +1081,73 @@ "@id": "https://w3id.org/dpv#" } ], - "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#DataController" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@language": "en", + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "accepted" + "@value": "To indicate the membership, hasDataController may be used" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" + "@value": "Joint Data Controllers" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has recipient data controller" + "@id": "https://w3id.org/dpv#DataController" } ] }, { - "@id": "https://w3id.org/dpv#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv#Recipient", "@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": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" + "@value": "Javier Fernández" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#Concept" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@id": "https://specialprivacy.ercim.eu/" + }, { - "@id": "https://w3id.org/dpv#DataProtectionOfficer" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasRepresentative" + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1175,18 +1159,62 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifices an associated data protection officer" + "@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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data protection officer" + "@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#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDataProcessor", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1220,7 +1248,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#ThirdParty" + "@id": "https://w3id.org/dpv#DataProcessor" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -1237,13 +1265,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": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "has data processor" } ] } diff --git a/dpv/modules/entities_legalrole.n3 b/dpv/modules/entities_legalrole.n3 index d26268ab3..d1d9b0d69 100644 --- a/dpv/modules/entities_legalrole.n3 +++ b/dpv/modules/entities_legalrole.n3 @@ -3,7 +3,7 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -28,6 +28,12 @@ dpv:Entities_LegalroleConcepts a skos:Collection ; dpv:hasRecipientDataController, dpv:hasRecipientThirdParty . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -257,7 +263,7 @@ dpv:Recipient a skos:Concept, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Entities that receive personal data"@en ; @@ -275,7 +281,7 @@ dpv:hasRecipient a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Recipient ; diff --git a/dpv/modules/entities_legalrole.rdf b/dpv/modules/entities_legalrole.rdf index e9fe06a23..a35565410 100644 --- a/dpv/modules/entities_legalrole.rdf +++ b/dpv/modules/entities_legalrole.rdf @@ -8,68 +8,75 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - 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 + + 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. + + 2020-11-04 + 2021-12-08 + modified Georg Krog Paul Ryan - Harshvardhan Pandit - + - - - has data controller - Indicates association with Data Controller - 2019-04-04 - 2020-11-04 + + + has data processor + Indiciates inclusion or applicability of a Data Processor + 2022-02-09 accepted - Axel Polleres - Javier Fernández + Paul Ryan + Georg P. Krog Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - + + - - - - has joint data controllers - Indicates inclusion or applicability of a Joint Data Controller - 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 - + + + + + 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 + + + + + isSubTypeOf + + - - - has data importer - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - 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 @@ -95,7 +102,7 @@ has recipient Indicates Recipient of Personal Data - + 2019-04-04 2020-11-04 accepted @@ -106,66 +113,19 @@ Bud Bruegger - - - - - 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 - - - - - Entities_Legalrole Concepts - - - - - - - - - - - - - - - - - - - - + - - - has data protection officer - Specifices an associated data protection officer - 2022-03-02 + + + has recipient data controller + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + 2022-02-09 accepted Paul Ryan - Rob Brennan - - - - - - - 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. - - 2020-11-04 - 2021-12-08 - modified - Georg Krog - Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit @@ -184,18 +144,55 @@ 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 + + + + 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 controller + Indicates association with Data Controller + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + + + + + + + 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 + + @@ -209,33 +206,14 @@ Harshvardhan Pandit - - - Relation - - - - - - - - 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 processor - Indiciates inclusion or applicability of a Data Processor + has data importer + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer 2022-02-09 accepted Paul Ryan @@ -258,15 +236,37 @@ Harshvardhan J. Pandit + + + Entities_Legalrole Concepts + + + + + + + + + + + + + + + + + + + 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 @@ -275,30 +275,18 @@ Javier Fernández - - - - - 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 - - - + - isInstanceOf + Relation - + - - - has recipient data controller - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + + + has joint data controllers + Indicates inclusion or applicability of a Joint Data Controller 2022-02-09 accepted Paul Ryan @@ -306,9 +294,29 @@ Harshvardhan J. Pandit - - - isSubTypeOf + + + + + 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 domain + + + + isInstanceOf + + + + has range diff --git a/dpv/modules/entities_legalrole.ttl b/dpv/modules/entities_legalrole.ttl index d26268ab3..d1d9b0d69 100644 --- a/dpv/modules/entities_legalrole.ttl +++ b/dpv/modules/entities_legalrole.ttl @@ -3,7 +3,7 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . +@prefix spl: . @prefix sw: . @prefix xsd: . @@ -28,6 +28,12 @@ dpv:Entities_LegalroleConcepts a skos:Collection ; dpv:hasRecipientDataController, dpv:hasRecipientThirdParty . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -257,7 +263,7 @@ dpv:Recipient a skos:Concept, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; dct:source , - ; + ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Entities that receive personal data"@en ; @@ -275,7 +281,7 @@ dpv:hasRecipient a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Recipient ; diff --git a/dpv/modules/entities_organisation.jsonld b/dpv/modules/entities_organisation.jsonld index 52b505a1f..79b727cc2 100644 --- a/dpv/modules/entities_organisation.jsonld +++ b/dpv/modules/entities_organisation.jsonld @@ -1,18 +1,4 @@ [ - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" - } - ] - }, { "@id": "https://w3id.org/dpv#ForProfitOrganisation", "@type": [ @@ -60,7 +46,7 @@ ] }, { - "@id": "https://w3id.org/dpv#InternationalOrganisation", + "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -68,20 +54,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": "Julian Flake" - }, - { - "@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_26/oj" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -98,13 +81,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 not part of or independent from the government" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "International Organisation" + "@value": "NonGovernmentalOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -114,7 +97,21 @@ ] }, { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AcademicScientificOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -130,6 +127,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#" @@ -144,13 +146,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation managed or part of 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": "GovernmentalOrganisation" + "@value": "AcademicScientificOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -160,7 +162,21 @@ ] }, { - "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#InternationalOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -168,17 +184,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": [ @@ -195,13 +214,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 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": "NonGovernmentalOrganisation" + "@value": "International Organisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -211,7 +230,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Organisation", + "@id": "https://w3id.org/dpv#IndustryConsortium", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -227,6 +246,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#" @@ -241,23 +265,37 @@ "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": "A consortium established and comprising on industry organisations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation" + "@value": "IndustryConsortium" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationalUnit", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + } + ] + }, + { + "@id": "https://w3id.org/dpv#GovernmentalOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -265,15 +303,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": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -290,13 +325,18 @@ "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 managed or part of government" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "GovernmentalOrganisation" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Organisation" } ] }, @@ -341,21 +381,7 @@ ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" - } - ] - }, - { - "@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" @@ -363,17 +389,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": [ @@ -390,37 +414,37 @@ "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#Entity" } ] }, { - "@id": "https://w3id.org/dpv#Concept", + "@id": "https://w3id.org/dpv#isInstanceOf", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "isInstanceOf" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#AcademicScientificOrganisation", + "@id": "https://w3id.org/dpv#Organisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -436,11 +460,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#" @@ -455,32 +474,46 @@ "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 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": "AcademicScientificOrganisation" + "@value": "Organisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", + "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Relation" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } ] }, diff --git a/dpv/modules/entities_organisation.n3 b/dpv/modules/entities_organisation.n3 index e984780ee..2bdb21087 100644 --- a/dpv/modules/entities_organisation.n3 +++ b/dpv/modules/entities_organisation.n3 @@ -21,6 +21,12 @@ dpv:Entities_OrganisationConcepts a skos:Collection ; dpv:Relation skos1:prefLabel "Relation"@en ; rdfs:subPropertyOf skos1:semanticRelation . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -111,7 +117,8 @@ dpv:OrganisationalUnit a skos:Concept, rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ; - skos:prefLabel "Organisational Unit"@en . + skos:prefLabel "Organisational Unit"@en ; + dpv:isSubTypeOf dpv:Entity . dpv:Organisation a skos:Concept, dpv:Concept ; diff --git a/dpv/modules/entities_organisation.rdf b/dpv/modules/entities_organisation.rdf index 077e3873f..541bdb3be 100644 --- a/dpv/modules/entities_organisation.rdf +++ b/dpv/modules/entities_organisation.rdf @@ -8,43 +8,41 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" 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 + IndustryConsortium + A consortium established and comprising on industry organisations 2022-02-02 accepted Harshvardhan J. Pandit - - - Entities_Organisation Concepts - - - - - - - - - - - + - - NonGovernmentalOrganisation - An organisation not part of or independent from the government - + + Organisation + A general term reflecting a company or a business or a group acting as a unit 2022-02-02 accepted Harshvardhan J. Pandit + + + + + Organisational Unit + Entity within an organisation that does not constitute as a separate legal entity + 2022-03-23 + accepted + Harshvardhan J. Pandit + Paul Ryan + + @@ -58,51 +56,73 @@ Georg P. Krog - + - 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 - + + + isSubTypeOf + + - - 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 - + - Organisational Unit - Entity within an organisation that does not constitute as a separate legal entity - 2022-03-23 + + NonGovernmentalOrganisation + An organisation not part of or independent from the government + + 2022-02-02 accepted Harshvardhan J. Pandit - Paul Ryan - + + + isInstanceOf + + - IndustryConsortium - A consortium established and comprising on industry organisations - + GovernmentalOrganisation + An organisation managed or part of government 2022-02-02 accepted Harshvardhan J. Pandit + + + Entities_Organisation Concepts + + + + + + + + + + @@ -115,29 +135,18 @@ Harshvardhan J. Pandit - - - - - ForProfitOrganisation - An organisation that aims to achieve profit as its primary goal - 2022-02-02 - accepted - Harshvardhan J. Pandit - - - - - isInstanceOf - - - - isSubTypeOf - Concept + + + has domain + + + + has range + Relation diff --git a/dpv/modules/entities_organisation.ttl b/dpv/modules/entities_organisation.ttl index e984780ee..2bdb21087 100644 --- a/dpv/modules/entities_organisation.ttl +++ b/dpv/modules/entities_organisation.ttl @@ -21,6 +21,12 @@ dpv:Entities_OrganisationConcepts a skos:Collection ; dpv:Relation skos1:prefLabel "Relation"@en ; rdfs:subPropertyOf skos1:semanticRelation . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -111,7 +117,8 @@ dpv:OrganisationalUnit a skos:Concept, rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ; - skos:prefLabel "Organisational Unit"@en . + skos:prefLabel "Organisational Unit"@en ; + dpv:isSubTypeOf dpv:Entity . dpv:Organisation a skos:Concept, dpv:Concept ; diff --git a/dpv/modules/jurisdiction.jsonld b/dpv/modules/jurisdiction.jsonld index f650a0334..d4dd0eb04 100644 --- a/dpv/modules/jurisdiction.jsonld +++ b/dpv/modules/jurisdiction.jsonld @@ -1,90 +1,98 @@ [ { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#isSubTypeOf", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "isSubTypeOf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, { - "@id": "https://w3id.org/dpv#JurisdictionConcepts", + "@id": "https://w3id.org/dpv#hasLocation", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "https://w3id.org/dpv#Relation", + "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": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Location" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Country" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#SupraNationalUnion" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#EconomicUnion" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#Region" - }, + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Law" - }, + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#ThirdCountry" - }, + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasJurisdiction" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#hasCountry" - }, + "@id": "https://w3id.org/dpv#Location" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#hasLocation" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasApplicableLaw" - }, + "@language": "en", + "@value": "Indicates information about location" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasThirdCountry" + "@language": "en", + "@value": "has location" } ] }, { - "@id": "https://w3id.org/dpv#hasThirdCountry", + "@id": "https://w3id.org/dpv#Law", "@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": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -92,16 +100,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#ThirdCountry" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasCountry" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -111,18 +109,67 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@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": "has third country" + "@value": "Law" } ] }, { - "@id": "https://w3id.org/dpv#Country", + "@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#Location", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -155,29 +202,24 @@ "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": "A location is a position, site, or area where something is located" } ], "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": "Location may be geographic, physical, or virtual." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Location" + "@value": "Location" } ] }, { - "@id": "https://w3id.org/dpv#hasLocation", + "@id": "https://w3id.org/dpv#hasThirdCountry", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -185,26 +227,15 @@ "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/source": [ - { - "@id": "https://www.specialprivacy.eu/" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -219,7 +250,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#ThirdCountry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasCountry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -231,13 +267,13 @@ "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" } ] }, @@ -288,56 +324,20 @@ ] }, { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasCountry", + "@id": "https://w3id.org/dpv#ThirdCountry", "@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-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -345,16 +345,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasLocation" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -364,18 +354,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified 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 country" + "@value": "Third Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Country" } ] }, { - "@id": "https://w3id.org/dpv#EconomicUnion", + "@id": "https://w3id.org/dpv#Region", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -405,13 +400,13 @@ "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": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "Region" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -421,7 +416,7 @@ ] }, { - "@id": "https://w3id.org/dpv#ThirdCountry", + "@id": "https://w3id.org/dpv#Country", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -429,12 +424,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": [ @@ -451,25 +449,31 @@ "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 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": "Third Country" + "@value": "Country" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Country" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#hasJurisdiction", + "@id": "https://w3id.org/dpv#EconomicUnion", "@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": [ @@ -483,21 +487,11 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -507,13 +501,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@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": "has jurisdiction" + "@value": "EconomicUnion" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Location" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, @@ -569,9 +582,9 @@ ] }, { - "@id": "https://w3id.org/dpv#Law", + "@id": "https://w3id.org/dpv#hasJurisdiction", "@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": [ @@ -585,11 +598,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Location" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -599,80 +622,76 @@ "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#Region", - "@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-19" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "has domain" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "accepted" + "@value": "has range" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "A region is an area or site that is considered a location" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Region" + "@value": "isInstanceOf" } ], - "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/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", + "@id": "https://w3id.org/dpv#Concept", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Concept" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } ] }, { - "@id": "https://w3id.org/dpv#Location", + "@id": "https://w3id.org/dpv#hasCountry", "@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": [ @@ -689,33 +708,42 @@ "@value": "Georg P Krog" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "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": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv#Country" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasLocation" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location" + "@value": "has country" } ] } diff --git a/dpv/modules/jurisdiction.n3 b/dpv/modules/jurisdiction.n3 index c9f43d8de..29549069b 100644 --- a/dpv/modules/jurisdiction.n3 +++ b/dpv/modules/jurisdiction.n3 @@ -21,6 +21,12 @@ dpv:JurisdictionConcepts a skos:Collection ; dpv:hasLocation, dpv:hasThirdCountry . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -131,7 +137,7 @@ dpv:hasLocation a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Location ; diff --git a/dpv/modules/jurisdiction.rdf b/dpv/modules/jurisdiction.rdf index 06c4fb85a..3e2dcbcab 100644 --- a/dpv/modules/jurisdiction.rdf +++ b/dpv/modules/jurisdiction.rdf @@ -8,100 +8,107 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - - has country - Indicates applicability of specified country + + has jurisdiction + Indicates applicability of specified jurisdiction 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog - - + + - - Region - A region is an area or site that is considered a location - 2022-01-19 + + + has location + Indicates information about location + + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - - - Jurisdiction Concepts - - - - - - - - - - - - + + + isSubTypeOf - + - 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 - - + + - - - has location - Indicates information about location - - 2019-04-05 + + Third Country + Represents a country outside applicable or compatible jurisdiction as outlined in law + 2022-02-09 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar - - + + - - - - has third country - Indicates applicability or relevance of a 'third country' - 2022-02-09 + + SupraNationalUnion + A political union of two or more countries with an establishment of common authority + 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. + 2022-01-19 accepted Harshvardhan J. Pandit Georg P Krog - + + + Jurisdiction Concepts + + + + + + + + + + + + + + - 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. + Region + A region is an area or site that is considered a location 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog @@ -116,27 +123,18 @@ Harshvardhan J. Pandit - + - - has jurisdiction - Indicates applicability of specified jurisdiction - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - - - SupraNationalUnion - A political union of two or more countries with an establishment of common authority + + + has country + Indicates applicability of specified country 2022-01-19 accepted Harshvardhan J. Pandit + Georg P Krog @@ -150,38 +148,48 @@ Harshvardhan J. Pandit - - + + + Concept + + + - - 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 - - - isSubTypeOf - - + - Law - A law is a set of rules created by government or authorities + + 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 range + Relation - - - Concept + + + has domain diff --git a/dpv/modules/jurisdiction.ttl b/dpv/modules/jurisdiction.ttl index c9f43d8de..29549069b 100644 --- a/dpv/modules/jurisdiction.ttl +++ b/dpv/modules/jurisdiction.ttl @@ -21,6 +21,12 @@ dpv:JurisdictionConcepts a skos:Collection ; dpv:hasLocation, dpv:hasThirdCountry . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -131,7 +137,7 @@ dpv:hasLocation a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Location ; diff --git a/dpv/modules/legal_basis.jsonld b/dpv/modules/legal_basis.jsonld index c1321f6ba..17763aa56 100644 --- a/dpv/modules/legal_basis.jsonld +++ b/dpv/modules/legal_basis.jsonld @@ -1,33 +1,25 @@ [ { - "@id": "https://w3id.org/dpv#hasLegalBasis", + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson", "@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-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@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#domain": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -35,11 +27,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#LegalBasis" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -49,62 +36,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@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": "has legal basis" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Contract", - "@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" + "@value": "Vital Interest of Natural Person" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@id": "https://w3id.org/dpv#VitalInterest" } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract" + "@value": "isSubTypeOf" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalBasis" - }, + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, @@ -155,21 +112,7 @@ ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" - } - ] - }, - { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis", + "@id": "https://w3id.org/dpv#LegalBasis", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -177,15 +120,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 Krogg" + "@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": [ @@ -202,23 +151,24 @@ "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": "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": "Data Transfer Legal Basis" + "@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#LegalBasis" + "@language": "en", + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv#LegalObligation", + "@id": "https://w3id.org/dpv#EnterIntoContract", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -230,8 +180,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": [ @@ -248,23 +204,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "Enter Into Contract" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterest", + "@id": "https://w3id.org/dpv#Consent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -272,7 +228,7 @@ "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": [ @@ -294,13 +250,13 @@ "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": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "Consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -310,7 +266,7 @@ ] }, { - "@id": "https://w3id.org/dpv#ContractPerformance", + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -318,7 +274,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-05-05" } ], "http://purl.org/dc/terms/creator": [ @@ -346,37 +302,84 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" + "@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": "Contract Performance" + "@value": "Official Authority of Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Legal_BasisConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "isInstanceOf" + "@value": "Legal_Basis Concepts" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@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#EnterIntoContract", + "@id": "https://w3id.org/dpv#PublicInterest", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -384,18 +387,12 @@ "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": [ @@ -412,23 +409,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary to enter into contract" + "@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": "Enter Into Contract" + "@value": "Public Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#LegalBasis", + "@id": "https://w3id.org/dpv#Contract", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -436,21 +433,12 @@ "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": "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": [ @@ -467,24 +455,40 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@value": "Creation, completion, 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" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv#LegalAgreement" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "Relation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#PublicInterest", + "@id": "https://w3id.org/dpv#LegitimateInterestOfController", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -492,12 +496,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": [ @@ -514,23 +524,37 @@ "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": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Interest" + "@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#Consent", + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#LegalObligation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -560,13 +584,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@value": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consent" + "@value": "Legal Obligation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -576,7 +600,7 @@ ] }, { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv#DataTransferLegalBasis", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -584,18 +608,15 @@ "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": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krogg" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -612,37 +633,37 @@ "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": "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": "Vital Interest of Natural Person" + "@value": "Data Transfer Legal Basis" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#Concept", + "@id": "https://w3id.org/dpv#hasRange", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "has range" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -650,7 +671,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-05" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ @@ -678,42 +699,50 @@ "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": "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": "Official Authority of Controller" + "@value": "Vital Interest of Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject", + "@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-21" + "@value": "2019-04-04" } ], "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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -721,6 +750,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#LegalBasis" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -730,27 +764,22 @@ "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": "Indicates use or applicability of a Legal Basis" } ], "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" + "@value": "has legal basis" } ] }, { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#isInstanceOf", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "isInstanceOf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -812,7 +841,7 @@ ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv#VitalInterest", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -820,18 +849,12 @@ "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -848,79 +871,84 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + "@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": "Legitimate Interest of Controller" + "@value": "Vital Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#Legal_BasisConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { - "@value": "Legal_Basis Concepts" + "@language": "en", + "@value": "Concept" } ], - "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" - }, + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#LegalObligation" - }, + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ContractPerformance", + "@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#LegitimateInterest" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-04-07" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#LegitimateInterestOfController" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" - }, + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#PublicInterest" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#VitalInterest" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject" - }, + "@language": "en", + "@value": "Fulfilment or performance of a contract involving specified processing" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" - }, + "@language": "en", + "@value": "Contract Performance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasLegalBasis" + "@id": "https://w3id.org/dpv#Contract" } ] } diff --git a/dpv/modules/legal_basis.n3 b/dpv/modules/legal_basis.n3 index 00742b9c5..b144ac3d2 100644 --- a/dpv/modules/legal_basis.n3 +++ b/dpv/modules/legal_basis.n3 @@ -25,6 +25,12 @@ dpv:Legal_BasisConcepts a skos:Collection ; dpv:VitalInterestOfNaturalPerson, dpv:hasLegalBasis . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/legal_basis.rdf b/dpv/modules/legal_basis.rdf index 3f3a4b578..c97e9a94e 100644 --- a/dpv/modules/legal_basis.rdf +++ b/dpv/modules/legal_basis.rdf @@ -8,101 +8,75 @@ xmlns:skos1="http://www.w3.org/20.5/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 - 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 - accepted - David Hickey - Georg P Krogg - - - - - - - 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 - - + + - - - has legal basis - Indicates use or applicability of a Legal Basis - 2019-04-04 + 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 - + - - Legitimate Interest of Third Party - Legitimate Interests of a Third Party 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 - + - - 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 - + - 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 - + - - Vital Interest of Natural Person - Processing is necessary or required to protect vital interests of a natural person + + 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 @@ -130,72 +104,96 @@ - + + + isSubTypeOf + + - - Contract - Creation, completion, fulfilment, or performance of a contract involving 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 + David Hickey + Georg P Krogg + + + + + + + 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 - + - - Official Authority of Controller - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - 2021-05-05 + + 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 - + + + + + + has legal basis + Indicates use or applicability of a Legal Basis + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + + - Legal Obligation - Legal Obligation to conduct the specified processing + + Contract + Creation, completion, fulfilment, or performance of a contract involving specified processing 2021-04-07 accepted Harshvardhan J. Pandit - + - - Enter Into Contract - Processing necessary to enter into contract - 2021-04-07 + + Legitimate Interest + Legitimate Interests of a Party as justification for 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 - 2020-11-04 + + Legal Obligation + Legal Obligation to conduct the specified processing + 2021-04-07 accepted - Axel Polleres - Javier Fernández + Harshvardhan J. Pandit - - - isSubTypeOf - @@ -207,35 +205,45 @@ Harshvardhan J. Pandit - + - - Legitimate Interest - Legitimate Interests of a Party as justification for specified processing - 2021-05-19 + + Contract Performance + Fulfilment or performance of a contract involving specified processing + 2021-04-07 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 - 2021-04-21 + Consent + Consent of the Data Subject for specified processing + 2021-04-07 accepted Harshvardhan J. Pandit + + + Concept + + + + has range + Relation - - - Concept + + + has domain diff --git a/dpv/modules/legal_basis.ttl b/dpv/modules/legal_basis.ttl index 00742b9c5..b144ac3d2 100644 --- a/dpv/modules/legal_basis.ttl +++ b/dpv/modules/legal_basis.ttl @@ -25,6 +25,12 @@ dpv:Legal_BasisConcepts a skos:Collection ; dpv:VitalInterestOfNaturalPerson, dpv:hasLegalBasis . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/personal_data.jsonld b/dpv/modules/personal_data.jsonld index 9eae6e55b..9ae37f5dd 100644 --- a/dpv/modules/personal_data.jsonld +++ b/dpv/modules/personal_data.jsonld @@ -1,20 +1,20 @@ [ { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#isSubTypeOf", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "isSubTypeOf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, { - "@id": "https://w3id.org/dpv#Data", + "@id": "https://w3id.org/dpv#NonPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -44,18 +44,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A broad concept representing 'data' or 'information'" + "@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": "Data" + "@value": "Non-Personal Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Data" } ] }, { - "@id": "https://w3id.org/dpv#InferredPersonalData", + "@id": "https://w3id.org/dpv#GeneratedPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -63,7 +74,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": [ @@ -85,32 +96,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 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": "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/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Inferred Personal Data" + "@value": "Generated 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#NonPersonalData", + "@id": "https://w3id.org/dpv#Data", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -140,29 +148,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@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." + "@value": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Personal Data" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Data" + "@value": "Data" } ] }, { - "@id": "https://w3id.org/dpv#CollectedPersonalData", + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -170,12 +167,26 @@ "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/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": [ @@ -186,43 +197,43 @@ "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": "Personal Data that has been collected from another source such as the Data Subject" + "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" } ], "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": "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": "Collected Personal Data" + "@value": "Special Category Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#SensitivePersonalData" } ] }, { - "@id": "https://w3id.org/dpv#hasPersonalData", + "@id": "https://w3id.org/dpv#CollectedPersonalData", "@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": [ @@ -230,21 +241,11 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#PersonalData" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -254,18 +255,78 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@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/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": "has personal data" + "@value": "Collected Personal Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#SensitivePersonalData", + "@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#DerivedPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -273,12 +334,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" + "@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": [ @@ -295,19 +370,24 @@ "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 is obtained or derived from other 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": "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": "Sensitive Personal Data" + "@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": [ @@ -317,9 +397,9 @@ ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymisedData", + "@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": [ @@ -333,11 +413,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#PersonalData" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -347,23 +437,18 @@ "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": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-anonymised Data" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#PersonalData" + "@value": "has personal data" } ] }, { - "@id": "https://w3id.org/dpv#AnonymisedData", + "@id": "https://w3id.org/dpv#PersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -371,12 +456,23 @@ "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": "Piero Bonatti" + "@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": [ @@ -393,29 +489,34 @@ "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 directly or indirectly associated or related to an individual." } ], "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": "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": "Anonymised Data" + "@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#NonPersonalData" + "@id": "https://w3id.org/dpv#Data" } ] }, { - "@id": "https://w3id.org/dpv#GeneratedPersonalData", + "@id": "https://w3id.org/dpv#SensitivePersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -423,7 +524,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": [ @@ -445,19 +546,19 @@ "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 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": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" + "@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": "Generated Personal Data" + "@value": "Sensitive Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -467,48 +568,20 @@ ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData", + "@id": "https://w3id.org/dpv#AnonymisedData", "@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" - } - ], - "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": "Piero Bonatti" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -519,62 +592,62 @@ "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": "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": "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": "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": "Special Category Personal Data" + "@value": "Anonymised Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SensitivePersonalData" + "@id": "https://w3id.org/dpv#NonPersonalData" } ] }, { - "@id": "https://w3id.org/dpv#DerivedPersonalData", - "@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/20.5/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@language": "en", + "@value": "Relation" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "Fajar Ekaputra" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } + ] + }, + { + "@id": "https://w3id.org/dpv#InferredPersonalData", + "@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-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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -591,86 +664,101 @@ "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 is obtained through inference from other 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": "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": "Derived Personal Data" + "@value": "Inferred Personal Data" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#GeneratedPersonalData" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/data#Derived" + "@language": "en", + "@value": "has domain" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#Concept", + "@id": "https://w3id.org/dpv#hasRange", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "has range" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", + "@id": "https://w3id.org/dpv#isInstanceOf", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "isInstanceOf" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#PersonalData", - "@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#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@language": "en", + "@value": "Concept" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "Harshvardhan Pandit" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } + ] + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymisedData", + "@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-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": [ @@ -687,78 +775,18 @@ "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": "http://www.specialprivacy.eu/langs/usage-policy#AnyData" + "@value": "Pseudo-anonymised Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Data" - } - ] - }, - { - "@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" } ] } diff --git a/dpv/modules/personal_data.n3 b/dpv/modules/personal_data.n3 index 2ede03434..c44a787ef 100644 --- a/dpv/modules/personal_data.n3 +++ b/dpv/modules/personal_data.n3 @@ -3,8 +3,8 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . -@prefix svd: . +@prefix spl: . +@prefix svd: . @prefix sw: . @prefix xsd: . @@ -23,6 +23,12 @@ dpv:Personal_DataConcepts a skos:Collection ; dpv:SpecialCategoryPersonalData, dpv:hasPersonalData . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/personal_data.rdf b/dpv/modules/personal_data.rdf index 42497f11b..669101346 100644 --- a/dpv/modules/personal_data.rdf +++ b/dpv/modules/personal_data.rdf @@ -8,6 +8,50 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + 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 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + has personal data + Indicates association with Personal Data + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + + Anonymised Data + 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. + 2022-01-19 + accepted + Piero Bonatti + + + + + isSubTypeOf + @@ -35,45 +79,14 @@ 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 - 2022-01-19 - accepted - 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. + + + 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 @@ -89,18 +102,6 @@ Harshvardhan J. Pandit - - - - - 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 - - @@ -118,7 +119,7 @@ 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 @@ -127,16 +128,16 @@ Harshvardhan Pandit - + - - Anonymised Data - 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. + + 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 - Piero Bonatti + Harshvardhan J. Pandit @@ -151,42 +152,49 @@ Harshvardhan J. Pandit - + + + Personal_Data Concepts + + + + + + + + + + + + + + - - - 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 + + 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 - - - isSubTypeOf + + + Concept - - - - - - has personal data - Indicates association with Personal Data - 2022-01-19 - accepted - Harshvardhan J. Pandit - + + + has range Relation - - - Concept + + + has domain diff --git a/dpv/modules/personal_data.ttl b/dpv/modules/personal_data.ttl index 2ede03434..c44a787ef 100644 --- a/dpv/modules/personal_data.ttl +++ b/dpv/modules/personal_data.ttl @@ -3,8 +3,8 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . -@prefix svd: . +@prefix spl: . +@prefix svd: . @prefix sw: . @prefix xsd: . @@ -23,6 +23,12 @@ dpv:Personal_DataConcepts a skos:Collection ; dpv:SpecialCategoryPersonalData, dpv:hasPersonalData . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . diff --git a/dpv/modules/processing.jsonld b/dpv/modules/processing.jsonld index 156d40a22..cf2127317 100644 --- a/dpv/modules/processing.jsonld +++ b/dpv/modules/processing.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#Transfer", + "@id": "https://w3id.org/dpv#Collect", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13,7 +13,10 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@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,28 +33,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "to gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transfer" + "@value": "Collect" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Transfer" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#Transmit", + "@id": "https://w3id.org/dpv#Retrieve", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -81,23 +84,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to send out data" + "@value": "to retrieve data, often in an automated manner" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transmit" + "@value": "Retrieve" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#Derive", + "@id": "https://w3id.org/dpv#Align", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -110,7 +113,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -127,28 +130,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create new derivative data from the original 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": "Derive" + "@value": "Align" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Transform" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Derive" + "@language": "en", + "@value": "isSubTypeOf" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, { - "@id": "https://w3id.org/dpv#Organise", + "@id": "https://w3id.org/dpv#Acquire", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -178,18 +190,18 @@ "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" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Obtain" } ] }, @@ -240,48 +252,20 @@ ] }, { - "@id": "https://w3id.org/dpv#hasProcessing", + "@id": "https://w3id.org/dpv#Restrict", "@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" - } - ], - "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://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -289,11 +273,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Processing" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -303,18 +282,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "to apply a restriction on the processsing of specific records" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@value": "Restrict" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Combine", + "@id": "https://w3id.org/dpv#Transform", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -328,9 +312,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://www.specialprivacy.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -347,23 +328,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "to change the form or nature of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Combine" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Aggregate" + "@value": "Transform" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Processing" } ] }, @@ -414,7 +390,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Disseminate", + "@id": "https://w3id.org/dpv#Share", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -444,13 +420,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "to give data (or a portion of it) to others" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Share" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -460,7 +436,7 @@ ] }, { - "@id": "https://w3id.org/dpv#DiscloseByTransmission", + "@id": "https://w3id.org/dpv#Analyse", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -473,7 +449,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": [ @@ -490,37 +466,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "to study or examine the data in detail" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "Analyse" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Disclose" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#Destruct", + "@id": "https://w3id.org/dpv#Alter", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -550,23 +517,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 change the data without changing it into something else" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Destruct" + "@value": "Alter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Remove" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Use", + "@id": "https://w3id.org/dpv#Transmit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -596,23 +563,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to use data" + "@value": "to send out data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Use" + "@value": "Transmit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Move", + "@id": "https://w3id.org/dpv#DiscloseByTransmission", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -625,7 +592,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -642,28 +609,23 @@ "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 disclose data by means of transmission" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Move" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Move" + "@value": "Disclose by Transmission" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transfer" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Transform", + "@id": "https://w3id.org/dpv#Organise", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -693,13 +655,13 @@ "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" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -755,7 +717,7 @@ ] }, { - "@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" @@ -769,6 +731,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": [ @@ -785,23 +750,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#Align", + "@id": "https://w3id.org/dpv#Transfer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -814,7 +784,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": [ @@ -831,23 +801,28 @@ "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 place to another" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Align" + "@value": "Transfer" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@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#Collect", + "@id": "https://w3id.org/dpv#Disclose", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -861,9 +836,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://www.specialprivacy.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -880,28 +852,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "to make data known" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Collect" + "@value": "Disclose" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Acquire", + "@id": "https://w3id.org/dpv#Combine", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -915,6 +882,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": [ @@ -931,37 +901,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "to join or merge data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquire" + "@value": "Combine" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Obtain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Alter", + "@id": "https://w3id.org/dpv#Destruct", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -991,23 +952,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 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": "Alter" + "@value": "Destruct" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Remove" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymise", + "@id": "https://w3id.org/dpv#MakeAvailable", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1037,23 +998,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@value": "to transform or publish data to be used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Make Available" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Consult", + "@id": "https://w3id.org/dpv#Record", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1067,9 +1028,52 @@ "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 make a record (especially media)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Record" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Obtain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Structure", + "@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" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -1086,23 +1090,83 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "to arrange data according to a structure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consult" + "@value": "Structure" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Organise" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Anonymise", + "@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" + } + ], + "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 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": "Anonymise" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.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#Transform" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, @@ -1134,7 +1198,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1162,12 +1226,12 @@ ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyProcessing" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv#Record", + "@id": "https://w3id.org/dpv#PseudoAnonymise", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1197,23 +1261,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record" + "@value": "Pseudo-Anonymise" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Share", + "@id": "https://w3id.org/dpv#Adapt", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1243,18 +1307,97 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@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": "Share" + "@value": "Adapt" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Transform" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@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" + } + ], + "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 create new derivative data from the original data" + } + ], + "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" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Transform" } ] }, @@ -1377,7 +1520,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Anonymise", + "@id": "https://w3id.org/dpv#Move", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1390,7 +1533,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1407,133 +1550,83 @@ "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 location to another including deleting the original copy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymise" + "@value": "Move" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Anonymize" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Transfer" } ] }, { - "@id": "https://w3id.org/dpv#Adapt", - "@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" - } - ], - "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 modify the data, often rewritten into a new form for a new use" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adapt" + "@value": "isInstanceOf" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#Erase", + "@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/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": "Axel Polleres" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@value": "Javier Fernández" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@language": "en", - "@value": "to delete data" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@value": "Mark Lizar" + }, { - "@language": "en", - "@value": "Erase" + "@value": "Bud Bruegger" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#Remove" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } - ] - }, - { - "@id": "https://w3id.org/dpv#Profiling", - "@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/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@id": "https://specialprivacy.ercim.eu/" } ], - "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": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1541,6 +1634,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Processing" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1550,37 +1648,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "Indicates association with Processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Profiling" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Use" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@value": "has processing" } ] }, { - "@id": "https://w3id.org/dpv#Restrict", + "@id": "https://w3id.org/dpv#Copy", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1593,7 +1672,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": [ @@ -1610,23 +1689,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" + "@value": "to produce an exact reprodution of the data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Restrict" + "@value": "Copy" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Structure", + "@id": "https://w3id.org/dpv#Erase", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1656,37 +1740,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "to delete data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Structure" + "@value": "Erase" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organise" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#Remove" } ] }, { - "@id": "https://w3id.org/dpv#MakeAvailable", + "@id": "https://w3id.org/dpv#Disseminate", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1716,13 +1786,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "to spread data throughout" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Make Available" + "@value": "Disseminate" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1732,53 +1802,21 @@ ] }, { - "@id": "https://w3id.org/dpv#Retrieve", - "@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" - } - ], - "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 retrieve data, often in an automated manner" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } ] }, { - "@id": "https://w3id.org/dpv#Analyse", + "@id": "https://w3id.org/dpv#Use", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1791,7 +1829,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -1808,28 +1846,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "to use data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Analyse" + "@value": "Use" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Copy", + "@id": "https://w3id.org/dpv#Profiling", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1842,7 +1875,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.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": [ @@ -1859,23 +1892,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "to create a profile that describes or represents a person" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Copy" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/processing#Copy" + "@value": "Profiling" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Use" } ] } diff --git a/dpv/modules/processing.n3 b/dpv/modules/processing.n3 index 4021621e8..1260ce33e 100644 --- a/dpv/modules/processing.n3 +++ b/dpv/modules/processing.n3 @@ -3,8 +3,8 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . -@prefix svpr: . +@prefix spl: . +@prefix svpr: . @prefix sw: . @prefix xsd: . @@ -46,6 +46,12 @@ dpv:ProcessingConcepts a skos:Collection ; dpv:Use, dpv:hasProcessing . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -95,7 +101,7 @@ dpv:Alter a skos:Concept, dpv:Analyse a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to study or examine the data in detail"@en ; @@ -106,7 +112,7 @@ dpv:Analyse a skos:Concept, dpv:Anonymise a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "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"@en ; @@ -118,7 +124,7 @@ dpv:Collect 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 gather data from someone"@en ; @@ -130,7 +136,7 @@ dpv:Combine 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 join or merge data"@en ; @@ -142,7 +148,7 @@ dpv:Consult 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 consult or query data"@en ; @@ -153,7 +159,7 @@ dpv:Consult a skos:Concept, dpv:Copy a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to produce an exact reprodution of the data"@en ; @@ -164,7 +170,7 @@ dpv:Copy a skos:Concept, dpv:Derive a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to create new derivative data from the original data"@en ; @@ -225,7 +231,7 @@ dpv:MakeAvailable a skos:Concept, dpv:Move a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to move data from one location to another including deleting the original copy"@en ; @@ -335,7 +341,7 @@ dpv:hasProcessing a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Processing ; @@ -356,7 +362,7 @@ dpv:Organise a skos:Concept, dpv:Transfer a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to move data from one place to another"@en ; @@ -420,7 +426,7 @@ dpv:Processing a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; diff --git a/dpv/modules/processing.rdf b/dpv/modules/processing.rdf index e968b050d..7bf4e73ab 100644 --- a/dpv/modules/processing.rdf +++ b/dpv/modules/processing.rdf @@ -8,94 +8,36 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - Move - to move data from one location to another including deleting the original copy - - - 2019-05-07 - accepted - - - - - - - Align - to adjust the data to be in relation to another data - - 2019-05-07 - accepted - - - - - - - Disclose - to make data known - - 2019-05-07 - accepted - - - - - - - Structure - to arrange data according to a structure - - 2019-05-07 - accepted - - - + - - Consult - to consult or query data - + + Collect + to gather data from someone + - + 2019-05-07 accepted - + - Combine - to join or merge data - + Alter + to change the data without changing it into something else - 2019-05-07 accepted - + - Share - to give data (or a portion of it) to others - - 2019-05-07 - accepted - - - - - - - Alter - to change the data without changing it into something else + Transmit + to send out data 2019-05-07 accepted @@ -112,69 +54,63 @@ accepted - + - Store - to keep data for future use + Remove + to destruct or erase 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 - accepted - - - + - - Make Available - to transform or publish data to be used + + Consult + to consult or query data + + 2019-05-07 accepted - + - - Transfer - to move data from one place to another - - + + Derive + to create new derivative data from the original data + + 2019-05-07 accepted - + + + isSubTypeOf + + - - Disseminate - to spread data throughout + + Pseudo-Anonymise + to replace personal identifiable information by artificial identifiers 2019-05-07 accepted - + - - Pseudo-Anonymise - to replace personal identifiable information by artificial identifiers + + Disclose + to make data known 2019-05-07 accepted @@ -187,7 +123,7 @@ has processing Indicates association with Processing - + 2019-04-04 2020-11-04 accepted @@ -198,15 +134,24 @@ Bud Bruegger - + + + + + Align + to adjust the data to be in relation to another data + + 2019-05-07 + accepted + + + - Collect - to gather data from someone - + Acquire + to come into possession or control of the data - 2019-05-07 accepted @@ -261,46 +206,50 @@ - + - - Erase - to delete data - + + Move + to move data from one location to another including deleting the original copy + + 2019-05-07 accepted - + - - Destruct - to process data in a way it no longer exists or cannot be repaired - - 2019-05-07 + Processing + The processing performed on personal data + + + 2019-04-05 + 2020-11-04 accepted + Axel Polleres + Javier Fernández - + - - Analyse - to study or examine the data in detail - - + + Transfer + to move data from one place to another + + 2019-05-07 accepted - + - - Acquire - to come into possession or control of the data + + Profiling + to create a profile that describes or represents a person 2019-05-07 accepted @@ -312,159 +261,218 @@ Copy to produce an exact reprodution of the data - - + + 2019-05-07 accepted - + - - Retrieve - to retrieve data, often in an automated manner + + Use + to use data 2019-05-07 accepted - + - - Transform - to change the form or nature of data + + Combine + to join or merge data + + 2019-05-07 accepted - + - - Disclose by Transmission - to disclose data by means of transmission + + 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 + + + + + + + Structure + to arrange data according to a structure 2019-05-07 accepted - + - - Transmit - to send out data + + Record + to make a record (especially media) 2019-05-07 accepted - + - - Use - to use data + + Destruct + to process data in a way it no longer exists or cannot be repaired 2019-05-07 accepted - + - - Adapt - to modify the data, often rewritten into a new form for a new use + + Erase + to delete data 2019-05-07 accepted - - - Relation + + + + + Share + to give data (or a portion of it) to others + + 2019-05-07 + accepted + - + - - Record - to make a record (especially media) + + Organise + to organize data for arranging or classifying 2019-05-07 accepted - + - Profiling - to create a profile that describes or represents a person + Retrieve + to retrieve data, often in an automated manner 2019-05-07 accepted - + + + + + Transform + to change the form or nature of data + + 2019-05-07 + accepted + + + + + + + Disseminate + to spread data throughout + + 2019-05-07 + accepted + + + - Derive - to create new derivative data from the original data - - + Adapt + to modify the data, often rewritten into a new form for a new use + 2019-05-07 accepted - + - Remove - to destruct or erase data + Store + to keep data for future use 2019-05-07 accepted - + + + Relation + + - Processing - The processing performed on personal data - - - 2019-04-05 - 2020-11-04 + + Analyse + to study or examine the data in detail + + + 2019-05-07 accepted - Axel Polleres - Javier Fernández - + - - Organise - to organize data for arranging or classifying + + Make Available + to transform or publish data to be used 2019-05-07 accepted + + + + + Disclose by Transmission + to disclose data by means of transmission + + 2019-05-07 + accepted + + + + + has domain + isInstanceOf - - - isSubTypeOf + + + has range diff --git a/dpv/modules/processing.ttl b/dpv/modules/processing.ttl index 4021621e8..1260ce33e 100644 --- a/dpv/modules/processing.ttl +++ b/dpv/modules/processing.ttl @@ -3,8 +3,8 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . -@prefix svpr: . +@prefix spl: . +@prefix svpr: . @prefix sw: . @prefix xsd: . @@ -46,6 +46,12 @@ dpv:ProcessingConcepts a skos:Collection ; dpv:Use, dpv:hasProcessing . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -95,7 +101,7 @@ dpv:Alter a skos:Concept, dpv:Analyse a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to study or examine the data in detail"@en ; @@ -106,7 +112,7 @@ dpv:Analyse a skos:Concept, dpv:Anonymise a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "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"@en ; @@ -118,7 +124,7 @@ dpv:Collect 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 gather data from someone"@en ; @@ -130,7 +136,7 @@ dpv:Combine 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 join or merge data"@en ; @@ -142,7 +148,7 @@ dpv:Consult 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 consult or query data"@en ; @@ -153,7 +159,7 @@ dpv:Consult a skos:Concept, dpv:Copy a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to produce an exact reprodution of the data"@en ; @@ -164,7 +170,7 @@ dpv:Copy a skos:Concept, dpv:Derive a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to create new derivative data from the original data"@en ; @@ -225,7 +231,7 @@ dpv:MakeAvailable a skos:Concept, dpv:Move a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to move data from one location to another including deleting the original copy"@en ; @@ -335,7 +341,7 @@ dpv:hasProcessing a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Processing ; @@ -356,7 +362,7 @@ dpv:Organise a skos:Concept, dpv:Transfer a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "to move data from one place to another"@en ; @@ -420,7 +426,7 @@ dpv:Processing a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The processing performed on personal data"@en ; diff --git a/dpv/modules/processing_context.jsonld b/dpv/modules/processing_context.jsonld index c9298d108..35d85641e 100644 --- a/dpv/modules/processing_context.jsonld +++ b/dpv/modules/processing_context.jsonld @@ -1,6 +1,71 @@ [ { - "@id": "https://w3id.org/dpv#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv#hasStorage", + "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#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#definition": [ + { + "@language": "en", + "@value": "Indicates information about storage condition" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has storage" + } + ] + }, + { + "@id": "https://w3id.org/dpv#LargeScaleProcessing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -38,13 +103,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@value": "Processing that takes place at large scales" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Large Scale Processing" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -54,9 +119,9 @@ ] }, { - "@id": "https://w3id.org/dpv#hasDataSource", + "@id": "https://w3id.org/dpv#SystematicMonitoring", "@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": [ @@ -67,18 +132,15 @@ ], "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://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -86,11 +148,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#DataSource" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -100,18 +157,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data source" + "@value": "Systematic Monitoring" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#DataSource", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + } + ] + }, + { + "@id": "https://w3id.org/dpv#StorageDuration", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -119,18 +195,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": [ @@ -147,24 +226,21 @@ "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": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Source" + "@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" } ] }, @@ -224,7 +300,7 @@ ] }, { - "@id": "https://w3id.org/dpv#SystematicMonitoring", + "@id": "https://w3id.org/dpv#MatchingCombining", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -262,13 +338,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "Processing that involves matching and combining of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Matching and Combining" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -278,21 +354,61 @@ ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#AutomatedDecisionMaking", + "@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": "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": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@language": "en", + "@value": "Processing that involves automated decision making" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Automated Decision Making" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies", + "@id": "https://w3id.org/dpv#EvaluationScoring", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -330,13 +446,13 @@ "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 evaluation and scoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "Evaluation and Scoring" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -346,7 +462,7 @@ ] }, { - "@id": "https://w3id.org/dpv#StorageLocation", + "@id": "https://w3id.org/dpv#StorageDeletion", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -385,26 +501,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location or geospatial scope where the data is stored" + "@value": "Deletion or Erasure of data including any deletion guarantees" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Storage Deletion" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#StorageRestoration", + "@id": "https://w3id.org/dpv#PublicDataSource", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -412,21 +525,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": [ @@ -443,32 +559,24 @@ "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 source of data that is publicly accessible or available" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Storage Restoration" + "@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#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#StorageCondition" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isInstanceOf" + "@value": "Public Data Source" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#DataSource" } ] }, @@ -519,72 +627,21 @@ ] }, { - "@id": "https://w3id.org/dpv#hasStorage", - "@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://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#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#definition": [ + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indicates information about storage condition" + "@value": "Relation" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "has storage" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#StorageDuration", + "@id": "https://w3id.org/dpv#StorageLocation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -623,13 +680,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Duration" + "@value": "Storage Location" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -637,12 +694,12 @@ "@id": "https://w3id.org/dpv#StorageCondition" }, { - "@id": "https://w3id.org/dpv#Duration" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#EvaluationScoring", + "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -680,13 +737,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "Processing that involves use of innovative and new technologies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Innovative Use of New Technologies" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -696,32 +753,31 @@ ] }, { - "@id": "https://w3id.org/dpv#NonPublicDataSource", + "@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": "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": "Georg P. Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -729,6 +785,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#DataSource" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -738,87 +799,18 @@ "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 source or origin of data being processed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Public Data Source" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#DataSource" - } - ] - }, - { - "@id": "https://w3id.org/dpv#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#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#MatchingCombining" - }, - { - "@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" - }, - { - "@id": "https://w3id.org/dpv#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv#hasDataSource" - }, - { - "@id": "https://w3id.org/dpv#hasStorage" + "@value": "has data source" } ] }, { - "@id": "https://w3id.org/dpv#MatchingCombining", + "@id": "https://w3id.org/dpv#StorageRestoration", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -826,20 +818,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": [ @@ -856,23 +849,51 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves matching and combining of personal data" + "@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": "Matching and Combining" + "@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#LargeScaleProcessing", + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#NonPublicDataSource", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -880,20 +901,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": [ @@ -910,106 +935,115 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Large Scale Processing" + "@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#Concept", + "@id": "https://w3id.org/dpv#isInstanceOf", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "isInstanceOf" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@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#MatchingCombining" + }, { - "@language": "en", - "@value": "Storage Deletion" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@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" + }, { "@id": "https://w3id.org/dpv#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv#hasDataSource" + }, + { + "@id": "https://w3id.org/dpv#hasStorage" } ] }, { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#Concept", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "Concept" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" } ] }, { - "@id": "https://w3id.org/dpv#PublicDataSource", + "@id": "https://w3id.org/dpv#DataSource", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1017,7 +1051,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": [ @@ -1029,12 +1063,6 @@ }, { "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1051,24 +1079,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is publicly accessible or available" + "@value": "The source or origin of data" } ], "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": "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": "Public Data Source" + "@value": "Data Source" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSource" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] } diff --git a/dpv/modules/processing_context.n3 b/dpv/modules/processing_context.n3 index f1b7b5603..fd1a76428 100644 --- a/dpv/modules/processing_context.n3 +++ b/dpv/modules/processing_context.n3 @@ -26,6 +26,12 @@ dpv:Processing_ContextConcepts a skos:Collection ; dpv:hasDataSource, dpv:hasStorage . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -207,7 +213,7 @@ dpv:hasStorage a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:StorageCondition ; diff --git a/dpv/modules/processing_context.rdf b/dpv/modules/processing_context.rdf index 75ccf8ba4..0e7643212 100644 --- a/dpv/modules/processing_context.rdf +++ b/dpv/modules/processing_context.rdf @@ -8,6 +8,50 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" 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 + + + + + + + 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 + + + + + + + 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 + + Processing_Context Concepts @@ -29,26 +73,16 @@ - - - - - Storage Condition - Conditions required or followed regarding storage of data - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - + + + isSubTypeOf - + - Innovative Use of New Technologies - Processing that involves use of innovative and new technologies + Matching and Combining + Processing that involves matching and combining of personal data 2020-11-04 accepted @@ -56,25 +90,26 @@ Piero Bonatti - - + + - - Matching and Combining - Processing that involves matching and combining of personal data - + + + has data source + Indicates the source or origin of data being processed 2020-11-04 accepted + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - Piero Bonatti - + - Evaluation and Scoring - Processing that involves evaluation and scoring of individuals + Systematic Monitoring + Processing that involves systematic monitoring of individuals 2020-11-04 accepted @@ -82,12 +117,13 @@ Piero Bonatti - + - 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 @@ -96,28 +132,27 @@ 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 + 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 - - + + - - - has storage - Indicates information about storage condition - + + + Storage Duration + Duration or temporal limitation on storage of personal data 2019-04-05 accepted Axel Polleres @@ -151,56 +186,25 @@ Mark Lizar - - - - - 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 - - - + - - - 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 data source - Indicates the source or origin of data being processed + + Automated Decision Making + Processing that involves automated decision making + 2020-11-04 accepted - Georg P. Krog - Paul Ryan Harshvardhan J. Pandit + Piero Bonatti - + - Large Scale Processing - Processing that takes place at large scales + Innovative Use of New Technologies + Processing that involves use of innovative and new technologies 2020-11-04 accepted @@ -208,13 +212,14 @@ Piero Bonatti - - + + - - - Storage Location - Location or geospatial scope where the data is stored + + + has storage + Indicates information about storage condition + 2019-04-05 accepted Axel Polleres @@ -223,41 +228,44 @@ 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 + + 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 Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - Paul Ryan - Julian Flake - + - - Systematic Monitoring - Processing that involves systematic monitoring of individuals - - 2020-11-04 + + Storage Deletion + Deletion or Erasure of data including any deletion guarantees + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Piero Bonatti + Mark Lizar - + + + Concept + + - Automated Decision Making - Processing that involves automated decision making + Evaluation and Scoring + Processing that involves evaluation and scoring of individuals 2020-11-04 accepted @@ -265,17 +273,17 @@ Piero Bonatti - - - isSubTypeOf + + + has range Relation - - - Concept + + + has domain diff --git a/dpv/modules/processing_context.ttl b/dpv/modules/processing_context.ttl index f1b7b5603..fd1a76428 100644 --- a/dpv/modules/processing_context.ttl +++ b/dpv/modules/processing_context.ttl @@ -26,6 +26,12 @@ dpv:Processing_ContextConcepts a skos:Collection ; dpv:hasDataSource, dpv:hasStorage . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -207,7 +213,7 @@ dpv:hasStorage a skos:Concept, "Harshvardhan J. Pandit"^^xsd:string, "Mark Lizar"^^xsd:string, "Rob Brennan"^^xsd:string ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:StorageCondition ; diff --git a/dpv/modules/purposes.jsonld b/dpv/modules/purposes.jsonld index cdd2bf371..055a49897 100644 --- a/dpv/modules/purposes.jsonld +++ b/dpv/modules/purposes.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#OptimiseUserInterface", + "@id": "https://w3id.org/dpv#Advertising", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,27 +8,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": [ @@ -45,23 +36,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@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": "Optimise User Interface" + "@value": "Advertising" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForConsumer" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#SellDataToThirdParties", + "@id": "https://w3id.org/dpv#InternalResourceOptimisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -106,29 +103,23 @@ "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": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Data to Third Parties" + "@value": "Internal Resource Optimisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv#CreateProductRecommendations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -136,18 +127,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" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -164,51 +164,69 @@ "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 product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@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#CustomerManagement" + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" } ] }, { - "@id": "https://w3id.org/dpv#UserInterfacePersonalisation", + "@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#domain": [ + { + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -216,6 +234,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Purpose" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -225,23 +248,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User Interface Personalisation" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@value": "has purpose" } ] }, { - "@id": "https://w3id.org/dpv#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv#OrganisationComplianceManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -249,27 +267,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": [ @@ -286,28 +298,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "Manage compliance for organisation in relation to internal policies" } ], "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": "http://www.specialprivacy.eu/vocabs/purposes#Government" + "@value": "Organisation Compliance Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#MemberPartnerManagement", + "@id": "https://w3id.org/dpv#ServicePersonalization", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -315,26 +322,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": [ @@ -351,23 +359,32 @@ "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": "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": "Members and Partners Management" + "@value": "Service Personalization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#ServiceProvision" + }, + { + "@id": "https://w3id.org/dpv#Personalisation" } ] }, { - "@id": "https://w3id.org/dpv#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv#NonCommercialResearch", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -412,18 +429,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@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": "Internal Resource Optimisation" + "@value": "Non-Commercial Research" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, @@ -489,7 +506,7 @@ ] }, { - "@id": "https://w3id.org/dpv#CustomerManagement", + "@id": "https://w3id.org/dpv#HumanResourceManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -497,10 +514,16 @@ "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": "David Hickey" + }, { "@value": "Georg P Krog" }, @@ -508,7 +531,12 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz" + "@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": [ @@ -525,13 +553,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@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": "Customer Management" + "@value": "Human Resources Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -541,7 +575,21 @@ ] }, { - "@id": "https://w3id.org/dpv#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + } + ] + }, + { + "@id": "https://w3id.org/dpv#CommunicationManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -554,10 +602,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "David Hickey" @@ -580,23 +628,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@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": "Organisation Risk Management" + "@value": "Communication Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#HumanResourceManagement", + "@id": "https://w3id.org/dpv#FraudPreventionAndDetection", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -604,29 +658,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": [ @@ -643,29 +695,28 @@ "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": "Detect and prevent fraud" } ], - "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": "Fraud Prevention and Detection" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Human Resources Management" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#VendorRecordsManagement", + "@id": "https://w3id.org/dpv#CreateEventRecommendations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -673,26 +724,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": [ @@ -709,37 +754,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders related to vendors" + "@value": "Create and provide personalised recommendations for events" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Create Event Recommendations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" } ] }, { - "@id": "https://w3id.org/dpv#RegistrationAuthentication", + "@id": "https://w3id.org/dpv#CommunicationForCustomerCare", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -775,23 +806,26 @@ "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": "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": "Registration and Authentication" + "@value": "Communication for Customer Care" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#CustomerCare" + }, + { + "@id": "https://w3id.org/dpv#CommunicationManagement" } ] }, { - "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses", + "@id": "https://w3id.org/dpv#PublicRelations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -799,27 +833,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": [ @@ -836,26 +869,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@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": "Improve Internal CRM Processes" + "@value": "Public Relations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#IncreaseServiceRobustness", + "@id": "https://w3id.org/dpv#MemberPartnerManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -863,27 +893,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": [ @@ -900,23 +929,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@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": "Increase Service Robustness" + "@value": "Members and Partners Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#CreateEventRecommendations", + "@id": "https://w3id.org/dpv#SellProducts", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -924,20 +953,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": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -954,23 +981,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" + "@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": "Create Event Recommendations" + "@value": "Sell Products" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#VendorPayment", + "@id": "https://w3id.org/dpv#ResearchAndDevelopment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -978,26 +1011,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": [ @@ -1014,23 +1048,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage payment of vendors" + "@value": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Research and Development" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#EnforceAccessControl", + "@id": "https://w3id.org/dpv#OrganisationGovernance", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1038,27 +1072,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": [ @@ -1075,34 +1108,23 @@ "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": "Conduct activities and functions for organisation's governance" } ], "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": "http://www.specialprivacy.eu/vocabs/purposes#Login" + "@value": "Organisation Governance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#Payment", + "@id": "https://w3id.org/dpv#Purpose", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1110,18 +1132,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": "Harshvardhan J. Pandit" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Beatriz Esteves" + "@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": [ @@ -1138,23 +1168,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment" + "@value": "Purpose" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv#CustomerClaimsManagement", + "@id": "https://w3id.org/dpv#RegistrationAuthentication", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1162,7 +1192,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": [ @@ -1173,12 +1203,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": [ @@ -1195,23 +1220,23 @@ "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" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#CommercialResearch", + "@id": "https://w3id.org/dpv#Marketing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1219,27 +1244,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": [ @@ -1256,28 +1272,29 @@ "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": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Commercial Research" + "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Develop" + "@language": "en", + "@value": "Marketing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv#RequestedServiceProvision", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1285,27 +1302,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": [ @@ -1322,23 +1330,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Research and Development" + "@value": "Requested Service Provision" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv#DisputeManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1346,7 +1354,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": [ @@ -1360,6 +1368,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#" @@ -1374,26 +1387,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@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 Advertising" + "@value": "Dispute Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Advertising" - }, - { - "@id": "https://w3id.org/dpv#Personalisation" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#CommunicationManagement", + "@id": "https://w3id.org/dpv#PersonnelManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1401,23 +1411,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": "Georg P Krog" - }, { "@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#" @@ -1432,43 +1441,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": "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": "Communication Management" + "@value": "Personnel Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#HumanResources" } ] }, { - "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv#SellInsightsFromData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1476,23 +1465,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": [ @@ -1509,64 +1502,56 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" + "@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": "Customer Solvency Monitoring" + "@value": "Sell Insights from Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#hasPurpose", + "@id": "https://w3id.org/dpv#VendorPayment", "@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" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.specialprivacy.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1574,11 +1559,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Purpose" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1588,18 +1568,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "Manage payment of vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purpose" + "@value": "Vendor Payment" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv#EnforceAccessControl", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1607,18 +1592,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": [ @@ -1635,311 +1629,49 @@ "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": "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": "Communication for Customer Care" + "@value": "Enforce Access Control" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#CustomerCare" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CommunicationManagement" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#Purpose", + "@id": "https://w3id.org/dpv#PurposesConcepts", "@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": "Purposes Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#Purpose" }, { - "@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://www.specialprivacy.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": "The purpose of processing personal data" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Purpose" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/langs/usage-policy#AnyPurpose" - } - ] - }, - { - "@id": "https://w3id.org/dpv#PersonnelManagement", - "@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": "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#" - } - ], - "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 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" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#HumanResources" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Personalisation", - "@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": "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": "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": "Personalisation" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Purpose" - } - ] - }, - { - "@id": "https://w3id.org/dpv#ServiceRecordManagement", - "@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": "Manage invoicing, orders, and records in relation to services" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Service Order Management" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ServiceProvision" - } - ] - }, - { - "@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#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#Purpose" - }, - { - "@id": "https://w3id.org/dpv#AcademicResearch" - }, + "@id": "https://w3id.org/dpv#AcademicResearch" + }, { "@id": "https://w3id.org/dpv#AccountManagement" }, @@ -2127,21 +1859,85 @@ "@id": "https://w3id.org/dpv#VendorRecordsManagement" }, { - "@id": "https://w3id.org/dpv#VendorSelectionAssessment" - }, + "@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#ImproveInternalCRMProcesses", + "@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": "Improve customer-relationship management (CRM) processes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#TargetedAdvertising" - }, + "@language": "en", + "@value": "Improve Internal CRM Processes" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasPurpose" + "@id": "https://w3id.org/dpv#OptimisationForController" }, { - "@id": "https://w3id.org/dpv#hasSector" + "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" } ] }, { - "@id": "https://w3id.org/dpv#CreateProductRecommendations", + "@id": "https://w3id.org/dpv#SellDataToThirdParties", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2186,28 +1982,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Sell data or information to third parties" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Create Product Recommendations" + "@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#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Marketing" + "@language": "en", + "@value": "Sell Data to Third Parties" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#IdentityVerification", + "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2252,23 +2049,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "Improve existing products and services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Improve Existing Products and Services" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#DirectMarketing", + "@id": "https://w3id.org/dpv#SellProductsToDataSubject", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2276,18 +2073,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": [ @@ -2304,23 +2110,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@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": "Direct Marketing" + "@value": "Sell Products to Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#ServiceProvision", + "@id": "https://w3id.org/dpv#ServiceOptimization", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2365,23 +2177,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@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": "Service Provision" + "@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#CustomerCare", + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2389,7 +2207,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": [ @@ -2397,19 +2215,58 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" - }, + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" - }, + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Elmar Kiesling" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Fajar Ekaputra" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Simon Steyskal" + "@language": "en", + "@value": "Create and provide personalised recommendations" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Create Personalized Recommendations" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ServicePersonalization" + } + ] + }, + { + "@id": "https://w3id.org/dpv#TargetedAdvertising", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2426,18 +2283,70 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@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 Care" + "@value": "Targeted Advertising" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#PersonalisedAdvertising" + } + ] + }, + { + "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring", + "@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": "Monitor solvency of customers for financial diligence" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Feedback" + "@language": "en", + "@value": "Customer Solvency Monitoring" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2447,7 +2356,7 @@ ] }, { - "@id": "https://w3id.org/dpv#SellInsightsFromData", + "@id": "https://w3id.org/dpv#DirectMarketing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2455,27 +2364,70 @@ "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://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#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": "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": [ @@ -2492,29 +2444,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": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@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#NonCommercialResearch", + "@id": "https://w3id.org/dpv#RecordManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2522,27 +2468,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": [ @@ -2559,23 +2499,23 @@ "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": "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": "Non-Commercial Research" + "@value": "Record Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#ServicePersonalization", + "@id": "https://w3id.org/dpv#ServiceUsageAnalytics", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2583,27 +2523,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": [ @@ -2620,32 +2551,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise services or product or activities" + "@value": "Conduct analysis and reporting related to usage of services or products" } ], "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 \"UsageAnalytics\", prefixed with Service to better reflect scope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "Analytics" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#ServiceProvision" - }, - { - "@id": "https://w3id.org/dpv#Personalisation" } ] }, { - "@id": "https://w3id.org/dpv#EnforceSecurity", + "@id": "https://w3id.org/dpv#DeliveryOfGoods", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2690,29 +2618,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" + "@value": "Deliver goods and services requested or asked by consumer" } ], - "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": "Delivery of Goods" } ], - "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#Delivery" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#RequestedServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationGovernance", + "@id": "https://w3id.org/dpv#Sector", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2720,26 +2647,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": [ @@ -2756,23 +2684,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@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": "Organisation Governance" + "@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#Purpose" + "@language": "en", + "@value": "Sector" } ] }, { - "@id": "https://w3id.org/dpv#ServiceUsageAnalytics", + "@id": "https://w3id.org/dpv#ServiceRecordManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2780,7 +2709,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": [ @@ -2808,19 +2737,13 @@ "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": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analytics" + "@value": "Service Order Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2830,7 +2753,7 @@ ] }, { - "@id": "https://w3id.org/dpv#AcademicResearch", + "@id": "https://w3id.org/dpv#TechnicalServiceProvision", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2838,27 +2761,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": "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": [ @@ -2875,42 +2783,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": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Academic Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Education" + "@value": "Technical Service Provision" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#VendorManagement", + "@id": "https://w3id.org/dpv#Payment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2918,26 +2807,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": [ @@ -2954,23 +2835,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "Payment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv#PersonalisedBenefits", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2978,26 +2859,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": [ @@ -3014,23 +2896,23 @@ "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 benefits for a service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "Personalised Benefits" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#DeliveryOfGoods", + "@id": "https://w3id.org/dpv#CustomerClaimsManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3038,27 +2920,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" + } + ], + "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": [ @@ -3075,28 +2953,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Delivery of Goods" + "@value": "Manage claims, including repayment of monies owed" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.specialprivacy.eu/vocabs/purposes#Delivery" + "@language": "en", + "@value": "Customer Claims Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#RequestedServiceProvision" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#CustomerOrderManagement", + "@id": "https://w3id.org/dpv#ServiceProvision", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3104,23 +2977,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": [ @@ -3137,23 +3014,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Order Management" + "@value": "Service Provision" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv#CommercialResearch", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3198,23 +3075,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve existing products and 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#prefLabel": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@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#OptimisationForController" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#TargetedAdvertising", + "@id": "https://w3id.org/dpv#IncreaseServiceRobustness", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3222,12 +3104,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": "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": [ @@ -3244,23 +3141,37 @@ "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": "Improve robustness and resilience of services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "Increase Service Robustness" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#Sector", + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#UserInterfacePersonalisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3305,24 +3216,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": "Personalise interfaces presented to the user" } ], - "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": "User Interface Personalisation" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Sector" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv#OrganisationRiskManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3361,13 +3271,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "Organisation Risk Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -3377,7 +3287,7 @@ ] }, { - "@id": "https://w3id.org/dpv#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv#EnforceSecurity", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3422,29 +3332,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" + "@value": "Ensure and enforce security e.g. of data, personnel" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Was subclass of commercial interest, changed to reflect selling something" + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products to Data Subject" + "@value": "Enforce Security" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#SocialMediaMarketing", + "@id": "https://w3id.org/dpv#PersonalisedAdvertising", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3480,23 +3390,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct marketing through social media" + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Media" + "@value": "Personalised Advertising" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#Advertising" + }, + { + "@id": "https://w3id.org/dpv#Personalisation" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv#OptimisationForConsumer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3504,12 +3417,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": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3526,23 +3454,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Service Provision" + "@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#ServiceProvision" + "@id": "https://w3id.org/dpv#ServiceOptimization" } ] }, { - "@id": "https://w3id.org/dpv#PublicRelations", + "@id": "https://w3id.org/dpv#SocialMediaMarketing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3550,26 +3483,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": [ @@ -3586,13 +3511,13 @@ "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": "Conduct marketing through social media" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Social Media" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -3602,7 +3527,7 @@ ] }, { - "@id": "https://w3id.org/dpv#RequestedServiceProvision", + "@id": "https://w3id.org/dpv#VendorRecordsManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3610,18 +3535,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": [ @@ -3638,37 +3571,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@value": "Manage orders related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Vendor Records Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations", + "@id": "https://w3id.org/dpv#IdentityVerification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3676,7 +3595,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -3684,12 +3603,19 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, { - "@id": "https://www.specialprivacy.eu/" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3706,23 +3632,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "Identity Verification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#DisputeManagement", + "@id": "https://w3id.org/dpv#Personalisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3730,23 +3656,12 @@ "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": "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": [ @@ -3760,26 +3675,32 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "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": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@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": "Dispute Management" + "@value": "Personalisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#Marketing", + "@id": "https://w3id.org/dpv#CustomerManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3787,7 +3708,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": [ @@ -3798,7 +3719,7 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Beatriz" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3815,29 +3736,51 @@ "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": "Manage past, current, and future customers" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" + "@value": "Customer Management" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marketing" + "@value": "has domain" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#SellProducts", + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#VendorSelectionAssessment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3845,18 +3788,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": [ @@ -3873,29 +3824,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 selection, assessment, and evaluation related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Vendor Selection Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#RecordManagement", + "@id": "https://w3id.org/dpv#VendorManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3920,6 +3865,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#" @@ -3934,13 +3884,13 @@ "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 orders, payment, evaluation, and prospecting related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record Management" + "@value": "Vendor Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -3996,7 +3946,21 @@ ] }, { - "@id": "https://w3id.org/dpv#ServiceOptimization", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#CustomerCare", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4041,29 +4005,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimise services or activities" + "@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": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" + "@value": "Customer Care" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Service Optimization" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#Advertising", + "@id": "https://w3id.org/dpv#OptimiseUserInterface", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4071,18 +4034,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": [ @@ -4099,29 +4071,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": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Advertising" + "@value": "Optimise User Interface" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#OptimisationForConsumer" } ] }, { - "@id": "https://w3id.org/dpv#AccountManagement", + "@id": "https://w3id.org/dpv#CustomerRelationshipManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4140,7 +4106,7 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Beatriz" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4157,23 +4123,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Management" + "@value": "Customer Relationship Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#PersonalisedBenefits", + "@id": "https://w3id.org/dpv#AcademicResearch", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4218,23 +4184,42 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@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": "Personalised Benefits" + "@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#ServicePersonalization" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#OptimisationForConsumer", + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AccountManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4242,27 +4227,75 @@ "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Elmar Kiesling" + "@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, maintain, and manage accounts for purposes of providing services" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Account Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" + } + ] + }, + { + "@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": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@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": [ @@ -4279,23 +4312,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Manage customer orders" } ], "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": "http://www.specialprivacy.eu/vocabs/purposes#Custom" + "@value": "Customer Order Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceOptimization" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] } diff --git a/dpv/modules/purposes.n3 b/dpv/modules/purposes.n3 index 0a118fbb7..11d2542a1 100644 --- a/dpv/modules/purposes.n3 +++ b/dpv/modules/purposes.n3 @@ -3,8 +3,8 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . -@prefix svpu: . +@prefix spl: . +@prefix svpu: . @prefix sw: . @prefix xsd: . @@ -79,6 +79,12 @@ dpv:PurposesConcepts a skos:Collection ; dpv:hasPurpose, dpv:hasSector . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -147,7 +153,7 @@ dpv:CreateEventRecommendations a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Create and provide personalised recommendations for events"@en ; @@ -706,7 +712,7 @@ dpv:hasPurpose a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Purpose ; @@ -843,7 +849,7 @@ dpv:CreatePersonalizedRecommendations a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Create and provide personalised recommendations"@en ; @@ -1027,7 +1033,7 @@ dpv:Purpose a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; diff --git a/dpv/modules/purposes.rdf b/dpv/modules/purposes.rdf index d39668103..a8a6c3138 100644 --- a/dpv/modules/purposes.rdf +++ b/dpv/modules/purposes.rdf @@ -8,12 +8,28 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Improve Existing Products and Services - Improve existing products and services + + 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 + + + + + + + Customer Care + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + 2019-04-05 accepted Harshvardhan J. Pandit @@ -24,6 +40,19 @@ Simon Steyskal + + + + + 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 + + @@ -38,12 +67,129 @@ Beatriz - + - 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). + + 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 + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal + + + + + + + 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 + + + + + + + Account Management + Create, maintain, and manage accounts for purposes of providing services + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + 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 + + + + + + + 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 + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal + + + + + + + + has sector + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + 2019-04-05 + accepted + + + + + + + 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 + + + + + + + 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 + + + + + isSubTypeOf + + + + + + Increase Service Robustness + Improve robustness and resilience of services 2019-04-05 accepted Harshvardhan J. Pandit @@ -54,6 +200,35 @@ 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 + + + + + + + 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 + + Purposes Concepts @@ -126,31 +301,12 @@ - - - - - - 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 - - - + - - - Improve Internal CRM Processes - Improve customer-relationship management (CRM) processes + + Research and Development + Conduct research and development for new methods, products, or services 2019-04-05 accepted Harshvardhan J. Pandit @@ -161,28 +317,30 @@ Simon Steyskal - + - - Vendor Management - Manage orders, payment, evaluation, and prospecting related to vendors - - 2021-09-01 + + Enforce Access Control + Conduct or enforce access control + + Was previously "Access Control". Prefixed to distinguish from Technical Measure. + 2019-04-05 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 - + + Optimise User Interface + Optimize interfaces presented to the user 2019-04-05 accepted Harshvardhan J. Pandit @@ -193,81 +351,12 @@ Simon Steyskal - + - Create Personalized Recommendations - Create and provide personalised recommendations - - 2019-11-26 - accepted - Harshvardhan J. Pandit - Rudy Jacob - - - - - - - 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 - - - - - - - - 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 - - - - - - - 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 - - - - - - - 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 - - - - - - - Optimisation for Consumer - Optimize activities and services for consumer or user - + User Interface Personalisation + Personalise interfaces presented to the user 2019-04-05 accepted Harshvardhan J. Pandit @@ -278,30 +367,27 @@ 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. + + Vendor Records Management + Manage orders related to vendors 2021-09-01 accepted Paul Ryan - David Hickey Georg P Krog + 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. + + Identity Verification + Verify or authorize identity 2019-04-05 accepted Harshvardhan J. Pandit @@ -312,13 +398,12 @@ Simon Steyskal - + - - 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 + + Optimisation for Controller + Optimize activities and services for provider or controller 2019-04-05 accepted Harshvardhan J. Pandit @@ -329,25 +414,23 @@ Simon Steyskal - + - - Customer Relationship Management - Manage and analyse interactions with past, current, and potential customers + + 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 - + - - Identity Verification - Verify or authorize identity + + Service Provision + Provide service or product or activities 2019-04-05 accepted Harshvardhan J. Pandit @@ -358,27 +441,14 @@ Simon Steyskal - - - - - Organisation Governance - Conduct activities and functions for organisation's governance - - 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 + + + 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 @@ -389,27 +459,26 @@ Simon Steyskal - + - - Vendor Selection Assessment - Manage selection, assessment, and evaluation related to vendors - - 2021-09-01 + + 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 - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves - + - Customer Order Management - Manage customer orders + Customer Claims Management + Manage claims, including repayment of monies owed 2021-09-08 accepted @@ -418,103 +487,53 @@ Beatriz - - - - - 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 - - - + - - 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 + + Customer Order Management + Manage customer orders + + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Beatriz - + - - Direct Marketing - Conduct direct marketing i.e. marketing communicated directly to the individual - 2020-11-04 + + Customer Management + Manage past, current, and future customers + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - 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 - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - - - - - - - User Interface Personalisation - Personalise interfaces presented to the user - 2019-04-05 - accepted - Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz - - - - - Account Management - Create, maintain, and manage accounts for purposes of providing services - 2021-09-08 + + + + + Create Personalized Recommendations + Create and provide personalised recommendations + + 2019-11-26 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Rudy Jacob - + - - 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 @@ -525,12 +544,12 @@ Simon Steyskal - + - Organisation Risk Management - Manage risk for organisation's activities + Organisation Compliance Management + Manage compliance for organisation in relation to internal policies 2021-09-01 accepted Paul Ryan @@ -539,60 +558,27 @@ Harshvardhan J. Pandit - + - - Personnel Management - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries - - 2022-03-30 + + 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 - + - 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 - - - - - - - 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 - - - - - - - Customer Care - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - + Fraud Prevention and Detection + Detect and prevent fraud + 2019-04-05 accepted Harshvardhan J. Pandit @@ -603,23 +589,28 @@ 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 + + Organisation Governance + Conduct activities and functions for organisation's governance + + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - + - Service Provision - Provide service or product or activities + 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 @@ -630,80 +621,76 @@ Simon Steyskal - + - - Non-Commercial Research - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + Purpose + The purpose of processing personal data + + 2019-04-05 + 2020-11-04 accepted - Harshvardhan J. Pandit - Javier Fernandez Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Javier Fernández - + - - Members and Partners Management - Maintain registry of shareholders, members, or partners for governance, administration, and management functions + + 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 - + - Sell Products - Sell products or services - Sell here means exchange, submit, or provide in return for direct or indirect compensation. - 2021-09-08 + 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 Advertising - Create and provide personalised advertising - 2020-11-04 + + Service Order Management + Manage invoicing, orders, and records in relation to services + 2021-09-08 accepted Georg P Krog 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 + + Vendor Payment + Manage payment of 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 @@ -721,13 +708,30 @@ Harshvardhan J. Pandit - + - - Academic Research - Conduct or assist with research conducted in an academic context e.g. within universities - + + + Improve Internal CRM Processes + Improve customer-relationship management (CRM) processes + 2019-04-05 + accepted + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal + + + + + + + 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 Harshvardhan J. Pandit @@ -754,40 +758,61 @@ Simon Steyskal - + - - Organisation Compliance Management - Manage compliance for organisation in relation to internal policies - 2021-09-01 + + Delivery of Goods + Deliver goods and services requested or asked by consumer + + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - - + + - Purpose - The purpose of processing personal data - - - 2019-04-05 + + + 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 - + - - Registration and Authentication - Register, authenticate, and identify users or agents in context of a service + + 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 + + + + + + + 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 @@ -795,41 +820,60 @@ Beatriz Esteves - + + + + + Improve Existing Products and Services + Improve existing products and services + 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 + + Service Optimization + Optimise services or activities + Subclass of ServiceProvision since optimisation 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 - + - - Customer Management - Manage past, current, and future customers + + 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 + 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 + + Create Product Recommendations + Create and provide product recommendations e.g. suggest similar products + 2019-04-05 accepted Harshvardhan J. Pandit @@ -840,29 +884,18 @@ Simon Steyskal - + - - 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 + + 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 - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit - - - - - - - - has sector - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - 2019-04-05 - accepted + Beatriz Esteves @@ -878,13 +911,12 @@ Beatriz Esteves - + - - Service Optimization - Optimise services or activities - Subclass of ServiceProvision since optimisation is usually considered part of providing services + 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 @@ -895,13 +927,13 @@ Simon Steyskal - + - - Analytics - Conduct analysis and reporting related to usage of services or products - Was "UsageAnalytics", prefixed with Service to better reflect scope + + + Personalised Advertising + Create and provide personalised advertising 2020-11-04 accepted Georg P Krog @@ -909,14 +941,13 @@ Beatriz Esteves - + - - - Service Personalization - Personalise services or product or activities - Subclass of ServiceProvision since personalisation is usually considered part of providing 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 @@ -943,45 +974,26 @@ Simon Steyskal - - - isInstanceOf - - - - - - 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 - - - + - - Service Order Management - Manage invoicing, orders, and records in relation to services - 2021-09-08 + + Create Event Recommendations + Create and provide personalised recommendations for events + + 2019-11-26 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Rudy Jacob - + - - Optimise User Interface - Optimize interfaces presented to the user + + 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 @@ -992,56 +1004,25 @@ Simon Steyskal - + - - Technical Service Provision - Manage and provide technical processes and functions necessary for delivering services + + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers 2021-09-08 accepted - Harshvardhan J. Pandit - - - - - - - Create Event Recommendations - Create and provide personalised recommendations for events - - 2019-11-26 - accepted - Harshvardhan J. Pandit - Rudy Jacob - - - - - - - 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 - - - isSubTypeOf - - + - - Vendor Payment - Manage payment of vendors - + + Organisation Risk Management + Manage risk for organisation's activities 2021-09-01 accepted Paul Ryan @@ -1050,18 +1031,17 @@ Harshvardhan J. Pandit - + - - Customer Claims Management - Manage claims, including repayment of monies owed - - 2021-09-08 + + Payment + Process payment transactions in relation to service + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz + Beatriz Esteves @@ -1077,37 +1057,65 @@ Beatriz Esteves - + - - 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 + + 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 - + + + isInstanceOf + + + + has range + + - - Payment - Process payment transactions in relation to service - 2020-11-04 + + 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 Harshvardhan J. Pandit - Beatriz Esteves - - - Relation + + + + + 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 + Concept + + + Relation + + + + has domain + diff --git a/dpv/modules/purposes.ttl b/dpv/modules/purposes.ttl index 0a118fbb7..11d2542a1 100644 --- a/dpv/modules/purposes.ttl +++ b/dpv/modules/purposes.ttl @@ -3,8 +3,8 @@ @prefix rdfs: . @prefix skos: . @prefix skos1: . -@prefix spl: . -@prefix svpu: . +@prefix spl: . +@prefix svpu: . @prefix sw: . @prefix xsd: . @@ -79,6 +79,12 @@ dpv:PurposesConcepts a skos:Collection ; dpv:hasPurpose, dpv:hasSector . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -147,7 +153,7 @@ dpv:CreateEventRecommendations a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Create and provide personalised recommendations for events"@en ; @@ -706,7 +712,7 @@ dpv:hasPurpose a skos:Concept, "Javier Fernández"^^xsd:string, "Mark Lizar"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:domain dpv:Concept ; rdfs:isDefinedBy dpv: ; rdfs:range dpv:Purpose ; @@ -843,7 +849,7 @@ dpv:CreatePersonalizedRecommendations a skos:Concept, dct:created "2019-11-26"^^xsd:date ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Create and provide personalised recommendations"@en ; @@ -1027,7 +1033,7 @@ dpv:Purpose a skos:Concept, dct:creator "Axel Polleres"^^xsd:string, "Javier Fernández"^^xsd:string ; dct:modified "2020-11-04"^^xsd:date ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "The purpose of processing personal data"@en ; diff --git a/dpv/modules/risk.jsonld b/dpv/modules/risk.jsonld index 8ec11ca0d..0d78c1dc5 100644 --- a/dpv/modules/risk.jsonld +++ b/dpv/modules/risk.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#Consequence", + "@id": "https://w3id.org/dpv#ConsequenceOfFailure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,12 +8,15 @@ "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -30,23 +33,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@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" + "@value": "Consequence of Failure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#hasImpact", + "@id": "https://w3id.org/dpv#hasRisk", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -54,24 +57,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2020-11-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": [ @@ -86,12 +77,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Impact" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasConsequence" + "@id": "https://w3id.org/dpv#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -103,26 +89,40 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + "@value": "Indicates applicability of Risk for this concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact" + "@value": "has risk" } ] }, { - "@id": "https://w3id.org/dpv#Damage", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + } + ] + }, + { + "@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": "2022-03-30" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -130,11 +130,26 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#Risk" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -144,31 +159,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@value": "Indicate a risk is mitigated by specified measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Damage" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Impact" + "@value": "is mitigated by measure" } ] }, { - "@id": "https://w3id.org/dpv#Benefit", + "@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": "" } ], "http://purl.org/dc/terms/creator": [ @@ -186,9 +196,11 @@ }, { "@value": "Beatriz Esteves" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#Impact" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -196,6 +208,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasConsequenceOn" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -205,23 +227,91 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@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": "Benefit" + "@value": "has impact on" + } + ] + }, + { + "@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" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "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" + }, + { + "@id": "https://w3id.org/dpv#hasImpactOn" } ] }, { - "@id": "https://w3id.org/dpv#Detriment", + "@id": "https://w3id.org/dpv#Impact", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -263,37 +353,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@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": "Detriment" + "@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#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Impact" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@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" @@ -301,7 +383,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": [ @@ -321,9 +403,15 @@ "@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#domain": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -333,12 +421,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasConsequenceOn" + "@id": "https://w3id.org/dpv#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -350,18 +433,24 @@ "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" } ] }, { - "@id": "https://w3id.org/dpv#NonMaterialDamage", + "@id": "https://w3id.org/dpv#Benefit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -369,12 +458,27 @@ "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" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -391,31 +495,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "Benefit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Damage" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#Risk", + "@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": "2020-11-18" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -423,54 +527,72 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + } + ], "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": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv#Risk" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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 risks mitigated by this concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk" + "@value": "mitigates risk" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceOfFailure", + "@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": "2022-03-23" + "@value": "" } ], "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#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -478,46 +600,37 @@ "@id": "https://w3id.org/dpv#" } ], - "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#Impact" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@id": "https://w3id.org/dpv#hasConsequence" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "accepted" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Consequence" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "isInstanceOf" + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@language": "en", + "@value": "has impact" } ] }, { - "@id": "https://w3id.org/dpv#Impact", + "@id": "https://w3id.org/dpv#Consequence", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -525,24 +638,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": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -559,37 +660,31 @@ "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": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact" + "@value": "Consequence" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#mitigatesRisk", + "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect", "@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-30" } ], "http://purl.org/dc/terms/creator": [ @@ -597,21 +692,11 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Risk" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -621,18 +706,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates risks mitigated by this concept" + "@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": "mitigates risk" + "@value": "Consequence as Side-Effect" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#Harm", + "@id": "https://w3id.org/dpv#Detriment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -674,13 +764,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Harm" + "@value": "Detriment" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -690,7 +780,7 @@ ] }, { - "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect", + "@id": "https://w3id.org/dpv#NonMaterialDamage", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -720,140 +810,157 @@ "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#prefLabel": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Non-Material Damage" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#Damage" } ] }, { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Damage", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "Concept" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv#RiskConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Risk Concepts" + "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Risk" - }, + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#Consequence" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#ConsequenceOfSuccess" - }, + "@language": "en", + "@value": "Impact that acts as or causes damages" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#ConsequenceOfFailure" - }, + "@language": "en", + "@value": "Damage" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { "@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#Risk", + "@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#NonMaterialDamage" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-18" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Harm" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#hasRisk" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#mitigatesRisk" - }, + "@language": "en", + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv#isMitigatedByMeasure" - }, + "@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": [ { - "@id": "https://w3id.org/dpv#hasConsequence" - }, + "@language": "en", + "@value": "Risk" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasImpact" - }, + "@language": "en", + "@value": "Relation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasImpactOn" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#hasConsequence", + "@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": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-21" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://www.iso.org/iso-31000-risk-management.html" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -861,11 +968,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Consequence" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -875,19 +977,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates consenquence(s) possible or arising from specified 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#note": [ { "@language": "en", - "@value": "Removed plural suffix for consistency" + "@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": "has consequence" + "@value": "Risk Management Procedure" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, @@ -941,29 +1048,15 @@ ] }, { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasRisk", + "@id": "https://w3id.org/dpv#MaterialDamage", "@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": [ @@ -971,21 +1064,11 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Risk" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -995,18 +1078,51 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has risk" + "@value": "Material Damage" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Damage" } ] }, { - "@id": "https://w3id.org/dpv#MaterialDamage", + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#RiskMitigationMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1014,12 +1130,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": [ @@ -1036,56 +1158,81 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Material Damage" + "@value": "Risk Mitigation Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Damage" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + } + ] + }, + { + "@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" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + }, { - "@id": "https://w3id.org/dpv#Risk" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@value": "Julian Flake" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@value": "Georg P Krog" + }, { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "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": [ @@ -1097,13 +1244,18 @@ "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" + "@value": "Harm" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Impact" } ] } diff --git a/dpv/modules/risk.n3 b/dpv/modules/risk.n3 index b8d7419e5..e2325cb10 100644 --- a/dpv/modules/risk.n3 +++ b/dpv/modules/risk.n3 @@ -20,6 +20,8 @@ dpv:RiskConcepts a skos:Collection ; dpv:MaterialDamage, dpv:NonMaterialDamage, dpv:Risk, + dpv:RiskManagementProcedure, + dpv:RiskMitigationMeasure, dpv:hasConsequence, dpv:hasImpact, dpv:hasImpactOn, @@ -27,6 +29,12 @@ dpv:RiskConcepts a skos:Collection ; dpv:isMitigatedByMeasure, dpv:mitigatesRisk . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -128,6 +136,21 @@ dpv:NonMaterialDamage a skos:Concept, skos:prefLabel "Non-Material Damage"@en ; dpv:isSubTypeOf dpv:Damage . +dpv:RiskManagementProcedure a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Mark Lizar"^^xsd:string, + "Rob Brennan"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "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."@en ; + skos:note "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"@en ; + skos:prefLabel "Risk Management Procedure"@en ; + dpv:isSubTypeOf dpv:OrganisationalMeasure . + dpv:hasImpact a skos:Concept, dpv:Relation ; dct:created ""^^xsd:date ; @@ -221,6 +244,18 @@ dpv:Damage a skos:Concept, skos:prefLabel "Damage"@en ; dpv:isSubTypeOf dpv:Impact . +dpv:RiskMitigationMeasure a skos:Concept, + dpv:Concept ; + dct:created "2020-11-04"^^xsd:date ; + dct:creator "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; + skos:prefLabel "Risk Mitigation Measure"@en ; + dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure . + dpv:Risk a skos:Concept, dpv:Concept ; dct:created "2020-11-18"^^xsd:date ; diff --git a/dpv/modules/risk.rdf b/dpv/modules/risk.rdf index 0d057af59..0c91ae08d 100644 --- a/dpv/modules/risk.rdf +++ b/dpv/modules/risk.rdf @@ -8,12 +8,64 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + + + + is mitigated by measure + Indicate a risk is mitigated by specified measure + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + + + + + Consequence + The consequence(s) possible or arising from specified context + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + - Consequence as Side-Effect - The consequence(s) possible or arising as a side-effect of specified context + Consequence of Success + The consequence(s) possible or arising from success of specified context + 2022-03-23 + accepted + Harshvardhan J. Pandit + Georg P Krog + + + + + isSubTypeOf + + + + + + Consequence of Failure + The consequence(s) possible or arising from failure of specified context + 2022-03-23 + accepted + Harshvardhan J. Pandit + Georg P Krog + + + + + + + Damage + Impact that acts as or causes damages 2022-03-30 accepted Harshvardhan J. Pandit @@ -37,30 +89,28 @@ Beatriz Esteves - - + + - - - - has impact - Indicates impact(s) possible or arising as consequences from specified concept - + + Risk Mitigation Measure + Measures intended to mitigate, minimise, or prevent risk. + 2020-11-04 accepted - Harshvardhan J. Pandit - Julian Flake Georg P Krog - Fajar Ekaputra - Beatriz Esteves + Harshvardhan J. Pandit + Paul Ryan - - + + - - Detriment - Impact that acts as or causes detriments - 2022-03-23 + + + + has impact on + Indicates the thing (e.g. plan, process, or entity) affected by an impact + accepted Harshvardhan J. Pandit Julian Flake @@ -84,6 +134,8 @@ + + @@ -91,55 +143,34 @@ - + - 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 - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - - - - - - - - has risk - Indicates applicability of Risk for this concept - 2020-11-18 + 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 + 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 - + - - Damage - Impact that acts as or causes damages + + Material Damage + Impact that acts as or causes material damages 2022-03-30 accepted Harshvardhan J. Pandit @@ -157,12 +188,12 @@ Harshvardhan J. Pandit - + - Benefit - Impact(s) that acts as or causes benefits + Detriment + Impact that acts as or causes detriments 2022-03-23 accepted Harshvardhan J. Pandit @@ -170,20 +201,6 @@ Georg P Krog Fajar Ekaputra Beatriz Esteves - Axel Polleres - - - - - - - - - is mitigated by measure - Indicate a risk is mitigated by specified measure - 2022-02-09 - accepted - Harshvardhan J. Pandit @@ -197,59 +214,49 @@ Harshvardhan J. Pandit - - - - - Material Damage - Impact that acts as or causes material damages - 2022-03-30 - 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 + + Harm + Impact that acts as or causes harms + 2022-03-23 accepted Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves - + - - Consequence of Success - The consequence(s) possible or arising from success of specified context + + 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 - - - - - Consequence - The consequence(s) possible or arising from specified context - 2022-01-26 - accepted - Harshvardhan J. Pandit - + + + Relation - + - - - - has impact on - Indicates the thing (e.g. plan, process, or entity) affected by an impact + + + + has impact + Indicates impact(s) possible or arising as consequences from specified concept accepted Harshvardhan J. Pandit @@ -259,32 +266,64 @@ Beatriz Esteves - - - isSubTypeOf + + + + + + has risk + Indicates applicability of Risk for this concept + 2020-11-18 + accepted + Harshvardhan J. Pandit + - - - Relation + + + + + 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 + Mark Lizar + - + - Consequence of Failure - The consequence(s) possible or arising from failure of specified context + 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 + Julian Flake Georg P Krog + Fajar Ekaputra + Beatriz Esteves - - - Concept + + + has domain + + + + has range isInstanceOf + + + Concept + diff --git a/dpv/modules/risk.ttl b/dpv/modules/risk.ttl index b8d7419e5..e2325cb10 100644 --- a/dpv/modules/risk.ttl +++ b/dpv/modules/risk.ttl @@ -20,6 +20,8 @@ dpv:RiskConcepts a skos:Collection ; dpv:MaterialDamage, dpv:NonMaterialDamage, dpv:Risk, + dpv:RiskManagementProcedure, + dpv:RiskMitigationMeasure, dpv:hasConsequence, dpv:hasImpact, dpv:hasImpactOn, @@ -27,6 +29,12 @@ dpv:RiskConcepts a skos:Collection ; dpv:isMitigatedByMeasure, dpv:mitigatesRisk . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -128,6 +136,21 @@ dpv:NonMaterialDamage a skos:Concept, skos:prefLabel "Non-Material Damage"@en ; dpv:isSubTypeOf dpv:Damage . +dpv:RiskManagementProcedure a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Mark Lizar"^^xsd:string, + "Rob Brennan"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "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."@en ; + skos:note "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"@en ; + skos:prefLabel "Risk Management Procedure"@en ; + dpv:isSubTypeOf dpv:OrganisationalMeasure . + dpv:hasImpact a skos:Concept, dpv:Relation ; dct:created ""^^xsd:date ; @@ -221,6 +244,18 @@ dpv:Damage a skos:Concept, skos:prefLabel "Damage"@en ; dpv:isSubTypeOf dpv:Impact . +dpv:RiskMitigationMeasure a skos:Concept, + dpv:Concept ; + dct:created "2020-11-04"^^xsd:date ; + dct:creator "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; + skos:prefLabel "Risk Mitigation Measure"@en ; + dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure . + dpv:Risk a skos:Concept, dpv:Concept ; dct:created "2020-11-18"^^xsd:date ; diff --git a/dpv/modules/technical_organisational_measures.jsonld b/dpv/modules/technical_organisational_measures.jsonld index 1c9b85abd..c78731d60 100644 --- a/dpv/modules/technical_organisational_measures.jsonld +++ b/dpv/modules/technical_organisational_measures.jsonld @@ -1,62 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#hasOrganisationalMeasure", - "@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-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#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": "has organisational measure" - } - ] - }, - { - "@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" @@ -64,7 +8,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": [ @@ -92,23 +36,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#PrivacyByDefault", + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -121,16 +65,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": [ @@ -147,23 +88,32 @@ "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": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Technical and Organisational Measure" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" } ] }, { - "@id": "https://w3id.org/dpv#Certification", + "@id": "https://w3id.org/dpv#LegalAgreement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -202,18 +152,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification" + "@value": "Legal Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CertificationSeal" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, @@ -274,7 +224,7 @@ ] }, { - "@id": "https://w3id.org/dpv#AuthorisationProcedure", + "@id": "https://w3id.org/dpv#SafeguardForDataTransfer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -282,21 +232,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": [ @@ -313,29 +263,23 @@ "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": "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": "Authorisation Procedure" + "@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#EncryptionInTransfer", + "@id": "https://w3id.org/dpv#StaffTraining", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -374,23 +318,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": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "Staff Training" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Encryption" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyByDesign", + "@id": "https://w3id.org/dpv#ContractualTerms", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -429,23 +373,23 @@ "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": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "ContractualTerms" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyNotice", + "@id": "https://w3id.org/dpv#DeIdentification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -453,21 +397,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": [ @@ -484,23 +428,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "De-Identification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Notice" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#StaffTraining", + "@id": "https://w3id.org/dpv#AuthenticationProtocols", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -539,23 +483,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@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": "Staff Training" + "@value": "Authentication Protocols" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DesignStandard", + "@id": "https://w3id.org/dpv#CompleteAnonymisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -563,21 +507,12 @@ "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": [ @@ -594,23 +529,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@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": "Design Standard" + "@value": "Complete Anonymisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#AccessControlMethod", + "@id": "https://w3id.org/dpv#DPIA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -618,21 +553,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": [ @@ -649,23 +581,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "Data Protection Impact Assessment (DPIA)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv#PrivacyByDesign", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -673,21 +611,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": [ @@ -704,50 +642,41 @@ "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 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": "Safeguard for Data Transfer" + "@value": "Privacy by Design" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Safeguard" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymization", + "@id": "https://w3id.org/dpv#hasTechnicalMeasure", "@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://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_5/oj" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -755,46 +684,37 @@ "@id": "https://w3id.org/dpv#" } ], - "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#TechnicalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@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;" + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "accepted" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Anonymization" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Indicates use or applicability of Technical measure" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#broaderTransitive" + "@language": "en", + "@value": "has technical measure" } ] }, { - "@id": "https://w3id.org/dpv#Consultation", + "@id": "https://w3id.org/dpv#JointDataControllersAgreement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -802,7 +722,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": [ @@ -812,8 +732,14 @@ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -830,23 +756,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": "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" + "@value": "Joint Data Controllers Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#NDA", + "@id": "https://w3id.org/dpv#ThirdPartyAgreement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -854,21 +780,12 @@ "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": [ @@ -885,23 +802,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 a Data Controller or Processor and a Third Party" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Third-Party Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv#Anonymization", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -909,18 +826,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": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@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": [ @@ -937,23 +862,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": "Process by which some personal identifiers are removed or identifiability is reduced" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Anonymization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Assessment" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#ThirdPartyAgreement", + "@id": "https://w3id.org/dpv#TechnicalMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -961,12 +886,21 @@ "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -983,23 +917,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 or Processor and a Third Party" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "Technical Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DeIdentification", + "@id": "https://w3id.org/dpv#NDA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1038,23 +972,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "De-Identification" + "@value": "Non-Disclosure Agreement (NDA)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#CertificationSeal", + "@id": "https://w3id.org/dpv#AuthorisationProcedure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1093,13 +1027,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@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": "Certification and Seal" + "@value": "Authorisation Procedure" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1167,7 +1107,7 @@ ] }, { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv#EncryptionInTransfer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1175,18 +1115,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": [ @@ -1203,23 +1146,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@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": "Risk Mitigation Measure" + "@value": "Encryption in Transfer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Encryption" } ] }, { - "@id": "https://w3id.org/dpv#Notice", + "@id": "https://w3id.org/dpv#OrganisationalMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1227,21 +1170,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": [ @@ -1258,23 +1201,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": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Notice" + "@value": "Organisational Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#CodeOfConduct", + "@id": "https://w3id.org/dpv#Consultation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1282,21 +1225,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": [ @@ -1313,31 +1253,31 @@ "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": "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": "Code of Conduct" + "@value": "Consultation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv#PseudoAnonymization", "@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": [ @@ -1345,27 +1285,18 @@ "@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#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1373,11 +1304,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1387,54 +1313,41 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@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": "has technical and organisational measure" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" + "@value": "Pseudo-Anonymization" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#AuthenticationProtocols", + "@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" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv#Concept" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1442,6 +1355,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1451,79 +1374,18 @@ "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": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication Protocols" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@value": "has organisational measure" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalMeasure", - "@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-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#TechnicalMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#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 Technical measure" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has technical measure" - } - ] - }, - { - "@id": "https://w3id.org/dpv#CompleteAnonymisation", + "@id": "https://w3id.org/dpv#SingleSignOn", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1531,12 +1393,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": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1553,18 +1421,18 @@ "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": "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": "Complete Anonymisation" + "@value": "Single Sign On" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@id": "https://w3id.org/dpv#AuthenticationProtocols" } ] }, @@ -1621,7 +1489,7 @@ ] }, { - "@id": "https://w3id.org/dpv#SingleSignOn", + "@id": "https://w3id.org/dpv#Policy", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1629,18 +1497,21 @@ "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1657,23 +1528,23 @@ "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": "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": "Single Sign On" + "@value": "Policy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#AuthenticationProtocols" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#ImpactAssessment", + "@id": "https://w3id.org/dpv#Safeguard", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1681,18 +1552,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": [ @@ -1709,23 +1583,29 @@ "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 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": "Impact Assessment" + "@value": "Safeguard" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Assessment" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv#CodeOfConduct", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1733,24 +1613,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": [ @@ -1767,23 +1644,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": "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": "Controller-Processor Agreement" + "@value": "Code of Conduct" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#Encryption", + "@id": "https://w3id.org/dpv#AccessControlMethod", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1822,13 +1699,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@value": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption" + "@value": "Access Control Method" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1893,7 +1770,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Anonymization", + "@id": "https://w3id.org/dpv#DataProcessingRecords", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1901,26 +1778,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://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": [ @@ -1937,23 +1800,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": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymization" + "@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#CertificationSeal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1992,13 +1855,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Certification and Seal" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2008,7 +1871,7 @@ ] }, { - "@id": "https://w3id.org/dpv#OrganisationalMeasure", + "@id": "https://w3id.org/dpv#DataTransferImpactAssessment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2016,21 +1879,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": [ @@ -2047,23 +1907,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@value": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Data Transfer Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessingRecords", + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#RecordsOfActivities", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2075,8 +1949,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": [ @@ -2093,41 +1973,45 @@ "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" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#RecordsOfActivities" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#isPolicyFor", + "@id": "https://w3id.org/dpv#PrivacyByDefault", "@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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + }, { - "@id": "https://w3id.org/dpv#Policy" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2135,11 +2019,6 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -2149,18 +2028,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the context or application of policy" + "@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": "is policy for" + "@value": "Privacy by Default" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessingAgreement", + "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2168,7 +2052,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": [ @@ -2178,14 +2062,8 @@ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2202,43 +2080,84 @@ "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 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": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." + "@value": "Tied to compliance processes and documents, decide how to specify those" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "Register of Processing Activities" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#DataProcessingRecords" } ] }, { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#DesignStandard", + "@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": "Concept" + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + "@language": "en", + "@value": "A set of rules or guidelines outlining criterias for design" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Design Standard" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#LegalAgreement", + "@id": "https://w3id.org/dpv#PIA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2246,21 +2165,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": [ @@ -2277,27 +2193,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "Privacy Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#hasDomain", "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "has domain" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -2307,7 +2223,7 @@ ] }, { - "@id": "https://w3id.org/dpv#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv#EncryptionInRest", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2315,24 +2231,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": [ @@ -2349,201 +2262,158 @@ "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 when being stored (persistent encryption)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "Encryption in Rest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#Encryption" } ] }, { - "@id": "https://w3id.org/dpv#Technical_Organisational_MeasuresConcepts", + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "https://w3id.org/dpv#Relation", + "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-04" } ], - "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" - }, - { - "@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" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Policy" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#PrivacyByDefault" + "@value": "Javier Fernández" }, { - "@id": "https://w3id.org/dpv#PrivacyByDesign" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#PrivacyNotice" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#PseudoAnonymization" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#Encryption" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv#RecordsOfActivities" - }, + "@id": "https://w3id.org/dpv#Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv#RegularityOfRecertification" - }, + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#RiskManagementProcedure" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" - }, + "@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#Safeguard" - }, + "@language": "en", + "@value": "has technical and organisational measure" + } + ] + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterestAssessment", + "@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": "2021-09-08" + } + ], + "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": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#SubProcessorAgreement" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#ThirdPartyAgreement" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" - }, + "@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#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasTechnicalMeasure" - }, + "@language": "en", + "@value": "Legitimate Interest Assessment" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasOrganisationalMeasure" - }, + "@id": "https://w3id.org/dpv#Assessment" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasPolicy" - }, + "@language": "en", + "@value": "has range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#isPolicyFor" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#ContractualTerms", + "@id": "https://w3id.org/dpv#Encryption", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2582,23 +2452,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "Technical measures consisting of encryption" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Encryption" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Seal", + "@id": "https://w3id.org/dpv#DataProcessingAgreement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2606,21 +2476,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": [ @@ -2637,23 +2510,29 @@ "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": "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": "Seal" + "@value": "Data Processing Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CertificationSeal" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#RiskManagementProcedure", + "@id": "https://w3id.org/dpv#RegularityOfRecertification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2678,11 +2557,6 @@ "@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": [ { "@id": "https://w3id.org/dpv#" @@ -2697,29 +2571,37 @@ "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": "Policy regarding repetition or renewal of existing certification(s)" } ], - "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": "Regularity of Re-certification" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Management Procedure" + "@value": "isInstanceOf" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "http://www.w3.org/20.5/02/skos/core#semanticRelation" } ] }, { - "@id": "https://w3id.org/dpv#RecordsOfActivities", + "@id": "https://w3id.org/dpv#ControllerProcessorAgreement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2727,7 +2609,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": [ @@ -2737,8 +2619,14 @@ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2755,23 +2643,37 @@ "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": "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": "Records of Activities" + "@value": "Controller-Processor Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#DPIA", + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/20.5/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/20.5/02/skos/core#Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Notice", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2779,18 +2681,21 @@ "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://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2807,177 +2712,195 @@ "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 notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" + "@value": "Notice" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Assessment", + "@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": "2021-09-08" + "@value": "Technical_Organisational_Measures 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#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" + }, + { + "@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#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#PIA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Policy" + }, { - "@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": [ + "@id": "https://w3id.org/dpv#PrivacyByDefault" + }, { - "@language": "en", - "@value": "Assessment" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#PrivacyByDesign" + }, { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" - } - ] - }, - { - "@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": [ + "@id": "https://w3id.org/dpv#PrivacyNotice" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#PseudoAnonymization" + }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv#Encryption" + }, { - "@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#RecordsOfActivities" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#RegularityOfRecertification" + }, { - "@language": "en", - "@value": "The Technical and Organisational measures used." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Safeguard" + }, { - "@language": "en", - "@value": "Technical and Organisational Measure" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Policy", - "@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": "2021-09-08" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#Seal" + }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#SingleSignOn" }, { - "@value": "David Hickey" + "@id": "https://w3id.org/dpv#StaffTraining" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#SubProcessorAgreement" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#ThirdPartyAgreement" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#hasTechnicalMeasure" + }, { - "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#hasOrganisationalMeasure" + }, { - "@language": "en", - "@value": "Policy" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#hasPolicy" + }, { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#isPolicyFor" } ] }, { - "@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" @@ -2985,21 +2908,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": [ @@ -3016,23 +2939,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#TechnicalMeasure", + "@id": "https://w3id.org/dpv#Assessment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3040,21 +2963,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": [ @@ -3071,23 +2985,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@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": "Technical Measure" + "@value": "Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv#Certification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3095,18 +3009,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": [ @@ -3123,29 +3040,23 @@ "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": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Register of Processing Activities" + "@value": "Certification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingRecords" + "@id": "https://w3id.org/dpv#CertificationSeal" } ] }, { - "@id": "https://w3id.org/dpv#Safeguard", + "@id": "https://w3id.org/dpv#Seal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3153,21 +3064,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": [ @@ -3184,48 +3095,41 @@ "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": "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": "Safeguard" + "@value": "Seal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#CertificationSeal" } ] }, { - "@id": "https://w3id.org/dpv#PIA", + "@id": "https://w3id.org/dpv#isPolicyFor", "@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": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#Policy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3233,6 +3137,11 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3242,18 +3151,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "Indicates the context or application of policy" } ], "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": "is policy for" } ] } diff --git a/dpv/modules/technical_organisational_measures.n3 b/dpv/modules/technical_organisational_measures.n3 index a79b69f32..9d92675e6 100644 --- a/dpv/modules/technical_organisational_measures.n3 +++ b/dpv/modules/technical_organisational_measures.n3 @@ -47,8 +47,6 @@ dpv:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpv:RecordsOfActivities, dpv:RegisterOfProcessingActivities, dpv:RegularityOfRecertification, - dpv:RiskManagementProcedure, - dpv:RiskMitigationMeasure, dpv:Safeguard, dpv:SafeguardForDataTransfer, dpv:Seal, @@ -64,6 +62,12 @@ dpv:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpv:hasTechnicalOrganisationalMeasure, dpv:isPolicyFor . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -379,33 +383,6 @@ dpv:RegularityOfRecertification a skos:Concept, skos:prefLabel "Regularity of Re-certification"@en ; dpv:isSubTypeOf dpv:OrganisationalMeasure . -dpv:RiskManagementProcedure a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Mark Lizar"^^xsd:string, - "Rob Brennan"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "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."@en ; - skos:note "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"@en ; - skos:prefLabel "Risk Management Procedure"@en ; - dpv:isSubTypeOf dpv:OrganisationalMeasure . - -dpv:RiskMitigationMeasure a skos:Concept, - dpv:Concept ; - dct:created "2020-11-04"^^xsd:date ; - dct:creator "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; - skos:prefLabel "Risk Mitigation Measure"@en ; - dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure . - dpv:SafeguardForDataTransfer a skos:Concept, dpv:Concept ; dct:created "2021-09-22"^^xsd:date ; @@ -703,6 +680,16 @@ dpv:LegalAgreement a skos:Concept, skos:prefLabel "Legal Agreement"@en ; dpv:isSubTypeOf dpv:OrganisationalMeasure . +dpv:TechnicalOrganisationalMeasure a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Bud Bruegger"^^xsd:string ; + dct:modified "2020-11-04"^^xsd:date ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "The Technical and Organisational measures used."@en ; + skos:prefLabel "Technical and Organisational Measure"@en . + dpv:hasTechnicalOrganisationalMeasure a skos:Concept, dpv:Relation ; dct:created "2019-04-04"^^xsd:date ; @@ -737,16 +724,6 @@ dpv:DataProcessingAgreement a skos:Concept, dpv:Relation skos1:prefLabel "Relation"@en ; rdfs:subPropertyOf skos1:semanticRelation . -dpv:TechnicalOrganisationalMeasure a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Bud Bruegger"^^xsd:string ; - dct:modified "2020-11-04"^^xsd:date ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "The Technical and Organisational measures used."@en ; - skos:prefLabel "Technical and Organisational Measure"@en . - dpv:TechnicalMeasure a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv/modules/technical_organisational_measures.rdf b/dpv/modules/technical_organisational_measures.rdf index dc5ffb54e..93ed98a52 100644 --- a/dpv/modules/technical_organisational_measures.rdf +++ b/dpv/modules/technical_organisational_measures.rdf @@ -8,81 +8,12 @@ xmlns:skos1="http://www.w3.org/20.5/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - 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 - - - - - - - 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 - - - - - - - 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 - - - - - - Technical and Organisational Measure - The Technical and Organisational measures used. - 2019-04-05 - 2020-11-04 - accepted - Bud Bruegger - - - + - 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 - Mark Lizar - - - - - - - Encryption in Transfer - Encryption of data in transit e.g. when being transferred from one location to another, including sharing + Staff Training + Practices and policies regarding training of staff members 2019-04-05 accepted Axel Polleres @@ -91,77 +22,25 @@ Mark Lizar - - - - - 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 - - - - - - - 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 - - - - - - - - - has technical measure - Indicates use or applicability of Technical measure - 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 + 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 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - + - Staff Training - Practices and policies regarding training of staff members + Legal Agreement + A legally binding agreement 2019-04-05 accepted Axel Polleres @@ -214,8 +93,6 @@ - - @@ -229,12 +106,12 @@ - + - - Organisational Measure - Organisational measures required/followed when processing data of the declared category + + Access Control Method + Methods which restrict access to a place or resource 2019-04-05 accepted Axel Polleres @@ -243,12 +120,30 @@ Mark Lizar - + + + isSubTypeOf + + + + + + + + has policy + Indicates policy applicable or used + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + - - Encryption in Rest - Encryption of data when being stored (persistent encryption) + + Anonymization + Process by which some personal identifiers are removed or identifiability is reduced + 2019-04-05 accepted Axel Polleres @@ -257,12 +152,25 @@ Mark Lizar - + - - Design Standard - A set of rules or guidelines outlining criterias for design + + Privacy Impact Assessment + Carrying out an impact assessment regarding privacy risks + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + + + + + + Regularity of Re-certification + Policy regarding repetition or renewal of existing certification(s) 2019-04-05 accepted Axel Polleres @@ -271,26 +179,72 @@ 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 + + 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 + + + + + + + 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 + + + + + + + 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 - + - - 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 + + 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 + + + + + + + Authentication Protocols + Protocols involving validation of identity i.e. authentication of a person or information 2019-04-05 accepted Axel Polleres @@ -299,12 +253,13 @@ Mark Lizar - + - Privacy Impact Assessment - Carrying out an impact assessment regarding privacy risks + 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 @@ -312,12 +267,12 @@ Paul Ryan - + - - Non-Disclosure Agreement (NDA) - Non-disclosure Agreements e.g. preserving confidentiality of information + + Technical Measure + Technical measures required/followed when processing data of the declared category 2019-04-05 accepted Axel Polleres @@ -326,13 +281,12 @@ 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 + + Records of Activities + Records of activities within some context such as maintainence tasks or governance functions 2021-09-08 accepted Georg P Krog @@ -340,6 +294,18 @@ Paul Ryan + + + + + + is policy for + Indicates the context or application of policy + 2022-01-26 + accepted + Harshvardhan J. Pandit + + @@ -354,12 +320,12 @@ Mark Lizar - + - - Technical Measure - Technical measures required/followed when processing data of the declared category + + Non-Disclosure Agreement (NDA) + Non-disclosure Agreements e.g. preserving confidentiality of information 2019-04-05 accepted Axel Polleres @@ -368,27 +334,25 @@ Mark Lizar - - + + - - Code of Conduct - A set of rules or procedures outlining the norms and practices for conducting activities - 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 - + - - Anonymization - Process by which some personal identifiers are removed or identifiability is reduced - + + Encryption in Rest + Encryption of data when being stored (persistent encryption) 2019-04-05 accepted Axel Polleres @@ -397,25 +361,25 @@ Mark Lizar - - + + - - - is policy for - Indicates the context or application of policy - 2022-01-26 + + 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 - + - - 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 + + Safeguard for Data Transfer + Represents a safeguard used for data transfer. Can include technical or organisational measures. 2021-09-22 accepted David Hickey @@ -424,12 +388,12 @@ Harshvardhan J. Pandit - + - - Certification and Seal - Certifications, seals, and marks indicating compliance to regulations or practices + + ContractualTerms + Contractual terms governing data handling within or with an entity 2019-04-05 accepted Axel Polleres @@ -438,38 +402,41 @@ Mark Lizar - - + + - - Single Sign On - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - 2020-11-04 + + + has technical and organisational measure + Indicates use or applicability of Technical or Organisational measure + 2019-04-04 + 2020-11-04 accepted - Georg P Krog + Axel Polleres + Javier Fernández Harshvardhan J. Pandit - Paul Ryan + Mark Lizar + Bud Bruegger - + - - Consultation with Authority - Consultation with an authority or authoritative entity - 2020-11-04 + + 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 - 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 + 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 @@ -478,25 +445,25 @@ Mark Lizar - + - + - has organisational measure - Indicates use or applicability of Organisational measure + has technical measure + Indicates use or applicability of Technical measure 2022-02-09 accepted Harshvardhan J. Pandit - + - - Consultation - Consultation is a process of receiving feedback, advice, or opinion from an external agency + + Consultation with Authority + Consultation with an authority or authoritative entity 2020-11-04 accepted Georg P Krog @@ -504,53 +471,49 @@ Paul Ryan - + - - 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 - + - - Legal Agreement - A legally binding agreement + Technical and Organisational Measure + The Technical and Organisational measures used. 2019-04-05 + 2020-11-04 accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar + Bud Bruegger - + - - Privacy Notice - Represents a notice or document outlining information regarding privacy - 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 Georg P Krog - Paul Ryan - David Hickey Harshvardhan J. Pandit + Paul Ryan - + - - Encryption - Technical measures consisting of encryption + + Code of Conduct + A set of rules or procedures outlining the norms and practices for conducting activities 2019-04-05 accepted Axel Polleres @@ -559,17 +522,14 @@ Mark Lizar - + - - Safeguard for Data Transfer - Represents a safeguard used for data transfer. Can include technical or organisational measures. - 2021-09-22 + + 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 - David Hickey - Paul Ryan - Georg P Krog Harshvardhan J. Pandit @@ -588,30 +548,37 @@ Julian Flake - - + + - - - has technical and organisational measure - Indicates use or applicability of Technical or Organisational measure - 2019-04-04 - 2020-11-04 + + 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 - Javier Fernández + Rob Brennan Harshvardhan J. Pandit Mark Lizar - Bud Bruegger - + - - 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; - + + Data Processing Records + Records of personal data processing, whether ex-ante or ex-post + 2021-09-08 + accepted + Harshvardhan J. Pandit + + + + + + + Design Standard + A set of rules or guidelines outlining criterias for design 2019-04-05 accepted Axel Polleres @@ -620,12 +587,26 @@ Mark Lizar - + - - Access Control Method - Methods which restrict access to a place or resource + + 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 + + + + + + + Certification and Seal + Certifications, seals, and marks indicating compliance to regulations or practices 2019-04-05 accepted Axel Polleres @@ -634,27 +615,26 @@ Mark Lizar - + - - 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 + + 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 - + - - GuidelinesPrinciple - Guidelines or Principles regarding processing and operational measures + + Organisational Measure + Organisational measures required/followed when processing data of the declared category 2019-04-05 accepted Axel Polleres @@ -663,25 +643,26 @@ Mark Lizar - + - - Risk Mitigation Measure - Measures intended to mitigate, minimise, or prevent risk. - 2020-11-04 + + 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 - + - - ContractualTerms - Contractual terms governing data handling within or with an entity + + Certification + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance 2019-04-05 accepted Axel Polleres @@ -690,23 +671,25 @@ Mark Lizar - + - - Assessment - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + + Data Transfer Impact Assessment + Impact Assessment for conducting data transfers 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan - + - Regularity of Re-certification - Policy regarding repetition or renewal of existing certification(s) + GuidelinesPrinciple + Guidelines or Principles regarding processing and operational measures 2019-04-05 accepted Axel Polleres @@ -715,43 +698,52 @@ Mark Lizar - - - isInstanceOf + + + + + 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 + - + - - Impact Assessment - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - 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 - - + + - - - - has policy - Indicates policy applicable or used - 2022-01-26 + + Encryption + Technical measures consisting of encryption + 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. + + 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 @@ -761,14 +753,14 @@ Julian Flake - + - - 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 + + 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 @@ -789,53 +781,38 @@ Mark Lizar - - - - - Data Processing Records - Records of personal data processing, whether ex-ante or ex-post - 2021-09-08 - accepted - Harshvardhan J. Pandit - + + + has range - - - isSubTypeOf + + + isInstanceOf - - - - - 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 - + + + Concept - + - - 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 + + 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 Relation - - - Concept + + + has domain diff --git a/dpv/modules/technical_organisational_measures.ttl b/dpv/modules/technical_organisational_measures.ttl index a79b69f32..9d92675e6 100644 --- a/dpv/modules/technical_organisational_measures.ttl +++ b/dpv/modules/technical_organisational_measures.ttl @@ -47,8 +47,6 @@ dpv:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpv:RecordsOfActivities, dpv:RegisterOfProcessingActivities, dpv:RegularityOfRecertification, - dpv:RiskManagementProcedure, - dpv:RiskMitigationMeasure, dpv:Safeguard, dpv:SafeguardForDataTransfer, dpv:Seal, @@ -64,6 +62,12 @@ dpv:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpv:hasTechnicalOrganisationalMeasure, dpv:isPolicyFor . +dpv:hasDomain skos1:prefLabel "has domain"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + +dpv:hasRange skos1:prefLabel "has range"@en ; + rdfs:subPropertyOf skos1:semanticRelation . + dpv:isInstanceOf skos1:prefLabel "isInstanceOf"@en ; rdfs:subPropertyOf skos1:semanticRelation . @@ -379,33 +383,6 @@ dpv:RegularityOfRecertification a skos:Concept, skos:prefLabel "Regularity of Re-certification"@en ; dpv:isSubTypeOf dpv:OrganisationalMeasure . -dpv:RiskManagementProcedure a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Mark Lizar"^^xsd:string, - "Rob Brennan"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "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."@en ; - skos:note "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"@en ; - skos:prefLabel "Risk Management Procedure"@en ; - dpv:isSubTypeOf dpv:OrganisationalMeasure . - -dpv:RiskMitigationMeasure a skos:Concept, - dpv:Concept ; - dct:created "2020-11-04"^^xsd:date ; - dct:creator "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ; - skos:prefLabel "Risk Mitigation Measure"@en ; - dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure . - dpv:SafeguardForDataTransfer a skos:Concept, dpv:Concept ; dct:created "2021-09-22"^^xsd:date ; @@ -703,6 +680,16 @@ dpv:LegalAgreement a skos:Concept, skos:prefLabel "Legal Agreement"@en ; dpv:isSubTypeOf dpv:OrganisationalMeasure . +dpv:TechnicalOrganisationalMeasure a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Bud Bruegger"^^xsd:string ; + dct:modified "2020-11-04"^^xsd:date ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "The Technical and Organisational measures used."@en ; + skos:prefLabel "Technical and Organisational Measure"@en . + dpv:hasTechnicalOrganisationalMeasure a skos:Concept, dpv:Relation ; dct:created "2019-04-04"^^xsd:date ; @@ -737,16 +724,6 @@ dpv:DataProcessingAgreement a skos:Concept, dpv:Relation skos1:prefLabel "Relation"@en ; rdfs:subPropertyOf skos1:semanticRelation . -dpv:TechnicalOrganisationalMeasure a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Bud Bruegger"^^xsd:string ; - dct:modified "2020-11-04"^^xsd:date ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "The Technical and Organisational measures used."@en ; - skos:prefLabel "Technical and Organisational Measure"@en . - dpv:TechnicalMeasure a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv/proposed.json b/dpv/proposed.json index c385d8476..a623b0415 100644 --- a/dpv/proposed.json +++ b/dpv/proposed.json @@ -1 +1 @@ -{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement"], "risk": ["hasConsequenceOn"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["Patient", "Employee", "Student", "Citizen", "NonCitizen", "Immigrant", "Tourist", "Customer", "Consumer", "User", "JobApplicant", "Visitor", "Member", "Applicant", "Trainees", "Subscriber", "ServiceUsers", "WebsiteVisitors", "Clients", "hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file +{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement"], "context": ["Status", "ActivityStatus", "ActivityProposed", "ActivityOngoing", "ActivityHalted", "ActivityCompleted", "ComplianceStatus", "Compliant", "Incompliant", "PartiallyCompliant", "NotCompliant", "ViolationOfCompliance", "AuditStatus", "AuditApproved", "AuditRejected", "AuditRequested", "hasStatus", "hasComplianceStatus", "hasActivityStatus"], "risk": ["hasConsequenceOn"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file