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 1053dad8c..000000000 Binary files a/documentation-generator/docs/diagrams/base_vocab_alternate_001.png and /dev/null differ 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 7e8dc1893..000000000 Binary files a/documentation-generator/docs/diagrams/base_vocab_alternate_002.png and /dev/null differ 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 7a627d3d4..000000000 Binary files a/documentation-generator/docs/diagrams/legalentities.png and /dev/null differ diff --git a/documentation-generator/docs/diagrams/personaldatacategories.graphml b/documentation-generator/docs/diagrams/personaldatacategories.graphml deleted file mode 100644 index 05ec13fbc..000000000 --- a/documentation-generator/docs/diagrams/personaldatacategories.graphml +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - PersonalDataCategory - - - - - - - - - - - SpecialCategoryPersonalData - - - - - - - - - - - DerivedPersonalData - - - - - - - - - - - Historical - - - - - - - - - - - External - - - - - - - - - - - Internal - - - - - - - - - - - Social - - - - - - - - - - - Financial - - - - - - - - - - - Tracking - - - - - - - - - - - - - Preferences, -Knowledge, -Belief - - - - - - - - - - - - Behavioral, -Demographics, -Physical, Sexual, Identifying - - - - - - - - - - - - Family, Friends, -Professional, Public Life, -Communication - - - - - - - - - - - - Transactional, -Ownership, -Financial Account - - - - - - - - - - - - Location, -Device based, -Contact - - - - - - - - - - - - Life history - - - - - - - - - - Resource - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hasPersonalDataCategory - - - - - - - - - - diff --git a/documentation-generator/docs/diagrams/personaldatacategories.png b/documentation-generator/docs/diagrams/personaldatacategories.png deleted file mode 100644 index 66d99c7d0..000000000 Binary files a/documentation-generator/docs/diagrams/personaldatacategories.png and /dev/null differ diff --git a/documentation-generator/docs/diagrams/personaldatahandling.graphml b/documentation-generator/docs/diagrams/personaldatahandling.graphml deleted file mode 100644 index 9d6dd1a91..000000000 --- a/documentation-generator/docs/diagrams/personaldatahandling.graphml +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - PersonalDataHandling - - - - - - - - - - - PersonalDataCategory - - - - - - - - - - - Processing - - - - - - - - - - - Purpose - - - - - - - - - - - Recipient - - - - - - - - - - - LegalBasis - - - - - - - - - - - DataSubject - - - - - - - - - - - DataController - - - - - - - - - - - TechnicalOrganisationalMeasure - - - - - - - - - - - Right - - - - - - - - - - - DataSubjectRight - - - - - - - - - - - Risk - - - - - - - - - - - - - hasPersonalDataCategory - - - - - - - - - - - - - - - - - - - - hasProcessing - - - - - - - - - - - - - - hasPurpose - - - - - - - - - - - - - - hasLegalBasis - - - - - - - - - - - - - - - - - - - - hasDataController - - - - - - - - - - - - hasRecipient - - - - - - - - - - - - - - hasDataSubject - - - - - - - - - - - - - - hasTechnicalOrganisationalMeasure - - - - - - - - - - - - - - - - - - - - - hasRisk - - - - - - - - - - - - - - hasRight - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - diff --git a/documentation-generator/docs/diagrams/personaldatahandling.png b/documentation-generator/docs/diagrams/personaldatahandling.png deleted file mode 100644 index 1c6866b80..000000000 Binary files a/documentation-generator/docs/diagrams/personaldatahandling.png and /dev/null differ diff --git a/documentation-generator/docs/diagrams/processing.graphml b/documentation-generator/docs/diagrams/processing.graphml deleted file mode 100644 index d72c4d409..000000000 --- a/documentation-generator/docs/diagrams/processing.graphml +++ /dev/null @@ -1,433 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - Additional context of Processing - - - - - - - - - - - - - - - - - Processing - - - - - - - - - - - Resource - - - - - - - - - - - DataSource - - - - - - - - - - - - - - - - - - - - - SystematicMonitoring - - - - - - - - - - - EvaluationScoring - - - - - - - - - - - MatchingCombining - - - - - - - - - - - AutomatedDecisionMaking - - - - - - - - - - - LargeScaleProcessing - - - - - - - - - - - InnovativeUseOfNewTechnology - - - - - - - - - - - Copy - - - - - - - - - - - Disclose - - - - - - - - - - - Obtain - - - - - - - - - - - Organise - - - - - - - - - - - Remove - - - - - - - - - - - Store - - - - - - - - - - - Transfer - - - - - - - - - - - Transform - - - - - - - - - - - hasProcessing - - - - - - - - - - - - - - hasDataSource - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hasAlgorithmicLogic - - - - - - - - - - - - - - - hasConsequences - - - - - - - - - - - - - - - hasHumanInvolvement - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - - - - - diff --git a/documentation-generator/docs/diagrams/processing.png b/documentation-generator/docs/diagrams/processing.png deleted file mode 100644 index ee141579c..000000000 Binary files a/documentation-generator/docs/diagrams/processing.png and /dev/null differ diff --git a/documentation-generator/docs/diagrams/purpose.graphml b/documentation-generator/docs/diagrams/purpose.graphml deleted file mode 100644 index c0bda1ea1..000000000 --- a/documentation-generator/docs/diagrams/purpose.graphml +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - Purpose - - - - - - - - - - - Resource - - - - - - - - - - - Sector - - - - - - - - - - - Context - - - - - - - - - - - CommercialInterest - - - - - - - - - - - ResearchAndDevelopment - - - - - - - - - - - Security - - - - - - - - - - - ServiceOptimization - - - - - - - - - - - ServicePersonalization - - - - - - - - - - - ServiceProvision - - - - - - - - - - - LegalObligation - - - - - - - - - - - hasPurpose - - - - - - - - - - - - hasSector - - - - - - - - - - - - hasContext - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - - - - - diff --git a/documentation-generator/docs/diagrams/purpose.png b/documentation-generator/docs/diagrams/purpose.png deleted file mode 100644 index d864dcde1..000000000 Binary files a/documentation-generator/docs/diagrams/purpose.png and /dev/null differ diff --git a/documentation-generator/docs/diagrams/technicalorganisationalmeasures.graphml b/documentation-generator/docs/diagrams/technicalorganisationalmeasures.graphml deleted file mode 100644 index 56b058201..000000000 --- a/documentation-generator/docs/diagrams/technicalorganisationalmeasures.graphml +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - TechnicalOrganisationalMeasure - - - - - - - - - - - Resource - - - - - - - - - - - TechnicalMeasure - - - - - - - - - - - OrganisationalMeasure - - - - - - - - - - - RiskMitigationMeasure - - - - - - - - - - - Risk - - - - - - - - - - - - - hasTechnicalOrganisationalMeasure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rdfs:subClassOf - - - - - - - - - - - - - - - - - - - - - measureImplementedBy - - - - - - - - - - - - - - hasStorage - - - - - - - - - - - - - - - hasLocation - - - - - - - - - - - - - - - hasDuration - - - - - - - - - - - - mitigatesRisk - - - - - - - - - - diff --git a/documentation-generator/docs/diagrams/technicalorganisationalmeasures.png b/documentation-generator/docs/diagrams/technicalorganisationalmeasures.png deleted file mode 100644 index 03c00e5ba..000000000 Binary files a/documentation-generator/docs/diagrams/technicalorganisationalmeasures.png and /dev/null differ diff --git a/documentation-generator/docs/dpv-gdpr/dpv-gdpr.html b/documentation-generator/docs/dpv-gdpr/dpv-gdpr.html deleted file mode 100644 index 07dd57cb5..000000000 --- a/documentation-generator/docs/dpv-gdpr/dpv-gdpr.html +++ /dev/null @@ -1,2156 +0,0 @@ - - - - - DPV-GDPR: GDPR Extension for Data Privacy Vocabulary - - - - - -
-

The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to describe and represent information related to processing of personal data. This extension extends the DPV and provides concepts specific to the obligations and requirements of the General Data Protection Regulation (GDPR). More specifically, it provides a taxonomy of legal bases and rights as defined within the GDPR.

-

- The namespace for terms for Legal Bases under GDPR is http://www.w3.org/ns/dpv-gdpr#
- The suggested prefix for the GDPR Legal Bases namespace is dpv-gdpr
- The DPV-GDPR ontology and its documentation is available on GitHub.

-
-
- -

This document is published by the Data Privacy Vocabularies and Controls Community Group (DPVCG) as a deliverable and report of its work in creating and maintaining the Data Privacy Vocabulary (DPV) and its extensions.

-
-

Contributing to the DPV and its extensions The DPVCG welcomes participation regarding the DPV, including expansion or refinement of its terms, addressing open issues, and welcomes suggestions on their resolution or mitigation.

-

While we welcome participation via any and all mediums - e.g., via Github pull requests or issues, emails, papers, or reports - the formal resolution of contributions takes place only through the DPVCG meeting calls and mailing lists. We therefore suggest joining the group to participate in these discussions for formal approval.

-

For contributions to the DPV, please see the section on GitHub. For DPV-GDPR specific contributions, please see the section on GitHub. The current list of open issues and their discussions to date can be found at DPVCG issue tracker as well as GitHub issues for DPV and DPV-GDPR.

-
-
-
-

Introduction

-

The Data Privacy Vocabulary provides terms (classes and properties) to annotate and categorize instances of legally compliant personal data handling. In particular, the vocabulary provides LegalBasis and DataSubjectRight as top-level concepts representing the various legal bases for justifying processing of personal data and rights provided to the data subject respectively. Since these concepts are specifically defined within the scope of jurisdictional laws, their implementation is provided as a separate vocabulary that extends the DPV, thereby permitting continued usage of DPV as a jurisdiction-agnostic and generic vocabulary.

-

This vocabulary, termed as DPV-GDPR, extends the concepts within DPV regarding legal bases and data subject rights with those provided by the GDPR. It provides a compatible extension to be used in combination with the DPV to represent GDPR-specific information.

-
-
-

Namespaces

-

The namespace for DPV-GDPR vocabulary is http://www.w3.org/ns/dpv-gdpr#. The table below indicates the full list of namespaces and prefixes used in this document.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PrefixNamespace
- dct - - http://purl.org/dc/terms/ -
- dpv - - http://www.w3.org/ns/dpv# -
- dpv-gdpr - - http://www.w3.org/ns/dpv-gdpr# -
- odrl - - http://www.w3.org/ns/odrl/2/ -
- owl - - http://www.w3.org/2002/07/owl# -
- rdf - - http://www.w3.org/1999/02/22-rdf-syntax-ns# -
- rdfs - - http://www.w3.org/2000/01/rdf-schema# -
- skos - - http://www.w3.org/2004/02/skos/core# -
- spl - - http://www.specialprivacy.eu/langs/usage-policy# -
- svd - - http://www.specialprivacy.eu/vocabs/data# -
- svdu - - http://www.specialprivacy.eu/vocabs/duration# -
- svl - - http://www.specialprivacy.eu/vocabs/locations# -
- svpu - - http://www.specialprivacy.eu/vocabs/purposes# -
- svpr - - http://www.specialprivacy.eu/vocabs/processing# -
- svr - - http://www.specialprivacy.eu/vocabs/recipients -
- xsd - - http://www.w3.org/2001/XMLSchema# -
-
-
- -
-

Rights under GDPR

-

GDPR provides several rights to the data subject, whose applicability depends on the context and nature of processing taking place. DPV lists these rights at an abstract level as concepts along with their origin in specific clauses of the GDPR.

- -
-

Classes

-

- A13 Right to be Informed | - A14 Right to be Informed | - A15 Right of Access | - A16 Right to Rectification | - A17 Right to Erasure | - A18 Right to Restrict Processing | - A19 Right to Rectification | - A20 Right to Data Portability | - A21 Right to object | - A22 Right to object to automated decision making | - A7-3 Right to Withdraw Consent | - A77 Right to Complaint | -

- -
-

A13 Right to be Informed

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A13
Description:information to be provided where personal data is directly collected from data subject
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.13 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A14 Right to be Informed

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A14
Description:information to be provided where personal data is collected from other sources
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.14 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A15 Right of Access

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A15
Description:Right of access
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.15 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A16 Right to Rectification

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A16
Description:Right to rectification
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.16 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A17 Right to Erasure

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A17
Description:Right to erasure ('Right to be forgotten')
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.17 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A18 Right to Restrict Processing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A18
Description:Right to restriction of processing
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.18 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A19 Right to Rectification

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A19
Description:Right to be notified in case of rectification or erasure of personal data or restriction of processing
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.19 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A20 Right to Data Portability

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A20
Description:Right to data portability
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.20 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A21 Right to object

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A21
Description:Right to object to processing of personal data
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.21 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A22 Right to object to automated decision making

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A22
Description:Right not to be subject to a decision based solely on automated processing including profiling
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.22 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A7-3 Right to Withdraw Consent

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A7-3
Description:Right to withdraw consent
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.7-3 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A77 Right to Complaint

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A77
Description:Right to lodge a complaint with a supervisory authority
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.77 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
- -
-
- - \ No newline at end of file diff --git a/documentation-generator/docs/dpv-gdpr/index.html b/documentation-generator/docs/dpv-gdpr/index.html deleted file mode 100644 index 07dd57cb5..000000000 --- a/documentation-generator/docs/dpv-gdpr/index.html +++ /dev/null @@ -1,2156 +0,0 @@ - - - - - DPV-GDPR: GDPR Extension for Data Privacy Vocabulary - - - - - -
-

The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to describe and represent information related to processing of personal data. This extension extends the DPV and provides concepts specific to the obligations and requirements of the General Data Protection Regulation (GDPR). More specifically, it provides a taxonomy of legal bases and rights as defined within the GDPR.

-

- The namespace for terms for Legal Bases under GDPR is http://www.w3.org/ns/dpv-gdpr#
- The suggested prefix for the GDPR Legal Bases namespace is dpv-gdpr
- The DPV-GDPR ontology and its documentation is available on GitHub.

-
-
- -

This document is published by the Data Privacy Vocabularies and Controls Community Group (DPVCG) as a deliverable and report of its work in creating and maintaining the Data Privacy Vocabulary (DPV) and its extensions.

-
-

Contributing to the DPV and its extensions The DPVCG welcomes participation regarding the DPV, including expansion or refinement of its terms, addressing open issues, and welcomes suggestions on their resolution or mitigation.

-

While we welcome participation via any and all mediums - e.g., via Github pull requests or issues, emails, papers, or reports - the formal resolution of contributions takes place only through the DPVCG meeting calls and mailing lists. We therefore suggest joining the group to participate in these discussions for formal approval.

-

For contributions to the DPV, please see the section on GitHub. For DPV-GDPR specific contributions, please see the section on GitHub. The current list of open issues and their discussions to date can be found at DPVCG issue tracker as well as GitHub issues for DPV and DPV-GDPR.

-
-
-
-

Introduction

-

The Data Privacy Vocabulary provides terms (classes and properties) to annotate and categorize instances of legally compliant personal data handling. In particular, the vocabulary provides LegalBasis and DataSubjectRight as top-level concepts representing the various legal bases for justifying processing of personal data and rights provided to the data subject respectively. Since these concepts are specifically defined within the scope of jurisdictional laws, their implementation is provided as a separate vocabulary that extends the DPV, thereby permitting continued usage of DPV as a jurisdiction-agnostic and generic vocabulary.

-

This vocabulary, termed as DPV-GDPR, extends the concepts within DPV regarding legal bases and data subject rights with those provided by the GDPR. It provides a compatible extension to be used in combination with the DPV to represent GDPR-specific information.

-
-
-

Namespaces

-

The namespace for DPV-GDPR vocabulary is http://www.w3.org/ns/dpv-gdpr#. The table below indicates the full list of namespaces and prefixes used in this document.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PrefixNamespace
- dct - - http://purl.org/dc/terms/ -
- dpv - - http://www.w3.org/ns/dpv# -
- dpv-gdpr - - http://www.w3.org/ns/dpv-gdpr# -
- odrl - - http://www.w3.org/ns/odrl/2/ -
- owl - - http://www.w3.org/2002/07/owl# -
- rdf - - http://www.w3.org/1999/02/22-rdf-syntax-ns# -
- rdfs - - http://www.w3.org/2000/01/rdf-schema# -
- skos - - http://www.w3.org/2004/02/skos/core# -
- spl - - http://www.specialprivacy.eu/langs/usage-policy# -
- svd - - http://www.specialprivacy.eu/vocabs/data# -
- svdu - - http://www.specialprivacy.eu/vocabs/duration# -
- svl - - http://www.specialprivacy.eu/vocabs/locations# -
- svpu - - http://www.specialprivacy.eu/vocabs/purposes# -
- svpr - - http://www.specialprivacy.eu/vocabs/processing# -
- svr - - http://www.specialprivacy.eu/vocabs/recipients -
- xsd - - http://www.w3.org/2001/XMLSchema# -
-
-
- -
-

Rights under GDPR

-

GDPR provides several rights to the data subject, whose applicability depends on the context and nature of processing taking place. DPV lists these rights at an abstract level as concepts along with their origin in specific clauses of the GDPR.

- -
-

Classes

-

- A13 Right to be Informed | - A14 Right to be Informed | - A15 Right of Access | - A16 Right to Rectification | - A17 Right to Erasure | - A18 Right to Restrict Processing | - A19 Right to Rectification | - A20 Right to Data Portability | - A21 Right to object | - A22 Right to object to automated decision making | - A7-3 Right to Withdraw Consent | - A77 Right to Complaint | -

- -
-

A13 Right to be Informed

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A13
Description:information to be provided where personal data is directly collected from data subject
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.13 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A14 Right to be Informed

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A14
Description:information to be provided where personal data is collected from other sources
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.14 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A15 Right of Access

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A15
Description:Right of access
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.15 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A16 Right to Rectification

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A16
Description:Right to rectification
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.16 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A17 Right to Erasure

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A17
Description:Right to erasure ('Right to be forgotten')
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.17 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A18 Right to Restrict Processing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A18
Description:Right to restriction of processing
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.18 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A19 Right to Rectification

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A19
Description:Right to be notified in case of rectification or erasure of personal data or restriction of processing
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.19 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A20 Right to Data Portability

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A20
Description:Right to data portability
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.20 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A21 Right to object

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A21
Description:Right to object to processing of personal data
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.21 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A22 Right to object to automated decision making

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A22
Description:Right not to be subject to a decision based solely on automated processing including profiling
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.22 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A7-3 Right to Withdraw Consent

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A7-3
Description:Right to withdraw consent
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.7-3 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
-
-

A77 Right to Complaint

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:A77
Description:Right to lodge a complaint with a supervisory authority
Subclass Of: - dpv:DataSubjectRight -
Source: - GDPR Art.77 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit -
-
- -
-
- - \ No newline at end of file diff --git a/documentation-generator/docs/dpv.html b/documentation-generator/docs/dpv.html deleted file mode 100644 index 79d25a084..000000000 --- a/documentation-generator/docs/dpv.html +++ /dev/null @@ -1,14666 +0,0 @@ - - - - - Data Privacy Vocabulary (DPV) - - - - - -
-

The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to describe and represent information related to processing of personal data based on established requirements such as for the EU General Data Protection Regulation (GDPR). The DPV is structured as a top-down hierarchical vocabulary with the core or base concepts of personal data categories, purposes of processing and types of processing, data controller(s) associated, recipients of personal data, legal bases or justifications used, technical and organisational measures and restrictions (e.g. storage locations and storage durations), applicable rights, and the risks involved.

-

- The namespace for DPV terms is http://www.w3.org/ns/dpv#
- The suggested prefix for the DPV namespace is dpv
- The DPV and its documentation is available on GitHub.

-
-
- -

This document is published by the Data Privacy Vocabularies and Controls Community Group (DPVCG) as a deliverable and report of its work in creating and maintaining the Data Privacy Vocabulary (DPV).

-
-

Contributing to the DPV and its extensions The DPVCG welcomes participation regarding the DPV, including expansion or refinement of its terms, addressing open issues, and welcomes suggestions on their resolution or mitigation.

-

While we welcome participation via any and all mediums - e.g., via Github pull requests or issues, emails, papers, or reports - the formal resolution of contributions takes place only through the DPVCG meeting calls and mailing lists. We therefore suggest joining the group to participate in these discussions for formal approval.

-

For contributions to the DPV, please see the section on GitHub. The current list of open issues and their discussions to date can be found at DPVCG issue tracker as well as GitHub issues.

-
-
-
-

Introduction

-

The Data Privacy Vocabulary provides terms (classes and properties) to describe and represent information about personal data handling. In particular, the vocabulary provides extensible taxonomies of terms to describe the following components:

- -

These terms are intended to represent personal data handling as machine-readable information by specifying personal data categories undergoing processing, its purpose(s), the data controller(s) involved, recipient(s) of this data, the legal bases or justifications used (e.g. consent or legitimate interest), involving technical and organisational measures and restrictions (e.g. storage location and storage duration), the applicable rights, and possibility of risks.

-

As the Legal Bases are dependant on legal jurisdictions, we provide the legal bases defined by GDPR as a separate 'extension' of the DPV called DPV-GDPR. The DPV is intended to be a 'general vocabulary', where extensions can be used to expand it to any jurisdiction, domain, and use-case specific requirements.

-

Examples of applications where the concepts provided by the DPV can be used are:

-
    -
  1. represent policies for personal data handling
  2. -
  3. represent information about consent e.g. provenance of consent
  4. -
  5. log/document personal data handling actions e.g. by a data controller
  6. -
  7. support automated checking of legal compliances of data handling ex ante (prior to processing), or ex post (i.e. check compliance after processing)
  8. -
-
-
-

Namespaces

-

The namespace for DPV vocabulary is http://www.w3.org/ns/dpv#. The table below indicates the full list of namespaces and prefixes used in this document.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PrefixNamespace
- dct - - http://purl.org/dc/terms/ -
- dpv - - http://www.w3.org/ns/dpv# -
- dpv-gdpr - - http://www.w3.org/ns/dpv-gdpr# -
- dpv-nace - - http://www.w3.org/ns/dpv-nace# -
- odrl - - http://www.w3.org/ns/odrl/2/ -
- owl - - http://www.w3.org/2002/07/owl# -
- rdf - - http://www.w3.org/1999/02/22-rdf-syntax-ns# -
- rdfs - - http://www.w3.org/2000/01/rdf-schema# -
- skos - - http://www.w3.org/2004/02/skos/core# -
- spl - - http://www.specialprivacy.eu/langs/usage-policy# -
- svd - - http://www.specialprivacy.eu/vocabs/data# -
- svdu - - http://www.specialprivacy.eu/vocabs/duration# -
- svl - - http://www.specialprivacy.eu/vocabs/locations# -
- svpu - - http://www.specialprivacy.eu/vocabs/purposes# -
- svpr - - http://www.specialprivacy.eu/vocabs/processing# -
- svr - - http://www.specialprivacy.eu/vocabs/recipients -
- xsd - - http://www.w3.org/2001/XMLSchema# -
-
- -
-

The DPV, as it is provided, does not recommend any specific way to use its concepts. Adopters are free to utilise their preferred models (e.g. RDFS-style, OWL2-style, or simply as a list of terms), though we strongly recommend being aware of the implications of using a specific model regarding interpretation, reasoning, and interoperability.

-
- -
-

Base Vocabulary

-

Concepts in the Base vocabulary are available as an individual module here.

-
- DPV base vocabulary -
Base Vocabulary
-
-

The 'Base' or 'Core' vocabulary describes the top-level classes required for defining a 'policy' for personal data handling. Classes and properties for each top-level class are further elaborated using sub-vocabularies, for example a taxonomy of personal data categories. While all concepts within the vocabulary share a single namespace, the modular approach makes it possible to use only the specific taxonomies or sub-vocabularies, for example to refer only to purposes. The DPV provides the following as top-level concepts and generic properties to associate them with other concepts:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassPropertyDescription
[=PersonalDataCategory=][=hasPersonalDataCategory=]Personal data categories
[=Purpose=][=hasPurpose=]Purpose of Processing
[=Processing=][=hasProcessing=]Category or type of processing of personal data
[=DataController=][=hasDataController=]Data Controller responsible for processing
[=DataSubject=][=hasDataSubject=]Data Subject or Individual whose data is being processing
[=Recipient=][=hasRecipient=]Recipient of personal data
[=TechnicalOrganisationalMeasure=][=hasTechnicalOrganisationalMeasure=]Technical and/or Organisational measures associated with processing
[=LegalBasis=][=hasLegalBasis=]Legal bases or justifications for processing
[=Right=] and [=DataSubjectRight=][=hasRight=]Rights applicable or provided
[=Risk=][=hasRisk=]Risks applicable or probable regarding processing
- -

Along with these, the DPV defines the concept of [=PersonalDataHandling=] for representing a 'policy' associating the top-level concepts with one another. For example, using [=PersonalDataHandling=] it is possible to indicate the application of a specific purpose and processing to categories of personal data relating to data subjects (or individual), along with the data controller responsible, the recipients of data, legal basis used, the technical and organisational measures involved, rights provided, and the possibility of risks.

-

The DPV does not mandate the use of [=PersonalDataHandling=]. Adopters can define their own interpretation of what concepts personal data handling involves, or define a separate concept similar to [=PersonalDataHandling=]. For example, one may specify that a [=PersonalDataHandling=] is only associated with [=Purpose=], [=Processing=], [=PersonalDataCategory=], and [=Recipient=] where the legal basis and technical and organisational measures are either assumed or defined externally. In continuation of this, the DPV also does not provide any constraints on the inclusion or exclusion of concepts used to define an instance of [=PersonalDataHandling=]. Possibilities for specifying such constraints include use of OWL2 semantics and SHACL to specify mandatory concepts. For example, requiring every instance of [=PersonalDataHandling=] must have at least one Personal Data Category, Controller, Purpose, and Legal Basis.

-
-

Classes

-

- Data Controller | - Data Subject | - Data Subject Right | - Legal Basis | - Personal Data Category | - Personal Data Handling | - Processing | - Purpose | - Recipient | - Right | - Risk | - Technical and Organisational Measure | -

- -
-

Data Controller

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DataController
Description:The individual or organisation that decides (or controls) the purpose(s) of processing personal data.
Subclass Of: - dpv:LegalEntity -
Source: - GDPR Art.4-7g -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
-
-
-

Data Subject

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DataSubject
Description:The individual (or category of individuals) whose personal data is being processed
Subclass Of: - dpv:LegalEntity -
Superclass Of: - dpv:Child, - dpv:VulnerableDataSubject -
Source: - GDPR Art.4-1g -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
-
-
-

Data Subject Right

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DataSubjectRight
Description:The rights applicable or provided to a Data Subject
Subclass Of: - dpv:Right -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan Pandit -
-
-
-

Legal Basis

- - - - - - - - - - - - - - - - - - - -
Term:LegalBasis
Description:The Legal basis used to justify processing of personal data
Created:
Modified:
-
-
-

Personal Data Category

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalDataCategory
Description:A category of personal data
Superclass Of: - dpv:DerivedPersonalData, - dpv:External, - dpv:Financial, - dpv:Historical, - dpv:Internal, - dpv:Social, - dpv:SpecialCategoryPersonalData, - dpv:Tracking -
Source: - GDPR Art.4-1g, - SPECIAL Project -
Created:
Modified:
Contributor(s): - Axel Polleres, - Harshvardhan Pandit -
See Also: - spl:AnyData -
-
-
-

Personal Data Handling

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalDataHandling
Description: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.
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
-
-
-

Processing

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Processing
Description:The processing performed on personal data
Superclass Of: - dpv:Copy, - dpv:Disclose, - dpv:Obtain, - dpv:Organise, - dpv:Remove, - dpv:Store, - dpv:Transfer, - dpv:Transform, - dpv:Use -
Source: - SPECIAL Project -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
See Also: - spl:AnyProcessing -
-
-
-

Purpose

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Purpose
Description:The purpose of processing personal data
Superclass Of: - dpv:CommercialInterest, - dpv:LegalCompliance, - dpv:ResearchAndDevelopment, - dpv:Security, - dpv:ServiceOptimization, - dpv:ServicePersonalization, - dpv:ServiceProvision -
Source: - SPECIAL Project -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
See Also: - spl:AnyPurpose -
-
-
-

Recipient

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Recipient
Description:Entities that receive personal data
Subclass Of: - dpv:LegalEntity -
Superclass Of: - dpv:DataProcessor, - dpv:ThirdParty -
Source: - GDPR Art.4-9g, - SPECIAL Project -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
See Also: - spl:AnyRecipient -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Term:Right
Description:The right(s) applicable, provided, or expected.
Superclass Of: - dpv:DataSubjectRight -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J Pandit -
-
-
-

Risk

- - - - - - - - - - - - - - - - - - - -
Term:Risk
Description:A risk or possibility or uncertainty of negative effects, impacts, or consequences.
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Technical and Organisational Measure

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:TechnicalOrganisationalMeasure
Description:The Technical and Organisational measures used.
Superclass Of: - dpv:OrganisationalMeasure, - dpv:RiskMitigationMeasure, - dpv:TechnicalMeasure -
Created:
Modified:
Contributor(s): - Bud Bruegger -
-
- -
-
-

Properties

-

- has data controller | - has data subject | - has legal basis | - has personal data category | - has processing | - has purpose | - has recipient | - has right | - has risk | - has technical and organisational measure | -

- -
-

has data controller

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasDataController
Description:Indicates association with a Data Controller.
Status:accepted
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has data subject

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasDataSubject
Description:Indicates association with a specific Data Subject or a group or category of Data Subjects.
Status:accepted
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has legal basis

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasLegalBasis
Description:Indicates applicability of a Legal Basis.
Status:accepted
Created:
Contributor(s): - Axel Polleres, - Javier Fernández -
-
-
-

has personal data category

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasPersonalDataCategory
Description:Indicates association with a Personal Data Category.
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has processing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasProcessing
Description:Indicates association with a Processing (of personal data) instance or category.
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has purpose

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasPurpose
Description:Indicates association with a Purpose (of processing personal data).
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has recipient

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasRecipient
Description:Indicates a recipient of personal data.
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has right

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasRight
Description:Indicates applicability of a Right.
Status:accepted
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

has risk

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasRisk
Description:Indicates applicability of a Risk.
Status:accepted
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

has technical and organisational measure

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasTechnicalOrganisationalMeasure
Description:Indicates use of a Technical or Organisational measure.
Status:accepted
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
- -
-
- -
-

Personal Data Categories

-

Concepts related to Personal Data Categories are available as an individual module here.

-

DPV provides broad top-level personal data categories adapted from the taxonomy contributed by R. Jason Cronk [[EnterPrivacy]]. The top-level concepts in this taxonomy refer to the nature of information (financial, social, tracking) and to its inherent source (internal, external). Each top-level concept is represented in the DPV vocabulary as a Class, and is further elaborated by subclasses for referring to specific categories of information - such as preferences or demographics.

-
- Concepts for Personal Data Categories in DPV -
Concepts for Personal Data Categories in DPV
-
-

While this taxonomy is by no means exhaustive, the aim is to provide a sufficient coverage of abstract categories of personal data which can be extended using the subclass mechanism to represent concepts used in the real-world.

-

Regulations such as the GDPR define personal data at an abstract level as information (directly or indirectly) associated with an individual or a category of individuals. DPV defines classes representing categories that are inclusive of information associated with them (e.g. name consisting of first name, last name), with their instances representing specific elements of personal data (e.g. “John Doe” as name).

-

The categories defined in the personal data categories taxonomy can be used directly or further extended by subclassing the respective classes to depict specialised concepts, such as “likes regarding movies” or combined with classes to indicate specific contexts. The class [=DerivedPersonalData=] provides one such context to indicate information has been derived from existing information, e.g. inference of opinions from social media. Additional classes can be defined to specify contexts such as use of machine learning, accuracy, and source. Similarly, the class [=SpecialCategoryPersonalData=] represents categories that are ‘special’ or ‘sensitive’ and require additional conditions, e.g. as per GDPR’s Article 9.

- -

The following is an overview of the concepts provided for personal data within the DPV:

- - - - - - - - - - - - - - - - - - - - - -
ConceptDescription
[=PersonalDataCategory=]Category of Personal Data
[=SpecialCategoryPersonalData=]Indicates that personal data is sensitive or belongs to a special category
[=DerivedPersonalData=]Indicates that personal data is derived or inferred
-
-

Classes

-

- Accent | - Account Identifier | - Acquantaince | - Age | - Apartment Owned | - Association | - Attitude | - Authenticating | - Authentication History | - Bank Account | - Behavioral | - Biometric | - Blood Type | - Browser Fingerprint | - Browsing Behavior | - Browsing Referral | - Call Log | - Car Owned | - Character | - Communication | - Communications Metadata | - Connection | - Contact | - Country | - Credit | - Credit Capacity | - Credit Card Number | - Credit Record | - Credit Score | - Credit Standing | - Credit Worthiness | - Criminal | - Criminal Charge | - Criminal Conviction | - Criminal Pardon | - Demeanor | - Demographic | - Derived Personal Data | - Device Applications | - Device Based | - Device Operating System | - Device Software | - Dialect | - Disability | - Disciplinary Action | - Dislike | - Divorce | - DNA Code | - Drug Test Result | - Email Address | - Email Content | - Employment History | - Ethnicity | - Ethnic Origin | - External | - Family | - Family Health History | - Family Structure | - Favorite | - Favorite Color | - Favorite Food | - Favorite Music | - Fetish | - Financial | - Financial Account | - Financial Account Number | - Fingerprint | - Friend | - Gender | - General Reputation | - Geographic | - GPS Coordinate | - Group Membership | - Hair Color | - Health | - Health History | - Health Record | - Height | - Historical | - House Owned | - Identifying | - Income | - Income Bracket | - Individual Health History | - Intention | - Interaction | - Interest | - Internal | - IP Address | - Job | - Knowledge and Beliefs | - Language | - Life History | - Like | - LinkClicked | - Loan Record | - Location | - MAC Address | - Marital Status | - Marriage | - MedicalHealth | - Mental Health | - Name | - Official ID | - Offspring | - Opinion | - Ownership | - Parent | - Password | - Payment Card | - Payment Card Expiry | - Payment Card Number | - Personality | - Personal Possession | - Philosophical Belief | - Physical Address | - PhysicalCharacteristic | - Physical Health | - Physical Trait | - Picture | - Piercing | - PIN Code | - Political Affiliation | - Preference | - Prescription | - Privacy Preference | - Proclivitie | - Professional | - Professional Certification | - Professional Evaluation | - Professional Interview | - Public Life | - Purchase | - Purchases and Spending Habit | - Race | - Reference | - Relationship | - Religion | - Religious Belief | - Retina | - Room Number | - Salary | - Sale | - School | - Secret Text | - Service Consumption Behavior | - Sexual | - Sexual History | - Sexual Preference | - Sibling | - Skin Tone | - Social | - Social Media Communication | - Social Network | - Social Status | - Special Category Personal Data | - Tattoo | - Tax | - Telephone Number | - Thought | - Tracking | - Transaction | - Transactional | - TV Viewing Behavior | - UID | - Username | - Voice Communication Recording | - Voice Mail | - Weight | - Work History | -

- -
-

Accent

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Accent
Description:Information about linguistic and speech accents.
Subclass Of: - dpv:Language -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Account Identifier

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AccountIdentifier
Description:Information about financial account identifier.
Subclass Of: - dpv:FinancialAccount -
Superclass Of: - dpv:FinancialAccountNumber, - dpv:PaymentCardNumber -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Acquantaince

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Acquantaince
Description:Information about acquaintainces in a social network.
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Age

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Age
Description:Information about age
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Apartment Owned

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ApartmentOwned
Description:Information about apartment(s) owned and its history
Subclass Of: - dpv:HouseOwned -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Association

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Association
Description:Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Attitude

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Attitude
Description:Information about attitude.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Authenticating

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Authenticating
Description:Information about authentication and information used for authenticating
Subclass Of: - dpv:Internal -
Superclass Of: - dpv:PINCode, - dpv:Password, - dpv:SecretText -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Authentication History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AuthenticationHistory
Description:Information about prior authentication and its outcomes such as login attempts or location.
Subclass Of: - dpv:Behavioral -
Source: - DPVCG -
Created:
Contributor(s): - Georg P Krog -
-
-
-

Bank Account

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BankAccount
Description:Information about bank accounts.
Subclass Of: - dpv:FinancialAccount -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Behavioral

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Behavioral
Description:Information about behavior or activity
Subclass Of: - dpv:External -
Superclass Of: - dpv:Attitude, - dpv:AuthenticationHistory, - dpv:BrowsingBehavior, - dpv:CallLog, - dpv:Demeanor, - dpv:LinkClicked, - dpv:Personality, - dpv:ServiceConsumptionBehavior -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Activity -
-
-
-

Biometric

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Biometric
Description:Information about biometrics and biometric characteristics.
Subclass Of: - dpv:Identifying, - dpv:SpecialCategoryPersonalData -
Superclass Of: - dpv:Fingerprint, - dpv:Retina -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Blood Type

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BloodType
Description:Information about blood type.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Browser Fingerprint

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BrowserFingerprint
Description:Information about the web browser which is used as a 'fingerprint'
Subclass Of: - dpv:DeviceBased -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Browsing Behavior

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BrowsingBehavior
Description:Information about browsing behavior.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:OnlineActivity -
-
-
-

Browsing Referral

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BrowsingReferral
Description:Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns.
Subclass Of: - dpv:BrowsingBehaviour -
Source: - DPVCG -
Created:
Contributor(s): - Georg P Krog -
-
-
-

Call Log

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CallLog
Description:Information about the calls that an individual has made.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Car Owned

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CarOwned
Description:Information about cars ownership and ownership history.
Subclass Of: - dpv:Ownership -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Character

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Character
Description:Information about character in the public sphere
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Communication

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Communication
Description:Information communicated from or to an individual
Subclass Of: - dpv:Social -
Superclass Of: - dpv:EmailContent, - dpv:SocialMediaCommunication, - dpv:VoiceCommunicationRecording, - dpv:VoiceMail -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Communications Metadata

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CommunicationsMetadata
Description:Information about communication metadata in the public sphere
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Interactive -
-
-
-

Connection

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Connection
Description:Information about and including connections in a social network
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Contact

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Contact
Description:Information about contacts or used for contacting e.g. email address or phone number
Subclass Of: - dpv:Tracking -
Superclass Of: - dpv:EmailAddress, - dpv:PhysicalAddress, - dpv:TelephoneNumber -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Physical -
-
-
-

Country

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Country
Description:Information about country e.g. residence, travel.
Subclass Of: - dpv:Location -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Credit
Description:Information about reputation with regards to money
Subclass Of: - dpv:Transactional -
Superclass Of: - dpv:CreditCapacity, - dpv:CreditRecord, - dpv:CreditStanding, - dpv:CreditWorthiness -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Capacity

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditCapacity
Description:Information about credit capacity.
Subclass Of: - dpv:Credit -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Card Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditCardNumber
Description:Information about credit card number
Subclass Of: - dpv:PaymentCardNumber -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Record

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditRecord
Description:Information about credit record.
Subclass Of: - dpv:Credit -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Score

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditScore
Description:Information about credit score.
Subclass Of: - dpv:CreditWorthiness -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Standing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditStanding
Description:Information about credit standing.
Subclass Of: - dpv:Credit -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Worthiness

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditWorthiness
Description:Information about credit worthiness.
Subclass Of: - dpv:Credit -
Superclass Of: - dpv:CreditScore -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Criminal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Criminal
Description:Information about criminal activity e.g. criminal convictions or jail time
Subclass Of: - dpv:Social -
Superclass Of: - dpv:CriminalCharge, - dpv:CriminalConviction, - dpv:CriminalPardon -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Judicial -
-
-
-

Criminal Charge

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CriminalCharge
Description:Information about criminal charges.
Subclass Of: - dpv:Criminal -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Criminal Conviction

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CriminalConviction
Description:Information about criminal convictions.
Subclass Of: - dpv:Criminal -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Criminal Pardon

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CriminalPardon
Description:Information about criminal pardons.
Subclass Of: - dpv:Criminal -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Demeanor

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Demeanor
Description:Information about demeanor.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Demographic

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Demographic
Description:Information about demography and demographic characteristics
Subclass Of: - dpv:External -
Superclass Of: - dpv:Geographic, - dpv:IncomeBracket, - dpv:PhysicalTrait -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Derived Personal Data

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DerivedPersonalData
Description:Derived data is data that is obtained or derived from other data.
Subclass Of: - dpv:PersonalDataCategory -
Source: - DPVCG -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Derived -
-
-
-

Device Applications

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeviceApplications
Description:Information about applications or application-like software on a device.
Subclass Of: - dpv:DeviceSoftware -
Source: - DPVCG -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Device Based

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeviceBased
Description:Information about devices
Subclass Of: - dpv:Tracking -
Superclass Of: - dpv:BrowserFingerprint, - dpv:DeviceSoftware, - dpv:IPAddress, - dpv:MACAddress -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Computer -
-
-
-

Device Operating System

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeviceOperatingSystem
Description:Information about the operating system (OS) or system software that manages hardware or software resources.
Subclass Of: - dpv:DeviceSoftware -
Source: - DPVCG -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Device Software

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeviceSoftware
Description:Information about software on or related to a device.
Subclass Of: - dpv:DeviceBased -
Superclass Of: - dpv:DeviceApplications, - dpv:DeviceOperatingSystem -
Source: - DPVCG -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Dialect

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Dialect
Description:Information about linguistic dialects.
Subclass Of: - dpv:Language -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Disability

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Disability
Description:Information about disabilities.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Disciplinary Action

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DisciplinaryAction
Description:Information about disciplinary actions and its history
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Dislike

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Dislike
Description:Information about dislikes or preferences regarding repulsions.
Subclass Of: - dpv:Interest -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Divorce

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Divorce
Description:Information about divorce(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

DNA Code

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DNACode
Description:Information about DNA.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Drug Test Result

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DrugTestResult
Description:Information about drug test results.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Email Address

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:EmailAddress
Description:Information about Email address.
Subclass Of: - dpv:Contact -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Email Content

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:EmailContent
Description:Information about the contents of Emails sent or received
Subclass Of: - dpv:Communication -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Employment History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:EmploymentHistory
Description:Information about employment history
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Ethnicity

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Ethnicity
Description:Information about ethnic origins and lineage
Subclass Of: - dpv:External -
Superclass Of: - dpv:EthnicOrigin, - dpv:Language, - dpv:Race -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Ethnic Origin

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:EthnicOrigin
Description:Information about ethnic origin
Subclass Of: - dpv:Ethnicity, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

External

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:External
Description:Information about external characteristics that can be observed
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Behavioral, - dpv:Demographic, - dpv:Ethnicity, - dpv:Identifying, - dpv:MedicalHealth, - dpv:PhysicalCharacteristic, - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Family

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Family
Description:Information about family and relationships
Subclass Of: - dpv:Social -
Superclass Of: - dpv:FamilyStructure, - dpv:Relationship -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Family Health History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FamilyHealthHistory
Description:Information about family health history.
Subclass Of: - dpv:HealthHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Family Structure

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FamilyStructure
Description:Information about family and familial structure.
Subclass Of: - dpv:Family -
Superclass Of: - dpv:Divorce, - dpv:Marriage, - dpv:Offspring, - dpv:Parent, - dpv:Sibling -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Favorite

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Favorite
Description:Information about favorites
Subclass Of: - dpv:Preference -
Superclass Of: - dpv:FavoriteColor, - dpv:FavoriteFood, - dpv:FavoriteMusic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Favorite Color

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FavoriteColor
Description:Information about favorite color.
Subclass Of: - dpv:Favorite -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Favorite Food

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FavoriteFood
Description:Information about favorite food.
Subclass Of: - dpv:Favorite -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Favorite Music

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FavoriteMusic
Description:Information about favorite music.
Subclass Of: - dpv:Favorite -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Fetish

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Fetish
Description:Information an individual's sexual fetishes
Subclass Of: - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Financial

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Financial
Description:Information about finance including monetary characteristics and transactions
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:FinancialAccount, - dpv:Ownership, - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Financial -
-
-
-

Financial Account

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FinancialAccount
Description:Information about financial accounts.
Subclass Of: - dpv:Financial -
Superclass Of: - dpv:AccountIdentifier, - dpv:BankAccount, - dpv:PaymentCard -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Financial Account Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FinancialAccountNumber
Description:Information about financial account number
Subclass Of: - dpv:AccountIdentifier -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Fingerprint

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Fingerprint
Description:Information about fingerprint used for biometric purposes.
Subclass Of: - dpv:Biometric -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Friend

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Friend
Description:Information about friends in a social network, including aspects of friendships such as years together or nature of friendship.
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Gender

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Gender
Description:Information about gender
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

General Reputation

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:GeneralReputation
Description:Information about reputation in the public sphere
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Geographic

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Geographic
Description:Information about location or based on geography (e.g. home address)
Subclass Of: - dpv:Demographic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

GPS Coordinate

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:GPSCoordinate
Description:Information about location expressed using Global Position System coordinates (GPS)
Subclass Of: - dpv:Location -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Group Membership

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:GroupMembership
Description:Information about groups and memberships included or associated with a social network
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Hair Color

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:HairColor
Description:Information about hair color
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Health

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Health
Description:Information about health.
Subclass Of: - dpv:MedicalHealth -
Superclass Of: - dpv:MentalHealth, - dpv:PhysicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Health -
-
-
-

Health History

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:HealthHistory
Description:Information about health history.
Subclass Of: - dpv:MedicalHealth -
Superclass Of: - dpv:FamilyHealthHistory, - dpv:IndividualHealthHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Health Record

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:HealthRecord
Description:Information about health record.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Height

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Height
Description:Information about physical height
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Historical

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Historical
Description:Information about historical data related to or relevant regarding history or past events
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:LifeHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

House Owned

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:HouseOwned
Description:Information about house(s) owned and ownership history.
Subclass Of: - dpv:Ownership -
Superclass Of: - dpv:ApartmentOwned -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Identifying

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Identifying
Description:Information that uniquely or semi-uniquely identifies an individual or a group
Subclass Of: - dpv:External -
Superclass Of: - dpv:Biometric, - dpv:Name, - dpv:OfficialID, - dpv:Picture, - dpv:UID, - dpv:Username -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Income

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Income
Description:Information about financial income e.g. for individual or household or family
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Income Bracket

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:IncomeBracket
Description:Information about income bracket.
Subclass Of: - dpv:Demographic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Individual Health History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:IndividualHealthHistory
Description:Information about information health history.
Subclass Of: - dpv:HealthHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Intention

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Intention
Description:Information about intentions
Subclass Of: - dpv:Preference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Interaction

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Interaction
Description:Information about interactions in the public sphere
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Interest

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Interest
Description:Information about interests
Subclass Of: - dpv:Preference -
Superclass Of: - dpv:Dislike, - dpv:Like -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Internal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Internal
Description:Informatoin about internal characteristics that cannot be seen or observed
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Authenticating, - dpv:KnowledgeBelief, - dpv:Preference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

IP Address

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:IPAddress
Description:Information about the Internet protocol (IP) address of a device
Subclass Of: - dpv:DeviceBased -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Job

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Job
Description:Information about professional jobs
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Knowledge and Beliefs

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:KnowledgeBelief
Description:Information about knowledge and beliefs
Subclass Of: - dpv:Internal -
Superclass Of: - dpv:PhilosophicalBelief, - dpv:ReligiousBelief, - dpv:Thought -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Language

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Language
Description:Information about language and lingual history.
Subclass Of: - dpv:Ethnicity -
Superclass Of: - dpv:Accent, - dpv:Dialect -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Life History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:LifeHistory
Description: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)
Subclass Of: - dpv:Historical -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Like

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Like
Description:Information about likes or preferences regarding attractions.
Subclass Of: - dpv:Interest -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

LinkClicked

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:LinkClicked
Description:Information about the links that an individual has clicked.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Navigation -
-
-
-

Loan Record

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:LoanRecord
Description:Information about loans, whether applied, provided or rejected, and its history
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Location

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Location
Description:Information about location
Subclass Of: - dpv:Tracking -
Superclass Of: - dpv:Country, - dpv:GPSCoordinate, - dpv:RoomNumber -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Location -
-
-
-

MAC Address

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:MACAddress
Description:Information about the Media Access Control (MAC) address of a device
Subclass Of: - dpv:DeviceBased -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Marital Status

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:MaritalStatus
Description:Information about marital status and history
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Marriage

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Marriage
Description:Information about marriage(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

MedicalHealth

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:MedicalHealth
Description:Information about health, medical conditions or health care
Subclass Of: - dpv:External, - dpv:SpecialCategoryPersonalData -
Superclass Of: - dpv:BloodType, - dpv:DNACode, - dpv:Disability, - dpv:DrugTestResult, - dpv:Health, - dpv:HealthHistory, - dpv:HealthRecord, - dpv:Prescription -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Mental Health

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:MentalHealth
Description:Information about mental health.
Subclass Of: - dpv:Health -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Name

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Name
Description:Information about names associated or used as given name or nickname.
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Official ID

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:OfficialID
Description:Information about an official identifier or identification document
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Government -
-
-
-

Offspring

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Offspring
Description:Information about offspring(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Opinion

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Opinion
Description:Information about opinions
Subclass Of: - dpv:Preference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Ownership

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Ownership
Description:Information about ownership and history, including renting, borrowing, possessions.
Subclass Of: - dpv:Financial -
Superclass Of: - dpv:CarOwned, - dpv:HouseOwned, - dpv:PersonalPossession -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Parent

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Parent
Description:Information about parent(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Password

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Password
Description:Information about password used in the process of authenticating the individual as an user accessing a system.
Subclass Of: - dpv:Authenticating -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Payment Card

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PaymentCard
Description:Information about payment card such as Credit Card, Debit Card.
Subclass Of: - dpv:FinancialAccount -
Superclass Of: - dpv:PaymentCardExpiry, - dpv:PaymentCardNumber -
Source: - DPVCG -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Payment Card Expiry

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PaymentCardExpiry
Description:Information about payment card expiry such as a date.
Subclass Of: - dpv:PaymentCard -
Source: - DPVCG -
Created:
Contributor(s): - Georg P Krog -
-
-
-

Payment Card Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PaymentCardNumber
Description:Information about payment card number.
Subclass Of: - dpv:AccountIdentifier, - dpv:PaymentCard -
Superclass Of: - dpv:CreditCardNumber -
Source: - DPVCG -
Created:
Contributor(s): - Georg P Krog -
-
-
-

Personality

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Personality
Description:Information about personality (e.g., categorization in terms of the Big Five personality traits)
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Personal Possession

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalPossession
Description:Information about personal possessions.
Subclass Of: - dpv:Ownership -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Philosophical Belief

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhilosophicalBelief
Description:Information about philosophical beliefs.
Subclass Of: - dpv:KnowledgeBelief, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Physical Address

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhysicalAddress
Description:Information about physical address.
Subclass Of: - dpv:Contact -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

PhysicalCharacteristic

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhysicalCharacteristic
Description:Information about physical characteristics
Subclass Of: - dpv:External -
Superclass Of: - dpv:Age, - dpv:Gender, - dpv:HairColor, - dpv:Height, - dpv:Piercing, - dpv:SkinTone, - dpv:Tattoo, - dpv:Weight -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Demographic -
-
-
-

Physical Health

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhysicalHealth
Description:Information about physical health.
Subclass Of: - dpv:Health -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Physical Trait

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhysicalTrait
Description:Information about defining traits or features regarding the body.
Subclass Of: - dpv:Demographic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Picture

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Picture
Description:Information about visual representation or image e.g. profile photo.
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Piercing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Piercing
Description:Information about piercings
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

PIN Code

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PINCode
Description:Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system.
Subclass Of: - dpv:Authenticating -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Political Affiliation

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PoliticalAffiliation
Description:Information about political affiliation and history
Subclass Of: - dpv:PublicLife, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Political -
-
-
-

Preference

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Preference
Description:Information about preferences or interests
Subclass Of: - dpv:Internal -
Superclass Of: - dpv:Favorite, - dpv:Intention, - dpv:Interest, - dpv:Opinion, - dpv:PrivacyPreference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Preference -
-
-
-

Prescription

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Prescription
Description:Information about medical and pharmaceutical prescriptions
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Privacy Preference

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PrivacyPreference
Description:Information about privacy preferences
Subclass Of: - dpv:Preference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Proclivitie

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Proclivitie
Description:Information about proclivities in a sexual context
Subclass Of: - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Professional

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Professional
Description:Information about educational or professional career
Subclass Of: - dpv:Social -
Superclass Of: - dpv:DisciplinaryAction, - dpv:EmploymentHistory, - dpv:Job, - dpv:ProfessionalCertification, - dpv:ProfessionalEvaluation, - dpv:ProfessionalInterview, - dpv:Reference, - dpv:Salary, - dpv:School, - dpv:WorkHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Professional Certification

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ProfessionalCertification
Description:Information about professional certifications
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Professional Evaluation

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ProfessionalEvaluation
Description:Information about professional evaluations
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Professional Interview

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ProfessionalInterview
Description:Information about professional interviews
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Public Life

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PublicLife
Description:Information about public life
Subclass Of: - dpv:Social -
Superclass Of: - dpv:Character, - dpv:CommunicationsMetadata, - dpv:GeneralReputation, - dpv:Interaction, - dpv:MaritalStatus, - dpv:PoliticalAffiliation, - dpv:Religion, - dpv:SocialStatus -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Purchase

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Purchase
Description:Information about purchases such as items bought e.g. grocery or clothing
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Purchase -
-
-
-

Purchases and Spending Habit

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PurchasesAndSpendingHabit
Description:Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Race

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Race
Description:Information about race or racial history.
Subclass Of: - dpv:Ethnicity, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Reference

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Reference
Description:Information about references in the professional context
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Relationship

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Relationship
Description:Information about relationships and relationship history.
Subclass Of: - dpv:Family -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Religion

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Religion
Description:Information about religion, religious inclinations, and religious history.
Subclass Of: - dpv:PublicLife, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Religious Belief

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ReligiousBelief
Description:Information about religion and religious beliefs.
Subclass Of: - dpv:KnowledgeBelief, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Retina

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Retina
Description:Information about retina and the retinal patterns.
Subclass Of: - dpv:Biometric -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Room Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:RoomNumber
Description:Information about location expressed as Room number or similar numbering systems
Subclass Of: - dpv:Location -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Salary

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Salary
Description:Information about salary
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Sale

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Sale
Description:Information about sales e.g. selling of goods or services
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

School

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:School
Description:Information about school such as name of school, conduct, or grades obtained.
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Secret Text

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SecretText
Description: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.
Subclass Of: - dpv:Authenticating -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Service Consumption Behavior

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ServiceConsumptionBehavior
Description:Information about the consumption of a service, e.g. time and duration of consumption.
Subclass Of: - dpv:Behavioral -
Superclass Of: - dpv:TVViewingBehavior -
Source: - SPECIAL Project -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Rudy Jacob -
-
-
-

Sexual

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Sexual
Description:Information about sexuality and sexual history
Subclass Of: - dpv:External, - dpv:SpecialCategoryPersonalData -
Superclass Of: - dpv:Fetish, - dpv:Proclivitie, - dpv:SexualHistory, - dpv:SexualPreference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Sexual History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SexualHistory
Description:Information about sexual history
Subclass Of: - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Sexual Preference

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SexualPreference
Description:Information about sexual preferences
Subclass Of: - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Sibling

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Sibling
Description:Information about sibling(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Skin Tone

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SkinTone
Description:Information about skin tone
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Social

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Social
Description:Information about social aspects such as family, public life, or professional networks.
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Communication, - dpv:Criminal, - dpv:Family, - dpv:Professional, - dpv:PublicLife, - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Social Media Communication

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SocialMediaCommunication
Description:Information about social media communication, including the communication itself and metadata.
Subclass Of: - dpv:Communication -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Social -
-
-
-

Social Network

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SocialNetwork
Description:Information about friends or connections expressed as a social network
Subclass Of: - dpv:Social -
Superclass Of: - dpv:Acquantaince, - dpv:Association, - dpv:Connection, - dpv:Friend, - dpv:GroupMembership -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Social Status

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SocialStatus
Description:Information about social status
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Special Category Personal Data

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SpecialCategoryPersonalData
Description:Personal data belonging to one of 'special categories' that are more sensitive and require additional measures
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Biometric, - dpv:EthnicOrigin, - dpv:MedicalHealth, - dpv:PhilosophicalBelief, - dpv:PoliticalAffiliation, - dpv:Race, - dpv:Religion, - dpv:ReligiousBelief, - dpv:Sexual -
Source: - GDPR Art.9-1 -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Tattoo

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Tattoo
Description:Information about tattoos
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Tax

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Tax
Description:Information about financial tax e.g. tax records or tax due
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Telephone Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:TelephoneNumber
Description:Information about telephone number.
Subclass Of: - dpv:Contact -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Thought

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Thought
Description:Information about thoughts
Subclass Of: - dpv:KnowledgeBelief -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Tracking

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Tracking
Description:Information used to track an individual or group e.g. location or email
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Contact, - dpv:DeviceBased, - dpv:Location -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Transaction

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Transaction
Description:Information about financial transactions e.g. bank transfers
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Transactional

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Transactional
Description:Information about a purchasing, spending or income
Subclass Of: - dpv:Financial -
Superclass Of: - dpv:Credit, - dpv:Income, - dpv:LoanRecord, - dpv:Purchase, - dpv:PurchasesAndSpendingHabit, - dpv:Sale, - dpv:Tax, - dpv:Transaction -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

TV Viewing Behavior

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:TVViewingBehavior
Description:Information about TV viewing behavior, such as timestamps of channel change, duration of viewership, content consumed
Subclass Of: - dpv:ServiceConsumptionBehavior -
Source: - SPECIAL Project -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Rudy Jacob -
-
-
-

UID

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:UID
Description:Information about unique identifiers.
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:UniqueId -
-
-
-

Username

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Username
Description:Information about usernames.
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Voice Communication Recording

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:VoiceCommunicationRecording
Description:Information about vocal recorded communication (e.g. telephony, VoIP)
Subclass Of: - dpv:Communication -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Voice Mail

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:VoiceMail
Description:Information about voice mail messages.
Subclass Of: - dpv:Communication -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Weight

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Weight
Description:Information about physical weight
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Work History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:WorkHistory
Description:Information about work history in a professional context
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
- -
-
- -
-

Purposes

-

Concepts related to Purposes are available as an individual module here.

-

DPV at the moment defines a hierarchically organized taxonomy of generic categories of purposes (for processing of personal data). Regulations, such as GDPR, require the purpose to be declared in a specific and understandable manner. We therefore suggest to declare the purpose being used as an instance of one or several dpv:Purpose categories and to always declare the specific purpose with a human readable description (e.g. by using rdfs:label and rdfs:comment).

- -

DPV provides a way to indicate purposes are restricted or fall within a specific business sector using the class [=Sector=] and the property [=hasSector=]. Hierarchies for defining business sectors include NACE maintained by EU [[NACE]], NAICS maintained by USA [[NAICS]], ISIC maintained by UN [[ISIC]], and GICS maintained by commercial organisations MSCI and S&P [[GICS]]. Multiple classifications can be used through mappings between sector codes such as the NACE to NAICS alignment provided by EU [[NACE-NAICS]].

-

We provide an interpretation of the NACE revision 2 codes which uses rdfs:subClassOf to specify the hierarchy, available here. The NACE codes have the namespace dpv-nace and are represented as dpv-nace:NACE-CODE.

- -

Purposes can be further restricted to specific contexts using the [=Context=] and the property [=hasContext=]. In this case, 'context' refers to a generic context which can be expanded as applicable within an use-case or domain.

-
- DPV purpose vocabulary -
Concepts for Purposes in DPV
-
-

For using purposes, we suggest selecting the most appropriate or applicable purpose over more abstract ones by selecting or extending the relevant classes in the purpose taxonomy. For example, the purpose [=ServiceOptimization=] is further sub-classed to indicate optimisation for consumer as [=OptimisationForConsumer=] and for controller as [=OptimisationForController=].

-

The following is an overview of the concepts within the purpose taxonomy:

- - - - - - - - - - - - - - - - - - - - - - - - - -
ClassPropertyDescription
[=Purpose=][=hasPurpose=]Indicate purpose
[=Sector=][=hasSector=]Indicate sector of organisation or restrict purpose to sector
[=Context=][=hasContext=]Indicate context or restrict purpose to context
-
-

Classes

-

- Academic Research | - Access Control | - Advertising | - Commercial Interest | - Commercial Research | - Communication for Customer Care | - Context | - Create Event Recommendations | - Create Personalized Recommendations | - Create Product Recommendations | - Customer Care | - Delivery of Goods | - Direct Marketing | - Fraud Prevention and Detection | - Identity Verification | - Improve Existing Products and Services | - Improve Internal CRM Processes | - Increase Service Robustness | - Internal Resource Optimisation | - Legal Compliance | - Marketing | - Non-Commercial Research | - Optimisation for Consumer | - Optimisation for Controller | - Optimise User Interface | - Payment | - Personalised Advertising | - Personalised Benefits | - Registration and Authentication | - Research and Development | - Sector | - Security | - Sell Data to Third Parties | - Sell Insights from Data | - Sell Products to Data Subject | - Sell Targetted Advertisements | - Service Optimization | - Service Personalization | - Service Provision | - Social Media | - Analytics | - User Interface Personalisation | -

- -
-

Academic Research

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AcademicResearch
Description:conduct or assist with research conducted in an academic context e.g. within universities
Subclass Of: - dpv:ResearchAndDevelopment -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Education -
-
-
-

Access Control

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AccessControl
Description:conduct or enforce access control
Subclass Of: - dpv:Security -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Login -
-
-
-

Advertising

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Advertising
Description:carry out advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication.
Subclass Of: - dpv:Marketing -
Superclass Of: - dpv:PersonalisedAdvertising -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Commercial Interest

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CommercialInterest
Description:carry out activities with a commercial interest i.e. of profit or benefit to the Controller
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:Marketing, - dpv:SellDataToThirdParties, - dpv:SellInsightsFromData, - dpv:SellProductsToDataSubject, - dpv:SellTargettedAdvertisements -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Commercial Research

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CommercialResearch
Description:conduct research in a commercial setting e.g. in a company
Subclass Of: - dpv:ResearchAndDevelopment -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Develop -
-
-
-

Communication for Customer Care

- - - - - - - - - - - - - - - - - - - - - - - -
Term:CommunicationForCustomerCare
Description:communicate with users via email, phone, sms, chat or push messages regarding your requests.
Subclass Of: - dpv:CustomerCare -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Context

- - - - - - - - - - - - - - - - - - - -
Term:Context
Description:The 'context' or 'scope' of the purpose, e.g. restriction to a certain business sector
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Create Event Recommendations

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreateEventRecommendations
Description:create and provide personalised recommendations for events
Subclass Of: - dpv:CreatePersonalizedRecommendations -
Source: - SPECIAL Project -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Rudy Jacob -
-
-
-

Create Personalized Recommendations

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreatePersonalizedRecommendations
Description:create and provide personalised recommendations
Subclass Of: - dpv:ServicePersonalization -
Superclass Of: - dpv:CreateEventRecommendations, - dpv:CreateProductRecommendations -
Source: - SPECIAL Project -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Rudy Jacob -
-
-
-

Create Product Recommendations

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreateProductRecommendations
Description:create product recommendations e.g. suggest similar products
Subclass Of: - dpv:CreatePersonalizedRecommendations -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Marketing -
-
-
-

Customer Care

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CustomerCare
Description:provide assistance for customer complaints and satisfaction
Subclass Of: - dpv:ServiceProvision -
Superclass Of: - dpv:CommunicationForCustomerCare -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Feedback -
-
-
-

Delivery of Goods

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeliveryOfGoods
Description:deliver goods and services
Subclass Of: - dpv:RequestedServiceProvision -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Delivery -
-
-
-

Direct Marketing

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DirectMarketing
Description:carry out direct marketing i.e. marketing communicated directly to the individual
Subclass Of: - dpv:Marketing -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Fraud Prevention and Detection

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FraudPreventionAndDetection
Description:detect and prevent fraud
Subclass Of: - dpv:Security -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Government -
-
-
-

Identity Verification

- - - - - - - - - - - - - - - - - - - - - - - -
Term:IdentityVerification
Description:verify and authorise identity
Subclass Of: - dpv:Security -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Improve Existing Products and Services

- - - - - - - - - - - - - - - - - - - - - - - -
Term:ImproveExistingProductsAndServices
Description:improve existing products and services
Subclass Of: - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Improve Internal CRM Processes

- - - - - - - - - - - - - - - - - - - - - - - -
Term:ImproveInternalCRMProcesses
Description:improve customer-relationship management (CRM) processes
Subclass Of: - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Increase Service Robustness

- - - - - - - - - - - - - - - - - - - - - - - -
Term:IncreaseServiceRobustness
Description:improve the robustness and resilience of services
Subclass Of: - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Internal Resource Optimisation

- - - - - - - - - - - - - - - - - - - - - - - -
Term:InternalResourceOptimisation
Description:optimise internal resources used by the organisation e.g. resource usage
Subclass Of: - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Legal Compliance

- - - - - - - - - - - - - - - - - - - - - - - -
Term:LegalCompliance
Description:fulfill obligations or requirements towards achieving compliance with law or regulations.
Subclass Of: - dpv:Purpose -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Marketing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Marketing
Description:carry out marketing i.e. promoting, selling, and distributing a product or service
Subclass Of: - dpv:CommercialInterest -
Superclass Of: - dpv:Advertising, - dpv:DirectMarketing, - dpv:SocialMediaMarketing -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Non-Commercial Research

- - - - - - - - - - - - - - - - - - - - - - - -
Term:NonCommercialResearch
Description:conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)
Subclass Of: - dpv:ResearchAndDevelopment -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Optimisation for Consumer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:OptimisationForConsumer
Description:optimise activities and services for the consumer or user
Subclass Of: - dpv:ServiceOptimization -
Superclass Of: - dpv:OptimiseUserInterface -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Custom -
-
-
-

Optimisation for Controller

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:OptimisationForController
Description:optimise activities and services for the Controller
Subclass Of: - dpv:ServiceOptimization -
Superclass Of: - dpv:ImproveExistingProductsAndServices, - dpv:ImproveInternalCRMProcesses, - dpv:IncreaseServiceRobustness, - dpv:InternalResourceOptimisation -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Optimise User Interface

- - - - - - - - - - - - - - - - - - - - - - - -
Term:OptimiseUserInterface
Description:optimise interfaces presented to the user
Subclass Of: - dpv:OptimisationForConsumer -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Payment

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Payment
Description:process users’ payment transactions.
Subclass Of: - dpv:ServiceProvision -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Personalised Advertising

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalisedAdvertising
Description:provide personalised advertising
Subclass Of: - dpv:Advertising, - dpv:ServicePersonalization -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Personalised Benefits

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalisedBenefits
Description:personalise benefits received by the user
Subclass Of: - dpv:ServicePersonalization -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Registration and Authentication

- - - - - - - - - - - - - - - - - - - - - - - -
Term:RegistrationAuthentication
Description:register, authenticate, and identify in context of a service.
Subclass Of: - dpv:ServiceProvision -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Research and Development

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ResearchAndDevelopment
Description:conduct research and development for new methods, products, or services
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:AcademicResearch, - dpv:CommercialResearch, - dpv:NonCommercialResearch -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sector

- - - - - - - - - - - - - - - - - - - -
Term:Sector
Description:The 'sector' or 'domain' of a purpose e.g. Agriculture, Advertising
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Security

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Security
Description:ensure and enforce security e.g. of data
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:AccessControl, - dpv:FraudPreventionAndDetection, - dpv:IdentityVerification -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sell Data to Third Parties

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SellDataToThirdParties
Description:sell data or information to third parties
Subclass Of: - dpv:CommercialInterest -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sell Insights from Data

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SellInsightsFromData
Description:sell or commercially provide insights obtained from analysis of data
Subclass Of: - dpv:CommercialInterest -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sell Products to Data Subject

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SellProductsToDataSubject
Description:sell products or services
Subclass Of: - dpv:CommercialInterest -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sell Targetted Advertisements

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SellTargettedAdvertisements
Description:sell or provide targetted advertisements
Subclass Of: - dpv:CommercialInterest -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Service Optimization

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ServiceOptimization
Description:optimise service or activity
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:OptimisationForConsumer, - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Service Personalization

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ServicePersonalization
Description:personalise service or activity
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:CreatePersonalizedRecommendations, - dpv:PersonalisedAdvertising, - dpv:PersonalisedBenefits, - dpv:UserInterfacePersonalisation -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Service Provision

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ServiceProvision
Description:provide service or activity
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:CustomerCare, - dpv:Payment, - dpv:RegistrationAuthentication, - dpv:UsageAnalytics -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Social Media

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SocialMediaMarketing
Description:market through and on social media.
Subclass Of: - dpv:Marketing -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Analytics

- - - - - - - - - - - - - - - - - - - - - - - -
Term:UsageAnalytics
Description:calculate, analyse, and report user behaviour and events for a service or product.
Subclass Of: - dpv:ServiceProvision -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

User Interface Personalisation

- - - - - - - - - - - - - - - - - - - - - - - -
Term:UserInterfacePersonalisation
Description:personalise interfaces presented to the user
Subclass Of: - dpv:ServicePersonalization -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
- -
-
-

Properties

-

- has context | - has sector | -

- -
-

has context

- - - - - - - - - - - - - - - - - - - -
Term:hasContext
Description:Indicates a purpose is restricted to the specified context(s)
Status:accepted
Created:
-
-
-

has sector

- - - - - - - - - - - - - - - - - - - -
Term:hasSector
Description:Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)
Status:accepted
Created:
-
- -
-
- -
-

Processing Categories

-

Concepts related to Processing are available as an individual module here.

-

DPV provides a hierarchy of classes to specify the operations associated with the processing of personal data. Declaring the processing or processing categories associated with personal data is required by regulations such as the GDPR. Processing operations (e.g. collect, share, and use) can have specific constraints or obligations which makes it necessary to accurately represent them. While the term ‘use’ is liberally used to refer to a broad range of processing categories in privacy notices, we suggest to select and use appropriate terms to accurately reflect the nature of processing where applicable.

-
- DPV processing vocabulary -
Concepts for Processing in DPV
-
-

There are a variety of terms used for describing processing operations depending on specific interpretations within the technological, legal, or sociological domain. We consolidate these terms and define the following 'top-level' concepts to create a hierarchical taxonomy for categories of processing: [=Disclose=], [=Copy=], [=Obtain=], [=Remove=], [=Store=], [=Transfer=], [=Transform=], and [=Use=]. Each of these are then further expanded using subclasses within the taxonomy.

-

Although the DPV taxonomy of processing categories includes terms mentioned in the definition of processing in GDPR (Article 4-2), their interpretation is based on common understanding (i.e. dictionary definition) and legal interpretation. Where the interpretation of a term differs significantly within a jurisdiction, it is advisable to declare it in a separate vocabulary as an extension to the DPV, similar to DPV-GDPR. An example of where terms differ between common understanding and jurisdiction-dependent definitions is the term 'sell' mentioned within the California Consumer Protection Act (2018) 1798.140(t), which includes "selling, renting, releasing, disclosing, disseminating, making available, transferring, or otherwise communicating".

-

Along with information about the processing 'operation', regulations (e.g. GDPR) also require additional information such as scale of processing, extent of automation and human involvement, source of data, consequences, and algorithmic logic. DPV declares such concepts as top-level classes which can be used in combination with the processing (or other concepts such as purposes) to indicate their application.

-

Terms such as evaluation or scoring are defined within the processing categories because they relate to the specific operations or activities taking place over personal data. This is not to be confused as indicating a purpose, since they still need to be applied or defined towards a specific 'purpose' for the processing. For example, consider an use-case for scoring an individual for rankings in an online competition - here the 'scoring' is indicative of the processing operations while 'rankings' is the purpose.

-

The following is an overview of the concepts provided within the DPV processing taxonomy:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassPropertyDescription
[=Processing=][=hasProcessing=]Specifies the processing operations over personal data
[=DataSource=][=hasDataSource=]Indicates source of personal data used in processing
[=SystematicMonitoring=]Specifies processing involves systematic monitoring (of data subjects)
[=EvaluationScoring=]Specifies processing involves evaluating or scoring (of data subjects)
[=MatchingCombining=]Specifies processing involves matching or combining of data
[=AutomatedDecisionMaking=]Specifies processing produces automated decisions (regarding data subjects)
[=LargeScaleProcessing=]Specifies processing takes place at 'large scales'
[=InnovativeUseOfNewTechnologies=]Specifies processing involves use of innovative and new technologies
[=hasAlgorithmicLogic=]Specifies the algorithmic logic for processing
[=hasConsequences=]Specifies consequences arising from processing
[=hasHumanInvolvement=]Specifies the extent of human involvement regarding processing
-
-

Classes

-

- Acquire | - Adapt | - Align | - Alter | - Analyse | - Anonymise | - Automated Decision Making | - Collect | - Combine | - Consult | - Copy | - Data Source | - Derive | - Destruct | - Disclose | - Disclose by Transmission | - Disseminate | - Erase | - Evaluation and Scoring | - Innovative Use of New Technologies | - Large Scale Processing | - Make Available | - Matching and Combining | - Move | - Obtain | - Organise | - Profiling | - Pseudo-Anonymise | - Record | - Remove | - Restrict | - Retrieve | - Share | - Store | - Structure | - Systematic Monitoring | - Transfer | - Transform | - Transmit | - Use | -

- -
-

Acquire

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Acquire
Description:to come into possession or control of the data
Subclass Of: - dpv:Obtain -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Adapt

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Adapt
Description:to modify the data, often rewritten into a new form for a new use
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Align

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Align
Description:to adjust the data to be in relation to another data
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Alter

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Alter
Description:to change the data without changing it into something else
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Analyse

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Analyse
Description:to study or examine the data in detail
Subclass Of: - dpv:Use -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Analyse -
-
-
-

Anonymise

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Anonymise
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
Subclass Of: - dpv:Transform -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Anonymize -
-
-
-

Automated Decision Making

- - - - - - - - - - - - - - - - - - - - - - - -
Term:AutomatedDecisionMaking
Description:Processing that involves automated decision making
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Collect

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Collect
Description:to gather data from someone
Subclass Of: - dpv:Obtain -
Source: - GDPR Art.4-2, - SPECIAL Project -
Created:
See Also: - svpr:Collect -
-
-
-

Combine

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Combine
Description:to join or merge data
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2, - SPECIAL Project -
Created:
See Also: - svpr:Aggregate -
-
-
-

Consult

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Consult
Description:to consult or query data
Subclass Of: - dpv:Use -
Source: - GDPR Art.4-2, - SPECIAL Project -
Created:
See Also: - svpr:Query -
-
-
-

Copy

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Copy
Description:to produce an exact reprodution of the data
Subclass Of: - dpv:Processing -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Copy -
-
-
-

Data Source

- - - - - - - - - - - - - - - - - - - -
Term:DataSource
Description:The source or origin of data
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Derive

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Derive
Description:to create new derivative data from the original data
Subclass Of: - dpv:Transform -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Derive -
-
-
-

Destruct

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Destruct
Description:to process data in a way it no longer exists or cannot be repaired
Subclass Of: - dpv:Remove -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Disclose

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Disclose
Description:to make data known
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:DiscloseByTransmission, - dpv:Disseminate, - dpv:MakeAvailable, - dpv:Share, - dpv:Transmit -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Disclose by Transmission

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DiscloseByTransmission
Description:to disclose data by means of transmission
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Disseminate

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Disseminate
Description:to spread data throughout
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Erase

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Erase
Description:to delete data
Subclass Of: - dpv:Remove -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Evaluation and Scoring

- - - - - - - - - - - - - - - - - - - - - - - -
Term:EvaluationScoring
Description:Processing that involves evaluation and scoring of individuals
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Innovative Use of New Technologies

- - - - - - - - - - - - - - - - - - - - - - - -
Term:InnovativeUseOfNewTechnologies
Description:Processing that involves use of innovative and new technologies
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Large Scale Processing

- - - - - - - - - - - - - - - - - - - - - - - -
Term:LargeScaleProcessing
Description:Processing that takes place at large scales
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Make Available

- - - - - - - - - - - - - - - - - - - - - - - -
Term:MakeAvailable
Description:to transform or publish data to be used
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Matching and Combining

- - - - - - - - - - - - - - - - - - - - - - - -
Term:MatchingCombining
Description:Processing that involves matching and combining of personal data
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Move

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Move
Description:to move data from one location to another including deleting the original copy
Subclass Of: - dpv:Transfer -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Move -
-
-
-

Obtain

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Obtain
Description:to solicit or gather data from someone
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Acquire, - dpv:Collect, - dpv:Record -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Organise

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Organise
Description:to organize data for arranging or classifying
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Structure -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Profiling

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Profiling
Description:to create a profile that describes or represents a person
Subclass Of: - dpv:Use -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Pseudo-Anonymise

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PseudoAnonymise
Description:to replace personal identifiable information by artificial identifiers
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Record

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Record
Description:to make a record (especially media)
Subclass Of: - dpv:Obtain -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Remove

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Remove
Description:to destruct or erase data
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Destruct, - dpv:Erase -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Restrict

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Restrict
Description:to apply a restriction on the processsing of specific records
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Retrieve

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Retrieve
Description:to retrieve data, often in an automated manner
Subclass Of: - dpv:Use -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Share

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Share
Description:to give data (or a portion of it) to others
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Store

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Store
Description:to keep data for future use
Subclass Of: - dpv:Processing -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Structure

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Structure
Description:to arrange data according to a structure
Subclass Of: - dpv:Organise -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Systematic Monitoring

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SystematicMonitoring
Description:Processing that involves systematic monitoring of individuals
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Transfer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Transfer
Description:to move data from one place to another
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Move -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Transfer -
-
-
-

Transform

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Transform
Description:to change the form or nature of data
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Adapt, - dpv:Align, - dpv:Alter, - dpv:Anonymise, - dpv:Combine, - dpv:Derive, - dpv:PseudoAnonymise, - dpv:Restrict -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Transmit

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Transmit
Description:to send out data
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Use

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Use
Description:to use data
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Analyse, - dpv:Consult, - dpv:Profiling, - dpv:Retrieve -
Source: - GDPR Art.4-2 -
Created:
-
- -
-
-

Properties

-

- has algorithmic logic | - has consequences | - has data source | - has human involvement | -

- -
-

has algorithmic logic

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasAlgorithmicLogic
Description:Indicates the logic used in processing such as for automated decision making
Status:accepted
Created:
Contributor(s): - Georg P. Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

has consequences

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasConsequences
Description:Indicates consequences of processing such as those for Data Subjects in relation to automated decision making
Status:accepted
Created:
Contributor(s): - Georg P. Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

has data source

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasDataSource
Description:Indicates the source or origin of data being processed
Status:accepted
Created:
Contributor(s): - Georg P. Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

has human involvement

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasHumanInvolvement
Description:Indicates Involvement of humans in processing such as within automated decision making process
Status:accepted
Created:
Contributor(s): - Georg P. Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
- -
-
- -
-

Technical and Organisational Measures

-

Concepts related to Technical and Organisational Measures are available as an individual module here.

-

Technical and Organisational measures consist of activities, processes, or procedures used in connection with ensuring data protection, carrying out processing in a secure manner, and complying with legal obligations. Such measures are required by regulations depending on the context of processing involving personal data. For example, GDPR (Article 32) states implementing appropriate measures by taking into account the state of the art, the costs of implementation and the nature, scope, context and purposes of processing, as well as risks, rights and freedoms. Specific examples of measures in the article include:

-
    -
  1. the pseudonymisation and encryption of personal data
  2. -
  3. the ability to ensure the ongoing confidentiality, integrity, availability and resilience of processing systems and services
  4. -
  5. the ability to restore the availability and access to personal data in a timely manner in the event of a physical or technical incident
  6. -
  7. a process for regularly testing, assessing and evaluating the effectiveness of technical and organisational measures for ensuring the security of the processing
  8. -
-
- DPV Technical and Organisational Measures vocabulary -
Concepts for Technical and Organisational Measures in DPV
-
-

To represent these requirements, the DPV defines a hierarchical taxonomy of technical and organisational measures through the top-level concept of [=TechnicalOrganisationalMeasure=], which is further distinguished as [=TechnicalMeasure=] and [=OrganisationalMeasure=]. A technical measure is an implementation detail or technology used to achieve a specific goal or objective, such as an authentication protocol used to validate identity. In contrast, an organisational measure is a process or procedure used by the organisation, for example an authorisation procedure to decide who should be granted access within an organisation.

-

Measures can be associated using the generic property [=measureImplementedBy=]. The value or object of this property can be an IRI (or URL) representing a specific measure or standard used to implement it, or a String representing relevant information.

-

In the future, we plan to provide a collection of terms and URIs for specifying standards (e.g. ISO) and best practices (e.g. certifications, seals). Whether this should be provided within the DPV itself or as a separate extension similar to DPV-GDPR is to be decided. We welcome participation and contributions for this work.

-

DPV provides specific measures for storage of personal data in the form of [=StorageRestriction=], with specialised variants for duration as [=StorageDuration=], location as [=StorageLocation=], deletion as [=StorageDeletion=], and restoration as [=StorageRestoration=].

-

The generic properties [=hasStorage=], [=hasLocation=], and [=hasDuration=] enable representing information about storage, location, and duration respectively. These can be used to specify restrictions or conditions, such as for storage of personal data, its processing, or information about recipients.

-

For indicating the mitigation of [=Risk=], DPV provides [=RiskMitigationMeasure=] as a top-level concept within the Technical and Organisational measures taxonomy. The property [=mitigatesRisk=] is used to indicate the relationship between risk and its mitigation.

-

The following provides an overview of the important top-level concepts within the Technical and Organisational measures taxonomy:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassPropertyDescription
[=TechnicalOrganisationalMeasure=][=hasTechnicalOrganisationalMeasure=]Specifies the technical and organisational measures utilised or applicable
[=measureImplementedBy=]Specifies the implementation details of measure
[=RiskMitigationMeasure=][=mitigatesRisk=]Specifies use of measure to mitigate risks
[=StorageRestriction=]Specifies restriction on storage of personal data
[=StorageDuration=]Specifies restriction on duration of storage
[=StorageLocation=]Specifies restriction on location of storage
[=StorageDeletion=]Specifies restriction on deletion of storage
[=hasStorage=]Specifies information about storage
[=hasLocation=]Specifies information about location
[=hasDuration=]Specifies information about duration
-
-

Classes

-

- Access Control Method | - Anonymization | - Authentication Protocols | - Authorisation Procedure | - Certification | - Certification and Seal | - Code of Conduct | - Consultation | - Consultation with Authority | - Contract | - De-Identification | - Design Standard | - Data Protection Impact Assessment (DPIA) | - Encryption in Rest | - Encryption in Transfer | - GuidelinesPrinciple | - Impact Assessment | - Legal Agreement | - Non-Disclosure Agreement (NDA) | - Organisational Measure | - Privacy Impact Assessment | - Privacy by Default | - Privacy by Design | - Pseudo-Anonymization | - Pseudonymisation and Encryption | - Regularity of Re-certification | - Risk Management Procedure | - Risk Mitigation Measure | - Seal | - Single Sign On | - Staff Training | - Storage Deletion | - Storage Duration | - Storage Location | - Storage Restoration | - Storage Restriction | - Technical Measure | -

- -
-

Access Control Method

- - - - - - - - - - - - - - - - - - - - - - - -
Term:AccessControlMethod
Description:Methods which restrict access to a place or resource
Subclass Of: - dpv:TechnicalMeasure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Anonymization

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Anonymization
Description: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
Subclass Of: - dpv:PseudoAnonymization -
Source: - GDPR Art.4-5 -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Authentication Protocols

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AuthenticationProtocols
Description:Protocols involving validation of identity i.e. authentication of a person or information
Subclass Of: - dpv:TechnicalMeasure -
Superclass Of: - dpv:SingleSignOn -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Authorisation Procedure

- - - - - - - - - - - - - - - - - - - - - - - -
Term:AuthorisationProcedure
Description:Procedures for determining authorisation through permission or authority
Subclass Of: - dpv:OrganisationalMeasure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Certification

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Certification
Description:Certification mechanisms, seals, and marks for the purpose of demonstrating compliance
Subclass Of: - dpv:CertificationSeal -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Certification and Seal

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CertificationSeal
Description:Certifications, seals, and marks indicating compliance to regulations or practices
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:Certification, - dpv:Seal -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Code of Conduct

- - - - - - - - - - - - - - - - - - - - - - - -
Term:CodeOfConduct
Description:A set of rules or procedures outlining the norms and practices for conducting activities
Subclass Of: - dpv:GuidelinesPrinciple -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Consultation

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Consultation
Description:Consultation is a process of receiving feedback, advice, or opinion from an external agency
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:ConsultationWithAuthority -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Consultation with Authority

- - - - - - - - - - - - - - - - - - - - - - - -
Term:ConsultationWithAuthority
Description:Consultation with an authority or authoritative entity
Subclass Of: - dpv:Consultation -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Contract

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Contract
Description:Contractual terms governing data handling within the data controller
Subclass Of: - dpv:LegalAgreement -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

De-Identification

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DeIdentification
Description:Conversion of identifiable personal data (PII) to un-identifiable personal data
Subclass Of: - dpv:PseudoAnonymization -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Design Standard

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DesignStandard
Description:A set of rules or guidelines outlining criterias for design
Subclass Of: - dpv:GuidelinesPrinciple -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Data Protection Impact Assessment (DPIA)

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DPIA
Description:A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals
Subclass Of: - dpv:ImpactAssessment -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Encryption in Rest

- - - - - - - - - - - - - - - - - - - - - - - -
Term:EncryptionInRest
Description:Encryption of data when being stored (persistent encryption)
Subclass Of: - dpv:PseudonymisationEncryption -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Encryption in Transfer

- - - - - - - - - - - - - - - - - - - - - - - -
Term:EncryptionInTransfer
Description:Encryption of data in transit e.g. when being transferred from one location to another, including sharing
Subclass Of: - dpv:PseudonymisationEncryption -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

GuidelinesPrinciple

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:GuidelinesPrinciple
Description:Guidelines or Principles regarding processing and operational measures
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:CodeOfConduct, - dpv:DesignStandard, - dpv:PrivacyByDefault -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Impact Assessment

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ImpactAssessment
Description:Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments.
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:DPIA, - dpv:PIA -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Legal Agreement

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:LegalAgreement
Description:A legally binding agreement
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:Contract, - dpv:NDA -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Non-Disclosure Agreement (NDA)

- - - - - - - - - - - - - - - - - - - - - - - -
Term:NDA
Description:Non-disclosure Agreements e.g. preserving confidentiality of information
Subclass Of: - dpv:LegalAgreement -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Organisational Measure

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:OrganisationalMeasure
Description:Organisational measures required/followed when processing data of the declared category
Subclass Of: - dpv:TechnicalOrganisationalMeasure -
Superclass Of: - dpv:AuthorisationProcedure, - dpv:CertificationSeal, - dpv:Consultation, - dpv:GuidelinesPrinciple, - dpv:ImpactAssessment, - dpv:LegalAgreement, - dpv:RiskManagementProcedure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Privacy Impact Assessment

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PIA
Description:Carrying out an impact assessment regarding privacy risks
Subclass Of: - dpv:ImpactAssessment -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Privacy by Default

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PrivacyByDefault
Description:Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service
Subclass Of: - dpv:GuidelinesPrinciple -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Privacy by Design

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PrivacyByDesign
Description:Practices regarding incorporating data protection and privacy in the design of information and services
Subclass Of: - dpv:RiskManagementProcedure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Pseudo-Anonymization

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PseudoAnonymization
Description: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;
Subclass Of: - dpv:PseudonymisationEncryption -
Superclass Of: - dpv:Anonymization, - dpv:DeIdentification -
Source: - GDPR Art.4-5 -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Pseudonymisation and Encryption

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PseudonymisationEncryption
Description:Technical measures consisting of pseudoanonymization and encryption
Subclass Of: - dpv:TechnicalMeasure -
Superclass Of: - dpv:EncryptionInRest, - dpv:EncryptionInTransfer, - dpv:PseudoAnonymization -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Regularity of Re-certification

- - - - - - - - - - - - - - - - - - - - - - - -
Term:RegularityOfRecertification
Description:Policy regarding repetition or renewal of existing certification(s)
Subclass Of: - dpv:RiskManagementProcedure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Risk Management Procedure

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:RiskManagementProcedure
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.
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:PrivacyByDesign, - dpv:RegularityOfRecertification, - dpv:StaffTraining -
Source: - ISO 31000 -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Risk Mitigation Measure

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

Seal

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Seal
Description:A seal or a mark indicating proof of certification to some certification or standard
Subclass Of: - dpv:CertificationSeal -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Single Sign On

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SingleSignOn
Description:Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts.
Subclass Of: - dpv:AuthenticationProtocols -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Staff Training

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StaffTraining
Description:Practices and policies regarding training of staff members
Subclass Of: - dpv:RiskManagementProcedure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Deletion

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageDeletion
Description:Deletion or Erasure of data including any deletion guarantees
Subclass Of: - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Duration

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageDuration
Description:Duration or temporal entity denoting limitation on storage of personal data
Subclass Of: - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Location

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageLocation
Description:Location or geospatial scope where the data is stored
Subclass Of: - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Restoration

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageRestoration
Description:Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved
Subclass Of: - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Restriction

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageRestriction
Description:Restrictions required or followed regarding storage of data
Subclass Of: - dpv:TechnicalMeasure -
Superclass Of: - dpv:StorageDeletion, - dpv:StorageDuration, - dpv:StorageLocation, - dpv:StorageRestoration -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Technical Measure

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:TechnicalMeasure
Description:Technical measures required/followed when processing data of the declared category
Subclass Of: - dpv:TechnicalOrganisationalMeasure -
Superclass Of: - dpv:AccessControlMethod, - dpv:AuthenticationProtocols, - dpv:PseudonymisationEncryption, - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
- -
-
-

Properties

-

- has duration | - has location | - has storage | - measure implemented by | - mitigates risk | -

- -
-

has duration

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasDuration
Description:Indicates information about duration
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

has location

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasLocation
Description:Indicates information about location
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

has storage

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasStorage
Description:Indicates information about storage
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

measure implemented by

- - - - - - - - - - - - - - - - - - - - - - - -
Term:measureImplementedBy
Description:a generic Property to describe how the measure is implemented
Status:accepted
Created:
Contributor(s): - Axel Polleres -
-
-
-

mitigates risk

- - - - - - - - - - - - - - - - - - - - - - - -
Term:mitigatesRisk
Description:Indicates mitigation of risk(s)
Status:accepted
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
- -
-
- -
-

Entities

-

Concepts related to Entities are available as an individual module here.

-

Entities refer to individuals, organisations, institutions, authorities, agencies, or any similar 'actor'. Defining and representing them is important given their rights and responsibilities under legal obligations. To represent such entities, DPV defines the [=LegalEntity=] class as a generic concept which if further extended to represent the different categories of entities.

-
- DPV Entities vocabulary -
Concepts for Entities in DPV
-
-

The DPV core vocabulary includes the concepts of [=DataSubject=], [=DataController=], and [=Recipient=] which are subclasses of [=LegalEntity=]. Consequently, they are not described in this section to avoid duplicity.

-

To describe the entities that act as recipients regarding personal data and its processing, the concepts of [=DataProcessor=], [=DataSubProcessor=], and [=ThirdParty=] are defined. Defining recipients is important in the context of data protection and privacy as it allows tracking the entities personal data is shared/transfered with. The concepts of [=Child=] and [=VulnerableDataSubject=] represent specific categories of data subjects based on relevance in legal requirements. The concept [=Authority=] represents an entity with legal authority, and is extended to represent [=DataProtectionAuthority=] for a specific authority concerned with data protection and privacy. To represent an 'agent' of an organisation, the concept [=Representative=] is provided. Similarly, [=DataProtectionOfficer=] refers to a specific entity associated with monitoring data protection and privacy within (or on behalf of) an organisation.

-

The concept 'child' can be legally distinct from 'minor', although they are also used as synonyms in several cases. DPV uses 'child' as the commonly used term to signify an individual below a certain legally defined age. This is influenced from the use of the term 'child' within the GDPR and by CJEU in its judgements. It is important to note that the relevant age for determining a child (or a minor child) varies by jurisdiction.

-

To represent information about entities, DPV provides the following properties: [=hasName=] to indicate name, [=hasAddress=] to indicate address, [=hasContact=] to indicate contact or communication channels, [=hasIdentifier=] to indicate an identifier associated with the entity, and [=hasRepresentative=] to indicate an 'agent' or representative of the entity.

-
-

Classes

-

- Authority | - Child | - Data Processor | - Data Protection Authority | - Data Protection Officer | - Data Sub-Processor | - Legal Entity | - Representative | - Third Party | - Vulnerable Data Subject | -

- -
-

Authority

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Authority
Description:An authority with the power to create or enforce laws, or determine their compliance.
Subclass Of: - dpv:LegalEntity -
Superclass Of: - dpv:DataProtectionAuthority -
Created:
Contributor(s): - Georg Krog, - Harshvardhan Pandit, - Paul Ryan -
-
-
-

Child

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Child
Description:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
Subclass Of: - dpv:DataSubject -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Data Processor

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DataProcessor
Description:A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.
Subclass Of: - dpv:Recipient -
Superclass Of: - dpv:DataSubProcessor -
Source: - GDPR Art.4-8 -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Data Protection Authority

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DataProtectionAuthority
Description:An authority tasked with overseeing legal compliance regarding privacy and data protection laws.
Subclass Of: - dpv:Authority -
Created:
Contributor(s): - Georg Krog, - Harshvardhan Pandit, - Paul Ryan -
-
-
-

Data Protection Officer

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DataProtectionOfficer
Description: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.
Subclass Of: - dpv:LegalEntity -
Source: - GDPR Art.37 -
Created:
Contributor(s): - Georg Krog, - Paul Ryan -
-
-
-

Data Sub-Processor

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DataSubProcessor
Description:A 'sub-processor' is a processor engaged by another processor
Subclass Of: - dpv:DataProcessor -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Legal Entity

- - - - - - - - - - - - - - - - - - - -
Term:LegalEntity
Description:A human or non-human that constitute as a legally defined entity
Superclass Of: - dpv:Authority, - dpv:DataController, - dpv:DataProtectionOfficer, - dpv:DataSubject, - dpv:Recipient, - dpv:Representative -
Created:
-
-
-

Representative

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Representative
Description:A representative of a legal entity
Subclass Of: - dpv:LegalEntity -
Source: - GDPR Art.27 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Third Party

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ThirdParty
Description: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.
Subclass Of: - dpv:Recipient -
Source: - GDPR Art.4-10 -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Vulnerable Data Subject

- - - - - - - - - - - - - - - - - - - - - - - -
Term:VulnerableDataSubject
Description:Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards
Subclass Of: - dpv:DataSubject -
Created:
Contributor(s): - Georg Krog, - Harshvardhan Pandit, - Paul Ryan -
-
- -
-
-

Properties

-

- has address | - has contact | - has identifier | - has name | - has representative | -

- -
-

has address

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasAddress
Description:Specifies address of a legal entity such as street address or pin code
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
-
-

has contact

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasContact
Description:Specifies contact details of a legal entity such as phone or email
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
-
-

has identifier

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasIdentifier
Description:Specifies an identifier for the entity such as registeration number or official ID
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
-
-

has name

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasName
Description:Specifies name of a legal entity
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
-
-

has representative

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasRepresentative
Description:Specifies representative of the legal entity
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
- -
-
- - - - -
- -
- - - \ No newline at end of file diff --git a/documentation-generator/docs/index.html b/documentation-generator/docs/index.html deleted file mode 100644 index 79d25a084..000000000 --- a/documentation-generator/docs/index.html +++ /dev/null @@ -1,14666 +0,0 @@ - - - - - Data Privacy Vocabulary (DPV) - - - - - -
-

The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to describe and represent information related to processing of personal data based on established requirements such as for the EU General Data Protection Regulation (GDPR). The DPV is structured as a top-down hierarchical vocabulary with the core or base concepts of personal data categories, purposes of processing and types of processing, data controller(s) associated, recipients of personal data, legal bases or justifications used, technical and organisational measures and restrictions (e.g. storage locations and storage durations), applicable rights, and the risks involved.

-

- The namespace for DPV terms is http://www.w3.org/ns/dpv#
- The suggested prefix for the DPV namespace is dpv
- The DPV and its documentation is available on GitHub.

-
-
- -

This document is published by the Data Privacy Vocabularies and Controls Community Group (DPVCG) as a deliverable and report of its work in creating and maintaining the Data Privacy Vocabulary (DPV).

-
-

Contributing to the DPV and its extensions The DPVCG welcomes participation regarding the DPV, including expansion or refinement of its terms, addressing open issues, and welcomes suggestions on their resolution or mitigation.

-

While we welcome participation via any and all mediums - e.g., via Github pull requests or issues, emails, papers, or reports - the formal resolution of contributions takes place only through the DPVCG meeting calls and mailing lists. We therefore suggest joining the group to participate in these discussions for formal approval.

-

For contributions to the DPV, please see the section on GitHub. The current list of open issues and their discussions to date can be found at DPVCG issue tracker as well as GitHub issues.

-
-
-
-

Introduction

-

The Data Privacy Vocabulary provides terms (classes and properties) to describe and represent information about personal data handling. In particular, the vocabulary provides extensible taxonomies of terms to describe the following components:

- -

These terms are intended to represent personal data handling as machine-readable information by specifying personal data categories undergoing processing, its purpose(s), the data controller(s) involved, recipient(s) of this data, the legal bases or justifications used (e.g. consent or legitimate interest), involving technical and organisational measures and restrictions (e.g. storage location and storage duration), the applicable rights, and possibility of risks.

-

As the Legal Bases are dependant on legal jurisdictions, we provide the legal bases defined by GDPR as a separate 'extension' of the DPV called DPV-GDPR. The DPV is intended to be a 'general vocabulary', where extensions can be used to expand it to any jurisdiction, domain, and use-case specific requirements.

-

Examples of applications where the concepts provided by the DPV can be used are:

-
    -
  1. represent policies for personal data handling
  2. -
  3. represent information about consent e.g. provenance of consent
  4. -
  5. log/document personal data handling actions e.g. by a data controller
  6. -
  7. support automated checking of legal compliances of data handling ex ante (prior to processing), or ex post (i.e. check compliance after processing)
  8. -
-
-
-

Namespaces

-

The namespace for DPV vocabulary is http://www.w3.org/ns/dpv#. The table below indicates the full list of namespaces and prefixes used in this document.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PrefixNamespace
- dct - - http://purl.org/dc/terms/ -
- dpv - - http://www.w3.org/ns/dpv# -
- dpv-gdpr - - http://www.w3.org/ns/dpv-gdpr# -
- dpv-nace - - http://www.w3.org/ns/dpv-nace# -
- odrl - - http://www.w3.org/ns/odrl/2/ -
- owl - - http://www.w3.org/2002/07/owl# -
- rdf - - http://www.w3.org/1999/02/22-rdf-syntax-ns# -
- rdfs - - http://www.w3.org/2000/01/rdf-schema# -
- skos - - http://www.w3.org/2004/02/skos/core# -
- spl - - http://www.specialprivacy.eu/langs/usage-policy# -
- svd - - http://www.specialprivacy.eu/vocabs/data# -
- svdu - - http://www.specialprivacy.eu/vocabs/duration# -
- svl - - http://www.specialprivacy.eu/vocabs/locations# -
- svpu - - http://www.specialprivacy.eu/vocabs/purposes# -
- svpr - - http://www.specialprivacy.eu/vocabs/processing# -
- svr - - http://www.specialprivacy.eu/vocabs/recipients -
- xsd - - http://www.w3.org/2001/XMLSchema# -
-
- -
-

The DPV, as it is provided, does not recommend any specific way to use its concepts. Adopters are free to utilise their preferred models (e.g. RDFS-style, OWL2-style, or simply as a list of terms), though we strongly recommend being aware of the implications of using a specific model regarding interpretation, reasoning, and interoperability.

-
- -
-

Base Vocabulary

-

Concepts in the Base vocabulary are available as an individual module here.

-
- DPV base vocabulary -
Base Vocabulary
-
-

The 'Base' or 'Core' vocabulary describes the top-level classes required for defining a 'policy' for personal data handling. Classes and properties for each top-level class are further elaborated using sub-vocabularies, for example a taxonomy of personal data categories. While all concepts within the vocabulary share a single namespace, the modular approach makes it possible to use only the specific taxonomies or sub-vocabularies, for example to refer only to purposes. The DPV provides the following as top-level concepts and generic properties to associate them with other concepts:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassPropertyDescription
[=PersonalDataCategory=][=hasPersonalDataCategory=]Personal data categories
[=Purpose=][=hasPurpose=]Purpose of Processing
[=Processing=][=hasProcessing=]Category or type of processing of personal data
[=DataController=][=hasDataController=]Data Controller responsible for processing
[=DataSubject=][=hasDataSubject=]Data Subject or Individual whose data is being processing
[=Recipient=][=hasRecipient=]Recipient of personal data
[=TechnicalOrganisationalMeasure=][=hasTechnicalOrganisationalMeasure=]Technical and/or Organisational measures associated with processing
[=LegalBasis=][=hasLegalBasis=]Legal bases or justifications for processing
[=Right=] and [=DataSubjectRight=][=hasRight=]Rights applicable or provided
[=Risk=][=hasRisk=]Risks applicable or probable regarding processing
- -

Along with these, the DPV defines the concept of [=PersonalDataHandling=] for representing a 'policy' associating the top-level concepts with one another. For example, using [=PersonalDataHandling=] it is possible to indicate the application of a specific purpose and processing to categories of personal data relating to data subjects (or individual), along with the data controller responsible, the recipients of data, legal basis used, the technical and organisational measures involved, rights provided, and the possibility of risks.

-

The DPV does not mandate the use of [=PersonalDataHandling=]. Adopters can define their own interpretation of what concepts personal data handling involves, or define a separate concept similar to [=PersonalDataHandling=]. For example, one may specify that a [=PersonalDataHandling=] is only associated with [=Purpose=], [=Processing=], [=PersonalDataCategory=], and [=Recipient=] where the legal basis and technical and organisational measures are either assumed or defined externally. In continuation of this, the DPV also does not provide any constraints on the inclusion or exclusion of concepts used to define an instance of [=PersonalDataHandling=]. Possibilities for specifying such constraints include use of OWL2 semantics and SHACL to specify mandatory concepts. For example, requiring every instance of [=PersonalDataHandling=] must have at least one Personal Data Category, Controller, Purpose, and Legal Basis.

-
-

Classes

-

- Data Controller | - Data Subject | - Data Subject Right | - Legal Basis | - Personal Data Category | - Personal Data Handling | - Processing | - Purpose | - Recipient | - Right | - Risk | - Technical and Organisational Measure | -

- -
-

Data Controller

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DataController
Description:The individual or organisation that decides (or controls) the purpose(s) of processing personal data.
Subclass Of: - dpv:LegalEntity -
Source: - GDPR Art.4-7g -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
-
-
-

Data Subject

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DataSubject
Description:The individual (or category of individuals) whose personal data is being processed
Subclass Of: - dpv:LegalEntity -
Superclass Of: - dpv:Child, - dpv:VulnerableDataSubject -
Source: - GDPR Art.4-1g -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
-
-
-

Data Subject Right

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DataSubjectRight
Description:The rights applicable or provided to a Data Subject
Subclass Of: - dpv:Right -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan Pandit -
-
-
-

Legal Basis

- - - - - - - - - - - - - - - - - - - -
Term:LegalBasis
Description:The Legal basis used to justify processing of personal data
Created:
Modified:
-
-
-

Personal Data Category

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalDataCategory
Description:A category of personal data
Superclass Of: - dpv:DerivedPersonalData, - dpv:External, - dpv:Financial, - dpv:Historical, - dpv:Internal, - dpv:Social, - dpv:SpecialCategoryPersonalData, - dpv:Tracking -
Source: - GDPR Art.4-1g, - SPECIAL Project -
Created:
Modified:
Contributor(s): - Axel Polleres, - Harshvardhan Pandit -
See Also: - spl:AnyData -
-
-
-

Personal Data Handling

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalDataHandling
Description: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.
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
-
-
-

Processing

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Processing
Description:The processing performed on personal data
Superclass Of: - dpv:Copy, - dpv:Disclose, - dpv:Obtain, - dpv:Organise, - dpv:Remove, - dpv:Store, - dpv:Transfer, - dpv:Transform, - dpv:Use -
Source: - SPECIAL Project -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
See Also: - spl:AnyProcessing -
-
-
-

Purpose

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Purpose
Description:The purpose of processing personal data
Superclass Of: - dpv:CommercialInterest, - dpv:LegalCompliance, - dpv:ResearchAndDevelopment, - dpv:Security, - dpv:ServiceOptimization, - dpv:ServicePersonalization, - dpv:ServiceProvision -
Source: - SPECIAL Project -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
See Also: - spl:AnyPurpose -
-
-
-

Recipient

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Recipient
Description:Entities that receive personal data
Subclass Of: - dpv:LegalEntity -
Superclass Of: - dpv:DataProcessor, - dpv:ThirdParty -
Source: - GDPR Art.4-9g, - SPECIAL Project -
Created:
Modified:
Contributor(s): - Axel Polleres, - Javier Fernández -
See Also: - spl:AnyRecipient -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Term:Right
Description:The right(s) applicable, provided, or expected.
Superclass Of: - dpv:DataSubjectRight -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J Pandit -
-
-
-

Risk

- - - - - - - - - - - - - - - - - - - -
Term:Risk
Description:A risk or possibility or uncertainty of negative effects, impacts, or consequences.
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Technical and Organisational Measure

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:TechnicalOrganisationalMeasure
Description:The Technical and Organisational measures used.
Superclass Of: - dpv:OrganisationalMeasure, - dpv:RiskMitigationMeasure, - dpv:TechnicalMeasure -
Created:
Modified:
Contributor(s): - Bud Bruegger -
-
- -
-
-

Properties

-

- has data controller | - has data subject | - has legal basis | - has personal data category | - has processing | - has purpose | - has recipient | - has right | - has risk | - has technical and organisational measure | -

- -
-

has data controller

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasDataController
Description:Indicates association with a Data Controller.
Status:accepted
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has data subject

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasDataSubject
Description:Indicates association with a specific Data Subject or a group or category of Data Subjects.
Status:accepted
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has legal basis

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasLegalBasis
Description:Indicates applicability of a Legal Basis.
Status:accepted
Created:
Contributor(s): - Axel Polleres, - Javier Fernández -
-
-
-

has personal data category

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasPersonalDataCategory
Description:Indicates association with a Personal Data Category.
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has processing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasProcessing
Description:Indicates association with a Processing (of personal data) instance or category.
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has purpose

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasPurpose
Description:Indicates association with a Purpose (of processing personal data).
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has recipient

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasRecipient
Description:Indicates a recipient of personal data.
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
-
-

has right

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasRight
Description:Indicates applicability of a Right.
Status:accepted
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

has risk

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasRisk
Description:Indicates applicability of a Risk.
Status:accepted
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

has technical and organisational measure

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasTechnicalOrganisationalMeasure
Description:Indicates use of a Technical or Organisational measure.
Status:accepted
Created:
Contributor(s): - Axel Polleres, - Bud Bruegger, - Harshvardhan J. Pandit, - Javier Fernández, - Mark Lizar -
-
- -
-
- -
-

Personal Data Categories

-

Concepts related to Personal Data Categories are available as an individual module here.

-

DPV provides broad top-level personal data categories adapted from the taxonomy contributed by R. Jason Cronk [[EnterPrivacy]]. The top-level concepts in this taxonomy refer to the nature of information (financial, social, tracking) and to its inherent source (internal, external). Each top-level concept is represented in the DPV vocabulary as a Class, and is further elaborated by subclasses for referring to specific categories of information - such as preferences or demographics.

-
- Concepts for Personal Data Categories in DPV -
Concepts for Personal Data Categories in DPV
-
-

While this taxonomy is by no means exhaustive, the aim is to provide a sufficient coverage of abstract categories of personal data which can be extended using the subclass mechanism to represent concepts used in the real-world.

-

Regulations such as the GDPR define personal data at an abstract level as information (directly or indirectly) associated with an individual or a category of individuals. DPV defines classes representing categories that are inclusive of information associated with them (e.g. name consisting of first name, last name), with their instances representing specific elements of personal data (e.g. “John Doe” as name).

-

The categories defined in the personal data categories taxonomy can be used directly or further extended by subclassing the respective classes to depict specialised concepts, such as “likes regarding movies” or combined with classes to indicate specific contexts. The class [=DerivedPersonalData=] provides one such context to indicate information has been derived from existing information, e.g. inference of opinions from social media. Additional classes can be defined to specify contexts such as use of machine learning, accuracy, and source. Similarly, the class [=SpecialCategoryPersonalData=] represents categories that are ‘special’ or ‘sensitive’ and require additional conditions, e.g. as per GDPR’s Article 9.

- -

The following is an overview of the concepts provided for personal data within the DPV:

- - - - - - - - - - - - - - - - - - - - - -
ConceptDescription
[=PersonalDataCategory=]Category of Personal Data
[=SpecialCategoryPersonalData=]Indicates that personal data is sensitive or belongs to a special category
[=DerivedPersonalData=]Indicates that personal data is derived or inferred
-
-

Classes

-

- Accent | - Account Identifier | - Acquantaince | - Age | - Apartment Owned | - Association | - Attitude | - Authenticating | - Authentication History | - Bank Account | - Behavioral | - Biometric | - Blood Type | - Browser Fingerprint | - Browsing Behavior | - Browsing Referral | - Call Log | - Car Owned | - Character | - Communication | - Communications Metadata | - Connection | - Contact | - Country | - Credit | - Credit Capacity | - Credit Card Number | - Credit Record | - Credit Score | - Credit Standing | - Credit Worthiness | - Criminal | - Criminal Charge | - Criminal Conviction | - Criminal Pardon | - Demeanor | - Demographic | - Derived Personal Data | - Device Applications | - Device Based | - Device Operating System | - Device Software | - Dialect | - Disability | - Disciplinary Action | - Dislike | - Divorce | - DNA Code | - Drug Test Result | - Email Address | - Email Content | - Employment History | - Ethnicity | - Ethnic Origin | - External | - Family | - Family Health History | - Family Structure | - Favorite | - Favorite Color | - Favorite Food | - Favorite Music | - Fetish | - Financial | - Financial Account | - Financial Account Number | - Fingerprint | - Friend | - Gender | - General Reputation | - Geographic | - GPS Coordinate | - Group Membership | - Hair Color | - Health | - Health History | - Health Record | - Height | - Historical | - House Owned | - Identifying | - Income | - Income Bracket | - Individual Health History | - Intention | - Interaction | - Interest | - Internal | - IP Address | - Job | - Knowledge and Beliefs | - Language | - Life History | - Like | - LinkClicked | - Loan Record | - Location | - MAC Address | - Marital Status | - Marriage | - MedicalHealth | - Mental Health | - Name | - Official ID | - Offspring | - Opinion | - Ownership | - Parent | - Password | - Payment Card | - Payment Card Expiry | - Payment Card Number | - Personality | - Personal Possession | - Philosophical Belief | - Physical Address | - PhysicalCharacteristic | - Physical Health | - Physical Trait | - Picture | - Piercing | - PIN Code | - Political Affiliation | - Preference | - Prescription | - Privacy Preference | - Proclivitie | - Professional | - Professional Certification | - Professional Evaluation | - Professional Interview | - Public Life | - Purchase | - Purchases and Spending Habit | - Race | - Reference | - Relationship | - Religion | - Religious Belief | - Retina | - Room Number | - Salary | - Sale | - School | - Secret Text | - Service Consumption Behavior | - Sexual | - Sexual History | - Sexual Preference | - Sibling | - Skin Tone | - Social | - Social Media Communication | - Social Network | - Social Status | - Special Category Personal Data | - Tattoo | - Tax | - Telephone Number | - Thought | - Tracking | - Transaction | - Transactional | - TV Viewing Behavior | - UID | - Username | - Voice Communication Recording | - Voice Mail | - Weight | - Work History | -

- -
-

Accent

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Accent
Description:Information about linguistic and speech accents.
Subclass Of: - dpv:Language -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Account Identifier

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AccountIdentifier
Description:Information about financial account identifier.
Subclass Of: - dpv:FinancialAccount -
Superclass Of: - dpv:FinancialAccountNumber, - dpv:PaymentCardNumber -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Acquantaince

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Acquantaince
Description:Information about acquaintainces in a social network.
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Age

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Age
Description:Information about age
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Apartment Owned

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ApartmentOwned
Description:Information about apartment(s) owned and its history
Subclass Of: - dpv:HouseOwned -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Association

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Association
Description:Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Attitude

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Attitude
Description:Information about attitude.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Authenticating

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Authenticating
Description:Information about authentication and information used for authenticating
Subclass Of: - dpv:Internal -
Superclass Of: - dpv:PINCode, - dpv:Password, - dpv:SecretText -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Authentication History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AuthenticationHistory
Description:Information about prior authentication and its outcomes such as login attempts or location.
Subclass Of: - dpv:Behavioral -
Source: - DPVCG -
Created:
Contributor(s): - Georg P Krog -
-
-
-

Bank Account

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BankAccount
Description:Information about bank accounts.
Subclass Of: - dpv:FinancialAccount -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Behavioral

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Behavioral
Description:Information about behavior or activity
Subclass Of: - dpv:External -
Superclass Of: - dpv:Attitude, - dpv:AuthenticationHistory, - dpv:BrowsingBehavior, - dpv:CallLog, - dpv:Demeanor, - dpv:LinkClicked, - dpv:Personality, - dpv:ServiceConsumptionBehavior -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Activity -
-
-
-

Biometric

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Biometric
Description:Information about biometrics and biometric characteristics.
Subclass Of: - dpv:Identifying, - dpv:SpecialCategoryPersonalData -
Superclass Of: - dpv:Fingerprint, - dpv:Retina -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Blood Type

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BloodType
Description:Information about blood type.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Browser Fingerprint

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BrowserFingerprint
Description:Information about the web browser which is used as a 'fingerprint'
Subclass Of: - dpv:DeviceBased -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Browsing Behavior

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BrowsingBehavior
Description:Information about browsing behavior.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:OnlineActivity -
-
-
-

Browsing Referral

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:BrowsingReferral
Description:Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns.
Subclass Of: - dpv:BrowsingBehaviour -
Source: - DPVCG -
Created:
Contributor(s): - Georg P Krog -
-
-
-

Call Log

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CallLog
Description:Information about the calls that an individual has made.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Car Owned

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CarOwned
Description:Information about cars ownership and ownership history.
Subclass Of: - dpv:Ownership -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Character

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Character
Description:Information about character in the public sphere
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Communication

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Communication
Description:Information communicated from or to an individual
Subclass Of: - dpv:Social -
Superclass Of: - dpv:EmailContent, - dpv:SocialMediaCommunication, - dpv:VoiceCommunicationRecording, - dpv:VoiceMail -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Communications Metadata

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CommunicationsMetadata
Description:Information about communication metadata in the public sphere
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Interactive -
-
-
-

Connection

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Connection
Description:Information about and including connections in a social network
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Contact

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Contact
Description:Information about contacts or used for contacting e.g. email address or phone number
Subclass Of: - dpv:Tracking -
Superclass Of: - dpv:EmailAddress, - dpv:PhysicalAddress, - dpv:TelephoneNumber -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Physical -
-
-
-

Country

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Country
Description:Information about country e.g. residence, travel.
Subclass Of: - dpv:Location -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Credit
Description:Information about reputation with regards to money
Subclass Of: - dpv:Transactional -
Superclass Of: - dpv:CreditCapacity, - dpv:CreditRecord, - dpv:CreditStanding, - dpv:CreditWorthiness -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Capacity

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditCapacity
Description:Information about credit capacity.
Subclass Of: - dpv:Credit -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Card Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditCardNumber
Description:Information about credit card number
Subclass Of: - dpv:PaymentCardNumber -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Record

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditRecord
Description:Information about credit record.
Subclass Of: - dpv:Credit -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Score

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditScore
Description:Information about credit score.
Subclass Of: - dpv:CreditWorthiness -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Standing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditStanding
Description:Information about credit standing.
Subclass Of: - dpv:Credit -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Credit Worthiness

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreditWorthiness
Description:Information about credit worthiness.
Subclass Of: - dpv:Credit -
Superclass Of: - dpv:CreditScore -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Criminal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Criminal
Description:Information about criminal activity e.g. criminal convictions or jail time
Subclass Of: - dpv:Social -
Superclass Of: - dpv:CriminalCharge, - dpv:CriminalConviction, - dpv:CriminalPardon -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Judicial -
-
-
-

Criminal Charge

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CriminalCharge
Description:Information about criminal charges.
Subclass Of: - dpv:Criminal -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Criminal Conviction

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CriminalConviction
Description:Information about criminal convictions.
Subclass Of: - dpv:Criminal -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Criminal Pardon

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CriminalPardon
Description:Information about criminal pardons.
Subclass Of: - dpv:Criminal -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Demeanor

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Demeanor
Description:Information about demeanor.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Demographic

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Demographic
Description:Information about demography and demographic characteristics
Subclass Of: - dpv:External -
Superclass Of: - dpv:Geographic, - dpv:IncomeBracket, - dpv:PhysicalTrait -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Derived Personal Data

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DerivedPersonalData
Description:Derived data is data that is obtained or derived from other data.
Subclass Of: - dpv:PersonalDataCategory -
Source: - DPVCG -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Derived -
-
-
-

Device Applications

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeviceApplications
Description:Information about applications or application-like software on a device.
Subclass Of: - dpv:DeviceSoftware -
Source: - DPVCG -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Device Based

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeviceBased
Description:Information about devices
Subclass Of: - dpv:Tracking -
Superclass Of: - dpv:BrowserFingerprint, - dpv:DeviceSoftware, - dpv:IPAddress, - dpv:MACAddress -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Computer -
-
-
-

Device Operating System

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeviceOperatingSystem
Description:Information about the operating system (OS) or system software that manages hardware or software resources.
Subclass Of: - dpv:DeviceSoftware -
Source: - DPVCG -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Device Software

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeviceSoftware
Description:Information about software on or related to a device.
Subclass Of: - dpv:DeviceBased -
Superclass Of: - dpv:DeviceApplications, - dpv:DeviceOperatingSystem -
Source: - DPVCG -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Dialect

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Dialect
Description:Information about linguistic dialects.
Subclass Of: - dpv:Language -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Disability

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Disability
Description:Information about disabilities.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Disciplinary Action

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DisciplinaryAction
Description:Information about disciplinary actions and its history
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Dislike

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Dislike
Description:Information about dislikes or preferences regarding repulsions.
Subclass Of: - dpv:Interest -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Divorce

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Divorce
Description:Information about divorce(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

DNA Code

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DNACode
Description:Information about DNA.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Drug Test Result

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DrugTestResult
Description:Information about drug test results.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Email Address

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:EmailAddress
Description:Information about Email address.
Subclass Of: - dpv:Contact -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Email Content

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:EmailContent
Description:Information about the contents of Emails sent or received
Subclass Of: - dpv:Communication -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Employment History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:EmploymentHistory
Description:Information about employment history
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Ethnicity

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Ethnicity
Description:Information about ethnic origins and lineage
Subclass Of: - dpv:External -
Superclass Of: - dpv:EthnicOrigin, - dpv:Language, - dpv:Race -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Ethnic Origin

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:EthnicOrigin
Description:Information about ethnic origin
Subclass Of: - dpv:Ethnicity, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

External

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:External
Description:Information about external characteristics that can be observed
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Behavioral, - dpv:Demographic, - dpv:Ethnicity, - dpv:Identifying, - dpv:MedicalHealth, - dpv:PhysicalCharacteristic, - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Family

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Family
Description:Information about family and relationships
Subclass Of: - dpv:Social -
Superclass Of: - dpv:FamilyStructure, - dpv:Relationship -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Family Health History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FamilyHealthHistory
Description:Information about family health history.
Subclass Of: - dpv:HealthHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Family Structure

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FamilyStructure
Description:Information about family and familial structure.
Subclass Of: - dpv:Family -
Superclass Of: - dpv:Divorce, - dpv:Marriage, - dpv:Offspring, - dpv:Parent, - dpv:Sibling -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Favorite

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Favorite
Description:Information about favorites
Subclass Of: - dpv:Preference -
Superclass Of: - dpv:FavoriteColor, - dpv:FavoriteFood, - dpv:FavoriteMusic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Favorite Color

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FavoriteColor
Description:Information about favorite color.
Subclass Of: - dpv:Favorite -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Favorite Food

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FavoriteFood
Description:Information about favorite food.
Subclass Of: - dpv:Favorite -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Favorite Music

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FavoriteMusic
Description:Information about favorite music.
Subclass Of: - dpv:Favorite -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Fetish

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Fetish
Description:Information an individual's sexual fetishes
Subclass Of: - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Financial

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Financial
Description:Information about finance including monetary characteristics and transactions
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:FinancialAccount, - dpv:Ownership, - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Financial -
-
-
-

Financial Account

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FinancialAccount
Description:Information about financial accounts.
Subclass Of: - dpv:Financial -
Superclass Of: - dpv:AccountIdentifier, - dpv:BankAccount, - dpv:PaymentCard -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Financial Account Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FinancialAccountNumber
Description:Information about financial account number
Subclass Of: - dpv:AccountIdentifier -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Fingerprint

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Fingerprint
Description:Information about fingerprint used for biometric purposes.
Subclass Of: - dpv:Biometric -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Friend

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Friend
Description:Information about friends in a social network, including aspects of friendships such as years together or nature of friendship.
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Gender

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Gender
Description:Information about gender
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

General Reputation

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:GeneralReputation
Description:Information about reputation in the public sphere
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Geographic

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Geographic
Description:Information about location or based on geography (e.g. home address)
Subclass Of: - dpv:Demographic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

GPS Coordinate

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:GPSCoordinate
Description:Information about location expressed using Global Position System coordinates (GPS)
Subclass Of: - dpv:Location -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Group Membership

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:GroupMembership
Description:Information about groups and memberships included or associated with a social network
Subclass Of: - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Hair Color

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:HairColor
Description:Information about hair color
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Health

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Health
Description:Information about health.
Subclass Of: - dpv:MedicalHealth -
Superclass Of: - dpv:MentalHealth, - dpv:PhysicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Health -
-
-
-

Health History

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:HealthHistory
Description:Information about health history.
Subclass Of: - dpv:MedicalHealth -
Superclass Of: - dpv:FamilyHealthHistory, - dpv:IndividualHealthHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Health Record

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:HealthRecord
Description:Information about health record.
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Height

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Height
Description:Information about physical height
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Historical

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Historical
Description:Information about historical data related to or relevant regarding history or past events
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:LifeHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

House Owned

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:HouseOwned
Description:Information about house(s) owned and ownership history.
Subclass Of: - dpv:Ownership -
Superclass Of: - dpv:ApartmentOwned -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Identifying

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Identifying
Description:Information that uniquely or semi-uniquely identifies an individual or a group
Subclass Of: - dpv:External -
Superclass Of: - dpv:Biometric, - dpv:Name, - dpv:OfficialID, - dpv:Picture, - dpv:UID, - dpv:Username -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Income

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Income
Description:Information about financial income e.g. for individual or household or family
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Income Bracket

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:IncomeBracket
Description:Information about income bracket.
Subclass Of: - dpv:Demographic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Individual Health History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:IndividualHealthHistory
Description:Information about information health history.
Subclass Of: - dpv:HealthHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Intention

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Intention
Description:Information about intentions
Subclass Of: - dpv:Preference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Interaction

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Interaction
Description:Information about interactions in the public sphere
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Interest

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Interest
Description:Information about interests
Subclass Of: - dpv:Preference -
Superclass Of: - dpv:Dislike, - dpv:Like -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Internal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Internal
Description:Informatoin about internal characteristics that cannot be seen or observed
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Authenticating, - dpv:KnowledgeBelief, - dpv:Preference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

IP Address

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:IPAddress
Description:Information about the Internet protocol (IP) address of a device
Subclass Of: - dpv:DeviceBased -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Job

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Job
Description:Information about professional jobs
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Knowledge and Beliefs

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:KnowledgeBelief
Description:Information about knowledge and beliefs
Subclass Of: - dpv:Internal -
Superclass Of: - dpv:PhilosophicalBelief, - dpv:ReligiousBelief, - dpv:Thought -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Language

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Language
Description:Information about language and lingual history.
Subclass Of: - dpv:Ethnicity -
Superclass Of: - dpv:Accent, - dpv:Dialect -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Life History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:LifeHistory
Description: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)
Subclass Of: - dpv:Historical -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Like

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Like
Description:Information about likes or preferences regarding attractions.
Subclass Of: - dpv:Interest -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

LinkClicked

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:LinkClicked
Description:Information about the links that an individual has clicked.
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Navigation -
-
-
-

Loan Record

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:LoanRecord
Description:Information about loans, whether applied, provided or rejected, and its history
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Location

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Location
Description:Information about location
Subclass Of: - dpv:Tracking -
Superclass Of: - dpv:Country, - dpv:GPSCoordinate, - dpv:RoomNumber -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Location -
-
-
-

MAC Address

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:MACAddress
Description:Information about the Media Access Control (MAC) address of a device
Subclass Of: - dpv:DeviceBased -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Marital Status

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:MaritalStatus
Description:Information about marital status and history
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Marriage

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Marriage
Description:Information about marriage(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

MedicalHealth

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:MedicalHealth
Description:Information about health, medical conditions or health care
Subclass Of: - dpv:External, - dpv:SpecialCategoryPersonalData -
Superclass Of: - dpv:BloodType, - dpv:DNACode, - dpv:Disability, - dpv:DrugTestResult, - dpv:Health, - dpv:HealthHistory, - dpv:HealthRecord, - dpv:Prescription -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Mental Health

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:MentalHealth
Description:Information about mental health.
Subclass Of: - dpv:Health -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Name

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Name
Description:Information about names associated or used as given name or nickname.
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Official ID

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:OfficialID
Description:Information about an official identifier or identification document
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Government -
-
-
-

Offspring

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Offspring
Description:Information about offspring(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Opinion

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Opinion
Description:Information about opinions
Subclass Of: - dpv:Preference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Ownership

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Ownership
Description:Information about ownership and history, including renting, borrowing, possessions.
Subclass Of: - dpv:Financial -
Superclass Of: - dpv:CarOwned, - dpv:HouseOwned, - dpv:PersonalPossession -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Parent

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Parent
Description:Information about parent(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Password

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Password
Description:Information about password used in the process of authenticating the individual as an user accessing a system.
Subclass Of: - dpv:Authenticating -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Payment Card

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PaymentCard
Description:Information about payment card such as Credit Card, Debit Card.
Subclass Of: - dpv:FinancialAccount -
Superclass Of: - dpv:PaymentCardExpiry, - dpv:PaymentCardNumber -
Source: - DPVCG -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Payment Card Expiry

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PaymentCardExpiry
Description:Information about payment card expiry such as a date.
Subclass Of: - dpv:PaymentCard -
Source: - DPVCG -
Created:
Contributor(s): - Georg P Krog -
-
-
-

Payment Card Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PaymentCardNumber
Description:Information about payment card number.
Subclass Of: - dpv:AccountIdentifier, - dpv:PaymentCard -
Superclass Of: - dpv:CreditCardNumber -
Source: - DPVCG -
Created:
Contributor(s): - Georg P Krog -
-
-
-

Personality

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Personality
Description:Information about personality (e.g., categorization in terms of the Big Five personality traits)
Subclass Of: - dpv:Behavioral -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Personal Possession

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalPossession
Description:Information about personal possessions.
Subclass Of: - dpv:Ownership -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Philosophical Belief

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhilosophicalBelief
Description:Information about philosophical beliefs.
Subclass Of: - dpv:KnowledgeBelief, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Physical Address

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhysicalAddress
Description:Information about physical address.
Subclass Of: - dpv:Contact -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

PhysicalCharacteristic

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhysicalCharacteristic
Description:Information about physical characteristics
Subclass Of: - dpv:External -
Superclass Of: - dpv:Age, - dpv:Gender, - dpv:HairColor, - dpv:Height, - dpv:Piercing, - dpv:SkinTone, - dpv:Tattoo, - dpv:Weight -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Demographic -
-
-
-

Physical Health

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhysicalHealth
Description:Information about physical health.
Subclass Of: - dpv:Health -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Physical Trait

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PhysicalTrait
Description:Information about defining traits or features regarding the body.
Subclass Of: - dpv:Demographic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Picture

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Picture
Description:Information about visual representation or image e.g. profile photo.
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Piercing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Piercing
Description:Information about piercings
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

PIN Code

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PINCode
Description:Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system.
Subclass Of: - dpv:Authenticating -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Political Affiliation

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PoliticalAffiliation
Description:Information about political affiliation and history
Subclass Of: - dpv:PublicLife, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Political -
-
-
-

Preference

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Preference
Description:Information about preferences or interests
Subclass Of: - dpv:Internal -
Superclass Of: - dpv:Favorite, - dpv:Intention, - dpv:Interest, - dpv:Opinion, - dpv:PrivacyPreference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Preference -
-
-
-

Prescription

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Prescription
Description:Information about medical and pharmaceutical prescriptions
Subclass Of: - dpv:MedicalHealth -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Privacy Preference

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PrivacyPreference
Description:Information about privacy preferences
Subclass Of: - dpv:Preference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Proclivitie

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Proclivitie
Description:Information about proclivities in a sexual context
Subclass Of: - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Professional

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Professional
Description:Information about educational or professional career
Subclass Of: - dpv:Social -
Superclass Of: - dpv:DisciplinaryAction, - dpv:EmploymentHistory, - dpv:Job, - dpv:ProfessionalCertification, - dpv:ProfessionalEvaluation, - dpv:ProfessionalInterview, - dpv:Reference, - dpv:Salary, - dpv:School, - dpv:WorkHistory -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Professional Certification

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ProfessionalCertification
Description:Information about professional certifications
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Professional Evaluation

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ProfessionalEvaluation
Description:Information about professional evaluations
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Professional Interview

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ProfessionalInterview
Description:Information about professional interviews
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Public Life

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PublicLife
Description:Information about public life
Subclass Of: - dpv:Social -
Superclass Of: - dpv:Character, - dpv:CommunicationsMetadata, - dpv:GeneralReputation, - dpv:Interaction, - dpv:MaritalStatus, - dpv:PoliticalAffiliation, - dpv:Religion, - dpv:SocialStatus -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Purchase

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Purchase
Description:Information about purchases such as items bought e.g. grocery or clothing
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Purchase -
-
-
-

Purchases and Spending Habit

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PurchasesAndSpendingHabit
Description:Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Race

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Race
Description:Information about race or racial history.
Subclass Of: - dpv:Ethnicity, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Reference

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Reference
Description:Information about references in the professional context
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Relationship

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Relationship
Description:Information about relationships and relationship history.
Subclass Of: - dpv:Family -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Religion

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Religion
Description:Information about religion, religious inclinations, and religious history.
Subclass Of: - dpv:PublicLife, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Religious Belief

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ReligiousBelief
Description:Information about religion and religious beliefs.
Subclass Of: - dpv:KnowledgeBelief, - dpv:SpecialCategoryPersonalData -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Retina

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Retina
Description:Information about retina and the retinal patterns.
Subclass Of: - dpv:Biometric -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Room Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:RoomNumber
Description:Information about location expressed as Room number or similar numbering systems
Subclass Of: - dpv:Location -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Salary

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Salary
Description:Information about salary
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Sale

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Sale
Description:Information about sales e.g. selling of goods or services
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

School

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:School
Description:Information about school such as name of school, conduct, or grades obtained.
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Secret Text

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SecretText
Description: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.
Subclass Of: - dpv:Authenticating -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Service Consumption Behavior

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ServiceConsumptionBehavior
Description:Information about the consumption of a service, e.g. time and duration of consumption.
Subclass Of: - dpv:Behavioral -
Superclass Of: - dpv:TVViewingBehavior -
Source: - SPECIAL Project -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Rudy Jacob -
-
-
-

Sexual

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Sexual
Description:Information about sexuality and sexual history
Subclass Of: - dpv:External, - dpv:SpecialCategoryPersonalData -
Superclass Of: - dpv:Fetish, - dpv:Proclivitie, - dpv:SexualHistory, - dpv:SexualPreference -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Sexual History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SexualHistory
Description:Information about sexual history
Subclass Of: - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Sexual Preference

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SexualPreference
Description:Information about sexual preferences
Subclass Of: - dpv:Sexual -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Sibling

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Sibling
Description:Information about sibling(s).
Subclass Of: - dpv:FamilyStructure -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Skin Tone

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SkinTone
Description:Information about skin tone
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Social

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Social
Description:Information about social aspects such as family, public life, or professional networks.
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Communication, - dpv:Criminal, - dpv:Family, - dpv:Professional, - dpv:PublicLife, - dpv:SocialNetwork -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Social Media Communication

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SocialMediaCommunication
Description:Information about social media communication, including the communication itself and metadata.
Subclass Of: - dpv:Communication -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:Social -
-
-
-

Social Network

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SocialNetwork
Description:Information about friends or connections expressed as a social network
Subclass Of: - dpv:Social -
Superclass Of: - dpv:Acquantaince, - dpv:Association, - dpv:Connection, - dpv:Friend, - dpv:GroupMembership -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Social Status

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SocialStatus
Description:Information about social status
Subclass Of: - dpv:PublicLife -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Special Category Personal Data

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:SpecialCategoryPersonalData
Description:Personal data belonging to one of 'special categories' that are more sensitive and require additional measures
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Biometric, - dpv:EthnicOrigin, - dpv:MedicalHealth, - dpv:PhilosophicalBelief, - dpv:PoliticalAffiliation, - dpv:Race, - dpv:Religion, - dpv:ReligiousBelief, - dpv:Sexual -
Source: - GDPR Art.9-1 -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Tattoo

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Tattoo
Description:Information about tattoos
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Tax

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Tax
Description:Information about financial tax e.g. tax records or tax due
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Telephone Number

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:TelephoneNumber
Description:Information about telephone number.
Subclass Of: - dpv:Contact -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Thought

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Thought
Description:Information about thoughts
Subclass Of: - dpv:KnowledgeBelief -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Tracking

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Tracking
Description:Information used to track an individual or group e.g. location or email
Subclass Of: - dpv:PersonalDataCategory -
Superclass Of: - dpv:Contact, - dpv:DeviceBased, - dpv:Location -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Transaction

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Transaction
Description:Information about financial transactions e.g. bank transfers
Subclass Of: - dpv:Transactional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Transactional

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Transactional
Description:Information about a purchasing, spending or income
Subclass Of: - dpv:Financial -
Superclass Of: - dpv:Credit, - dpv:Income, - dpv:LoanRecord, - dpv:Purchase, - dpv:PurchasesAndSpendingHabit, - dpv:Sale, - dpv:Tax, - dpv:Transaction -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

TV Viewing Behavior

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:TVViewingBehavior
Description:Information about TV viewing behavior, such as timestamps of channel change, duration of viewership, content consumed
Subclass Of: - dpv:ServiceConsumptionBehavior -
Source: - SPECIAL Project -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Rudy Jacob -
-
-
-

UID

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:UID
Description:Information about unique identifiers.
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
See Also: - svd:UniqueId -
-
-
-

Username

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Username
Description:Information about usernames.
Subclass Of: - dpv:Identifying -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Voice Communication Recording

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:VoiceCommunicationRecording
Description:Information about vocal recorded communication (e.g. telephony, VoIP)
Subclass Of: - dpv:Communication -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Voice Mail

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:VoiceMail
Description:Information about voice mail messages.
Subclass Of: - dpv:Communication -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Weight

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Weight
Description:Information about physical weight
Subclass Of: - dpv:PhysicalCharacteristic -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
-
-

Work History

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:WorkHistory
Description:Information about work history in a professional context
Subclass Of: - dpv:Professional -
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra -
-
- -
-
- -
-

Purposes

-

Concepts related to Purposes are available as an individual module here.

-

DPV at the moment defines a hierarchically organized taxonomy of generic categories of purposes (for processing of personal data). Regulations, such as GDPR, require the purpose to be declared in a specific and understandable manner. We therefore suggest to declare the purpose being used as an instance of one or several dpv:Purpose categories and to always declare the specific purpose with a human readable description (e.g. by using rdfs:label and rdfs:comment).

- -

DPV provides a way to indicate purposes are restricted or fall within a specific business sector using the class [=Sector=] and the property [=hasSector=]. Hierarchies for defining business sectors include NACE maintained by EU [[NACE]], NAICS maintained by USA [[NAICS]], ISIC maintained by UN [[ISIC]], and GICS maintained by commercial organisations MSCI and S&P [[GICS]]. Multiple classifications can be used through mappings between sector codes such as the NACE to NAICS alignment provided by EU [[NACE-NAICS]].

-

We provide an interpretation of the NACE revision 2 codes which uses rdfs:subClassOf to specify the hierarchy, available here. The NACE codes have the namespace dpv-nace and are represented as dpv-nace:NACE-CODE.

- -

Purposes can be further restricted to specific contexts using the [=Context=] and the property [=hasContext=]. In this case, 'context' refers to a generic context which can be expanded as applicable within an use-case or domain.

-
- DPV purpose vocabulary -
Concepts for Purposes in DPV
-
-

For using purposes, we suggest selecting the most appropriate or applicable purpose over more abstract ones by selecting or extending the relevant classes in the purpose taxonomy. For example, the purpose [=ServiceOptimization=] is further sub-classed to indicate optimisation for consumer as [=OptimisationForConsumer=] and for controller as [=OptimisationForController=].

-

The following is an overview of the concepts within the purpose taxonomy:

- - - - - - - - - - - - - - - - - - - - - - - - - -
ClassPropertyDescription
[=Purpose=][=hasPurpose=]Indicate purpose
[=Sector=][=hasSector=]Indicate sector of organisation or restrict purpose to sector
[=Context=][=hasContext=]Indicate context or restrict purpose to context
-
-

Classes

-

- Academic Research | - Access Control | - Advertising | - Commercial Interest | - Commercial Research | - Communication for Customer Care | - Context | - Create Event Recommendations | - Create Personalized Recommendations | - Create Product Recommendations | - Customer Care | - Delivery of Goods | - Direct Marketing | - Fraud Prevention and Detection | - Identity Verification | - Improve Existing Products and Services | - Improve Internal CRM Processes | - Increase Service Robustness | - Internal Resource Optimisation | - Legal Compliance | - Marketing | - Non-Commercial Research | - Optimisation for Consumer | - Optimisation for Controller | - Optimise User Interface | - Payment | - Personalised Advertising | - Personalised Benefits | - Registration and Authentication | - Research and Development | - Sector | - Security | - Sell Data to Third Parties | - Sell Insights from Data | - Sell Products to Data Subject | - Sell Targetted Advertisements | - Service Optimization | - Service Personalization | - Service Provision | - Social Media | - Analytics | - User Interface Personalisation | -

- -
-

Academic Research

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AcademicResearch
Description:conduct or assist with research conducted in an academic context e.g. within universities
Subclass Of: - dpv:ResearchAndDevelopment -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Education -
-
-
-

Access Control

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AccessControl
Description:conduct or enforce access control
Subclass Of: - dpv:Security -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Login -
-
-
-

Advertising

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Advertising
Description:carry out advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication.
Subclass Of: - dpv:Marketing -
Superclass Of: - dpv:PersonalisedAdvertising -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Commercial Interest

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CommercialInterest
Description:carry out activities with a commercial interest i.e. of profit or benefit to the Controller
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:Marketing, - dpv:SellDataToThirdParties, - dpv:SellInsightsFromData, - dpv:SellProductsToDataSubject, - dpv:SellTargettedAdvertisements -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Commercial Research

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CommercialResearch
Description:conduct research in a commercial setting e.g. in a company
Subclass Of: - dpv:ResearchAndDevelopment -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Develop -
-
-
-

Communication for Customer Care

- - - - - - - - - - - - - - - - - - - - - - - -
Term:CommunicationForCustomerCare
Description:communicate with users via email, phone, sms, chat or push messages regarding your requests.
Subclass Of: - dpv:CustomerCare -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Context

- - - - - - - - - - - - - - - - - - - -
Term:Context
Description:The 'context' or 'scope' of the purpose, e.g. restriction to a certain business sector
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Create Event Recommendations

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreateEventRecommendations
Description:create and provide personalised recommendations for events
Subclass Of: - dpv:CreatePersonalizedRecommendations -
Source: - SPECIAL Project -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Rudy Jacob -
-
-
-

Create Personalized Recommendations

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreatePersonalizedRecommendations
Description:create and provide personalised recommendations
Subclass Of: - dpv:ServicePersonalization -
Superclass Of: - dpv:CreateEventRecommendations, - dpv:CreateProductRecommendations -
Source: - SPECIAL Project -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Rudy Jacob -
-
-
-

Create Product Recommendations

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CreateProductRecommendations
Description:create product recommendations e.g. suggest similar products
Subclass Of: - dpv:CreatePersonalizedRecommendations -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Marketing -
-
-
-

Customer Care

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CustomerCare
Description:provide assistance for customer complaints and satisfaction
Subclass Of: - dpv:ServiceProvision -
Superclass Of: - dpv:CommunicationForCustomerCare -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Feedback -
-
-
-

Delivery of Goods

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DeliveryOfGoods
Description:deliver goods and services
Subclass Of: - dpv:RequestedServiceProvision -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Delivery -
-
-
-

Direct Marketing

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DirectMarketing
Description:carry out direct marketing i.e. marketing communicated directly to the individual
Subclass Of: - dpv:Marketing -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Fraud Prevention and Detection

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:FraudPreventionAndDetection
Description:detect and prevent fraud
Subclass Of: - dpv:Security -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Government -
-
-
-

Identity Verification

- - - - - - - - - - - - - - - - - - - - - - - -
Term:IdentityVerification
Description:verify and authorise identity
Subclass Of: - dpv:Security -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Improve Existing Products and Services

- - - - - - - - - - - - - - - - - - - - - - - -
Term:ImproveExistingProductsAndServices
Description:improve existing products and services
Subclass Of: - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Improve Internal CRM Processes

- - - - - - - - - - - - - - - - - - - - - - - -
Term:ImproveInternalCRMProcesses
Description:improve customer-relationship management (CRM) processes
Subclass Of: - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Increase Service Robustness

- - - - - - - - - - - - - - - - - - - - - - - -
Term:IncreaseServiceRobustness
Description:improve the robustness and resilience of services
Subclass Of: - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Internal Resource Optimisation

- - - - - - - - - - - - - - - - - - - - - - - -
Term:InternalResourceOptimisation
Description:optimise internal resources used by the organisation e.g. resource usage
Subclass Of: - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Legal Compliance

- - - - - - - - - - - - - - - - - - - - - - - -
Term:LegalCompliance
Description:fulfill obligations or requirements towards achieving compliance with law or regulations.
Subclass Of: - dpv:Purpose -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Marketing

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Marketing
Description:carry out marketing i.e. promoting, selling, and distributing a product or service
Subclass Of: - dpv:CommercialInterest -
Superclass Of: - dpv:Advertising, - dpv:DirectMarketing, - dpv:SocialMediaMarketing -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Non-Commercial Research

- - - - - - - - - - - - - - - - - - - - - - - -
Term:NonCommercialResearch
Description:conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)
Subclass Of: - dpv:ResearchAndDevelopment -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Optimisation for Consumer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:OptimisationForConsumer
Description:optimise activities and services for the consumer or user
Subclass Of: - dpv:ServiceOptimization -
Superclass Of: - dpv:OptimiseUserInterface -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
See Also: - svpu:Custom -
-
-
-

Optimisation for Controller

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:OptimisationForController
Description:optimise activities and services for the Controller
Subclass Of: - dpv:ServiceOptimization -
Superclass Of: - dpv:ImproveExistingProductsAndServices, - dpv:ImproveInternalCRMProcesses, - dpv:IncreaseServiceRobustness, - dpv:InternalResourceOptimisation -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Optimise User Interface

- - - - - - - - - - - - - - - - - - - - - - - -
Term:OptimiseUserInterface
Description:optimise interfaces presented to the user
Subclass Of: - dpv:OptimisationForConsumer -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Payment

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Payment
Description:process users’ payment transactions.
Subclass Of: - dpv:ServiceProvision -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Personalised Advertising

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalisedAdvertising
Description:provide personalised advertising
Subclass Of: - dpv:Advertising, - dpv:ServicePersonalization -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Personalised Benefits

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PersonalisedBenefits
Description:personalise benefits received by the user
Subclass Of: - dpv:ServicePersonalization -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Registration and Authentication

- - - - - - - - - - - - - - - - - - - - - - - -
Term:RegistrationAuthentication
Description:register, authenticate, and identify in context of a service.
Subclass Of: - dpv:ServiceProvision -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Research and Development

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ResearchAndDevelopment
Description:conduct research and development for new methods, products, or services
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:AcademicResearch, - dpv:CommercialResearch, - dpv:NonCommercialResearch -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sector

- - - - - - - - - - - - - - - - - - - -
Term:Sector
Description:The 'sector' or 'domain' of a purpose e.g. Agriculture, Advertising
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Security

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Security
Description:ensure and enforce security e.g. of data
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:AccessControl, - dpv:FraudPreventionAndDetection, - dpv:IdentityVerification -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sell Data to Third Parties

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SellDataToThirdParties
Description:sell data or information to third parties
Subclass Of: - dpv:CommercialInterest -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sell Insights from Data

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SellInsightsFromData
Description:sell or commercially provide insights obtained from analysis of data
Subclass Of: - dpv:CommercialInterest -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sell Products to Data Subject

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SellProductsToDataSubject
Description:sell products or services
Subclass Of: - dpv:CommercialInterest -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Sell Targetted Advertisements

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SellTargettedAdvertisements
Description:sell or provide targetted advertisements
Subclass Of: - dpv:CommercialInterest -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Service Optimization

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ServiceOptimization
Description:optimise service or activity
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:OptimisationForConsumer, - dpv:OptimisationForController -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Service Personalization

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ServicePersonalization
Description:personalise service or activity
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:CreatePersonalizedRecommendations, - dpv:PersonalisedAdvertising, - dpv:PersonalisedBenefits, - dpv:UserInterfacePersonalisation -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Service Provision

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ServiceProvision
Description:provide service or activity
Subclass Of: - dpv:Purpose -
Superclass Of: - dpv:CustomerCare, - dpv:Payment, - dpv:RegistrationAuthentication, - dpv:UsageAnalytics -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
-
-

Social Media

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SocialMediaMarketing
Description:market through and on social media.
Subclass Of: - dpv:Marketing -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Analytics

- - - - - - - - - - - - - - - - - - - - - - - -
Term:UsageAnalytics
Description:calculate, analyse, and report user behaviour and events for a service or product.
Subclass Of: - dpv:ServiceProvision -
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

User Interface Personalisation

- - - - - - - - - - - - - - - - - - - - - - - -
Term:UserInterfacePersonalisation
Description:personalise interfaces presented to the user
Subclass Of: - dpv:ServicePersonalization -
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal -
-
- -
-
-

Properties

-

- has context | - has sector | -

- -
-

has context

- - - - - - - - - - - - - - - - - - - -
Term:hasContext
Description:Indicates a purpose is restricted to the specified context(s)
Status:accepted
Created:
-
-
-

has sector

- - - - - - - - - - - - - - - - - - - -
Term:hasSector
Description:Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)
Status:accepted
Created:
-
- -
-
- -
-

Processing Categories

-

Concepts related to Processing are available as an individual module here.

-

DPV provides a hierarchy of classes to specify the operations associated with the processing of personal data. Declaring the processing or processing categories associated with personal data is required by regulations such as the GDPR. Processing operations (e.g. collect, share, and use) can have specific constraints or obligations which makes it necessary to accurately represent them. While the term ‘use’ is liberally used to refer to a broad range of processing categories in privacy notices, we suggest to select and use appropriate terms to accurately reflect the nature of processing where applicable.

-
- DPV processing vocabulary -
Concepts for Processing in DPV
-
-

There are a variety of terms used for describing processing operations depending on specific interpretations within the technological, legal, or sociological domain. We consolidate these terms and define the following 'top-level' concepts to create a hierarchical taxonomy for categories of processing: [=Disclose=], [=Copy=], [=Obtain=], [=Remove=], [=Store=], [=Transfer=], [=Transform=], and [=Use=]. Each of these are then further expanded using subclasses within the taxonomy.

-

Although the DPV taxonomy of processing categories includes terms mentioned in the definition of processing in GDPR (Article 4-2), their interpretation is based on common understanding (i.e. dictionary definition) and legal interpretation. Where the interpretation of a term differs significantly within a jurisdiction, it is advisable to declare it in a separate vocabulary as an extension to the DPV, similar to DPV-GDPR. An example of where terms differ between common understanding and jurisdiction-dependent definitions is the term 'sell' mentioned within the California Consumer Protection Act (2018) 1798.140(t), which includes "selling, renting, releasing, disclosing, disseminating, making available, transferring, or otherwise communicating".

-

Along with information about the processing 'operation', regulations (e.g. GDPR) also require additional information such as scale of processing, extent of automation and human involvement, source of data, consequences, and algorithmic logic. DPV declares such concepts as top-level classes which can be used in combination with the processing (or other concepts such as purposes) to indicate their application.

-

Terms such as evaluation or scoring are defined within the processing categories because they relate to the specific operations or activities taking place over personal data. This is not to be confused as indicating a purpose, since they still need to be applied or defined towards a specific 'purpose' for the processing. For example, consider an use-case for scoring an individual for rankings in an online competition - here the 'scoring' is indicative of the processing operations while 'rankings' is the purpose.

-

The following is an overview of the concepts provided within the DPV processing taxonomy:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassPropertyDescription
[=Processing=][=hasProcessing=]Specifies the processing operations over personal data
[=DataSource=][=hasDataSource=]Indicates source of personal data used in processing
[=SystematicMonitoring=]Specifies processing involves systematic monitoring (of data subjects)
[=EvaluationScoring=]Specifies processing involves evaluating or scoring (of data subjects)
[=MatchingCombining=]Specifies processing involves matching or combining of data
[=AutomatedDecisionMaking=]Specifies processing produces automated decisions (regarding data subjects)
[=LargeScaleProcessing=]Specifies processing takes place at 'large scales'
[=InnovativeUseOfNewTechnologies=]Specifies processing involves use of innovative and new technologies
[=hasAlgorithmicLogic=]Specifies the algorithmic logic for processing
[=hasConsequences=]Specifies consequences arising from processing
[=hasHumanInvolvement=]Specifies the extent of human involvement regarding processing
-
-

Classes

-

- Acquire | - Adapt | - Align | - Alter | - Analyse | - Anonymise | - Automated Decision Making | - Collect | - Combine | - Consult | - Copy | - Data Source | - Derive | - Destruct | - Disclose | - Disclose by Transmission | - Disseminate | - Erase | - Evaluation and Scoring | - Innovative Use of New Technologies | - Large Scale Processing | - Make Available | - Matching and Combining | - Move | - Obtain | - Organise | - Profiling | - Pseudo-Anonymise | - Record | - Remove | - Restrict | - Retrieve | - Share | - Store | - Structure | - Systematic Monitoring | - Transfer | - Transform | - Transmit | - Use | -

- -
-

Acquire

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Acquire
Description:to come into possession or control of the data
Subclass Of: - dpv:Obtain -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Adapt

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Adapt
Description:to modify the data, often rewritten into a new form for a new use
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Align

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Align
Description:to adjust the data to be in relation to another data
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Alter

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Alter
Description:to change the data without changing it into something else
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Analyse

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Analyse
Description:to study or examine the data in detail
Subclass Of: - dpv:Use -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Analyse -
-
-
-

Anonymise

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Anonymise
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
Subclass Of: - dpv:Transform -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Anonymize -
-
-
-

Automated Decision Making

- - - - - - - - - - - - - - - - - - - - - - - -
Term:AutomatedDecisionMaking
Description:Processing that involves automated decision making
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Collect

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Collect
Description:to gather data from someone
Subclass Of: - dpv:Obtain -
Source: - GDPR Art.4-2, - SPECIAL Project -
Created:
See Also: - svpr:Collect -
-
-
-

Combine

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Combine
Description:to join or merge data
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2, - SPECIAL Project -
Created:
See Also: - svpr:Aggregate -
-
-
-

Consult

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Consult
Description:to consult or query data
Subclass Of: - dpv:Use -
Source: - GDPR Art.4-2, - SPECIAL Project -
Created:
See Also: - svpr:Query -
-
-
-

Copy

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Copy
Description:to produce an exact reprodution of the data
Subclass Of: - dpv:Processing -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Copy -
-
-
-

Data Source

- - - - - - - - - - - - - - - - - - - -
Term:DataSource
Description:The source or origin of data
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit -
-
-
-

Derive

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Derive
Description:to create new derivative data from the original data
Subclass Of: - dpv:Transform -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Derive -
-
-
-

Destruct

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Destruct
Description:to process data in a way it no longer exists or cannot be repaired
Subclass Of: - dpv:Remove -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Disclose

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Disclose
Description:to make data known
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:DiscloseByTransmission, - dpv:Disseminate, - dpv:MakeAvailable, - dpv:Share, - dpv:Transmit -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Disclose by Transmission

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DiscloseByTransmission
Description:to disclose data by means of transmission
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Disseminate

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Disseminate
Description:to spread data throughout
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Erase

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Erase
Description:to delete data
Subclass Of: - dpv:Remove -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Evaluation and Scoring

- - - - - - - - - - - - - - - - - - - - - - - -
Term:EvaluationScoring
Description:Processing that involves evaluation and scoring of individuals
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Innovative Use of New Technologies

- - - - - - - - - - - - - - - - - - - - - - - -
Term:InnovativeUseOfNewTechnologies
Description:Processing that involves use of innovative and new technologies
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Large Scale Processing

- - - - - - - - - - - - - - - - - - - - - - - -
Term:LargeScaleProcessing
Description:Processing that takes place at large scales
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Make Available

- - - - - - - - - - - - - - - - - - - - - - - -
Term:MakeAvailable
Description:to transform or publish data to be used
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Matching and Combining

- - - - - - - - - - - - - - - - - - - - - - - -
Term:MatchingCombining
Description:Processing that involves matching and combining of personal data
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Move

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Move
Description:to move data from one location to another including deleting the original copy
Subclass Of: - dpv:Transfer -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Move -
-
-
-

Obtain

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Obtain
Description:to solicit or gather data from someone
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Acquire, - dpv:Collect, - dpv:Record -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Organise

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Organise
Description:to organize data for arranging or classifying
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Structure -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Profiling

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Profiling
Description:to create a profile that describes or represents a person
Subclass Of: - dpv:Use -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Pseudo-Anonymise

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PseudoAnonymise
Description:to replace personal identifiable information by artificial identifiers
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Record

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Record
Description:to make a record (especially media)
Subclass Of: - dpv:Obtain -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Remove

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Remove
Description:to destruct or erase data
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Destruct, - dpv:Erase -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Restrict

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Restrict
Description:to apply a restriction on the processsing of specific records
Subclass Of: - dpv:Transform -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Retrieve

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Retrieve
Description:to retrieve data, often in an automated manner
Subclass Of: - dpv:Use -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Share

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Share
Description:to give data (or a portion of it) to others
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Store

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Store
Description:to keep data for future use
Subclass Of: - dpv:Processing -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Structure

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Structure
Description:to arrange data according to a structure
Subclass Of: - dpv:Organise -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Systematic Monitoring

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SystematicMonitoring
Description:Processing that involves systematic monitoring of individuals
Source: - GDPR Art.4-2 -
Created:
Contributor(s): - Harshvardhan J. Pandit, - Piero Bonatti -
-
-
-

Transfer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Transfer
Description:to move data from one place to another
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Move -
Source: - SPECIAL Project -
Created:
See Also: - svpr:Transfer -
-
-
-

Transform

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Transform
Description:to change the form or nature of data
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Adapt, - dpv:Align, - dpv:Alter, - dpv:Anonymise, - dpv:Combine, - dpv:Derive, - dpv:PseudoAnonymise, - dpv:Restrict -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Transmit

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Transmit
Description:to send out data
Subclass Of: - dpv:Disclose -
Source: - GDPR Art.4-2 -
Created:
-
-
-

Use

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Use
Description:to use data
Subclass Of: - dpv:Processing -
Superclass Of: - dpv:Analyse, - dpv:Consult, - dpv:Profiling, - dpv:Retrieve -
Source: - GDPR Art.4-2 -
Created:
-
- -
-
-

Properties

-

- has algorithmic logic | - has consequences | - has data source | - has human involvement | -

- -
-

has algorithmic logic

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasAlgorithmicLogic
Description:Indicates the logic used in processing such as for automated decision making
Status:accepted
Created:
Contributor(s): - Georg P. Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

has consequences

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasConsequences
Description:Indicates consequences of processing such as those for Data Subjects in relation to automated decision making
Status:accepted
Created:
Contributor(s): - Georg P. Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

has data source

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasDataSource
Description:Indicates the source or origin of data being processed
Status:accepted
Created:
Contributor(s): - Georg P. Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

has human involvement

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasHumanInvolvement
Description:Indicates Involvement of humans in processing such as within automated decision making process
Status:accepted
Created:
Contributor(s): - Georg P. Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
- -
-
- -
-

Technical and Organisational Measures

-

Concepts related to Technical and Organisational Measures are available as an individual module here.

-

Technical and Organisational measures consist of activities, processes, or procedures used in connection with ensuring data protection, carrying out processing in a secure manner, and complying with legal obligations. Such measures are required by regulations depending on the context of processing involving personal data. For example, GDPR (Article 32) states implementing appropriate measures by taking into account the state of the art, the costs of implementation and the nature, scope, context and purposes of processing, as well as risks, rights and freedoms. Specific examples of measures in the article include:

-
    -
  1. the pseudonymisation and encryption of personal data
  2. -
  3. the ability to ensure the ongoing confidentiality, integrity, availability and resilience of processing systems and services
  4. -
  5. the ability to restore the availability and access to personal data in a timely manner in the event of a physical or technical incident
  6. -
  7. a process for regularly testing, assessing and evaluating the effectiveness of technical and organisational measures for ensuring the security of the processing
  8. -
-
- DPV Technical and Organisational Measures vocabulary -
Concepts for Technical and Organisational Measures in DPV
-
-

To represent these requirements, the DPV defines a hierarchical taxonomy of technical and organisational measures through the top-level concept of [=TechnicalOrganisationalMeasure=], which is further distinguished as [=TechnicalMeasure=] and [=OrganisationalMeasure=]. A technical measure is an implementation detail or technology used to achieve a specific goal or objective, such as an authentication protocol used to validate identity. In contrast, an organisational measure is a process or procedure used by the organisation, for example an authorisation procedure to decide who should be granted access within an organisation.

-

Measures can be associated using the generic property [=measureImplementedBy=]. The value or object of this property can be an IRI (or URL) representing a specific measure or standard used to implement it, or a String representing relevant information.

-

In the future, we plan to provide a collection of terms and URIs for specifying standards (e.g. ISO) and best practices (e.g. certifications, seals). Whether this should be provided within the DPV itself or as a separate extension similar to DPV-GDPR is to be decided. We welcome participation and contributions for this work.

-

DPV provides specific measures for storage of personal data in the form of [=StorageRestriction=], with specialised variants for duration as [=StorageDuration=], location as [=StorageLocation=], deletion as [=StorageDeletion=], and restoration as [=StorageRestoration=].

-

The generic properties [=hasStorage=], [=hasLocation=], and [=hasDuration=] enable representing information about storage, location, and duration respectively. These can be used to specify restrictions or conditions, such as for storage of personal data, its processing, or information about recipients.

-

For indicating the mitigation of [=Risk=], DPV provides [=RiskMitigationMeasure=] as a top-level concept within the Technical and Organisational measures taxonomy. The property [=mitigatesRisk=] is used to indicate the relationship between risk and its mitigation.

-

The following provides an overview of the important top-level concepts within the Technical and Organisational measures taxonomy:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassPropertyDescription
[=TechnicalOrganisationalMeasure=][=hasTechnicalOrganisationalMeasure=]Specifies the technical and organisational measures utilised or applicable
[=measureImplementedBy=]Specifies the implementation details of measure
[=RiskMitigationMeasure=][=mitigatesRisk=]Specifies use of measure to mitigate risks
[=StorageRestriction=]Specifies restriction on storage of personal data
[=StorageDuration=]Specifies restriction on duration of storage
[=StorageLocation=]Specifies restriction on location of storage
[=StorageDeletion=]Specifies restriction on deletion of storage
[=hasStorage=]Specifies information about storage
[=hasLocation=]Specifies information about location
[=hasDuration=]Specifies information about duration
-
-

Classes

-

- Access Control Method | - Anonymization | - Authentication Protocols | - Authorisation Procedure | - Certification | - Certification and Seal | - Code of Conduct | - Consultation | - Consultation with Authority | - Contract | - De-Identification | - Design Standard | - Data Protection Impact Assessment (DPIA) | - Encryption in Rest | - Encryption in Transfer | - GuidelinesPrinciple | - Impact Assessment | - Legal Agreement | - Non-Disclosure Agreement (NDA) | - Organisational Measure | - Privacy Impact Assessment | - Privacy by Default | - Privacy by Design | - Pseudo-Anonymization | - Pseudonymisation and Encryption | - Regularity of Re-certification | - Risk Management Procedure | - Risk Mitigation Measure | - Seal | - Single Sign On | - Staff Training | - Storage Deletion | - Storage Duration | - Storage Location | - Storage Restoration | - Storage Restriction | - Technical Measure | -

- -
-

Access Control Method

- - - - - - - - - - - - - - - - - - - - - - - -
Term:AccessControlMethod
Description:Methods which restrict access to a place or resource
Subclass Of: - dpv:TechnicalMeasure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Anonymization

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Anonymization
Description: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
Subclass Of: - dpv:PseudoAnonymization -
Source: - GDPR Art.4-5 -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Authentication Protocols

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:AuthenticationProtocols
Description:Protocols involving validation of identity i.e. authentication of a person or information
Subclass Of: - dpv:TechnicalMeasure -
Superclass Of: - dpv:SingleSignOn -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Authorisation Procedure

- - - - - - - - - - - - - - - - - - - - - - - -
Term:AuthorisationProcedure
Description:Procedures for determining authorisation through permission or authority
Subclass Of: - dpv:OrganisationalMeasure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Certification

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Certification
Description:Certification mechanisms, seals, and marks for the purpose of demonstrating compliance
Subclass Of: - dpv:CertificationSeal -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Certification and Seal

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:CertificationSeal
Description:Certifications, seals, and marks indicating compliance to regulations or practices
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:Certification, - dpv:Seal -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Code of Conduct

- - - - - - - - - - - - - - - - - - - - - - - -
Term:CodeOfConduct
Description:A set of rules or procedures outlining the norms and practices for conducting activities
Subclass Of: - dpv:GuidelinesPrinciple -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Consultation

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Consultation
Description:Consultation is a process of receiving feedback, advice, or opinion from an external agency
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:ConsultationWithAuthority -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Consultation with Authority

- - - - - - - - - - - - - - - - - - - - - - - -
Term:ConsultationWithAuthority
Description:Consultation with an authority or authoritative entity
Subclass Of: - dpv:Consultation -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Contract

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Contract
Description:Contractual terms governing data handling within the data controller
Subclass Of: - dpv:LegalAgreement -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

De-Identification

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DeIdentification
Description:Conversion of identifiable personal data (PII) to un-identifiable personal data
Subclass Of: - dpv:PseudoAnonymization -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Design Standard

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DesignStandard
Description:A set of rules or guidelines outlining criterias for design
Subclass Of: - dpv:GuidelinesPrinciple -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Data Protection Impact Assessment (DPIA)

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DPIA
Description:A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals
Subclass Of: - dpv:ImpactAssessment -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Encryption in Rest

- - - - - - - - - - - - - - - - - - - - - - - -
Term:EncryptionInRest
Description:Encryption of data when being stored (persistent encryption)
Subclass Of: - dpv:PseudonymisationEncryption -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Encryption in Transfer

- - - - - - - - - - - - - - - - - - - - - - - -
Term:EncryptionInTransfer
Description:Encryption of data in transit e.g. when being transferred from one location to another, including sharing
Subclass Of: - dpv:PseudonymisationEncryption -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

GuidelinesPrinciple

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:GuidelinesPrinciple
Description:Guidelines or Principles regarding processing and operational measures
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:CodeOfConduct, - dpv:DesignStandard, - dpv:PrivacyByDefault -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Impact Assessment

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ImpactAssessment
Description:Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments.
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:DPIA, - dpv:PIA -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Legal Agreement

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:LegalAgreement
Description:A legally binding agreement
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:Contract, - dpv:NDA -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Non-Disclosure Agreement (NDA)

- - - - - - - - - - - - - - - - - - - - - - - -
Term:NDA
Description:Non-disclosure Agreements e.g. preserving confidentiality of information
Subclass Of: - dpv:LegalAgreement -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Organisational Measure

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:OrganisationalMeasure
Description:Organisational measures required/followed when processing data of the declared category
Subclass Of: - dpv:TechnicalOrganisationalMeasure -
Superclass Of: - dpv:AuthorisationProcedure, - dpv:CertificationSeal, - dpv:Consultation, - dpv:GuidelinesPrinciple, - dpv:ImpactAssessment, - dpv:LegalAgreement, - dpv:RiskManagementProcedure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Privacy Impact Assessment

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PIA
Description:Carrying out an impact assessment regarding privacy risks
Subclass Of: - dpv:ImpactAssessment -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Privacy by Default

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PrivacyByDefault
Description:Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service
Subclass Of: - dpv:GuidelinesPrinciple -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Privacy by Design

- - - - - - - - - - - - - - - - - - - - - - - -
Term:PrivacyByDesign
Description:Practices regarding incorporating data protection and privacy in the design of information and services
Subclass Of: - dpv:RiskManagementProcedure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Pseudo-Anonymization

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PseudoAnonymization
Description: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;
Subclass Of: - dpv:PseudonymisationEncryption -
Superclass Of: - dpv:Anonymization, - dpv:DeIdentification -
Source: - GDPR Art.4-5 -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Pseudonymisation and Encryption

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:PseudonymisationEncryption
Description:Technical measures consisting of pseudoanonymization and encryption
Subclass Of: - dpv:TechnicalMeasure -
Superclass Of: - dpv:EncryptionInRest, - dpv:EncryptionInTransfer, - dpv:PseudoAnonymization -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Regularity of Re-certification

- - - - - - - - - - - - - - - - - - - - - - - -
Term:RegularityOfRecertification
Description:Policy regarding repetition or renewal of existing certification(s)
Subclass Of: - dpv:RiskManagementProcedure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Risk Management Procedure

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:RiskManagementProcedure
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.
Subclass Of: - dpv:OrganisationalMeasure -
Superclass Of: - dpv:PrivacyByDesign, - dpv:RegularityOfRecertification, - dpv:StaffTraining -
Source: - ISO 31000 -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Risk Mitigation Measure

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

Seal

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Seal
Description:A seal or a mark indicating proof of certification to some certification or standard
Subclass Of: - dpv:CertificationSeal -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Single Sign On

- - - - - - - - - - - - - - - - - - - - - - - -
Term:SingleSignOn
Description:Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts.
Subclass Of: - dpv:AuthenticationProtocols -
Created:
Contributor(s): - Georg P Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Staff Training

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StaffTraining
Description:Practices and policies regarding training of staff members
Subclass Of: - dpv:RiskManagementProcedure -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Deletion

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageDeletion
Description:Deletion or Erasure of data including any deletion guarantees
Subclass Of: - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Duration

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageDuration
Description:Duration or temporal entity denoting limitation on storage of personal data
Subclass Of: - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Location

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageLocation
Description:Location or geospatial scope where the data is stored
Subclass Of: - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Restoration

- - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageRestoration
Description:Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved
Subclass Of: - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Storage Restriction

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:StorageRestriction
Description:Restrictions required or followed regarding storage of data
Subclass Of: - dpv:TechnicalMeasure -
Superclass Of: - dpv:StorageDeletion, - dpv:StorageDuration, - dpv:StorageLocation, - dpv:StorageRestoration -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

Technical Measure

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:TechnicalMeasure
Description:Technical measures required/followed when processing data of the declared category
Subclass Of: - dpv:TechnicalOrganisationalMeasure -
Superclass Of: - dpv:AccessControlMethod, - dpv:AuthenticationProtocols, - dpv:PseudonymisationEncryption, - dpv:StorageRestriction -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
- -
-
-

Properties

-

- has duration | - has location | - has storage | - measure implemented by | - mitigates risk | -

- -
-

has duration

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasDuration
Description:Indicates information about duration
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

has location

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasLocation
Description:Indicates information about location
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

has storage

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:hasStorage
Description:Indicates information about storage
Status:accepted
Source: - SPECIAL Project -
Created:
Contributor(s): - Axel Polleres, - Harshvardhan J. Pandit, - Mark Lizar, - Rob Brennan -
-
-
-

measure implemented by

- - - - - - - - - - - - - - - - - - - - - - - -
Term:measureImplementedBy
Description:a generic Property to describe how the measure is implemented
Status:accepted
Created:
Contributor(s): - Axel Polleres -
-
-
-

mitigates risk

- - - - - - - - - - - - - - - - - - - - - - - -
Term:mitigatesRisk
Description:Indicates mitigation of risk(s)
Status:accepted
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
- -
-
- -
-

Entities

-

Concepts related to Entities are available as an individual module here.

-

Entities refer to individuals, organisations, institutions, authorities, agencies, or any similar 'actor'. Defining and representing them is important given their rights and responsibilities under legal obligations. To represent such entities, DPV defines the [=LegalEntity=] class as a generic concept which if further extended to represent the different categories of entities.

-
- DPV Entities vocabulary -
Concepts for Entities in DPV
-
-

The DPV core vocabulary includes the concepts of [=DataSubject=], [=DataController=], and [=Recipient=] which are subclasses of [=LegalEntity=]. Consequently, they are not described in this section to avoid duplicity.

-

To describe the entities that act as recipients regarding personal data and its processing, the concepts of [=DataProcessor=], [=DataSubProcessor=], and [=ThirdParty=] are defined. Defining recipients is important in the context of data protection and privacy as it allows tracking the entities personal data is shared/transfered with. The concepts of [=Child=] and [=VulnerableDataSubject=] represent specific categories of data subjects based on relevance in legal requirements. The concept [=Authority=] represents an entity with legal authority, and is extended to represent [=DataProtectionAuthority=] for a specific authority concerned with data protection and privacy. To represent an 'agent' of an organisation, the concept [=Representative=] is provided. Similarly, [=DataProtectionOfficer=] refers to a specific entity associated with monitoring data protection and privacy within (or on behalf of) an organisation.

-

The concept 'child' can be legally distinct from 'minor', although they are also used as synonyms in several cases. DPV uses 'child' as the commonly used term to signify an individual below a certain legally defined age. This is influenced from the use of the term 'child' within the GDPR and by CJEU in its judgements. It is important to note that the relevant age for determining a child (or a minor child) varies by jurisdiction.

-

To represent information about entities, DPV provides the following properties: [=hasName=] to indicate name, [=hasAddress=] to indicate address, [=hasContact=] to indicate contact or communication channels, [=hasIdentifier=] to indicate an identifier associated with the entity, and [=hasRepresentative=] to indicate an 'agent' or representative of the entity.

-
-

Classes

-

- Authority | - Child | - Data Processor | - Data Protection Authority | - Data Protection Officer | - Data Sub-Processor | - Legal Entity | - Representative | - Third Party | - Vulnerable Data Subject | -

- -
-

Authority

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Authority
Description:An authority with the power to create or enforce laws, or determine their compliance.
Subclass Of: - dpv:LegalEntity -
Superclass Of: - dpv:DataProtectionAuthority -
Created:
Contributor(s): - Georg Krog, - Harshvardhan Pandit, - Paul Ryan -
-
-
-

Child

- - - - - - - - - - - - - - - - - - - - - - - -
Term:Child
Description:A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
Subclass Of: - dpv:DataSubject -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Data Processor

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DataProcessor
Description:A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.
Subclass Of: - dpv:Recipient -
Superclass Of: - dpv:DataSubProcessor -
Source: - GDPR Art.4-8 -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Data Protection Authority

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DataProtectionAuthority
Description:An authority tasked with overseeing legal compliance regarding privacy and data protection laws.
Subclass Of: - dpv:Authority -
Created:
Contributor(s): - Georg Krog, - Harshvardhan Pandit, - Paul Ryan -
-
-
-

Data Protection Officer

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:DataProtectionOfficer
Description: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.
Subclass Of: - dpv:LegalEntity -
Source: - GDPR Art.37 -
Created:
Contributor(s): - Georg Krog, - Paul Ryan -
-
-
-

Data Sub-Processor

- - - - - - - - - - - - - - - - - - - - - - - -
Term:DataSubProcessor
Description:A 'sub-processor' is a processor engaged by another processor
Subclass Of: - dpv:DataProcessor -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Legal Entity

- - - - - - - - - - - - - - - - - - - -
Term:LegalEntity
Description:A human or non-human that constitute as a legally defined entity
Superclass Of: - dpv:Authority, - dpv:DataController, - dpv:DataProtectionOfficer, - dpv:DataSubject, - dpv:Recipient, - dpv:Representative -
Created:
-
-
-

Representative

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:Representative
Description:A representative of a legal entity
Subclass Of: - dpv:LegalEntity -
Source: - GDPR Art.27 -
Created:
Contributor(s): - Beatriz Esteves, - Georg Krog, - Harshvardhan J. Pandit, - Paul Ryan -
-
-
-

Third Party

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term:ThirdParty
Description: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.
Subclass Of: - dpv:Recipient -
Source: - GDPR Art.4-10 -
Created:
Contributor(s): - Harshvardhan J. Pandit -
-
-
-

Vulnerable Data Subject

- - - - - - - - - - - - - - - - - - - - - - - -
Term:VulnerableDataSubject
Description:Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards
Subclass Of: - dpv:DataSubject -
Created:
Contributor(s): - Georg Krog, - Harshvardhan Pandit, - Paul Ryan -
-
- -
-
-

Properties

-

- has address | - has contact | - has identifier | - has name | - has representative | -

- -
-

has address

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasAddress
Description:Specifies address of a legal entity such as street address or pin code
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
-
-

has contact

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasContact
Description:Specifies contact details of a legal entity such as phone or email
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
-
-

has identifier

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasIdentifier
Description:Specifies an identifier for the entity such as registeration number or official ID
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
-
-

has name

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasName
Description:Specifies name of a legal entity
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
-
-

has representative

- - - - - - - - - - - - - - - - - - - - - - - -
Term:hasRepresentative
Description:Specifies representative of the legal entity
Status:accepted
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J.Pandit, - Paul Ryan -
-
- -
-
- - - - -
- -
- - - \ No newline at end of file diff --git a/documentation-generator/jinja2_resources/links_label.json b/documentation-generator/jinja2_resources/links_label.json index c5678dde8..e3c729567 100644 --- a/documentation-generator/jinja2_resources/links_label.json +++ b/documentation-generator/jinja2_resources/links_label.json @@ -1 +1 @@ -{"https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj": "GDPR Art.4-1", "https://www.specialprivacy.eu/": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj": "GDPR Art.4-9g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj": "GDPR Art.4-7g", "https://www.w3.org/community/dpvcg/": "DPVCG", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj": "GDPR Art.9-1", "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten": "Belgian DPA ROPA Template", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj": "GDPR Art.4-2", "https://www.specialprivacy.eu/vocabs/processing": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj": "GDPR Art.4-5", "https://www.iso.org/iso-31000-risk-management.html": "ISO 31000", "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj": "GDPR Art.27", "http://purl.org/adms": "ADMS controlled vocabulary", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj": "GDPR Art.4-8", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj": "GDPR Art.4-10", "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en": "EDPB Recommendations 01/2020 on Data Transfers", "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj": "GDPR Art.37", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj": "GDPR Art.4-26", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj": "GDPR Art.6-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj": "GDPR Art.6-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj": "GDPR Art.6-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj": "GDPR Art.6-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj": "GDPR Art.6-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj": "GDPR Art.6-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj": "GDPR Art.9-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj": "GDPR Art.9-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj": "GDPR Art.9-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj": "GDPR Art.9-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj": "GDPR Art.9-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj": "GDPR Art.9-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj": "GDPR Art.9-2g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj": "GDPR Art.9-2h", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj": "GDPR Art.9-2i", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj": "GDPR Art.9-2j", "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj": "GDPR Art.45-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj": "GDPR Art.46-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj": "GDPR Art.46-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj": "GDPR Art.46-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj": "GDPR Art.46-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj": "GDPR Art.46-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj": "GDPR Art.46-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj": "GDPR Art.46-3a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj": "GDPR Art.46-3b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj": "GDPR Art.49-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj": "GDPR Art.49-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj": "GDPR Art.49-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj": "GDPR Art.49-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj": "GDPR Art.49-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj": "GDPR Art.49-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj": "GDPR Art.49-1g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj": "GDPR Art.49-2", "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj": "GDPR Art.13", "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj": "GDPR Art.14", "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj": "GDPR Art.15", "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj": "GDPR Art.16", "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj": "GDPR Art.17", "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj": "GDPR Art.18", "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj": "GDPR Art.19", "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj": "GDPR Art.20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj": "GDPR Art.21", "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj": "GDPR Art.22", "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj": "GDPR Art.7-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj": "GDPR Art.77", "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj": "GDPR Art.4-20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj": "GDPR Art.46", "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj": "Implementing Decision on SCC for Data Transfers", "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf": "EnterPrivacy Categories of Personal Information"} \ No newline at end of file +{"https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj": "GDPR Art.4-1", "https://specialprivacy.ercim.eu/": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj": "GDPR Art.4-9g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj": "GDPR Art.4-7g", "https://www.w3.org/community/dpvcg/": "DPVCG", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj": "GDPR Art.9-1", "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten": "Belgian DPA ROPA Template", "https://www.iso.org/iso-31000-risk-management.html": "ISO 31000", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj": "GDPR Art.4-2", "https://specialprivacy.ercim.eu/vocabs/processing": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj": "GDPR Art.4-5", "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj": "GDPR Art.27", "http://purl.org/adms": "ADMS controlled vocabulary", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj": "GDPR Art.4-8", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj": "GDPR Art.4-10", "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en": "EDPB Recommendations 01/2020 on Data Transfers", "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj": "GDPR Art.37", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj": "GDPR Art.4-26", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj": "GDPR Art.6-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj": "GDPR Art.6-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj": "GDPR Art.6-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj": "GDPR Art.6-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj": "GDPR Art.6-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj": "GDPR Art.6-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj": "GDPR Art.9-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj": "GDPR Art.9-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj": "GDPR Art.9-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj": "GDPR Art.9-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj": "GDPR Art.9-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj": "GDPR Art.9-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj": "GDPR Art.9-2g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj": "GDPR Art.9-2h", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj": "GDPR Art.9-2i", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj": "GDPR Art.9-2j", "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj": "GDPR Art.45-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj": "GDPR Art.46-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj": "GDPR Art.46-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj": "GDPR Art.46-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj": "GDPR Art.46-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj": "GDPR Art.46-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj": "GDPR Art.46-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj": "GDPR Art.46-3a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj": "GDPR Art.46-3b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj": "GDPR Art.49-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj": "GDPR Art.49-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj": "GDPR Art.49-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj": "GDPR Art.49-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj": "GDPR Art.49-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj": "GDPR Art.49-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj": "GDPR Art.49-1g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj": "GDPR Art.49-2", "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj": "GDPR Art.13", "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj": "GDPR Art.14", "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj": "GDPR Art.15", "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj": "GDPR Art.16", "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj": "GDPR Art.17", "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj": "GDPR Art.18", "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj": "GDPR Art.19", "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj": "GDPR Art.20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj": "GDPR Art.21", "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj": "GDPR Art.22", "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj": "GDPR Art.7-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj": "GDPR Art.77", "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj": "GDPR Art.4-20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj": "GDPR Art.46", "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj": "Implementing Decision on SCC for Data Transfers", "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf": "EnterPrivacy Categories of Personal Information"} \ No newline at end of file diff --git a/documentation-generator/jinja2_resources/template_dpv.jinja2 b/documentation-generator/jinja2_resources/template_dpv.jinja2 index a73a92532..ba5521219 100644 --- a/documentation-generator/jinja2_resources/template_dpv.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv.jinja2 @@ -12,7 +12,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", diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 index fbdae7dd3..dc465a5db 100644 --- a/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 @@ -12,7 +12,7 @@ var respecConfig = { shortName: "dpv-gdpr", title: "DPV-GDPR: GDPR Extension for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 index c4b05d17a..905483196 100644 --- a/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 @@ -12,7 +12,7 @@ var respecConfig = { shortName: "dpvo-gdpr", title: "DPVO-GDPR: GDPR Extension for DPV-OWL", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 index 6799d0e8b..00068d6a5 100644 --- a/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 @@ -12,7 +12,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/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 b/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 index 0108db23e..ecfbf9229 100644 --- a/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 @@ -12,7 +12,7 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 index d6ffb2064..854535dd1 100644 --- a/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 @@ -12,7 +12,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", diff --git a/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 index b5e401af0..6b628456a 100644 --- a/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 @@ -12,7 +12,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", diff --git a/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 index afd7cfb4c..2441eba55 100644 --- a/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 @@ -12,7 +12,7 @@ var respecConfig = { shortName: "dpvo-pd", title: "DPVO-PD: Extended Personal Data concepts for DPV-OWL", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 index e814f4d55..3db73ac14 100644 --- a/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 @@ -12,7 +12,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", diff --git a/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 index 1dd7a29ed..e933f00d8 100644 --- a/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 @@ -12,7 +12,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", diff --git a/documentation-generator/logs/999_all.txt b/documentation-generator/logs/999_all.txt index 5648727c8..e69de29bb 100644 --- a/documentation-generator/logs/999_all.txt +++ b/documentation-generator/logs/999_all.txt @@ -1,2546 +0,0 @@ -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing base module -DEBUG - :: 413 - there are 12 classes in base -DEBUG - add_triples_for_classes :: 241 - PersonalDataHandling -DEBUG - add_triples_for_classes :: 241 - PersonalData -DEBUG - add_triples_for_classes :: 241 - Processing -DEBUG - add_triples_for_classes :: 241 - Purpose -DEBUG - add_triples_for_classes :: 241 - Recipient -DEBUG - add_triples_for_classes :: 241 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 241 - LegalBasis -DEBUG - add_triples_for_classes :: 241 - DataSubject -DEBUG - add_triples_for_classes :: 241 - DataController -DEBUG - add_triples_for_classes :: 241 - Right -DEBUG - add_triples_for_classes :: 241 - DataSubjectRight -DEBUG - add_triples_for_classes :: 241 - Risk -DEBUG - :: 419 - there are 11 properties in base -DEBUG - add_triples_for_properties :: 282 - hasPersonalData -DEBUG - add_triples_for_properties :: 282 - hasProcessing -DEBUG - add_triples_for_properties :: 282 - hasPurpose -DEBUG - add_triples_for_properties :: 282 - hasRecipient -DEBUG - add_triples_for_properties :: 282 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 282 - hasLegalBasis -DEBUG - add_triples_for_properties :: 282 - hasDataSubject -DEBUG - add_triples_for_properties :: 282 - hasDataController -DEBUG - add_triples_for_properties :: 282 - hasRight -DEBUG - add_triples_for_properties :: 282 - hasRisk -DEBUG - add_triples_for_properties :: 282 - hasPersonalDataHandling -INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing personal_data module -DEBUG - :: 413 - there are 10 classes in personal_data -DEBUG - add_triples_for_classes :: 241 - PersonalData -DEBUG - add_triples_for_classes :: 241 - AnonymisedData -DEBUG - add_triples_for_classes :: 241 - DerivedPersonalData -DEBUG - add_triples_for_classes :: 241 - InferredPersonalData -DEBUG - add_triples_for_classes :: 241 - PseudoAnonymisedData -DEBUG - add_triples_for_classes :: 241 - SensitivePersonalData -DEBUG - add_triples_for_classes :: 241 - SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 241 - Data -DEBUG - add_triples_for_classes :: 241 - NonPersonalData -DEBUG - :: 419 - there are 1 properties in personal_data -DEBUG - add_triples_for_properties :: 282 - hasPersonalData -INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing purposes module -DEBUG - :: 413 - there are 67 classes in purposes -DEBUG - add_triples_for_classes :: 241 - Purpose -DEBUG - add_triples_for_classes :: 241 - AcademicResearch -DEBUG - add_triples_for_classes :: 241 - AccountManagement -DEBUG - add_triples_for_classes :: 241 - Advertising -DEBUG - add_triples_for_classes :: 241 - CommercialResearch -DEBUG - add_triples_for_classes :: 241 - CommunicationManagement -DEBUG - add_triples_for_classes :: 241 - CommunicationForCustomerCare -DEBUG - add_triples_for_classes :: 241 - CreateEventRecommendations -DEBUG - add_triples_for_classes :: 241 - CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 241 - CreateProductRecommendations -DEBUG - add_triples_for_classes :: 241 - CustomerCare -DEBUG - add_triples_for_classes :: 241 - CustomerClaimsManagement -DEBUG - add_triples_for_classes :: 241 - CustomerManagement -DEBUG - add_triples_for_classes :: 241 - CustomerOrderManagement -DEBUG - add_triples_for_classes :: 241 - CustomerRelationshipManagement -DEBUG - add_triples_for_classes :: 241 - CustomerSolvencyMonitoring -DEBUG - add_triples_for_classes :: 241 - DeliveryOfGoods -DEBUG - add_triples_for_classes :: 241 - DirectMarketing -DEBUG - add_triples_for_classes :: 241 - DisputeManagement -DEBUG - add_triples_for_classes :: 241 - EnforceAccessControl -DEBUG - add_triples_for_classes :: 241 - EnforceSecurity -DEBUG - add_triples_for_classes :: 241 - FraudPreventionAndDetection -DEBUG - add_triples_for_classes :: 241 - HumanResourceManagement -DEBUG - add_triples_for_classes :: 241 - IdentityVerification -DEBUG - add_triples_for_classes :: 241 - ImproveExistingProductsAndServices -DEBUG - add_triples_for_classes :: 241 - ImproveInternalCRMProcesses -DEBUG - add_triples_for_classes :: 241 - IncreaseServiceRobustness -DEBUG - add_triples_for_classes :: 241 - InternalResourceOptimisation -DEBUG - add_triples_for_classes :: 241 - LegalCompliance -DEBUG - add_triples_for_classes :: 241 - Marketing -DEBUG - add_triples_for_classes :: 241 - MemberPartnerManagement -DEBUG - add_triples_for_classes :: 241 - NonCommercialResearch -DEBUG - add_triples_for_classes :: 241 - OptimisationForConsumer -DEBUG - add_triples_for_classes :: 241 - OptimisationForController -DEBUG - add_triples_for_classes :: 241 - OptimiseUserInterface -DEBUG - add_triples_for_classes :: 241 - OrganisationComplianceManagement -DEBUG - add_triples_for_classes :: 241 - OrganisationGovernance -DEBUG - add_triples_for_classes :: 241 - OrganisationRiskManagement -DEBUG - add_triples_for_classes :: 241 - Payment -DEBUG - add_triples_for_classes :: 241 - Personalisation -DEBUG - add_triples_for_classes :: 241 - PersonalisedAdvertising -DEBUG - add_triples_for_classes :: 241 - PersonalisedBenefits -DEBUG - add_triples_for_classes :: 241 - PublicRelations -DEBUG - add_triples_for_classes :: 241 - RecordManagement -DEBUG - add_triples_for_classes :: 241 - RegistrationAuthentication -DEBUG - add_triples_for_classes :: 241 - RequestedServiceProvision -DEBUG - add_triples_for_classes :: 241 - ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 241 - Sector -DEBUG - add_triples_for_classes :: 241 - SellDataToThirdParties -DEBUG - add_triples_for_classes :: 241 - SellInsightsFromData -DEBUG - add_triples_for_classes :: 241 - SellProducts -DEBUG - add_triples_for_classes :: 241 - SellProductsToDataSubject -DEBUG - add_triples_for_classes :: 241 - ServiceOptimization -DEBUG - add_triples_for_classes :: 241 - ServicePersonalization -DEBUG - add_triples_for_classes :: 241 - ServiceProvision -DEBUG - add_triples_for_classes :: 241 - ServiceRecordManagement -DEBUG - add_triples_for_classes :: 241 - ServiceUsageAnalytics -DEBUG - add_triples_for_classes :: 241 - SocialMediaMarketing -DEBUG - add_triples_for_classes :: 241 - TechnicalServiceProvision -DEBUG - add_triples_for_classes :: 241 - UserInterfacePersonalisation -DEBUG - add_triples_for_classes :: 241 - VendorManagement -DEBUG - add_triples_for_classes :: 241 - VendorPayment -DEBUG - add_triples_for_classes :: 241 - VendorRecordsManagement -DEBUG - add_triples_for_classes :: 241 - VendorSelectionAssessment -DEBUG - :: 419 - there are 2 properties in purposes -DEBUG - add_triples_for_properties :: 282 - hasPurpose -DEBUG - add_triples_for_properties :: 282 - hasSector -INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing context module -DEBUG - :: 413 - there are 28 classes in context -DEBUG - add_triples_for_classes :: 241 - Context -DEBUG - add_triples_for_classes :: 241 - Importance -DEBUG - add_triples_for_classes :: 241 - PrimaryImportance -DEBUG - add_triples_for_classes :: 241 - SecondaryImportance -DEBUG - add_triples_for_classes :: 241 - Necessity -DEBUG - add_triples_for_classes :: 241 - Required -DEBUG - add_triples_for_classes :: 241 - Optional -DEBUG - add_triples_for_classes :: 241 - NotRequired -DEBUG - add_triples_for_classes :: 241 - Technology -DEBUG - add_triples_for_classes :: 241 - AlgorithmicLogic -DEBUG - add_triples_for_classes :: 241 - Consequence -DEBUG - add_triples_for_classes :: 241 - HumanInvolvement -DEBUG - add_triples_for_classes :: 241 - Duration -DEBUG - add_triples_for_classes :: 241 - Frequency -DEBUG - :: 419 - there are 13 properties in context -DEBUG - add_triples_for_properties :: 282 - hasContext -DEBUG - add_triples_for_properties :: 282 - isImplementedByEntity -DEBUG - add_triples_for_properties :: 282 - isImplementedUsingTechnology -DEBUG - add_triples_for_properties :: 282 - hasAlgorithmicLogic -DEBUG - add_triples_for_properties :: 282 - hasConsequence -DEBUG - add_triples_for_properties :: 282 - hasHumanInvolvement -DEBUG - add_triples_for_properties :: 282 - hasDuration -DEBUG - add_triples_for_properties :: 282 - hasIdentifier -DEBUG - add_triples_for_properties :: 282 - hasFrequency -INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing processing module -DEBUG - :: 413 - there are 34 classes in processing -DEBUG - add_triples_for_classes :: 241 - Processing -DEBUG - add_triples_for_classes :: 241 - Acquire -DEBUG - add_triples_for_classes :: 241 - Adapt -DEBUG - add_triples_for_classes :: 241 - Align -DEBUG - add_triples_for_classes :: 241 - Alter -DEBUG - add_triples_for_classes :: 241 - Analyse -DEBUG - add_triples_for_classes :: 241 - Anonymise -DEBUG - add_triples_for_classes :: 241 - Collect -DEBUG - add_triples_for_classes :: 241 - Combine -DEBUG - add_triples_for_classes :: 241 - Consult -DEBUG - add_triples_for_classes :: 241 - Copy -DEBUG - add_triples_for_classes :: 241 - Derive -DEBUG - add_triples_for_classes :: 241 - Destruct -DEBUG - add_triples_for_classes :: 241 - Disclose -DEBUG - add_triples_for_classes :: 241 - DiscloseByTransmission -DEBUG - add_triples_for_classes :: 241 - Disseminate -DEBUG - add_triples_for_classes :: 241 - Erase -DEBUG - add_triples_for_classes :: 241 - MakeAvailable -DEBUG - add_triples_for_classes :: 241 - Move -DEBUG - add_triples_for_classes :: 241 - Obtain -DEBUG - add_triples_for_classes :: 241 - Organise -DEBUG - add_triples_for_classes :: 241 - Profiling -DEBUG - add_triples_for_classes :: 241 - PseudoAnonymise -DEBUG - add_triples_for_classes :: 241 - Record -DEBUG - add_triples_for_classes :: 241 - Remove -DEBUG - add_triples_for_classes :: 241 - Restrict -DEBUG - add_triples_for_classes :: 241 - Retrieve -DEBUG - add_triples_for_classes :: 241 - Share -DEBUG - add_triples_for_classes :: 241 - Store -DEBUG - add_triples_for_classes :: 241 - Structure -DEBUG - add_triples_for_classes :: 241 - Transfer -DEBUG - add_triples_for_classes :: 241 - Transform -DEBUG - add_triples_for_classes :: 241 - Transmit -DEBUG - add_triples_for_classes :: 241 - Use -DEBUG - :: 419 - there are 1 properties in processing -DEBUG - add_triples_for_properties :: 282 - hasProcessing -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing processing_context module -DEBUG - :: 413 - there are 15 classes in processing_context -DEBUG - add_triples_for_classes :: 241 - ProcessingContext -DEBUG - add_triples_for_classes :: 241 - DataSource -DEBUG - add_triples_for_classes :: 241 - PublicDataSource -DEBUG - add_triples_for_classes :: 241 - NonPublicDataSource -DEBUG - add_triples_for_classes :: 241 - SystematicMonitoring -DEBUG - add_triples_for_classes :: 241 - EvaluationScoring -DEBUG - add_triples_for_classes :: 241 - MatchingCombining -DEBUG - add_triples_for_classes :: 241 - AutomatedDecisionMaking -DEBUG - add_triples_for_classes :: 241 - LargeScaleProcessing -DEBUG - add_triples_for_classes :: 241 - InnovativeUseOfNewTechnologies -DEBUG - add_triples_for_classes :: 241 - StorageDeletion -DEBUG - add_triples_for_classes :: 241 - StorageDuration -DEBUG - add_triples_for_classes :: 241 - StorageLocation -DEBUG - add_triples_for_classes :: 241 - StorageRestoration -DEBUG - add_triples_for_classes :: 241 - StorageCondition -DEBUG - :: 419 - there are 2 properties in processing_context -DEBUG - add_triples_for_properties :: 282 - hasDataSource -DEBUG - add_triples_for_properties :: 282 - hasStorage -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing technical_organisational_measures module -DEBUG - :: 413 - there are 50 classes in technical_organisational_measures -DEBUG - add_triples_for_classes :: 241 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 241 - TechnicalMeasure -DEBUG - add_triples_for_classes :: 241 - OrganisationalMeasure -DEBUG - add_triples_for_classes :: 241 - AccessControlMethod -DEBUG - add_triples_for_classes :: 241 - Anonymization -DEBUG - add_triples_for_classes :: 241 - Assessment -DEBUG - add_triples_for_classes :: 241 - AuthenticationProtocols -DEBUG - add_triples_for_classes :: 241 - AuthorisationProcedure -DEBUG - add_triples_for_classes :: 241 - Certification -DEBUG - add_triples_for_classes :: 241 - CertificationSeal -DEBUG - add_triples_for_classes :: 241 - CodeOfConduct -DEBUG - add_triples_for_classes :: 241 - Consultation -DEBUG - add_triples_for_classes :: 241 - ConsultationWithAuthority -DEBUG - add_triples_for_classes :: 241 - ContractualTerms -DEBUG - add_triples_for_classes :: 241 - CompleteAnonymisation -DEBUG - add_triples_for_classes :: 241 - ControllerProcessorAgreement -DEBUG - add_triples_for_classes :: 241 - DataProcessingAgreement -DEBUG - add_triples_for_classes :: 241 - DataProcessingRecords -DEBUG - add_triples_for_classes :: 241 - DataTransferImpactAssessment -DEBUG - add_triples_for_classes :: 241 - DeIdentification -DEBUG - add_triples_for_classes :: 241 - DesignStandard -DEBUG - add_triples_for_classes :: 241 - DPIA -DEBUG - add_triples_for_classes :: 241 - EncryptionInRest -DEBUG - add_triples_for_classes :: 241 - EncryptionInTransfer -DEBUG - add_triples_for_classes :: 241 - GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 241 - ImpactAssessment -DEBUG - add_triples_for_classes :: 241 - JointDataControllersAgreement -DEBUG - add_triples_for_classes :: 241 - LegalAgreement -DEBUG - add_triples_for_classes :: 241 - LegitimateInterestAssessment -DEBUG - add_triples_for_classes :: 241 - NDA -DEBUG - add_triples_for_classes :: 241 - Notice -DEBUG - add_triples_for_classes :: 241 - PIA -DEBUG - add_triples_for_classes :: 241 - Policy -DEBUG - add_triples_for_classes :: 241 - PrivacyByDefault -DEBUG - add_triples_for_classes :: 241 - PrivacyByDesign -DEBUG - add_triples_for_classes :: 241 - PrivacyNotice -DEBUG - add_triples_for_classes :: 241 - PseudoAnonymization -DEBUG - add_triples_for_classes :: 241 - Encryption -DEBUG - add_triples_for_classes :: 241 - RecordsOfActivities -DEBUG - add_triples_for_classes :: 241 - RegisterOfProcessingActivities -DEBUG - add_triples_for_classes :: 241 - RegularityOfRecertification -DEBUG - add_triples_for_classes :: 241 - RiskManagementProcedure -DEBUG - add_triples_for_classes :: 241 - RiskMitigationMeasure -DEBUG - add_triples_for_classes :: 241 - Safeguard -DEBUG - add_triples_for_classes :: 241 - SafeguardForDataTransfer -DEBUG - add_triples_for_classes :: 241 - Seal -DEBUG - add_triples_for_classes :: 241 - SingleSignOn -DEBUG - add_triples_for_classes :: 241 - StaffTraining -DEBUG - add_triples_for_classes :: 241 - SubProcessorAgreement -DEBUG - add_triples_for_classes :: 241 - ThirdPartyAgreement -DEBUG - :: 419 - there are 9 properties in technical_organisational_measures -DEBUG - add_triples_for_properties :: 282 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 282 - hasTechnicalMeasure -DEBUG - add_triples_for_properties :: 282 - hasOrganisationalMeasure -DEBUG - add_triples_for_properties :: 282 - mitigatesRisk -DEBUG - add_triples_for_properties :: 282 - hasPolicy -DEBUG - add_triples_for_properties :: 282 - isPolicyFor -DEBUG - add_triples_for_properties :: 282 - isMitigatedByMeasure -DEBUG - add_triples_for_properties :: 282 - hasRisk -INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing entities module -DEBUG - :: 413 - there are 27 classes in entities -DEBUG - add_triples_for_classes :: 241 - LegalEntity -DEBUG - add_triples_for_classes :: 241 - NaturalPerson -DEBUG - add_triples_for_classes :: 241 - DataController -DEBUG - add_triples_for_classes :: 241 - DataProcessor -DEBUG - add_triples_for_classes :: 241 - DataSubProcessor -DEBUG - add_triples_for_classes :: 241 - Recipient -DEBUG - add_triples_for_classes :: 241 - ThirdParty -DEBUG - add_triples_for_classes :: 241 - DataProtectionOfficer -DEBUG - add_triples_for_classes :: 241 - DataExporter -DEBUG - add_triples_for_classes :: 241 - DataImporter -DEBUG - add_triples_for_classes :: 241 - JointDataControllers -DEBUG - add_triples_for_classes :: 241 - Representative -DEBUG - add_triples_for_classes :: 241 - Authority -DEBUG - add_triples_for_classes :: 241 - DataProtectionAuthority -DEBUG - add_triples_for_classes :: 241 - NationalAuthority -DEBUG - add_triples_for_classes :: 241 - RegionalAuthority -DEBUG - add_triples_for_classes :: 241 - SupraNationalAuthority -DEBUG - add_triples_for_classes :: 241 - DataSubject -DEBUG - add_triples_for_classes :: 241 - Organisation -DEBUG - add_triples_for_classes :: 241 - IndustryConsortium -DEBUG - add_triples_for_classes :: 241 - GovernmentalOrganisation -DEBUG - add_triples_for_classes :: 241 - NonGovernmentalOrganisation -DEBUG - add_triples_for_classes :: 241 - ForProfitOrganisation -DEBUG - add_triples_for_classes :: 241 - NonProfitOrganisation -DEBUG - add_triples_for_classes :: 241 - AcademicScientificOrganisation -DEBUG - add_triples_for_classes :: 241 - Child -DEBUG - add_triples_for_classes :: 241 - VulnerableDataSubject -DEBUG - :: 419 - there are 14 properties in entities -DEBUG - add_triples_for_properties :: 282 - hasName -DEBUG - add_triples_for_properties :: 282 - hasAddress -DEBUG - add_triples_for_properties :: 282 - hasContact -DEBUG - add_triples_for_properties :: 282 - hasEntity -DEBUG - add_triples_for_properties :: 282 - hasRepresentative -DEBUG - add_triples_for_properties :: 282 - hasRecipient -DEBUG - add_triples_for_properties :: 282 - hasDataSubject -DEBUG - add_triples_for_properties :: 282 - hasDataController -DEBUG - add_triples_for_properties :: 282 - hasJointDataControllers -DEBUG - add_triples_for_properties :: 282 - hasDataProcessor -DEBUG - add_triples_for_properties :: 282 - hasRecipientDataController -DEBUG - add_triples_for_properties :: 282 - hasRecipientThirdParty -DEBUG - add_triples_for_properties :: 282 - hasDataExporter -DEBUG - add_triples_for_properties :: 282 - hasDataImporter -INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing jurisdictions module -DEBUG - :: 413 - there are 7 classes in jurisdictions -DEBUG - add_triples_for_classes :: 241 - Location -DEBUG - add_triples_for_classes :: 241 - Country -DEBUG - add_triples_for_classes :: 241 - SupraNationalUnion -DEBUG - add_triples_for_classes :: 241 - EconomicUnion -DEBUG - add_triples_for_classes :: 241 - Region -DEBUG - add_triples_for_classes :: 241 - Law -DEBUG - add_triples_for_classes :: 241 - ThirdCountry -DEBUG - :: 419 - there are 7 properties in jurisdictions -DEBUG - add_triples_for_properties :: 282 - hasJurisdiction -DEBUG - add_triples_for_properties :: 282 - hasCountry -DEBUG - add_triples_for_properties :: 282 - hasAuthority -DEBUG - add_triples_for_properties :: 282 - hasLocation -DEBUG - add_triples_for_properties :: 282 - hasApplicableLaw -DEBUG - add_triples_for_properties :: 282 - isAuthorityFor -DEBUG - add_triples_for_properties :: 282 - hasThirdCountry -INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing legal_basis module -DEBUG - :: 413 - there are 17 classes in legal_basis -DEBUG - add_triples_for_classes :: 241 - LegalBasis -DEBUG - add_triples_for_classes :: 241 - Consent -DEBUG - add_triples_for_classes :: 241 - Contract -DEBUG - add_triples_for_classes :: 241 - ContractPerformance -DEBUG - add_triples_for_classes :: 241 - DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 241 - EnterIntoContract -DEBUG - add_triples_for_classes :: 241 - LegalObligation -DEBUG - add_triples_for_classes :: 241 - LegitimateInterest -DEBUG - add_triples_for_classes :: 241 - LegitimateInterestOfController -DEBUG - add_triples_for_classes :: 241 - LegitimateInterestOfThirdParty -DEBUG - add_triples_for_classes :: 241 - OfficialAuthorityOfController -DEBUG - add_triples_for_classes :: 241 - PublicInterest -DEBUG - add_triples_for_classes :: 241 - VitalInterest -DEBUG - add_triples_for_classes :: 241 - VitalInterestOfDataSubject -DEBUG - add_triples_for_classes :: 241 - VitalInterestOfNaturalPerson -DEBUG - :: 419 - there are 1 properties in legal_basis -DEBUG - add_triples_for_properties :: 282 - hasLegalBasis -INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing consent module -DEBUG - :: 419 - there are 13 properties in consent -DEBUG - add_triples_for_properties :: 282 - hasExpiry -DEBUG - add_triples_for_properties :: 282 - hasExpiryTime -DEBUG - add_triples_for_properties :: 282 - hasExpiryCondition -DEBUG - add_triples_for_properties :: 282 - hasProvisionMethod -DEBUG - add_triples_for_properties :: 282 - hasProvisionTime -DEBUG - add_triples_for_properties :: 282 - hasWithdrawalMethod -DEBUG - add_triples_for_properties :: 282 - hasWithdrawalTime -DEBUG - add_triples_for_properties :: 282 - hasWithdrawalBy -DEBUG - add_triples_for_properties :: 282 - hasProvisionBy -DEBUG - add_triples_for_properties :: 282 - hasProvisionByJustification -DEBUG - add_triples_for_properties :: 282 - hasWithdrawalByJustification -DEBUG - add_triples_for_properties :: 282 - hasConsentNotice -DEBUG - add_triples_for_properties :: 282 - isExplicit -INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.jsonld -DEBUG - :: 441 - exported proposed terms to ../dpv/proposed.json -INFO - serialize_graph :: 329 - wrote ../dpv/dpv.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/dpv.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/dpv.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/dpv.jsonld -DEBUG - :: 484 - ------ -DEBUG - :: 485 - Processing legal_basis module -DEBUG - :: 490 - there are 34 classes in legal_basis -DEBUG - add_triples_for_classes :: 241 - A6-1-a-non-explicit-consent -DEBUG - add_triples_for_classes :: 241 - A6-1-a-explicit-consent -DEBUG - add_triples_for_classes :: 241 - A6-1-b -DEBUG - add_triples_for_classes :: 241 - A6-1-c -DEBUG - add_triples_for_classes :: 241 - A6-1-d -DEBUG - add_triples_for_classes :: 241 - A6-1-e -DEBUG - add_triples_for_classes :: 241 - A6-1-f -DEBUG - add_triples_for_classes :: 241 - A9-2-a -DEBUG - add_triples_for_classes :: 241 - A9-2-b -DEBUG - add_triples_for_classes :: 241 - A9-2-c -DEBUG - add_triples_for_classes :: 241 - A9-2-d -DEBUG - add_triples_for_classes :: 241 - A9-2-e -DEBUG - add_triples_for_classes :: 241 - A9-2-f -DEBUG - add_triples_for_classes :: 241 - A9-2-g -DEBUG - add_triples_for_classes :: 241 - A9-2-h -DEBUG - add_triples_for_classes :: 241 - A9-2-i -DEBUG - add_triples_for_classes :: 241 - A9-2-j -DEBUG - add_triples_for_classes :: 241 - A45-3 -DEBUG - add_triples_for_classes :: 241 - A46-2-a -DEBUG - add_triples_for_classes :: 241 - A46-2-b -DEBUG - add_triples_for_classes :: 241 - A46-2-c -DEBUG - add_triples_for_classes :: 241 - A46-2-d -DEBUG - add_triples_for_classes :: 241 - A46-2-e -DEBUG - add_triples_for_classes :: 241 - A46-2-f -DEBUG - add_triples_for_classes :: 241 - A46-3-a -DEBUG - add_triples_for_classes :: 241 - A46-3-b -DEBUG - add_triples_for_classes :: 241 - A49-1-a -DEBUG - add_triples_for_classes :: 241 - A49-1-b -DEBUG - add_triples_for_classes :: 241 - A49-1-c -DEBUG - add_triples_for_classes :: 241 - A49-1-d -DEBUG - add_triples_for_classes :: 241 - A49-1-e -DEBUG - add_triples_for_classes :: 241 - A49-1-f -DEBUG - add_triples_for_classes :: 241 - A49-1-g -DEBUG - add_triples_for_classes :: 241 - A49-2 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.jsonld -DEBUG - :: 484 - ------ -DEBUG - :: 485 - Processing rights module -DEBUG - :: 490 - there are 12 classes in rights -DEBUG - add_triples_for_classes :: 241 - A13 -DEBUG - add_triples_for_classes :: 241 - A14 -DEBUG - add_triples_for_classes :: 241 - A15 -DEBUG - add_triples_for_classes :: 241 - A16 -DEBUG - add_triples_for_classes :: 241 - A17 -DEBUG - add_triples_for_classes :: 241 - A18 -DEBUG - add_triples_for_classes :: 241 - A19 -DEBUG - add_triples_for_classes :: 241 - A20 -DEBUG - add_triples_for_classes :: 241 - A21 -DEBUG - add_triples_for_classes :: 241 - A22 -DEBUG - add_triples_for_classes :: 241 - A7-3 -DEBUG - add_triples_for_classes :: 241 - A77 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.jsonld -DEBUG - :: 484 - ------ -DEBUG - :: 485 - Processing data_transfers module -DEBUG - :: 490 - there are 9 classes in data_transfers -DEBUG - add_triples_for_classes :: 241 - AdHocContractualClauses -DEBUG - add_triples_for_classes :: 241 - BindingCorporateRules -DEBUG - add_triples_for_classes :: 241 - CertificationMechanismsForDataTransfers -DEBUG - add_triples_for_classes :: 241 - CodesOfConductForDataTransfers -DEBUG - add_triples_for_classes :: 241 - DataTransferTool -DEBUG - add_triples_for_classes :: 241 - SCCByCommission -DEBUG - add_triples_for_classes :: 241 - SCCBySupervisoryAuthority -DEBUG - add_triples_for_classes :: 241 - StandardContractualClauses -DEBUG - add_triples_for_classes :: 241 - SupplementaryMeasure -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.jsonld -DEBUG - :: 519 - no proposed terms in DPV-GDPR -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.jsonld -DEBUG - :: 541 - ------ -DEBUG - :: 542 - Processing DPV-PD -DEBUG - :: 546 - there are 172 classes in data_transfers -DEBUG - add_triples_for_classes :: 241 - Accent -DEBUG - add_triples_for_classes :: 241 - AccountIdentifier -DEBUG - add_triples_for_classes :: 241 - Acquantaince -DEBUG - add_triples_for_classes :: 241 - Age -DEBUG - add_triples_for_classes :: 241 - ApartmentOwned -DEBUG - add_triples_for_classes :: 241 - Association -DEBUG - add_triples_for_classes :: 241 - Attitude -DEBUG - add_triples_for_classes :: 241 - Authenticating -DEBUG - add_triples_for_classes :: 241 - AuthenticationHistory -DEBUG - add_triples_for_classes :: 241 - BankAccount -DEBUG - add_triples_for_classes :: 241 - Behavioral -DEBUG - add_triples_for_classes :: 241 - Biometric -DEBUG - add_triples_for_classes :: 241 - BloodType -DEBUG - add_triples_for_classes :: 241 - BrowserFingerprint -DEBUG - add_triples_for_classes :: 241 - BrowsingBehavior -DEBUG - add_triples_for_classes :: 241 - BrowsingReferral -DEBUG - add_triples_for_classes :: 241 - CallLog -DEBUG - add_triples_for_classes :: 241 - CarOwned -DEBUG - add_triples_for_classes :: 241 - Character -DEBUG - add_triples_for_classes :: 241 - Communication -DEBUG - add_triples_for_classes :: 241 - CommunicationsMetadata -DEBUG - add_triples_for_classes :: 241 - Connection -DEBUG - add_triples_for_classes :: 241 - Contact -DEBUG - add_triples_for_classes :: 241 - Country -DEBUG - add_triples_for_classes :: 241 - Credit -DEBUG - add_triples_for_classes :: 241 - CreditCapacity -DEBUG - add_triples_for_classes :: 241 - CreditCardNumber -DEBUG - add_triples_for_classes :: 241 - CreditRecord -DEBUG - add_triples_for_classes :: 241 - CreditScore -DEBUG - add_triples_for_classes :: 241 - CreditStanding -DEBUG - add_triples_for_classes :: 241 - CreditWorthiness -DEBUG - add_triples_for_classes :: 241 - Criminal -DEBUG - add_triples_for_classes :: 241 - CriminalCharge -DEBUG - add_triples_for_classes :: 241 - CriminalConviction -DEBUG - add_triples_for_classes :: 241 - CriminalPardon -DEBUG - add_triples_for_classes :: 241 - Demeanor -DEBUG - add_triples_for_classes :: 241 - Demographic -DEBUG - add_triples_for_classes :: 241 - DeviceApplications -DEBUG - add_triples_for_classes :: 241 - DeviceBased -DEBUG - add_triples_for_classes :: 241 - DeviceOperatingSystem -DEBUG - add_triples_for_classes :: 241 - DeviceSoftware -DEBUG - add_triples_for_classes :: 241 - Dialect -DEBUG - add_triples_for_classes :: 241 - Disability -DEBUG - add_triples_for_classes :: 241 - DisciplinaryAction -DEBUG - add_triples_for_classes :: 241 - Dislike -DEBUG - add_triples_for_classes :: 241 - Divorce -DEBUG - add_triples_for_classes :: 241 - DNACode -DEBUG - add_triples_for_classes :: 241 - DrugTestResult -DEBUG - add_triples_for_classes :: 241 - EmailAddress -DEBUG - add_triples_for_classes :: 241 - EmailContent -DEBUG - add_triples_for_classes :: 241 - EmploymentHistory -DEBUG - add_triples_for_classes :: 241 - Ethnicity -DEBUG - add_triples_for_classes :: 241 - EthnicOrigin -DEBUG - add_triples_for_classes :: 241 - External -DEBUG - add_triples_for_classes :: 241 - Family -DEBUG - add_triples_for_classes :: 241 - FamilyHealthHistory -DEBUG - add_triples_for_classes :: 241 - FamilyStructure -DEBUG - add_triples_for_classes :: 241 - Favorite -DEBUG - add_triples_for_classes :: 241 - FavoriteColor -DEBUG - add_triples_for_classes :: 241 - FavoriteFood -DEBUG - add_triples_for_classes :: 241 - FavoriteMusic -DEBUG - add_triples_for_classes :: 241 - Fetish -DEBUG - add_triples_for_classes :: 241 - Financial -DEBUG - add_triples_for_classes :: 241 - FinancialAccount -DEBUG - add_triples_for_classes :: 241 - FinancialAccountNumber -DEBUG - add_triples_for_classes :: 241 - Fingerprint -DEBUG - add_triples_for_classes :: 241 - Friend -DEBUG - add_triples_for_classes :: 241 - Gender -DEBUG - add_triples_for_classes :: 241 - GeneralReputation -DEBUG - add_triples_for_classes :: 241 - Geographic -DEBUG - add_triples_for_classes :: 241 - GPSCoordinate -DEBUG - add_triples_for_classes :: 241 - GroupMembership -DEBUG - add_triples_for_classes :: 241 - HairColor -DEBUG - add_triples_for_classes :: 241 - Health -DEBUG - add_triples_for_classes :: 241 - HealthHistory -DEBUG - add_triples_for_classes :: 241 - HealthRecord -DEBUG - add_triples_for_classes :: 241 - Height -DEBUG - add_triples_for_classes :: 241 - Historical -DEBUG - add_triples_for_classes :: 241 - HouseOwned -DEBUG - add_triples_for_classes :: 241 - Identifying -DEBUG - add_triples_for_classes :: 241 - Income -DEBUG - add_triples_for_classes :: 241 - IncomeBracket -DEBUG - add_triples_for_classes :: 241 - IndividualHealthHistory -DEBUG - add_triples_for_classes :: 241 - Intention -DEBUG - add_triples_for_classes :: 241 - Interaction -DEBUG - add_triples_for_classes :: 241 - Interest -DEBUG - add_triples_for_classes :: 241 - Internal -DEBUG - add_triples_for_classes :: 241 - IPAddress -DEBUG - add_triples_for_classes :: 241 - Job -DEBUG - add_triples_for_classes :: 241 - KnowledgeBelief -DEBUG - add_triples_for_classes :: 241 - Language -DEBUG - add_triples_for_classes :: 241 - LifeHistory -DEBUG - add_triples_for_classes :: 241 - Like -DEBUG - add_triples_for_classes :: 241 - LinkClicked -DEBUG - add_triples_for_classes :: 241 - LoanRecord -DEBUG - add_triples_for_classes :: 241 - Location -DEBUG - add_triples_for_classes :: 241 - MACAddress -DEBUG - add_triples_for_classes :: 241 - MaritalStatus -DEBUG - add_triples_for_classes :: 241 - Marriage -DEBUG - add_triples_for_classes :: 241 - MedicalHealth -DEBUG - add_triples_for_classes :: 241 - MentalHealth -DEBUG - add_triples_for_classes :: 241 - Name -DEBUG - add_triples_for_classes :: 241 - OfficialID -DEBUG - add_triples_for_classes :: 241 - Offspring -DEBUG - add_triples_for_classes :: 241 - Opinion -DEBUG - add_triples_for_classes :: 241 - Ownership -DEBUG - add_triples_for_classes :: 241 - Parent -DEBUG - add_triples_for_classes :: 241 - Password -DEBUG - add_triples_for_classes :: 241 - PaymentCard -DEBUG - add_triples_for_classes :: 241 - PaymentCardExpiry -DEBUG - add_triples_for_classes :: 241 - PaymentCardNumber -DEBUG - add_triples_for_classes :: 241 - Personality -DEBUG - add_triples_for_classes :: 241 - PersonalPossession -DEBUG - add_triples_for_classes :: 241 - PhilosophicalBelief -DEBUG - add_triples_for_classes :: 241 - PhysicalAddress -DEBUG - add_triples_for_classes :: 241 - PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 241 - PhysicalHealth -DEBUG - add_triples_for_classes :: 241 - PhysicalTrait -DEBUG - add_triples_for_classes :: 241 - Picture -DEBUG - add_triples_for_classes :: 241 - Piercing -DEBUG - add_triples_for_classes :: 241 - PINCode -DEBUG - add_triples_for_classes :: 241 - PoliticalAffiliation -DEBUG - add_triples_for_classes :: 241 - Preference -DEBUG - add_triples_for_classes :: 241 - Prescription -DEBUG - add_triples_for_classes :: 241 - PrivacyPreference -DEBUG - add_triples_for_classes :: 241 - Proclivitie -DEBUG - add_triples_for_classes :: 241 - Professional -DEBUG - add_triples_for_classes :: 241 - ProfessionalCertification -DEBUG - add_triples_for_classes :: 241 - ProfessionalEvaluation -DEBUG - add_triples_for_classes :: 241 - ProfessionalInterview -DEBUG - add_triples_for_classes :: 241 - PublicLife -DEBUG - add_triples_for_classes :: 241 - Purchase -DEBUG - add_triples_for_classes :: 241 - PurchasesAndSpendingHabit -DEBUG - add_triples_for_classes :: 241 - Race -DEBUG - add_triples_for_classes :: 241 - Reference -DEBUG - add_triples_for_classes :: 241 - Relationship -DEBUG - add_triples_for_classes :: 241 - Religion -DEBUG - add_triples_for_classes :: 241 - ReligiousBelief -DEBUG - add_triples_for_classes :: 241 - Retina -DEBUG - add_triples_for_classes :: 241 - RoomNumber -DEBUG - add_triples_for_classes :: 241 - Salary -DEBUG - add_triples_for_classes :: 241 - Sale -DEBUG - add_triples_for_classes :: 241 - School -DEBUG - add_triples_for_classes :: 241 - SecretText -DEBUG - add_triples_for_classes :: 241 - ServiceConsumptionBehavior -DEBUG - add_triples_for_classes :: 241 - Sexual -DEBUG - add_triples_for_classes :: 241 - SexualHistory -DEBUG - add_triples_for_classes :: 241 - SexualPreference -DEBUG - add_triples_for_classes :: 241 - Sibling -DEBUG - add_triples_for_classes :: 241 - SkinTone -DEBUG - add_triples_for_classes :: 241 - Social -DEBUG - add_triples_for_classes :: 241 - SocialMediaCommunication -DEBUG - add_triples_for_classes :: 241 - SocialNetwork -DEBUG - add_triples_for_classes :: 241 - SocialStatus -DEBUG - add_triples_for_classes :: 241 - Tattoo -DEBUG - add_triples_for_classes :: 241 - Tax -DEBUG - add_triples_for_classes :: 241 - TelephoneNumber -DEBUG - add_triples_for_classes :: 241 - Thought -DEBUG - add_triples_for_classes :: 241 - Tracking -DEBUG - add_triples_for_classes :: 241 - Transaction -DEBUG - add_triples_for_classes :: 241 - Transactional -DEBUG - add_triples_for_classes :: 241 - TVViewingBehavior -DEBUG - add_triples_for_classes :: 241 - UID -DEBUG - add_triples_for_classes :: 241 - Username -DEBUG - add_triples_for_classes :: 241 - VoiceCommunicationRecording -DEBUG - add_triples_for_classes :: 241 - VoiceMail -DEBUG - add_triples_for_classes :: 241 - Weight -DEBUG - add_triples_for_classes :: 241 - WorkHistory -DEBUG - :: 558 - exported proposed terms to ../dpv-pd/proposed.json -INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing base vocabulary -DEBUG - :: 458 - there are 12 classes in base -DEBUG - add_triples_for_classes :: 251 - PersonalDataHandling -DEBUG - add_triples_for_classes :: 251 - PersonalData -DEBUG - add_triples_for_classes :: 251 - Processing -DEBUG - add_triples_for_classes :: 251 - Purpose -DEBUG - add_triples_for_classes :: 251 - Recipient -DEBUG - add_triples_for_classes :: 251 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 251 - LegalBasis -DEBUG - add_triples_for_classes :: 251 - DataSubject -DEBUG - add_triples_for_classes :: 251 - DataController -DEBUG - add_triples_for_classes :: 251 - Right -DEBUG - add_triples_for_classes :: 251 - DataSubjectRight -DEBUG - add_triples_for_classes :: 251 - Risk -DEBUG - :: 464 - there are 11 properties in base -DEBUG - add_triples_for_properties :: 299 - hasPersonalData -DEBUG - add_triples_for_properties :: 299 - hasProcessing -DEBUG - add_triples_for_properties :: 299 - hasPurpose -DEBUG - add_triples_for_properties :: 299 - hasRecipient -DEBUG - add_triples_for_properties :: 299 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 299 - hasLegalBasis -DEBUG - add_triples_for_properties :: 299 - hasDataSubject -DEBUG - add_triples_for_properties :: 299 - hasDataController -DEBUG - add_triples_for_properties :: 299 - hasRight -DEBUG - add_triples_for_properties :: 299 - hasRisk -DEBUG - add_triples_for_properties :: 299 - hasPersonalDataHandling -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing personal_data ontology -DEBUG - :: 458 - there are 10 classes in personal_data -DEBUG - add_triples_for_classes :: 251 - PersonalData -DEBUG - add_triples_for_classes :: 251 - AnonymisedData -DEBUG - add_triples_for_classes :: 251 - DerivedPersonalData -DEBUG - add_triples_for_classes :: 251 - InferredPersonalData -DEBUG - add_triples_for_classes :: 251 - PseudoAnonymisedData -DEBUG - add_triples_for_classes :: 251 - SensitivePersonalData -DEBUG - add_triples_for_classes :: 251 - SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 251 - Data -DEBUG - add_triples_for_classes :: 251 - NonPersonalData -DEBUG - :: 464 - there are 1 properties in personal_data -DEBUG - add_triples_for_properties :: 299 - hasPersonalData -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing purposes taxonomy -DEBUG - :: 458 - there are 67 classes in purposes -DEBUG - add_triples_for_classes :: 251 - Purpose -DEBUG - add_triples_for_classes :: 251 - AcademicResearch -DEBUG - add_triples_for_classes :: 251 - AccountManagement -DEBUG - add_triples_for_classes :: 251 - Advertising -DEBUG - add_triples_for_classes :: 251 - CommercialResearch -DEBUG - add_triples_for_classes :: 251 - CommunicationManagement -DEBUG - add_triples_for_classes :: 251 - CommunicationForCustomerCare -DEBUG - add_triples_for_classes :: 251 - CreateEventRecommendations -DEBUG - add_triples_for_classes :: 251 - CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 251 - CreateProductRecommendations -DEBUG - add_triples_for_classes :: 251 - CustomerCare -DEBUG - add_triples_for_classes :: 251 - CustomerClaimsManagement -DEBUG - add_triples_for_classes :: 251 - CustomerManagement -DEBUG - add_triples_for_classes :: 251 - CustomerOrderManagement -DEBUG - add_triples_for_classes :: 251 - CustomerRelationshipManagement -DEBUG - add_triples_for_classes :: 251 - CustomerSolvencyMonitoring -DEBUG - add_triples_for_classes :: 251 - DeliveryOfGoods -DEBUG - add_triples_for_classes :: 251 - DirectMarketing -DEBUG - add_triples_for_classes :: 251 - DisputeManagement -DEBUG - add_triples_for_classes :: 251 - EnforceAccessControl -DEBUG - add_triples_for_classes :: 251 - EnforceSecurity -DEBUG - add_triples_for_classes :: 251 - FraudPreventionAndDetection -DEBUG - add_triples_for_classes :: 251 - HumanResourceManagement -DEBUG - add_triples_for_classes :: 251 - IdentityVerification -DEBUG - add_triples_for_classes :: 251 - ImproveExistingProductsAndServices -DEBUG - add_triples_for_classes :: 251 - ImproveInternalCRMProcesses -DEBUG - add_triples_for_classes :: 251 - IncreaseServiceRobustness -DEBUG - add_triples_for_classes :: 251 - InternalResourceOptimisation -DEBUG - add_triples_for_classes :: 251 - LegalCompliance -DEBUG - add_triples_for_classes :: 251 - Marketing -DEBUG - add_triples_for_classes :: 251 - MemberPartnerManagement -DEBUG - add_triples_for_classes :: 251 - NonCommercialResearch -DEBUG - add_triples_for_classes :: 251 - OptimisationForConsumer -DEBUG - add_triples_for_classes :: 251 - OptimisationForController -DEBUG - add_triples_for_classes :: 251 - OptimiseUserInterface -DEBUG - add_triples_for_classes :: 251 - OrganisationComplianceManagement -DEBUG - add_triples_for_classes :: 251 - OrganisationGovernance -DEBUG - add_triples_for_classes :: 251 - OrganisationRiskManagement -DEBUG - add_triples_for_classes :: 251 - Payment -DEBUG - add_triples_for_classes :: 251 - Personalisation -DEBUG - add_triples_for_classes :: 251 - PersonalisedAdvertising -DEBUG - add_triples_for_classes :: 251 - PersonalisedBenefits -DEBUG - add_triples_for_classes :: 251 - PublicRelations -DEBUG - add_triples_for_classes :: 251 - RecordManagement -DEBUG - add_triples_for_classes :: 251 - RegistrationAuthentication -DEBUG - add_triples_for_classes :: 251 - RequestedServiceProvision -DEBUG - add_triples_for_classes :: 251 - ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 251 - Sector -DEBUG - add_triples_for_classes :: 251 - SellDataToThirdParties -DEBUG - add_triples_for_classes :: 251 - SellInsightsFromData -DEBUG - add_triples_for_classes :: 251 - SellProducts -DEBUG - add_triples_for_classes :: 251 - SellProductsToDataSubject -DEBUG - add_triples_for_classes :: 251 - ServiceOptimization -DEBUG - add_triples_for_classes :: 251 - ServicePersonalization -DEBUG - add_triples_for_classes :: 251 - ServiceProvision -DEBUG - add_triples_for_classes :: 251 - ServiceRecordManagement -DEBUG - add_triples_for_classes :: 251 - ServiceUsageAnalytics -DEBUG - add_triples_for_classes :: 251 - SocialMediaMarketing -DEBUG - add_triples_for_classes :: 251 - TechnicalServiceProvision -DEBUG - add_triples_for_classes :: 251 - UserInterfacePersonalisation -DEBUG - add_triples_for_classes :: 251 - VendorManagement -DEBUG - add_triples_for_classes :: 251 - VendorPayment -DEBUG - add_triples_for_classes :: 251 - VendorRecordsManagement -DEBUG - add_triples_for_classes :: 251 - VendorSelectionAssessment -DEBUG - :: 464 - there are 2 properties in purposes -DEBUG - add_triples_for_properties :: 299 - hasPurpose -DEBUG - add_triples_for_properties :: 299 - hasSector -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing context taxonomy -DEBUG - :: 458 - there are 28 classes in context -DEBUG - add_triples_for_classes :: 251 - Context -DEBUG - add_triples_for_classes :: 251 - Importance -DEBUG - add_triples_for_classes :: 251 - PrimaryImportance -DEBUG - add_triples_for_classes :: 251 - SecondaryImportance -DEBUG - add_triples_for_classes :: 251 - Necessity -DEBUG - add_triples_for_classes :: 251 - Required -DEBUG - add_triples_for_classes :: 251 - Optional -DEBUG - add_triples_for_classes :: 251 - NotRequired -DEBUG - add_triples_for_classes :: 251 - Technology -DEBUG - add_triples_for_classes :: 251 - AlgorithmicLogic -DEBUG - add_triples_for_classes :: 251 - Consequence -DEBUG - add_triples_for_classes :: 251 - HumanInvolvement -DEBUG - add_triples_for_classes :: 251 - Duration -DEBUG - add_triples_for_classes :: 251 - Frequency -DEBUG - :: 464 - there are 13 properties in context -DEBUG - add_triples_for_properties :: 299 - hasContext -DEBUG - add_triples_for_properties :: 299 - isImplementedByEntity -DEBUG - add_triples_for_properties :: 299 - isImplementedUsingTechnology -DEBUG - add_triples_for_properties :: 299 - hasAlgorithmicLogic -DEBUG - add_triples_for_properties :: 299 - hasConsequence -DEBUG - add_triples_for_properties :: 299 - hasHumanInvolvement -DEBUG - add_triples_for_properties :: 299 - hasDuration -DEBUG - add_triples_for_properties :: 299 - hasIdentifier -DEBUG - add_triples_for_properties :: 299 - hasFrequency -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing processing taxonomy -DEBUG - :: 458 - there are 34 classes in processing -DEBUG - add_triples_for_classes :: 251 - Processing -DEBUG - add_triples_for_classes :: 251 - Acquire -DEBUG - add_triples_for_classes :: 251 - Adapt -DEBUG - add_triples_for_classes :: 251 - Align -DEBUG - add_triples_for_classes :: 251 - Alter -DEBUG - add_triples_for_classes :: 251 - Analyse -DEBUG - add_triples_for_classes :: 251 - Anonymise -DEBUG - add_triples_for_classes :: 251 - Collect -DEBUG - add_triples_for_classes :: 251 - Combine -DEBUG - add_triples_for_classes :: 251 - Consult -DEBUG - add_triples_for_classes :: 251 - Copy -DEBUG - add_triples_for_classes :: 251 - Derive -DEBUG - add_triples_for_classes :: 251 - Destruct -DEBUG - add_triples_for_classes :: 251 - Disclose -DEBUG - add_triples_for_classes :: 251 - DiscloseByTransmission -DEBUG - add_triples_for_classes :: 251 - Disseminate -DEBUG - add_triples_for_classes :: 251 - Erase -DEBUG - add_triples_for_classes :: 251 - MakeAvailable -DEBUG - add_triples_for_classes :: 251 - Move -DEBUG - add_triples_for_classes :: 251 - Obtain -DEBUG - add_triples_for_classes :: 251 - Organise -DEBUG - add_triples_for_classes :: 251 - Profiling -DEBUG - add_triples_for_classes :: 251 - PseudoAnonymise -DEBUG - add_triples_for_classes :: 251 - Record -DEBUG - add_triples_for_classes :: 251 - Remove -DEBUG - add_triples_for_classes :: 251 - Restrict -DEBUG - add_triples_for_classes :: 251 - Retrieve -DEBUG - add_triples_for_classes :: 251 - Share -DEBUG - add_triples_for_classes :: 251 - Store -DEBUG - add_triples_for_classes :: 251 - Structure -DEBUG - add_triples_for_classes :: 251 - Transfer -DEBUG - add_triples_for_classes :: 251 - Transform -DEBUG - add_triples_for_classes :: 251 - Transmit -DEBUG - add_triples_for_classes :: 251 - Use -DEBUG - :: 464 - there are 1 properties in processing -DEBUG - add_triples_for_properties :: 299 - hasProcessing -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing processing_context taxonomy -DEBUG - :: 458 - there are 15 classes in processing_context -DEBUG - add_triples_for_classes :: 251 - ProcessingContext -DEBUG - add_triples_for_classes :: 251 - DataSource -DEBUG - add_triples_for_classes :: 251 - PublicDataSource -DEBUG - add_triples_for_classes :: 251 - NonPublicDataSource -DEBUG - add_triples_for_classes :: 251 - SystematicMonitoring -DEBUG - add_triples_for_classes :: 251 - EvaluationScoring -DEBUG - add_triples_for_classes :: 251 - MatchingCombining -DEBUG - add_triples_for_classes :: 251 - AutomatedDecisionMaking -DEBUG - add_triples_for_classes :: 251 - LargeScaleProcessing -DEBUG - add_triples_for_classes :: 251 - InnovativeUseOfNewTechnologies -DEBUG - add_triples_for_classes :: 251 - StorageDeletion -DEBUG - add_triples_for_classes :: 251 - StorageDuration -DEBUG - add_triples_for_classes :: 251 - StorageLocation -DEBUG - add_triples_for_classes :: 251 - StorageRestoration -DEBUG - add_triples_for_classes :: 251 - StorageCondition -DEBUG - :: 464 - there are 2 properties in processing_context -DEBUG - add_triples_for_properties :: 299 - hasDataSource -DEBUG - add_triples_for_properties :: 299 - hasStorage -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing technical_organisational_measures taxonomy -DEBUG - :: 458 - there are 50 classes in technical_organisational_measures -DEBUG - add_triples_for_classes :: 251 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 251 - TechnicalMeasure -DEBUG - add_triples_for_classes :: 251 - OrganisationalMeasure -DEBUG - add_triples_for_classes :: 251 - AccessControlMethod -DEBUG - add_triples_for_classes :: 251 - Anonymization -DEBUG - add_triples_for_classes :: 251 - Assessment -DEBUG - add_triples_for_classes :: 251 - AuthenticationProtocols -DEBUG - add_triples_for_classes :: 251 - AuthorisationProcedure -DEBUG - add_triples_for_classes :: 251 - Certification -DEBUG - add_triples_for_classes :: 251 - CertificationSeal -DEBUG - add_triples_for_classes :: 251 - CodeOfConduct -DEBUG - add_triples_for_classes :: 251 - Consultation -DEBUG - add_triples_for_classes :: 251 - ConsultationWithAuthority -DEBUG - add_triples_for_classes :: 251 - ContractualTerms -DEBUG - add_triples_for_classes :: 251 - CompleteAnonymisation -DEBUG - add_triples_for_classes :: 251 - ControllerProcessorAgreement -DEBUG - add_triples_for_classes :: 251 - DataProcessingAgreement -DEBUG - add_triples_for_classes :: 251 - DataProcessingRecords -DEBUG - add_triples_for_classes :: 251 - DataTransferImpactAssessment -DEBUG - add_triples_for_classes :: 251 - DeIdentification -DEBUG - add_triples_for_classes :: 251 - DesignStandard -DEBUG - add_triples_for_classes :: 251 - DPIA -DEBUG - add_triples_for_classes :: 251 - EncryptionInRest -DEBUG - add_triples_for_classes :: 251 - EncryptionInTransfer -DEBUG - add_triples_for_classes :: 251 - GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 251 - ImpactAssessment -DEBUG - add_triples_for_classes :: 251 - JointDataControllersAgreement -DEBUG - add_triples_for_classes :: 251 - LegalAgreement -DEBUG - add_triples_for_classes :: 251 - LegitimateInterestAssessment -DEBUG - add_triples_for_classes :: 251 - NDA -DEBUG - add_triples_for_classes :: 251 - Notice -DEBUG - add_triples_for_classes :: 251 - PIA -DEBUG - add_triples_for_classes :: 251 - Policy -DEBUG - add_triples_for_classes :: 251 - PrivacyByDefault -DEBUG - add_triples_for_classes :: 251 - PrivacyByDesign -DEBUG - add_triples_for_classes :: 251 - PrivacyNotice -DEBUG - add_triples_for_classes :: 251 - PseudoAnonymization -DEBUG - add_triples_for_classes :: 251 - Encryption -DEBUG - add_triples_for_classes :: 251 - RecordsOfActivities -DEBUG - add_triples_for_classes :: 251 - RegisterOfProcessingActivities -DEBUG - add_triples_for_classes :: 251 - RegularityOfRecertification -DEBUG - add_triples_for_classes :: 251 - RiskManagementProcedure -DEBUG - add_triples_for_classes :: 251 - RiskMitigationMeasure -DEBUG - add_triples_for_classes :: 251 - Safeguard -DEBUG - add_triples_for_classes :: 251 - SafeguardForDataTransfer -DEBUG - add_triples_for_classes :: 251 - Seal -DEBUG - add_triples_for_classes :: 251 - SingleSignOn -DEBUG - add_triples_for_classes :: 251 - StaffTraining -DEBUG - add_triples_for_classes :: 251 - SubProcessorAgreement -DEBUG - add_triples_for_classes :: 251 - ThirdPartyAgreement -DEBUG - :: 464 - there are 9 properties in technical_organisational_measures -DEBUG - add_triples_for_properties :: 299 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 299 - hasTechnicalMeasure -DEBUG - add_triples_for_properties :: 299 - hasOrganisationalMeasure -DEBUG - add_triples_for_properties :: 299 - mitigatesRisk -DEBUG - add_triples_for_properties :: 299 - hasPolicy -DEBUG - add_triples_for_properties :: 299 - isPolicyFor -DEBUG - add_triples_for_properties :: 299 - isMitigatedByMeasure -DEBUG - add_triples_for_properties :: 299 - hasRisk -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing entities ontology -DEBUG - :: 458 - there are 27 classes in entities -DEBUG - add_triples_for_classes :: 251 - LegalEntity -DEBUG - add_triples_for_classes :: 251 - NaturalPerson -DEBUG - add_triples_for_classes :: 251 - DataController -DEBUG - add_triples_for_classes :: 251 - DataProcessor -DEBUG - add_triples_for_classes :: 251 - DataSubProcessor -DEBUG - add_triples_for_classes :: 251 - Recipient -DEBUG - add_triples_for_classes :: 251 - ThirdParty -DEBUG - add_triples_for_classes :: 251 - DataProtectionOfficer -DEBUG - add_triples_for_classes :: 251 - DataExporter -DEBUG - add_triples_for_classes :: 251 - DataImporter -DEBUG - add_triples_for_classes :: 251 - JointDataControllers -DEBUG - add_triples_for_classes :: 251 - Representative -DEBUG - add_triples_for_classes :: 251 - Authority -DEBUG - add_triples_for_classes :: 251 - DataProtectionAuthority -DEBUG - add_triples_for_classes :: 251 - NationalAuthority -DEBUG - add_triples_for_classes :: 251 - RegionalAuthority -DEBUG - add_triples_for_classes :: 251 - SupraNationalAuthority -DEBUG - add_triples_for_classes :: 251 - DataSubject -DEBUG - add_triples_for_classes :: 251 - Organisation -DEBUG - add_triples_for_classes :: 251 - IndustryConsortium -DEBUG - add_triples_for_classes :: 251 - GovernmentalOrganisation -DEBUG - add_triples_for_classes :: 251 - NonGovernmentalOrganisation -DEBUG - add_triples_for_classes :: 251 - ForProfitOrganisation -DEBUG - add_triples_for_classes :: 251 - NonProfitOrganisation -DEBUG - add_triples_for_classes :: 251 - AcademicScientificOrganisation -DEBUG - add_triples_for_classes :: 251 - Child -DEBUG - add_triples_for_classes :: 251 - VulnerableDataSubject -DEBUG - :: 464 - there are 14 properties in entities -DEBUG - add_triples_for_properties :: 299 - hasName -DEBUG - add_triples_for_properties :: 299 - hasAddress -DEBUG - add_triples_for_properties :: 299 - hasContact -DEBUG - add_triples_for_properties :: 299 - hasEntity -DEBUG - add_triples_for_properties :: 299 - hasRepresentative -DEBUG - add_triples_for_properties :: 299 - hasRecipient -DEBUG - add_triples_for_properties :: 299 - hasDataSubject -DEBUG - add_triples_for_properties :: 299 - hasDataController -DEBUG - add_triples_for_properties :: 299 - hasJointDataControllers -DEBUG - add_triples_for_properties :: 299 - hasDataProcessor -DEBUG - add_triples_for_properties :: 299 - hasRecipientDataController -DEBUG - add_triples_for_properties :: 299 - hasRecipientThirdParty -DEBUG - add_triples_for_properties :: 299 - hasDataExporter -DEBUG - add_triples_for_properties :: 299 - hasDataImporter -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing jurisdictions ontology -DEBUG - :: 458 - there are 7 classes in jurisdictions -DEBUG - add_triples_for_classes :: 251 - Location -DEBUG - add_triples_for_classes :: 251 - Country -DEBUG - add_triples_for_classes :: 251 - SupraNationalUnion -DEBUG - add_triples_for_classes :: 251 - EconomicUnion -DEBUG - add_triples_for_classes :: 251 - Region -DEBUG - add_triples_for_classes :: 251 - Law -DEBUG - add_triples_for_classes :: 251 - ThirdCountry -DEBUG - :: 464 - there are 7 properties in jurisdictions -DEBUG - add_triples_for_properties :: 299 - hasJurisdiction -DEBUG - add_triples_for_properties :: 299 - hasCountry -DEBUG - add_triples_for_properties :: 299 - hasAuthority -DEBUG - add_triples_for_properties :: 299 - hasLocation -DEBUG - add_triples_for_properties :: 299 - hasApplicableLaw -DEBUG - add_triples_for_properties :: 299 - isAuthorityFor -DEBUG - add_triples_for_properties :: 299 - hasThirdCountry -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing legal_basis taxonomy -DEBUG - :: 458 - there are 17 classes in legal_basis -DEBUG - add_triples_for_classes :: 251 - LegalBasis -DEBUG - add_triples_for_classes :: 251 - Consent -DEBUG - add_triples_for_classes :: 251 - Contract -DEBUG - add_triples_for_classes :: 251 - ContractPerformance -DEBUG - add_triples_for_classes :: 251 - DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 251 - EnterIntoContract -DEBUG - add_triples_for_classes :: 251 - LegalObligation -DEBUG - add_triples_for_classes :: 251 - LegitimateInterest -DEBUG - add_triples_for_classes :: 251 - LegitimateInterestOfController -DEBUG - add_triples_for_classes :: 251 - LegitimateInterestOfThirdParty -DEBUG - add_triples_for_classes :: 251 - OfficialAuthorityOfController -DEBUG - add_triples_for_classes :: 251 - PublicInterest -DEBUG - add_triples_for_classes :: 251 - VitalInterest -DEBUG - add_triples_for_classes :: 251 - VitalInterestOfDataSubject -DEBUG - add_triples_for_classes :: 251 - VitalInterestOfNaturalPerson -DEBUG - :: 464 - there are 1 properties in legal_basis -DEBUG - add_triples_for_properties :: 299 - hasLegalBasis -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing consent vocabulary -DEBUG - :: 464 - there are 13 properties in consent -DEBUG - add_triples_for_properties :: 299 - hasExpiry -DEBUG - add_triples_for_properties :: 299 - hasExpiryTime -DEBUG - add_triples_for_properties :: 299 - hasExpiryCondition -DEBUG - add_triples_for_properties :: 299 - hasProvisionMethod -DEBUG - add_triples_for_properties :: 299 - hasProvisionTime -DEBUG - add_triples_for_properties :: 299 - hasWithdrawalMethod -DEBUG - add_triples_for_properties :: 299 - hasWithdrawalTime -DEBUG - add_triples_for_properties :: 299 - hasWithdrawalBy -DEBUG - add_triples_for_properties :: 299 - hasProvisionBy -DEBUG - add_triples_for_properties :: 299 - hasProvisionByJustification -DEBUG - add_triples_for_properties :: 299 - hasWithdrawalByJustification -DEBUG - add_triples_for_properties :: 299 - hasConsentNotice -DEBUG - add_triples_for_properties :: 299 - isExplicit -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.jsonld -DEBUG - :: 485 - exported proposed terms to ../dpv-skos/proposed.json -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.jsonld -DEBUG - :: 533 - ------ -DEBUG - :: 536 - Processing legal_basis module -DEBUG - :: 541 - there are 34 classes in legal_basis -DEBUG - add_triples_for_classes :: 251 - A6-1-a-non-explicit-consent -DEBUG - add_triples_for_classes :: 251 - A6-1-a-explicit-consent -DEBUG - add_triples_for_classes :: 251 - A6-1-b -DEBUG - add_triples_for_classes :: 251 - A6-1-c -DEBUG - add_triples_for_classes :: 251 - A6-1-d -DEBUG - add_triples_for_classes :: 251 - A6-1-e -DEBUG - add_triples_for_classes :: 251 - A6-1-f -DEBUG - add_triples_for_classes :: 251 - A9-2-a -DEBUG - add_triples_for_classes :: 251 - A9-2-b -DEBUG - add_triples_for_classes :: 251 - A9-2-c -DEBUG - add_triples_for_classes :: 251 - A9-2-d -DEBUG - add_triples_for_classes :: 251 - A9-2-e -DEBUG - add_triples_for_classes :: 251 - A9-2-f -DEBUG - add_triples_for_classes :: 251 - A9-2-g -DEBUG - add_triples_for_classes :: 251 - A9-2-h -DEBUG - add_triples_for_classes :: 251 - A9-2-i -DEBUG - add_triples_for_classes :: 251 - A9-2-j -DEBUG - add_triples_for_classes :: 251 - A45-3 -DEBUG - add_triples_for_classes :: 251 - A46-2-a -DEBUG - add_triples_for_classes :: 251 - A46-2-b -DEBUG - add_triples_for_classes :: 251 - A46-2-c -DEBUG - add_triples_for_classes :: 251 - A46-2-d -DEBUG - add_triples_for_classes :: 251 - A46-2-e -DEBUG - add_triples_for_classes :: 251 - A46-2-f -DEBUG - add_triples_for_classes :: 251 - A46-3-a -DEBUG - add_triples_for_classes :: 251 - A46-3-b -DEBUG - add_triples_for_classes :: 251 - A49-1-a -DEBUG - add_triples_for_classes :: 251 - A49-1-b -DEBUG - add_triples_for_classes :: 251 - A49-1-c -DEBUG - add_triples_for_classes :: 251 - A49-1-d -DEBUG - add_triples_for_classes :: 251 - A49-1-e -DEBUG - add_triples_for_classes :: 251 - A49-1-f -DEBUG - add_triples_for_classes :: 251 - A49-1-g -DEBUG - add_triples_for_classes :: 251 - A49-2 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.jsonld -DEBUG - :: 533 - ------ -DEBUG - :: 536 - Processing rights module -DEBUG - :: 541 - there are 12 classes in rights -DEBUG - add_triples_for_classes :: 251 - A13 -DEBUG - add_triples_for_classes :: 251 - A14 -DEBUG - add_triples_for_classes :: 251 - A15 -DEBUG - add_triples_for_classes :: 251 - A16 -DEBUG - add_triples_for_classes :: 251 - A17 -DEBUG - add_triples_for_classes :: 251 - A18 -DEBUG - add_triples_for_classes :: 251 - A19 -DEBUG - add_triples_for_classes :: 251 - A20 -DEBUG - add_triples_for_classes :: 251 - A21 -DEBUG - add_triples_for_classes :: 251 - A22 -DEBUG - add_triples_for_classes :: 251 - A7-3 -DEBUG - add_triples_for_classes :: 251 - A77 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.jsonld -DEBUG - :: 533 - ------ -DEBUG - :: 536 - Processing data_transfers module -DEBUG - :: 541 - there are 9 classes in data_transfers -DEBUG - add_triples_for_classes :: 251 - AdHocContractualClauses -DEBUG - add_triples_for_classes :: 251 - BindingCorporateRules -DEBUG - add_triples_for_classes :: 251 - CertificationMechanismsForDataTransfers -DEBUG - add_triples_for_classes :: 251 - CodesOfConductForDataTransfers -DEBUG - add_triples_for_classes :: 251 - DataTransferTool -DEBUG - add_triples_for_classes :: 251 - SCCByCommission -DEBUG - add_triples_for_classes :: 251 - SCCBySupervisoryAuthority -DEBUG - add_triples_for_classes :: 251 - StandardContractualClauses -DEBUG - add_triples_for_classes :: 251 - SupplementaryMeasure -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.jsonld -DEBUG - :: 570 - no proposed terms in DPVS-GDPR -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.jsonld -DEBUG - :: 593 - ------ -DEBUG - :: 594 - Processing DPV-PD -DEBUG - :: 598 - there are 172 classes in data_transfers -DEBUG - add_triples_for_classes :: 251 - Accent -DEBUG - add_triples_for_classes :: 251 - AccountIdentifier -DEBUG - add_triples_for_classes :: 251 - Acquantaince -DEBUG - add_triples_for_classes :: 251 - Age -DEBUG - add_triples_for_classes :: 251 - ApartmentOwned -DEBUG - add_triples_for_classes :: 251 - Association -DEBUG - add_triples_for_classes :: 251 - Attitude -DEBUG - add_triples_for_classes :: 251 - Authenticating -DEBUG - add_triples_for_classes :: 251 - AuthenticationHistory -DEBUG - add_triples_for_classes :: 251 - BankAccount -DEBUG - add_triples_for_classes :: 251 - Behavioral -DEBUG - add_triples_for_classes :: 251 - Biometric -DEBUG - add_triples_for_classes :: 251 - BloodType -DEBUG - add_triples_for_classes :: 251 - BrowserFingerprint -DEBUG - add_triples_for_classes :: 251 - BrowsingBehavior -DEBUG - add_triples_for_classes :: 251 - BrowsingReferral -DEBUG - add_triples_for_classes :: 251 - CallLog -DEBUG - add_triples_for_classes :: 251 - CarOwned -DEBUG - add_triples_for_classes :: 251 - Character -DEBUG - add_triples_for_classes :: 251 - Communication -DEBUG - add_triples_for_classes :: 251 - CommunicationsMetadata -DEBUG - add_triples_for_classes :: 251 - Connection -DEBUG - add_triples_for_classes :: 251 - Contact -DEBUG - add_triples_for_classes :: 251 - Country -DEBUG - add_triples_for_classes :: 251 - Credit -DEBUG - add_triples_for_classes :: 251 - CreditCapacity -DEBUG - add_triples_for_classes :: 251 - CreditCardNumber -DEBUG - add_triples_for_classes :: 251 - CreditRecord -DEBUG - add_triples_for_classes :: 251 - CreditScore -DEBUG - add_triples_for_classes :: 251 - CreditStanding -DEBUG - add_triples_for_classes :: 251 - CreditWorthiness -DEBUG - add_triples_for_classes :: 251 - Criminal -DEBUG - add_triples_for_classes :: 251 - CriminalCharge -DEBUG - add_triples_for_classes :: 251 - CriminalConviction -DEBUG - add_triples_for_classes :: 251 - CriminalPardon -DEBUG - add_triples_for_classes :: 251 - Demeanor -DEBUG - add_triples_for_classes :: 251 - Demographic -DEBUG - add_triples_for_classes :: 251 - DeviceApplications -DEBUG - add_triples_for_classes :: 251 - DeviceBased -DEBUG - add_triples_for_classes :: 251 - DeviceOperatingSystem -DEBUG - add_triples_for_classes :: 251 - DeviceSoftware -DEBUG - add_triples_for_classes :: 251 - Dialect -DEBUG - add_triples_for_classes :: 251 - Disability -DEBUG - add_triples_for_classes :: 251 - DisciplinaryAction -DEBUG - add_triples_for_classes :: 251 - Dislike -DEBUG - add_triples_for_classes :: 251 - Divorce -DEBUG - add_triples_for_classes :: 251 - DNACode -DEBUG - add_triples_for_classes :: 251 - DrugTestResult -DEBUG - add_triples_for_classes :: 251 - EmailAddress -DEBUG - add_triples_for_classes :: 251 - EmailContent -DEBUG - add_triples_for_classes :: 251 - EmploymentHistory -DEBUG - add_triples_for_classes :: 251 - Ethnicity -DEBUG - add_triples_for_classes :: 251 - EthnicOrigin -DEBUG - add_triples_for_classes :: 251 - External -DEBUG - add_triples_for_classes :: 251 - Family -DEBUG - add_triples_for_classes :: 251 - FamilyHealthHistory -DEBUG - add_triples_for_classes :: 251 - FamilyStructure -DEBUG - add_triples_for_classes :: 251 - Favorite -DEBUG - add_triples_for_classes :: 251 - FavoriteColor -DEBUG - add_triples_for_classes :: 251 - FavoriteFood -DEBUG - add_triples_for_classes :: 251 - FavoriteMusic -DEBUG - add_triples_for_classes :: 251 - Fetish -DEBUG - add_triples_for_classes :: 251 - Financial -DEBUG - add_triples_for_classes :: 251 - FinancialAccount -DEBUG - add_triples_for_classes :: 251 - FinancialAccountNumber -DEBUG - add_triples_for_classes :: 251 - Fingerprint -DEBUG - add_triples_for_classes :: 251 - Friend -DEBUG - add_triples_for_classes :: 251 - Gender -DEBUG - add_triples_for_classes :: 251 - GeneralReputation -DEBUG - add_triples_for_classes :: 251 - Geographic -DEBUG - add_triples_for_classes :: 251 - GPSCoordinate -DEBUG - add_triples_for_classes :: 251 - GroupMembership -DEBUG - add_triples_for_classes :: 251 - HairColor -DEBUG - add_triples_for_classes :: 251 - Health -DEBUG - add_triples_for_classes :: 251 - HealthHistory -DEBUG - add_triples_for_classes :: 251 - HealthRecord -DEBUG - add_triples_for_classes :: 251 - Height -DEBUG - add_triples_for_classes :: 251 - Historical -DEBUG - add_triples_for_classes :: 251 - HouseOwned -DEBUG - add_triples_for_classes :: 251 - Identifying -DEBUG - add_triples_for_classes :: 251 - Income -DEBUG - add_triples_for_classes :: 251 - IncomeBracket -DEBUG - add_triples_for_classes :: 251 - IndividualHealthHistory -DEBUG - add_triples_for_classes :: 251 - Intention -DEBUG - add_triples_for_classes :: 251 - Interaction -DEBUG - add_triples_for_classes :: 251 - Interest -DEBUG - add_triples_for_classes :: 251 - Internal -DEBUG - add_triples_for_classes :: 251 - IPAddress -DEBUG - add_triples_for_classes :: 251 - Job -DEBUG - add_triples_for_classes :: 251 - KnowledgeBelief -DEBUG - add_triples_for_classes :: 251 - Language -DEBUG - add_triples_for_classes :: 251 - LifeHistory -DEBUG - add_triples_for_classes :: 251 - Like -DEBUG - add_triples_for_classes :: 251 - LinkClicked -DEBUG - add_triples_for_classes :: 251 - LoanRecord -DEBUG - add_triples_for_classes :: 251 - Location -DEBUG - add_triples_for_classes :: 251 - MACAddress -DEBUG - add_triples_for_classes :: 251 - MaritalStatus -DEBUG - add_triples_for_classes :: 251 - Marriage -DEBUG - add_triples_for_classes :: 251 - MedicalHealth -DEBUG - add_triples_for_classes :: 251 - MentalHealth -DEBUG - add_triples_for_classes :: 251 - Name -DEBUG - add_triples_for_classes :: 251 - OfficialID -DEBUG - add_triples_for_classes :: 251 - Offspring -DEBUG - add_triples_for_classes :: 251 - Opinion -DEBUG - add_triples_for_classes :: 251 - Ownership -DEBUG - add_triples_for_classes :: 251 - Parent -DEBUG - add_triples_for_classes :: 251 - Password -DEBUG - add_triples_for_classes :: 251 - PaymentCard -DEBUG - add_triples_for_classes :: 251 - PaymentCardExpiry -DEBUG - add_triples_for_classes :: 251 - PaymentCardNumber -DEBUG - add_triples_for_classes :: 251 - Personality -DEBUG - add_triples_for_classes :: 251 - PersonalPossession -DEBUG - add_triples_for_classes :: 251 - PhilosophicalBelief -DEBUG - add_triples_for_classes :: 251 - PhysicalAddress -DEBUG - add_triples_for_classes :: 251 - PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 251 - PhysicalHealth -DEBUG - add_triples_for_classes :: 251 - PhysicalTrait -DEBUG - add_triples_for_classes :: 251 - Picture -DEBUG - add_triples_for_classes :: 251 - Piercing -DEBUG - add_triples_for_classes :: 251 - PINCode -DEBUG - add_triples_for_classes :: 251 - PoliticalAffiliation -DEBUG - add_triples_for_classes :: 251 - Preference -DEBUG - add_triples_for_classes :: 251 - Prescription -DEBUG - add_triples_for_classes :: 251 - PrivacyPreference -DEBUG - add_triples_for_classes :: 251 - Proclivitie -DEBUG - add_triples_for_classes :: 251 - Professional -DEBUG - add_triples_for_classes :: 251 - ProfessionalCertification -DEBUG - add_triples_for_classes :: 251 - ProfessionalEvaluation -DEBUG - add_triples_for_classes :: 251 - ProfessionalInterview -DEBUG - add_triples_for_classes :: 251 - PublicLife -DEBUG - add_triples_for_classes :: 251 - Purchase -DEBUG - add_triples_for_classes :: 251 - PurchasesAndSpendingHabit -DEBUG - add_triples_for_classes :: 251 - Race -DEBUG - add_triples_for_classes :: 251 - Reference -DEBUG - add_triples_for_classes :: 251 - Relationship -DEBUG - add_triples_for_classes :: 251 - Religion -DEBUG - add_triples_for_classes :: 251 - ReligiousBelief -DEBUG - add_triples_for_classes :: 251 - Retina -DEBUG - add_triples_for_classes :: 251 - RoomNumber -DEBUG - add_triples_for_classes :: 251 - Salary -DEBUG - add_triples_for_classes :: 251 - Sale -DEBUG - add_triples_for_classes :: 251 - School -DEBUG - add_triples_for_classes :: 251 - SecretText -DEBUG - add_triples_for_classes :: 251 - ServiceConsumptionBehavior -DEBUG - add_triples_for_classes :: 251 - Sexual -DEBUG - add_triples_for_classes :: 251 - SexualHistory -DEBUG - add_triples_for_classes :: 251 - SexualPreference -DEBUG - add_triples_for_classes :: 251 - Sibling -DEBUG - add_triples_for_classes :: 251 - SkinTone -DEBUG - add_triples_for_classes :: 251 - Social -DEBUG - add_triples_for_classes :: 251 - SocialMediaCommunication -DEBUG - add_triples_for_classes :: 251 - SocialNetwork -DEBUG - add_triples_for_classes :: 251 - SocialStatus -DEBUG - add_triples_for_classes :: 251 - Tattoo -DEBUG - add_triples_for_classes :: 251 - Tax -DEBUG - add_triples_for_classes :: 251 - TelephoneNumber -DEBUG - add_triples_for_classes :: 251 - Thought -DEBUG - add_triples_for_classes :: 251 - Tracking -DEBUG - add_triples_for_classes :: 251 - Transaction -DEBUG - add_triples_for_classes :: 251 - Transactional -DEBUG - add_triples_for_classes :: 251 - TVViewingBehavior -DEBUG - add_triples_for_classes :: 251 - UID -DEBUG - add_triples_for_classes :: 251 - Username -DEBUG - add_triples_for_classes :: 251 - VoiceCommunicationRecording -DEBUG - add_triples_for_classes :: 251 - VoiceMail -DEBUG - add_triples_for_classes :: 251 - Weight -DEBUG - add_triples_for_classes :: 251 - WorkHistory -DEBUG - :: 610 - exported proposed terms to ../dpv-skos/dpv-pd/proposed.json -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing base module -DEBUG - :: 461 - there are 12 classes in base -DEBUG - add_triples_for_classes :: 253 - PersonalDataHandling -DEBUG - add_triples_for_classes :: 253 - PersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data -DEBUG - add_triples_for_classes :: 253 - Processing -DEBUG - add_triples_for_classes :: 253 - Purpose -DEBUG - add_triples_for_classes :: 253 - Recipient -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - LegalBasis -DEBUG - add_triples_for_classes :: 253 - DataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - DataController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - Right -DEBUG - add_triples_for_classes :: 253 - DataSubjectRight -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Right -DEBUG - add_triples_for_classes :: 253 - Risk -DEBUG - :: 467 - there are 11 properties in base -DEBUG - add_triples_for_properties :: 300 - hasPersonalData -DEBUG - add_triples_for_properties :: 300 - hasProcessing -DEBUG - add_triples_for_properties :: 300 - hasPurpose -DEBUG - add_triples_for_properties :: 300 - hasRecipient -DEBUG - add_triples_for_properties :: 300 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 300 - hasLegalBasis -DEBUG - add_triples_for_properties :: 300 - hasDataSubject -DEBUG - add_triples_for_properties :: 300 - hasDataController -DEBUG - add_triples_for_properties :: 300 - hasRight -DEBUG - add_triples_for_properties :: 300 - hasRisk -DEBUG - add_triples_for_properties :: 300 - hasPersonalDataHandling -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing personal_data module -DEBUG - :: 461 - there are 10 classes in personal_data -DEBUG - add_triples_for_classes :: 253 - PersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data -DEBUG - add_triples_for_classes :: 253 - AnonymisedData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#NonPersonalData -DEBUG - add_triples_for_classes :: 253 - DerivedPersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - InferredPersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DerivedPersonalData -DEBUG - add_triples_for_classes :: 253 - PseudoAnonymisedData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - SensitivePersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SensitivePersonalData -DEBUG - add_triples_for_classes :: 253 - Data -DEBUG - add_triples_for_classes :: 253 - NonPersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data -DEBUG - :: 467 - there are 1 properties in personal_data -DEBUG - add_triples_for_properties :: 300 - hasPersonalData -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing purposes module -DEBUG - :: 461 - there are 67 classes in purposes -DEBUG - add_triples_for_classes :: 253 - Purpose -DEBUG - add_triples_for_classes :: 253 - AcademicResearch -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 253 - AccountManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - Advertising -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing -DEBUG - add_triples_for_classes :: 253 - CommercialResearch -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 253 - CommunicationManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - CommunicationForCustomerCare -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerCare -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CommunicationManagement -DEBUG - add_triples_for_classes :: 253 - CreateEventRecommendations -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 253 - CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization -DEBUG - add_triples_for_classes :: 253 - CreateProductRecommendations -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 253 - CustomerCare -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - CustomerClaimsManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - CustomerManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - CustomerOrderManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - CustomerRelationshipManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - CustomerSolvencyMonitoring -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - DeliveryOfGoods -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#RequestedServiceProvision -DEBUG - add_triples_for_classes :: 253 - DirectMarketing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing -DEBUG - add_triples_for_classes :: 253 - DisputeManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance -DEBUG - add_triples_for_classes :: 253 - EnforceAccessControl -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity -DEBUG - add_triples_for_classes :: 253 - EnforceSecurity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - FraudPreventionAndDetection -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity -DEBUG - add_triples_for_classes :: 253 - HumanResourceManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - IdentityVerification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity -DEBUG - add_triples_for_classes :: 253 - ImproveExistingProductsAndServices -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController -DEBUG - add_triples_for_classes :: 253 - ImproveInternalCRMProcesses -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement -DEBUG - add_triples_for_classes :: 253 - IncreaseServiceRobustness -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController -DEBUG - add_triples_for_classes :: 253 - InternalResourceOptimisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController -DEBUG - add_triples_for_classes :: 253 - LegalCompliance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - Marketing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - MemberPartnerManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance -DEBUG - add_triples_for_classes :: 253 - NonCommercialResearch -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 253 - OptimisationForConsumer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceOptimization -DEBUG - add_triples_for_classes :: 253 - OptimisationForController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceOptimization -DEBUG - add_triples_for_classes :: 253 - OptimiseUserInterface -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForConsumer -DEBUG - add_triples_for_classes :: 253 - OrganisationComplianceManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance -DEBUG - add_triples_for_classes :: 253 - OrganisationGovernance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - OrganisationRiskManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance -DEBUG - add_triples_for_classes :: 253 - Payment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - Personalisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - PersonalisedAdvertising -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Advertising -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Personalisation -DEBUG - add_triples_for_classes :: 253 - PersonalisedBenefits -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization -DEBUG - add_triples_for_classes :: 253 - PublicRelations -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing -DEBUG - add_triples_for_classes :: 253 - RecordManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - RegistrationAuthentication -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - RequestedServiceProvision -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - Sector -DEBUG - add_triples_for_classes :: 253 - SellDataToThirdParties -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts -DEBUG - add_triples_for_classes :: 253 - SellInsightsFromData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts -DEBUG - add_triples_for_classes :: 253 - SellProducts -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - SellProductsToDataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts -DEBUG - add_triples_for_classes :: 253 - ServiceOptimization -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - ServicePersonalization -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Personalisation -DEBUG - add_triples_for_classes :: 253 - ServiceProvision -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - ServiceRecordManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - ServiceUsageAnalytics -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - SocialMediaMarketing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing -DEBUG - add_triples_for_classes :: 253 - TechnicalServiceProvision -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - UserInterfacePersonalisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization -DEBUG - add_triples_for_classes :: 253 - VendorManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - VendorPayment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement -DEBUG - add_triples_for_classes :: 253 - VendorRecordsManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement -DEBUG - add_triples_for_classes :: 253 - VendorSelectionAssessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement -DEBUG - :: 467 - there are 2 properties in purposes -DEBUG - add_triples_for_properties :: 300 - hasPurpose -DEBUG - add_triples_for_properties :: 300 - hasSector -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing context module -DEBUG - :: 461 - there are 28 classes in context -DEBUG - add_triples_for_classes :: 253 - Context -DEBUG - add_triples_for_classes :: 253 - Importance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - PrimaryImportance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Importance -DEBUG - add_triples_for_classes :: 253 - SecondaryImportance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Importance -DEBUG - add_triples_for_classes :: 253 - Necessity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - Required -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity -DEBUG - add_triples_for_classes :: 253 - Optional -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity -DEBUG - add_triples_for_classes :: 253 - NotRequired -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity -DEBUG - add_triples_for_classes :: 253 - Technology -DEBUG - add_triples_for_classes :: 253 - AlgorithmicLogic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - Consequence -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - HumanInvolvement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - Duration -DEBUG - add_triples_for_classes :: 253 - Frequency -DEBUG - :: 467 - there are 13 properties in context -DEBUG - add_triples_for_properties :: 300 - hasContext -DEBUG - add_triples_for_properties :: 300 - isImplementedByEntity -DEBUG - add_triples_for_properties :: 300 - isImplementedUsingTechnology -DEBUG - add_triples_for_properties :: 300 - hasAlgorithmicLogic -DEBUG - add_triples_for_properties :: 300 - hasConsequence -DEBUG - add_triples_for_properties :: 300 - hasHumanInvolvement -DEBUG - add_triples_for_properties :: 300 - hasDuration -DEBUG - add_triples_for_properties :: 300 - hasIdentifier -DEBUG - add_triples_for_properties :: 300 - hasFrequency -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing processing module -DEBUG - :: 461 - there are 34 classes in processing -DEBUG - add_triples_for_classes :: 253 - Processing -DEBUG - add_triples_for_classes :: 253 - Acquire -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain -DEBUG - add_triples_for_classes :: 253 - Adapt -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Align -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Alter -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Analyse -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use -DEBUG - add_triples_for_classes :: 253 - Anonymise -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Collect -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain -DEBUG - add_triples_for_classes :: 253 - Combine -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Consult -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use -DEBUG - add_triples_for_classes :: 253 - Copy -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Derive -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Destruct -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Remove -DEBUG - add_triples_for_classes :: 253 - Disclose -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - DiscloseByTransmission -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Disseminate -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Erase -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Remove -DEBUG - add_triples_for_classes :: 253 - MakeAvailable -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Move -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transfer -DEBUG - add_triples_for_classes :: 253 - Obtain -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Organise -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Profiling -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use -DEBUG - add_triples_for_classes :: 253 - PseudoAnonymise -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Record -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain -DEBUG - add_triples_for_classes :: 253 - Remove -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Restrict -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Retrieve -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use -DEBUG - add_triples_for_classes :: 253 - Share -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Store -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Structure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organise -DEBUG - add_triples_for_classes :: 253 - Transfer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Transform -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Transmit -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Use -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - :: 467 - there are 1 properties in processing -DEBUG - add_triples_for_properties :: 300 - hasProcessing -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing processing_context module -DEBUG - :: 461 - there are 15 classes in processing_context -DEBUG - add_triples_for_classes :: 253 - ProcessingContext -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - DataSource -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - PublicDataSource -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSource -DEBUG - add_triples_for_classes :: 253 - NonPublicDataSource -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSource -DEBUG - add_triples_for_classes :: 253 - SystematicMonitoring -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - EvaluationScoring -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - MatchingCombining -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - AutomatedDecisionMaking -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - LargeScaleProcessing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - InnovativeUseOfNewTechnologies -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - StorageDeletion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition -DEBUG - add_triples_for_classes :: 253 - StorageDuration -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Duration -DEBUG - add_triples_for_classes :: 253 - StorageLocation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - StorageRestoration -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition -DEBUG - add_triples_for_classes :: 253 - StorageCondition -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - :: 467 - there are 2 properties in processing_context -DEBUG - add_triples_for_properties :: 300 - hasDataSource -DEBUG - add_triples_for_properties :: 300 - hasStorage -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing technical_organisational_measures module -DEBUG - :: 461 - there are 50 classes in technical_organisational_measures -DEBUG - add_triples_for_classes :: 253 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - TechnicalMeasure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - OrganisationalMeasure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - AccessControlMethod -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure -DEBUG - add_triples_for_classes :: 253 - Anonymization -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure -DEBUG - add_triples_for_classes :: 253 - Assessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - AuthenticationProtocols -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure -DEBUG - add_triples_for_classes :: 253 - AuthorisationProcedure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - Certification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CertificationSeal -DEBUG - add_triples_for_classes :: 253 - CertificationSeal -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - CodeOfConduct -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 253 - Consultation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - ConsultationWithAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consultation -DEBUG - add_triples_for_classes :: 253 - ContractualTerms -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement -DEBUG - add_triples_for_classes :: 253 - CompleteAnonymisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization -DEBUG - add_triples_for_classes :: 253 - ControllerProcessorAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement -DEBUG - add_triples_for_classes :: 253 - DataProcessingAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement -DEBUG - add_triples_for_classes :: 253 - DataProcessingRecords -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#RecordsOfActivities -DEBUG - add_triples_for_classes :: 253 - DataTransferImpactAssessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment -DEBUG - add_triples_for_classes :: 253 - DeIdentification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization -DEBUG - add_triples_for_classes :: 253 - DesignStandard -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 253 - DPIA -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment -DEBUG - add_triples_for_classes :: 253 - EncryptionInRest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Encryption -DEBUG - add_triples_for_classes :: 253 - EncryptionInTransfer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Encryption -DEBUG - add_triples_for_classes :: 253 - GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - ImpactAssessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Assessment -DEBUG - add_triples_for_classes :: 253 - JointDataControllersAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement -DEBUG - add_triples_for_classes :: 253 - LegalAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - LegitimateInterestAssessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Assessment -DEBUG - add_triples_for_classes :: 253 - NDA -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement -DEBUG - add_triples_for_classes :: 253 - Notice -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - PIA -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment -DEBUG - add_triples_for_classes :: 253 - Policy -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - PrivacyByDefault -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 253 - PrivacyByDesign -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - PrivacyNotice -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Notice -DEBUG - add_triples_for_classes :: 253 - PseudoAnonymization -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization -DEBUG - add_triples_for_classes :: 253 - Encryption -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure -DEBUG - add_triples_for_classes :: 253 - RecordsOfActivities -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - RegisterOfProcessingActivities -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingRecords -DEBUG - add_triples_for_classes :: 253 - RegularityOfRecertification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - RiskManagementProcedure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - RiskMitigationMeasure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - Safeguard -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - SafeguardForDataTransfer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Safeguard -DEBUG - add_triples_for_classes :: 253 - Seal -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CertificationSeal -DEBUG - add_triples_for_classes :: 253 - SingleSignOn -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#AuthenticationProtocols -DEBUG - add_triples_for_classes :: 253 - StaffTraining -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - SubProcessorAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement -DEBUG - add_triples_for_classes :: 253 - ThirdPartyAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement -DEBUG - :: 467 - there are 9 properties in technical_organisational_measures -DEBUG - add_triples_for_properties :: 300 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 300 - hasTechnicalMeasure -DEBUG - add_triples_for_properties :: 300 - hasOrganisationalMeasure -DEBUG - add_triples_for_properties :: 300 - mitigatesRisk -DEBUG - add_triples_for_properties :: 300 - hasPolicy -DEBUG - add_triples_for_properties :: 300 - isPolicyFor -DEBUG - add_triples_for_properties :: 300 - isMitigatedByMeasure -DEBUG - add_triples_for_properties :: 300 - hasRisk -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing entities module -DEBUG - :: 461 - there are 27 classes in entities -DEBUG - add_triples_for_classes :: 253 - LegalEntity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Entity -DEBUG - add_triples_for_classes :: 253 - NaturalPerson -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Entity -DEBUG - add_triples_for_classes :: 253 - DataController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - DataProcessor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient -DEBUG - add_triples_for_classes :: 253 - DataSubProcessor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessor -DEBUG - add_triples_for_classes :: 253 - Recipient -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - ThirdParty -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient -DEBUG - add_triples_for_classes :: 253 - DataProtectionOfficer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Representative -DEBUG - add_triples_for_classes :: 253 - DataExporter -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - DataImporter -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient -DEBUG - add_triples_for_classes :: 253 - JointDataControllers -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataController -DEBUG - add_triples_for_classes :: 253 - Representative -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - Authority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation -DEBUG - add_triples_for_classes :: 253 - DataProtectionAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority -DEBUG - add_triples_for_classes :: 253 - NationalAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority -DEBUG - add_triples_for_classes :: 253 - RegionalAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority -DEBUG - add_triples_for_classes :: 253 - SupraNationalAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority -DEBUG - add_triples_for_classes :: 253 - DataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#NaturalPerson -DEBUG - add_triples_for_classes :: 253 - Organisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - IndustryConsortium -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - GovernmentalOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - NonGovernmentalOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - ForProfitOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - NonProfitOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - AcademicScientificOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - Child -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject -DEBUG - add_triples_for_classes :: 253 - VulnerableDataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject -DEBUG - :: 467 - there are 14 properties in entities -DEBUG - add_triples_for_properties :: 300 - hasName -DEBUG - add_triples_for_properties :: 300 - hasAddress -DEBUG - add_triples_for_properties :: 300 - hasContact -DEBUG - add_triples_for_properties :: 300 - hasEntity -DEBUG - add_triples_for_properties :: 300 - hasRepresentative -DEBUG - add_triples_for_properties :: 300 - hasRecipient -DEBUG - add_triples_for_properties :: 300 - hasDataSubject -DEBUG - add_triples_for_properties :: 300 - hasDataController -DEBUG - add_triples_for_properties :: 300 - hasJointDataControllers -DEBUG - add_triples_for_properties :: 300 - hasDataProcessor -DEBUG - add_triples_for_properties :: 300 - hasRecipientDataController -DEBUG - add_triples_for_properties :: 300 - hasRecipientThirdParty -DEBUG - add_triples_for_properties :: 300 - hasDataExporter -DEBUG - add_triples_for_properties :: 300 - hasDataImporter -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing jurisdictions module -DEBUG - :: 461 - there are 7 classes in jurisdictions -DEBUG - add_triples_for_classes :: 253 - Location -DEBUG - add_triples_for_classes :: 253 - Country -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - SupraNationalUnion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - EconomicUnion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - Region -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - Law -DEBUG - add_triples_for_classes :: 253 - ThirdCountry -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Country -DEBUG - :: 467 - there are 7 properties in jurisdictions -DEBUG - add_triples_for_properties :: 300 - hasJurisdiction -DEBUG - add_triples_for_properties :: 300 - hasCountry -DEBUG - add_triples_for_properties :: 300 - hasAuthority -DEBUG - add_triples_for_properties :: 300 - hasLocation -DEBUG - add_triples_for_properties :: 300 - hasApplicableLaw -DEBUG - add_triples_for_properties :: 300 - isAuthorityFor -DEBUG - add_triples_for_properties :: 300 - hasThirdCountry -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing legal_basis module -DEBUG - :: 461 - there are 17 classes in legal_basis -DEBUG - add_triples_for_classes :: 253 - LegalBasis -DEBUG - add_triples_for_classes :: 253 - Consent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - Contract -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement -DEBUG - add_triples_for_classes :: 253 - ContractPerformance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - EnterIntoContract -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - LegalObligation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - LegitimateInterest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - LegitimateInterestOfController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -DEBUG - add_triples_for_classes :: 253 - LegitimateInterestOfThirdParty -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -DEBUG - add_triples_for_classes :: 253 - OfficialAuthorityOfController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - PublicInterest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - VitalInterest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - VitalInterestOfDataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson -DEBUG - add_triples_for_classes :: 253 - VitalInterestOfNaturalPerson -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest -DEBUG - :: 467 - there are 1 properties in legal_basis -DEBUG - add_triples_for_properties :: 300 - hasLegalBasis -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing consent module -DEBUG - :: 467 - there are 13 properties in consent -DEBUG - add_triples_for_properties :: 300 - hasExpiry -DEBUG - add_triples_for_properties :: 300 - hasExpiryTime -DEBUG - add_triples_for_properties :: 300 - hasExpiryCondition -DEBUG - add_triples_for_properties :: 300 - hasProvisionMethod -DEBUG - add_triples_for_properties :: 300 - hasProvisionTime -DEBUG - add_triples_for_properties :: 300 - hasWithdrawalMethod -DEBUG - add_triples_for_properties :: 300 - hasWithdrawalTime -DEBUG - add_triples_for_properties :: 300 - hasWithdrawalBy -DEBUG - add_triples_for_properties :: 300 - hasProvisionBy -DEBUG - add_triples_for_properties :: 300 - hasProvisionByJustification -DEBUG - add_triples_for_properties :: 300 - hasWithdrawalByJustification -DEBUG - add_triples_for_properties :: 300 - hasConsentNotice -DEBUG - add_triples_for_properties :: 300 - isExplicit -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.jsonld -DEBUG - :: 480 - exported proposed terms to ../dpv-owl/proposed.json -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.jsonld -DEBUG - :: 521 - ------ -DEBUG - :: 522 - Processing legal_basis module -DEBUG - :: 527 - there are 34 classes in legal_basis -DEBUG - add_triples_for_classes :: 253 - A6-1-a-non-explicit-consent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent -DEBUG - add_triples_for_classes :: 253 - A6-1-a-explicit-consent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent -DEBUG - add_triples_for_classes :: 253 - A6-1-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - A6-1-c -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalObligation -DEBUG - add_triples_for_classes :: 253 - A6-1-d -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest -DEBUG - add_triples_for_classes :: 253 - A6-1-e -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController -DEBUG - add_triples_for_classes :: 253 - A6-1-f -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-a -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent -DEBUG - add_triples_for_classes :: 253 - A9-2-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - A9-2-c -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-d -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-e -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - A9-2-f -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - A9-2-g -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-h -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - A9-2-i -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-j -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 253 - A45-3 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-2-a -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-2-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules -DEBUG - add_triples_for_classes :: 253 - A46-2-c -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission -DEBUG - add_triples_for_classes :: 253 - A46-2-d -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority -DEBUG - add_triples_for_classes :: 253 - A46-2-e -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-2-f -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-3-a -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-3-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A49-1-a -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent -DEBUG - add_triples_for_classes :: 253 - A49-1-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - A49-1-c -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - A49-1-d -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 253 - A49-1-e -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A49-1-f -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson -DEBUG - add_triples_for_classes :: 253 - A49-1-g -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A49-2 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.jsonld -DEBUG - :: 521 - ------ -DEBUG - :: 522 - Processing rights module -DEBUG - :: 527 - there are 12 classes in rights -DEBUG - add_triples_for_classes :: 253 - A13 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A14 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A15 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A16 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A17 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A18 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A19 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A20 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A21 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A22 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A7-3 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A77 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.jsonld -DEBUG - :: 521 - ------ -DEBUG - :: 522 - Processing data_transfers module -DEBUG - :: 527 - there are 9 classes in data_transfers -DEBUG - add_triples_for_classes :: 253 - AdHocContractualClauses -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - BindingCorporateRules -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 253 - CertificationMechanismsForDataTransfers -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 253 - CodesOfConductForDataTransfers -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 253 - DataTransferTool -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - SCCByCommission -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses -DEBUG - add_triples_for_classes :: 253 - SCCBySupervisoryAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses -DEBUG - add_triples_for_classes :: 253 - StandardContractualClauses -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 253 - SupplementaryMeasure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.jsonld -DEBUG - :: 548 - no proposed terms in DPVO-GDPR -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.jsonld -DEBUG - :: 570 - ------ -DEBUG - :: 571 - Processing DPV-PD -DEBUG - :: 575 - there are 172 classes in data_transfers -DEBUG - add_triples_for_classes :: 253 - Accent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Language -DEBUG - add_triples_for_classes :: 253 - AccountIdentifier -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount -DEBUG - add_triples_for_classes :: 253 - Acquantaince -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - Age -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - ApartmentOwned -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned -DEBUG - add_triples_for_classes :: 253 - Association -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - Attitude -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - Authenticating -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal -DEBUG - add_triples_for_classes :: 253 - AuthenticationHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - BankAccount -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount -DEBUG - add_triples_for_classes :: 253 - Behavioral -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - Biometric -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - BloodType -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - BrowserFingerprint -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased -DEBUG - add_triples_for_classes :: 253 - BrowsingBehavior -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - BrowsingReferral -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior -DEBUG - add_triples_for_classes :: 253 - CallLog -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - CarOwned -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership -DEBUG - add_triples_for_classes :: 253 - Character -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Communication -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - CommunicationsMetadata -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Connection -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - Contact -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking -DEBUG - add_triples_for_classes :: 253 - Country -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location -DEBUG - add_triples_for_classes :: 253 - Credit -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - CreditCapacity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit -DEBUG - add_triples_for_classes :: 253 - CreditCardNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber -DEBUG - add_triples_for_classes :: 253 - CreditRecord -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit -DEBUG - add_triples_for_classes :: 253 - CreditScore -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness -DEBUG - add_triples_for_classes :: 253 - CreditStanding -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit -DEBUG - add_triples_for_classes :: 253 - CreditWorthiness -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit -DEBUG - add_triples_for_classes :: 253 - Criminal -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - CriminalCharge -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal -DEBUG - add_triples_for_classes :: 253 - CriminalConviction -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal -DEBUG - add_triples_for_classes :: 253 - CriminalPardon -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal -DEBUG - add_triples_for_classes :: 253 - Demeanor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - Demographic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - DeviceApplications -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware -DEBUG - add_triples_for_classes :: 253 - DeviceBased -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking -DEBUG - add_triples_for_classes :: 253 - DeviceOperatingSystem -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware -DEBUG - add_triples_for_classes :: 253 - DeviceSoftware -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased -DEBUG - add_triples_for_classes :: 253 - Dialect -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Language -DEBUG - add_triples_for_classes :: 253 - Disability -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - DisciplinaryAction -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - Dislike -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Interest -DEBUG - add_triples_for_classes :: 253 - Divorce -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - DNACode -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - DrugTestResult -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - EmailAddress -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact -DEBUG - add_triples_for_classes :: 253 - EmailContent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication -DEBUG - add_triples_for_classes :: 253 - EmploymentHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - Ethnicity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - EthnicOrigin -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - External -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - Family -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - FamilyHealthHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory -DEBUG - add_triples_for_classes :: 253 - FamilyStructure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Family -DEBUG - add_triples_for_classes :: 253 - Favorite -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - FavoriteColor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite -DEBUG - add_triples_for_classes :: 253 - FavoriteFood -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite -DEBUG - add_triples_for_classes :: 253 - FavoriteMusic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite -DEBUG - add_triples_for_classes :: 253 - Fetish -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual -DEBUG - add_triples_for_classes :: 253 - Financial -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - FinancialAccount -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial -DEBUG - add_triples_for_classes :: 253 - FinancialAccountNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier -DEBUG - add_triples_for_classes :: 253 - Fingerprint -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric -DEBUG - add_triples_for_classes :: 253 - Friend -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - Gender -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - GeneralReputation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Geographic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic -DEBUG - add_triples_for_classes :: 253 - GPSCoordinate -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location -DEBUG - add_triples_for_classes :: 253 - GroupMembership -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - HairColor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - Health -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - HealthHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - HealthRecord -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - Height -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - Historical -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - HouseOwned -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership -DEBUG - add_triples_for_classes :: 253 - Identifying -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - Income -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - IncomeBracket -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic -DEBUG - add_triples_for_classes :: 253 - IndividualHealthHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory -DEBUG - add_triples_for_classes :: 253 - Intention -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - Interaction -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Interest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - Internal -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - IPAddress -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased -DEBUG - add_triples_for_classes :: 253 - Job -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - KnowledgeBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal -DEBUG - add_triples_for_classes :: 253 - Language -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity -DEBUG - add_triples_for_classes :: 253 - LifeHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Historical -DEBUG - add_triples_for_classes :: 253 - Like -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Interest -DEBUG - add_triples_for_classes :: 253 - LinkClicked -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - LoanRecord -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - Location -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking -DEBUG - add_triples_for_classes :: 253 - MACAddress -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased -DEBUG - add_triples_for_classes :: 253 - MaritalStatus -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Marriage -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - MedicalHealth -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - MentalHealth -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health -DEBUG - add_triples_for_classes :: 253 - Name -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - OfficialID -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - Offspring -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - Opinion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - Ownership -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial -DEBUG - add_triples_for_classes :: 253 - Parent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - Password -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating -DEBUG - add_triples_for_classes :: 253 - PaymentCard -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount -DEBUG - add_triples_for_classes :: 253 - PaymentCardExpiry -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard -DEBUG - add_triples_for_classes :: 253 - PaymentCardNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier -DEBUG - add_triples_for_classes :: 253 - Personality -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - PersonalPossession -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership -DEBUG - add_triples_for_classes :: 253 - PhilosophicalBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - PhysicalAddress -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact -DEBUG - add_triples_for_classes :: 253 - PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - PhysicalHealth -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health -DEBUG - add_triples_for_classes :: 253 - PhysicalTrait -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic -DEBUG - add_triples_for_classes :: 253 - Picture -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - Piercing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - PINCode -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating -DEBUG - add_triples_for_classes :: 253 - PoliticalAffiliation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - Preference -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal -DEBUG - add_triples_for_classes :: 253 - Prescription -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - PrivacyPreference -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - Proclivitie -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual -DEBUG - add_triples_for_classes :: 253 - Professional -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - ProfessionalCertification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - ProfessionalEvaluation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - ProfessionalInterview -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - PublicLife -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - Purchase -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - PurchasesAndSpendingHabit -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - Race -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - Reference -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - Relationship -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Family -DEBUG - add_triples_for_classes :: 253 - Religion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - ReligiousBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - Retina -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric -DEBUG - add_triples_for_classes :: 253 - RoomNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location -DEBUG - add_triples_for_classes :: 253 - Salary -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - Sale -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - School -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - SecretText -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating -DEBUG - add_triples_for_classes :: 253 - ServiceConsumptionBehavior -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - Sexual -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - SexualHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual -DEBUG - add_triples_for_classes :: 253 - SexualPreference -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual -DEBUG - add_triples_for_classes :: 253 - Sibling -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - SkinTone -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - Social -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - SocialMediaCommunication -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication -DEBUG - add_triples_for_classes :: 253 - SocialNetwork -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - SocialStatus -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Tattoo -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - Tax -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - TelephoneNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact -DEBUG - add_triples_for_classes :: 253 - Thought -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief -DEBUG - add_triples_for_classes :: 253 - Tracking -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - Transaction -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - Transactional -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial -DEBUG - add_triples_for_classes :: 253 - TVViewingBehavior -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior -DEBUG - add_triples_for_classes :: 253 - UID -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - Username -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - VoiceCommunicationRecording -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication -DEBUG - add_triples_for_classes :: 253 - VoiceMail -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication -DEBUG - add_triples_for_classes :: 253 - Weight -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - WorkHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - :: 582 - exported proposed terms to ../dpv-owl/dpv-pd/proposed.json -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.jsonld -DEBUG - load_data :: 40 - loading data for core -DEBUG - load_data :: 40 - loading data for personaldata -DEBUG - load_data :: 40 - loading data for purpose -DEBUG - load_data :: 40 - loading data for processing -DEBUG - load_data :: 40 - loading data for technical_organisational_measures -DEBUG - load_data :: 40 - loading data for entities -DEBUG - load_data :: 40 - loading data for context -DEBUG - load_data :: 40 - loading data for processing_context -DEBUG - load_data :: 40 - loading data for jurisdictions -DEBUG - load_data :: 40 - loading data for legal_basis -DEBUG - load_data :: 40 - loading data for consent -DEBUG - :: 123 - wrote DPV spec at f../dpv/index.html -DEBUG - :: 126 - wrote DPV spec at f../dpv/dpv.html -DEBUG - load_data :: 40 - loading data for legal_basis -DEBUG - load_data :: 40 - loading data for rights -DEBUG - load_data :: 40 - loading data for data_transfers -DEBUG - :: 143 - wrote DPV-GDPR spec at f../dpv-gdpr/index.html -DEBUG - :: 146 - wrote DPV-GDPR spec at f../dpv-gdpr/dpv-gdpr.html -DEBUG - load_data :: 40 - loading data for dpv_pd -DEBUG - :: 162 - wrote DPV-PD spec at f../dpv-pd/index.html -DEBUG - :: 165 - wrote DPV-PD spec at f../dpv-pd/dpv-pd.html -DEBUG - :: 168 - --- END --- -DEBUG - load_data :: 39 - loading data for core -DEBUG - load_data :: 39 - loading data for personaldata -DEBUG - load_data :: 39 - loading data for purpose -DEBUG - load_data :: 39 - loading data for processing -DEBUG - load_data :: 39 - loading data for technical_organisational_measures -DEBUG - load_data :: 39 - loading data for entities -DEBUG - load_data :: 39 - loading data for context -DEBUG - load_data :: 39 - loading data for processing_context -DEBUG - load_data :: 39 - loading data for jurisdictions -DEBUG - load_data :: 39 - loading data for legal_basis -DEBUG - load_data :: 39 - loading data for consent -DEBUG - :: 122 - wrote DPV spec at f../dpv-skos/index.html -DEBUG - :: 125 - wrote DPV spec at f../dpv-skos/dpv.html -Traceback (most recent call last): - File "/home/harsh/code/dpvcg/dpv/documentation-generator/./003_generate_respec_html_skos.py", line 130, in - TEMPLATE_DATA['proposed'] = json.load(fd) - File "/usr/lib/python3.10/json/__init__.py", line 293, in load - return loads(fp.read(), - File "/usr/lib/python3.10/json/__init__.py", line 346, in loads - return _default_decoder.decode(s) - File "/usr/lib/python3.10/json/decoder.py", line 337, in decode - obj, end = self.raw_decode(s, idx=_w(s, 0).end()) - File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode - raise JSONDecodeError("Expecting value", s, err.value) from None -json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) -DEBUG - load_data :: 39 - loading data for core -DEBUG - load_data :: 39 - loading data for personaldata -DEBUG - load_data :: 39 - loading data for purpose -DEBUG - load_data :: 39 - loading data for processing -DEBUG - load_data :: 39 - loading data for technical_organisational_measures -DEBUG - load_data :: 39 - loading data for entities -DEBUG - load_data :: 39 - loading data for context -DEBUG - load_data :: 39 - loading data for processing_context -DEBUG - load_data :: 39 - loading data for jurisdictions -DEBUG - load_data :: 39 - loading data for legal_basis -DEBUG - load_data :: 39 - loading data for consent -DEBUG - :: 122 - wrote DPV spec at f../dpv-owl/index.html -DEBUG - :: 125 - wrote DPV spec at f../dpv-owl/dpv.html -DEBUG - load_data :: 39 - loading data for legal_basis -DEBUG - load_data :: 39 - loading data for rights -DEBUG - load_data :: 39 - loading data for data_transfers -DEBUG - :: 142 - wrote DPV-GDPR spec at f../dpv-owl/dpv-gdpr/index.html -DEBUG - :: 145 - wrote DPV-GDPR spec at f../dpv-owl/dpv-gdpr/dpv-gdpr.html -DEBUG - load_data :: 39 - loading data for dpv_pd -DEBUG - :: 161 - wrote DPV-PD spec at f../dpv-owl/dpv-pd/index.html -DEBUG - :: 164 - wrote DPV-PD spec at f../dpv-owl/dpv-pd/dpv-pd.html -DEBUG - :: 167 - --- END --- diff --git a/documentation-generator/logs/changelog.txt b/documentation-generator/logs/changelog.txt index d053a4d41..a3bf6db75 100644 --- a/documentation-generator/logs/changelog.txt +++ b/documentation-generator/logs/changelog.txt @@ -1,184 +1,110 @@ --- DPV --- MODULE: base -added: 0 +added: 2 removed: 0 -added: 0 ; removed: 0 +added: 2 ; removed: 0 + +Concepts Added +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: consent -added: 0 +added: 2 removed: 0 -added: 0 ; removed: 0 +added: 2 ; removed: 0 + +Concepts Added +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: context added: 2 -removed: 2 -added: 2 ; removed: 2 -Concepts Removed -https://w3id.org/dpv#hasConsequence -https://w3id.org/dpv#Consequence +removed: 0 +added: 2 ; removed: 0 Concepts Added -https://w3id.org/dpv#isAfter -https://w3id.org/dpv#isBefore +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: entities_authority -added: 12 +added: 2 removed: 0 -added: 12 ; removed: 0 +added: 2 ; removed: 0 Concepts Added -https://w3id.org/dpv#isSubTypeOf -https://w3id.org/dpv#Authority -https://w3id.org/dpv#isAuthorityFor -https://w3id.org/dpv#Relation -https://w3id.org/dpv#Concept -https://w3id.org/dpv#hasAuthority -https://w3id.org/dpv#DataProtectionAuthority -https://w3id.org/dpv#NationalAuthority -https://w3id.org/dpv#RegionalAuthority -https://w3id.org/dpv#isInstanceOf -https://w3id.org/dpv#SupraNationalAuthority -https://w3id.org/dpv#Entities_AuthorityConcepts +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: entities_datasubject -added: 10 +added: 19 removed: 0 -added: 10 ; removed: 0 +added: 19 ; removed: 0 Concepts Added -https://w3id.org/dpv#Entities_DatasubjectConcepts -https://w3id.org/dpv#Relation -https://w3id.org/dpv#Concept -https://w3id.org/dpv#hasDataSubject -https://w3id.org/dpv#Child -https://w3id.org/dpv#Adult -https://w3id.org/dpv#DataSubject -https://w3id.org/dpv#VulnerableDataSubject -https://w3id.org/dpv#isInstanceOf -https://w3id.org/dpv#isSubTypeOf +https://w3id.org/dpv#NonCitizen +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#Customer +https://w3id.org/dpv#Employee +https://w3id.org/dpv#hasRange +https://w3id.org/dpv#Immigrant +https://w3id.org/dpv#Consumer +https://w3id.org/dpv#Student +https://w3id.org/dpv#Subscriber +https://w3id.org/dpv#Visitor +https://w3id.org/dpv#User +https://w3id.org/dpv#Client +https://w3id.org/dpv#Citizen +https://w3id.org/dpv#JobApplicant +https://w3id.org/dpv#Applicant +https://w3id.org/dpv#Member +https://w3id.org/dpv#Participant +https://w3id.org/dpv#Tourist +https://w3id.org/dpv#Patient --- MODULE: entities_legalrole -added: 23 +added: 2 removed: 0 -added: 23 ; removed: 0 +added: 2 ; removed: 0 Concepts Added -https://w3id.org/dpv#DataProcessor -https://w3id.org/dpv#DataProtectionOfficer -https://w3id.org/dpv#ThirdParty -https://w3id.org/dpv#hasDataExporter -https://w3id.org/dpv#isInstanceOf -https://w3id.org/dpv#isSubTypeOf -https://w3id.org/dpv#Recipient -https://w3id.org/dpv#DataController -https://w3id.org/dpv#hasDataProcessor -https://w3id.org/dpv#hasDataImporter -https://w3id.org/dpv#hasRecipientThirdParty -https://w3id.org/dpv#Relation -https://w3id.org/dpv#DataSubProcessor -https://w3id.org/dpv#hasJointDataControllers -https://w3id.org/dpv#DataImporter -https://w3id.org/dpv#hasDataController -https://w3id.org/dpv#Concept -https://w3id.org/dpv#DataExporter -https://w3id.org/dpv#hasRecipient -https://w3id.org/dpv#Entities_LegalroleConcepts -https://w3id.org/dpv#hasDataProtectionOfficer -https://w3id.org/dpv#JointDataControllers -https://w3id.org/dpv#hasRecipientDataController +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: entities_organisation -added: 14 +added: 2 removed: 0 -added: 14 ; removed: 0 +added: 2 ; removed: 0 Concepts Added -https://w3id.org/dpv#InternationalOrganisation -https://w3id.org/dpv#Relation -https://w3id.org/dpv#GovernmentalOrganisation -https://w3id.org/dpv#Concept -https://w3id.org/dpv#OrganisationalUnit -https://w3id.org/dpv#NonProfitOrganisation -https://w3id.org/dpv#Entities_OrganisationConcepts -https://w3id.org/dpv#NonGovernmentalOrganisation -https://w3id.org/dpv#isInstanceOf -https://w3id.org/dpv#ForProfitOrganisation -https://w3id.org/dpv#AcademicScientificOrganisation -https://w3id.org/dpv#IndustryConsortium -https://w3id.org/dpv#isSubTypeOf -https://w3id.org/dpv#Organisation +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: entities added: 2 -removed: 33 -added: 2 ; removed: 33 -Concepts Removed -https://w3id.org/dpv#DataProcessor -https://w3id.org/dpv#ThirdParty -https://w3id.org/dpv#hasDataExporter -https://w3id.org/dpv#GovernmentalOrganisation -https://w3id.org/dpv#hasDataSubject -https://w3id.org/dpv#DataProtectionAuthority -https://w3id.org/dpv#DataSubject -https://w3id.org/dpv#Recipient -https://w3id.org/dpv#hasDataImporter -https://w3id.org/dpv#hasRecipientThirdParty -https://w3id.org/dpv#hasJointDataControllers -https://w3id.org/dpv#hasDataController -https://w3id.org/dpv#NonProfitOrganisation -https://w3id.org/dpv#NationalAuthority -https://w3id.org/dpv#IndustryConsortium -https://w3id.org/dpv#JointDataControllers -https://w3id.org/dpv#hasRecipientDataController -https://w3id.org/dpv#DataProtectionOfficer -https://w3id.org/dpv#Child -https://w3id.org/dpv#ForProfitOrganisation -https://w3id.org/dpv#VulnerableDataSubject -https://w3id.org/dpv#AcademicScientificOrganisation -https://w3id.org/dpv#DataController -https://w3id.org/dpv#hasDataProcessor -https://w3id.org/dpv#Authority -https://w3id.org/dpv#DataSubProcessor -https://w3id.org/dpv#DataImporter -https://w3id.org/dpv#DataExporter -https://w3id.org/dpv#hasRecipient -https://w3id.org/dpv#NonGovernmentalOrganisation -https://w3id.org/dpv#RegionalAuthority -https://w3id.org/dpv#SupraNationalAuthority -https://w3id.org/dpv#Organisation +removed: 0 +added: 2 ; removed: 0 Concepts Added -https://w3id.org/dpv#Entity -https://w3id.org/dpv#hasResponsibleEntity +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: jurisdiction -added: 17 +added: 2 removed: 0 -added: 17 ; removed: 0 +added: 2 ; removed: 0 Concepts Added -https://w3id.org/dpv#hasThirdCountry -https://w3id.org/dpv#hasJurisdiction -https://w3id.org/dpv#Country -https://w3id.org/dpv#hasApplicableLaw -https://w3id.org/dpv#isInstanceOf -https://w3id.org/dpv#JurisdictionConcepts -https://w3id.org/dpv#Region -https://w3id.org/dpv#Location -https://w3id.org/dpv#EconomicUnion -https://w3id.org/dpv#hasCountry -https://w3id.org/dpv#ThirdCountry -https://w3id.org/dpv#hasLocation -https://w3id.org/dpv#Relation -https://w3id.org/dpv#SupraNationalUnion -https://w3id.org/dpv#Concept -https://w3id.org/dpv#isSubTypeOf -https://w3id.org/dpv#Law +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: legal_basis -added: 0 +added: 2 removed: 0 -added: 0 ; removed: 0 +added: 2 ; removed: 0 + +Concepts Added +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: personal_data added: 2 @@ -186,18 +112,26 @@ removed: 0 added: 2 ; removed: 0 Concepts Added -https://w3id.org/dpv#CollectedPersonalData -https://w3id.org/dpv#GeneratedPersonalData +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: processing_context -added: 0 +added: 2 removed: 0 -added: 0 ; removed: 0 +added: 2 ; removed: 0 + +Concepts Added +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: processing -added: 0 +added: 2 removed: 0 -added: 0 ; removed: 0 +added: 2 ; removed: 0 + +Concepts Added +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: purposes added: 2 @@ -205,47 +139,31 @@ removed: 0 added: 2 ; removed: 0 Concepts Added -https://w3id.org/dpv#PersonnelManagement -https://w3id.org/dpv#TargetedAdvertising +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- MODULE: risk -added: 23 +added: 4 removed: 0 -added: 23 ; removed: 0 +added: 4 ; removed: 0 Concepts Added -https://w3id.org/dpv#hasImpact -https://w3id.org/dpv#Detriment -https://w3id.org/dpv#Consequence -https://w3id.org/dpv#Impact -https://w3id.org/dpv#ConsequenceOfSuccess -https://w3id.org/dpv#isInstanceOf -https://w3id.org/dpv#MaterialDamage -https://w3id.org/dpv#hasConsequence -https://w3id.org/dpv#NonMaterialDamage -https://w3id.org/dpv#mitigatesRisk -https://w3id.org/dpv#ConsequenceOfFailure -https://w3id.org/dpv#Benefit -https://w3id.org/dpv#Relation -https://w3id.org/dpv#isMitigatedByMeasure -https://w3id.org/dpv#Concept -https://w3id.org/dpv#hasRisk -https://w3id.org/dpv#Damage -https://w3id.org/dpv#Risk -https://w3id.org/dpv#Harm -https://w3id.org/dpv#ConsequenceAsSideEffect -https://w3id.org/dpv#isSubTypeOf -https://w3id.org/dpv#RiskConcepts -https://w3id.org/dpv#hasImpactOn +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange +https://w3id.org/dpv#RiskManagementProcedure +https://w3id.org/dpv#RiskMitigationMeasure --- MODULE: technical_organisational_measures -added: 0 -removed: 3 -added: 0 ; removed: 3 +added: 2 +removed: 2 +added: 2 ; removed: 2 Concepts Removed -https://w3id.org/dpv#hasRisk -https://w3id.org/dpv#isMitigatedByMeasure -https://w3id.org/dpv#mitigatesRisk +https://w3id.org/dpv#RiskManagementProcedure +https://w3id.org/dpv#RiskMitigationMeasure + +Concepts Added +https://w3id.org/dpv#hasDomain +https://w3id.org/dpv#hasRange --- --- DPV-GDPR --- diff --git a/documentation-generator/ontology_metadata/dpv-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-gdpr.ttl index b6701d071..339e2e816 100644 --- a/documentation-generator/ontology_metadata/dpv-gdpr.ttl +++ b/documentation-generator/ontology_metadata/dpv-gdpr.ttl @@ -6,7 +6,8 @@ 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", @@ -14,6 +15,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -33,4 +35,4 @@ vann:preferredNamespacePrefix "dpv-gdpr" ; vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-legal.ttl b/documentation-generator/ontology_metadata/dpv-legal.ttl index ad1f06c08..412aa8bce 100644 --- a/documentation-generator/ontology_metadata/dpv-legal.ttl +++ b/documentation-generator/ontology_metadata/dpv-legal.ttl @@ -5,15 +5,16 @@ @prefix xsd: . a owl:Ontology ; - dct:abstract "The LEGAL extension to Data Privacy Vocabulary provides concepts related to Jurisdictions - as locations, regions, countries, supra-national unions, and the Laws and Authorities that apply to them.@en ; + dct:abstract "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:contributor "Harshvardhan J. Pandit", "Julian Flake"; dct:created "2022-04-02"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit", "Julian Flake" ; - dct:description "The LEGAL extension to Data Privacy Vocabulary provides concepts related to Jurisdictions - as locations, regions, countries, supra-national unions, and the Laws and Authorities that apply to them."@en ; + dct:modified "2022-04-02"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit" ; + dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpv-legal" ; vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl index f6a53af1c..333fe0a11 100644 --- a/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl +++ b/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl @@ -6,7 +6,8 @@ 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", @@ -14,6 +15,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -33,4 +35,4 @@ vann:preferredNamespacePrefix "dpvo-gdpr" ; vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-owl-legal.ttl b/documentation-generator/ontology_metadata/dpv-owl-legal.ttl new file mode 100644 index 000000000..c22c53112 --- /dev/null +++ b/documentation-generator/ontology_metadata/dpv-owl-legal.ttl @@ -0,0 +1,20 @@ +@prefix dct: . +@prefix owl: . +@prefix rdf: . +@prefix vann: . +@prefix xsd: . + + a owl:Ontology ; + dct:abstract "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; + dct:contributor "Harshvardhan J. Pandit", + "Julian Flake"; + dct:created "2022-04-02"^^xsd:date ; + dct:modified "2022-04-02"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit" ; + dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; + dct:source ; + dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; + vann:preferredNamespacePrefix "dpvo-legal" ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl/dpv-legal"^^xsd:string ; + dct:license ; + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-owl-pd.ttl b/documentation-generator/ontology_metadata/dpv-owl-pd.ttl index 6651351ef..15edbd460 100644 --- a/documentation-generator/ontology_metadata/dpv-owl-pd.ttl +++ b/documentation-generator/ontology_metadata/dpv-owl-pd.ttl @@ -6,7 +6,8 @@ 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", @@ -14,6 +15,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -33,4 +35,4 @@ vann:preferredNamespacePrefix "dpvo-pd" ; vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-owl.ttl b/documentation-generator/ontology_metadata/dpv-owl.ttl index 7dd8f53f6..07b412644 100644 --- a/documentation-generator/ontology_metadata/dpv-owl.ttl +++ b/documentation-generator/ontology_metadata/dpv-owl.ttl @@ -10,13 +10,15 @@ 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", @@ -36,4 +38,4 @@ vann:preferredNamespacePrefix "dpvo" ; vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-pd.ttl b/documentation-generator/ontology_metadata/dpv-pd.ttl index 67f110c4b..e2c390bf5 100644 --- a/documentation-generator/ontology_metadata/dpv-pd.ttl +++ b/documentation-generator/ontology_metadata/dpv-pd.ttl @@ -6,7 +6,8 @@ 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", @@ -14,6 +15,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -33,4 +35,4 @@ vann:preferredNamespacePrefix "dpv-pd" ; vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-pd"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-semantics.ttl b/documentation-generator/ontology_metadata/dpv-semantics.ttl index a4bfa2aad..91dff0154 100644 --- a/documentation-generator/ontology_metadata/dpv-semantics.ttl +++ b/documentation-generator/ontology_metadata/dpv-semantics.ttl @@ -12,6 +12,10 @@ dpv:Concept rdfs:subClassOf skos:Concept ; skos:prefLabel "Concept"@en . dpv:Relation rdfs:subPropertyOf skos:semanticRelation ; skos:prefLabel "Relation"@en . +dpv:hasDomain rdfs:subPropertyOf skos:semanticRelation ; + skos:prefLabel "has domain"@en . +dpv:hasRange rdfs:subPropertyOf skos:semanticRelation ; + skos:prefLabel "has range"@en . dpv:isSubTypeOf rdfs:subPropertyOf skos:broaderTransitive ; skos:prefLabel "isSubTypeOf"@en . dpv:isInstanceOf rdfs:subPropertyOf skos:semanticRelation ; diff --git a/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl index f6a53af1c..5aa53c3c8 100644 --- a/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl +++ b/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl @@ -4,9 +4,10 @@ @prefix vann: . @prefix xsd: . - 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", @@ -14,6 +15,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -30,7 +32,7 @@ dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; - vann:preferredNamespacePrefix "dpvo-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr"^^xsd:string ; + vann:preferredNamespacePrefix "dpvs-gdpr" ; + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-skos-legal.ttl b/documentation-generator/ontology_metadata/dpv-skos-legal.ttl new file mode 100644 index 000000000..9d656d64b --- /dev/null +++ b/documentation-generator/ontology_metadata/dpv-skos-legal.ttl @@ -0,0 +1,20 @@ +@prefix dct: . +@prefix owl: . +@prefix rdf: . +@prefix vann: . +@prefix xsd: . + + a owl:Ontology ; + dct:abstract "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; + dct:contributor "Harshvardhan J. Pandit", + "Julian Flake"; + dct:created "2022-04-02"^^xsd:date ; + dct:modified "2022-04-02"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit" ; + dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; + dct:source ; + dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; + vann:preferredNamespacePrefix "dpvs-legal" ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos/dpv-legal"^^xsd:string ; + dct:license ; + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-skos-pd.ttl b/documentation-generator/ontology_metadata/dpv-skos-pd.ttl index 6651351ef..b2cc0a47e 100644 --- a/documentation-generator/ontology_metadata/dpv-skos-pd.ttl +++ b/documentation-generator/ontology_metadata/dpv-skos-pd.ttl @@ -4,9 +4,10 @@ @prefix vann: . @prefix xsd: . - 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", @@ -14,6 +15,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -30,7 +32,7 @@ dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; - vann:preferredNamespacePrefix "dpvo-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd"^^xsd:string ; + vann:preferredNamespacePrefix "dpvs-pd" ; + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-skos.ttl b/documentation-generator/ontology_metadata/dpv-skos.ttl index 7dd8f53f6..e507c95c1 100644 --- a/documentation-generator/ontology_metadata/dpv-skos.ttl +++ b/documentation-generator/ontology_metadata/dpv-skos.ttl @@ -6,17 +6,17 @@ @prefix xsd: . @prefix skos: . -@prefix dpvo: . - - 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", @@ -33,7 +33,7 @@ dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; - vann:preferredNamespacePrefix "dpvo" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ; + vann:preferredNamespacePrefix "dpvs" ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv.ttl b/documentation-generator/ontology_metadata/dpv.ttl index 3c04c210b..c3c3b5153 100644 --- a/documentation-generator/ontology_metadata/dpv.ttl +++ b/documentation-generator/ontology_metadata/dpv.ttl @@ -10,13 +10,15 @@ 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", @@ -36,4 +38,4 @@ vann:preferredNamespacePrefix "dpv" ; vann:preferredNamespaceUri "https://w3id.org/dpv"^^xsd:string ; dct:license ; - owl:versionInfo "0.5"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/vocab_csv/BaseOntology.csv b/documentation-generator/vocab_csv/BaseOntology.csv index 93b2e78e3..7df066307 100644 --- a/documentation-generator/vocab_csv/BaseOntology.csv +++ b/documentation-generator/vocab_csv/BaseOntology.csv @@ -1,9 +1,9 @@ "Term","Label","Description","ParentTerm","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","","","","","" "PersonalDataHandling","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.","dpv:Concept","","","","","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" "PersonalData","Personal Data","Data directly or indirectly associated or related to an individual.","dpv:Data","spl:AnyData","rdfs:seeAlso","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)'.","(GDPR Art.4-1,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj)","2019-04-05","2022-01-19","accepted","Harshvardhan Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","","","","","","" -"Processing","Processing","The processing performed on personal data","dpv:Concept","spl:AnyProcessing","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" -"Purpose","Purpose","The purpose of processing personal data","dpv:Concept","spl:AnyPurpose","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" -"Recipient","Recipient","Entities that receive personal data","dpv:LegalEntity","spl:AnyRecipient","rdfs:seeAlso","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. ","(SPECIAL Project,https://www.specialprivacy.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" +"Processing","Processing","The processing performed on personal data","dpv:Concept","spl:AnyProcessing","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" +"Purpose","Purpose","The purpose of processing personal data","dpv:Concept","spl:AnyPurpose","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" +"Recipient","Recipient","Entities that receive personal data","dpv:LegalEntity","spl:AnyRecipient","rdfs:seeAlso","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. ","(SPECIAL Project,https://specialprivacy.ercim.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" "TechnicalOrganisationalMeasure","Technical and Organisational Measure","The Technical and Organisational measures used.","dpv:Concept","","","","","2019-04-05","2020-11-04","accepted","Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" "LegalBasis","Legal Basis","The Legal basis used to justify processing of personal data","dpv:Concept","","","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","","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" "DataSubject","Data Subject","The individual (or category of individuals) whose personal data is being processed","dpv:LegalEntity","","","The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.","(GDPR Art.4-1g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" diff --git a/documentation-generator/vocab_csv/BaseOntology_properties.csv b/documentation-generator/vocab_csv/BaseOntology_properties.csv index 643c4f311..798cf3f15 100644 --- a/documentation-generator/vocab_csv/BaseOntology_properties.csv +++ b/documentation-generator/vocab_csv/BaseOntology_properties.csv @@ -1,10 +1,10 @@ "Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","" "hasPersonalData","has personal data","Indicates association with Personal Data","dpv:Concept","dpv:PersonalData","dpv:Relation","","","","","2022-01-19","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","","" -"hasProcessing","has processing","Indicates association with Processing","dpv:Concept","dpv:Processing","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger +"hasProcessing","has processing","Indicates association with Processing","dpv:Concept","dpv:Processing","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger ","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" -"hasPurpose","has purpose","Indicates association with Purpose","dpv:Concept","dpv:Purpose","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger +"hasPurpose","has purpose","Indicates association with Purpose","dpv:Concept","dpv:Purpose","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger ","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" -"hasRecipient","has recipient","Indicates Recipient of Personal Data","dpv:Concept","dpv:Recipient","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger +"hasRecipient","has recipient","Indicates Recipient of Personal Data","dpv:Concept","dpv:Recipient","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger ","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "hasTechnicalOrganisationalMeasure","has technical and organisational measure","Indicates use or applicability of Technical or Organisational measure","dpv:Concept","dpv:TechnicalOrganisationalMeasure","dpv:Relation","","","","","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger ","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" diff --git a/documentation-generator/vocab_csv/Context.csv b/documentation-generator/vocab_csv/Context.csv index a25444a11..94cb44543 100644 --- a/documentation-generator/vocab_csv/Context.csv +++ b/documentation-generator/vocab_csv/Context.csv @@ -11,4 +11,20 @@ "AlgorithmicLogic","Algorithmic Logic","The algorithmic logic applied or used","dpv: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.","","2022-01-26","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/01/26-dpvcg-minutes.html","","","","","","","","","","","","","","","" "HumanInvolvement","Human Involvement","The involvement of humans in specified context","dpv:Context","","","Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities.","","2022-01-26","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Duration","Duration","The duration or temporal limitation","dpv:Concept","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Frequency","Frequency","The frequency or information about periods and repetitions in terms of recurrence.","dpv:Concept","","","","","2022-02-16","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","" \ No newline at end of file +"Frequency","Frequency","The frequency or information about periods and repetitions in terms of recurrence.","dpv:Concept","","","","","2022-02-16","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Status","","The status or state of something","dpv:Context","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityStatus","","Status associated with activity operations and lifecycles","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityProposed","","State of an activity being proposed or planned i.e. yet to occur","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityOngoing","","State of an activity occuring in continuation i.e. currently ongoing","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityHalted","","State of an activity that was occuring in the past, and has been halted or paused or stoped","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityCompleted","","State of an activity that has completed i.e. is fully in the past","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ComplianceStatus","","Status associated with Compliance with some norms, objectives, or requirements","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"Compliant","","State of being fully compliant","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"Incompliant","","State of not being compliant","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"PartiallyCompliant","","State of partially being compliant i.e. only some objectives have been met, and others have not been in violation","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"NotCompliant","","State of not being compliant where objectives have not been met, but have not been violated","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ViolationOfCompliance","","State where objectives have been violated","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditStatus","","Status associated with Auditing or Investigation","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditApproved","","State of being approved through the audit","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditRejected","","State of not being approved or being rejected through the audit","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditRequested","","State of an audit being requested whose outcome is not yet known","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Context_properties.csv b/documentation-generator/vocab_csv/Context_properties.csv index 3df268a69..88adfc56d 100644 --- a/documentation-generator/vocab_csv/Context_properties.csv +++ b/documentation-generator/vocab_csv/Context_properties.csv @@ -4,8 +4,11 @@ "isImplementedUsingTechnology","is implemented using technology","Indicates implementation details such as technologies or processes","dpv:Concept","dpv:Technology","dpv:Relation","","","The term 'technology' is inclusive of technologies, processes, and methods.","","2022-01-26","","accepted","Beatriz Esteves, Harshvardhan J. Pandit, Paul Ryan, Julian Flake","https://www.w3.org/2022/01/26-dpvcg-minutes.html","","","","","","","","","","","","","" "hasAlgorithmicLogic","has algorithmic logic","Indicates the logic used in processing such as for automated decision making","dpv:Concept","dpv:AlgorithmicLogic","dpv:Relation","","","","","2020-11-04","","accepted","Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" "hasHumanInvolvement","has human involvement","Indicates Involvement of humans in processing such as within automated decision making process","dpv:Concept","dpv:HumanInvolvement","dpv:Relation","","","Human involvement is also relevant to 'human in the loop' ","","2020-11-04","","accepted","Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" -"hasDuration","has duration","Indicates information about duration","dpv:Concept","dpv:Duration","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" +"hasDuration","has duration","Indicates information about duration","dpv:Concept","dpv:Duration","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "hasIdentifier","has identifier","Indicates an identifier associated for identification or reference","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2020-11-25","","accepted","Harshvardhan J.Pandit, Georg P Krog, Paul Ryan, Beatriz Esteves","https://www.w3.org/2020/11/25-dpvcg-minutes.html","","","","","","","","","","","","","" "hasFrequency","has frequency","Indicates the frequency with which something takes place","dpv:Concept","dpv:Frequency","dpv:Relation","","","","","2022-02-16","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/02/23-dpvcg-minutes.html","","","","","","","","","","","","","" "isBefore","is before","Indicates the specified concepts is 'before' this concept in some context","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2022-03-02","","accepted","Georg P. Krog, Harshvardhan J. Pandit, Julian Flake","https://www.w3.org/2022/03/02-dpvcg-minutes.html","","","","","","","","","","","","","" -"isAfter","is after","Indicates the specified concepts is 'after' this concept in some context","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2022-03-02","","accepted","Georg P. Krog, Harshvardhan J. Pandit, Julian Flake","https://www.w3.org/2022/03/02-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file +"isAfter","is after","Indicates the specified concepts is 'after' this concept in some context","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2022-03-02","","accepted","Georg P. Krog, Harshvardhan J. Pandit, Julian Flake","https://www.w3.org/2022/03/02-dpvcg-minutes.html","","","","","","","","","","","","","" +"hasStatus","has status","Indicates the status of specified concept","dpv:Concept","dpv:Status","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"hasComplianceStatus","has compliance status","Indicates the status of compliance of specified concept","dpv:Concept","dpv:ComplianceStatus","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"hasActivityStatus","has activity status","Indicates the status of activity of specified concept","dpv:Concept","dpv:ActivityStatus","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Entities_DataSubject.csv b/documentation-generator/vocab_csv/Entities_DataSubject.csv index a2006fc01..48100724e 100644 --- a/documentation-generator/vocab_csv/Entities_DataSubject.csv +++ b/documentation-generator/vocab_csv/Entities_DataSubject.csv @@ -2,23 +2,21 @@ "DataSubject","Data Subject","The individual (or category of individuals) whose personal data is being processed","dpv:LegalEntity,dpv:NaturalPerson","","","The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.","(GDPR Art.4-1g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "Child","Child","A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.","dpv:NatualPerson","","","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","https://www.w3.org/2020/11/25-dpvcg-minutes.html","","","","","","","","","","","","","" "Adult","Adult","A natural person that is not a child i.e. has attained some legally specified age of adulthood","dpv:DataSubject","","","","","2022-03-30","","accepted","Georg Krog","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","" -"VulnerableDataSubject","Vulnerable Data Subject","Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards","dpv:DataSubject","","","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","","accepted","Georg Krog, Paul Ryan, Harshvardhan Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" -"Patient","Patient","relevance: medical, health domains and laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","","" -"Employee","Employee","relevance: employment laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","","" -"Student","Student","relevance: education laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","","" -"Citizen","Citizen","TBD relevance: governance and immigration laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","","" -"NonCitizen","NonCitizen","relevance: governance and immigration laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","","" -"Immigrant","Immigrant","relevance: governance and immigration laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","","" -"Tourist","Tourist","relevance: governance and immigration laws","dpv:DataSubject","x","","","","","","proposed","","","","","","","","","","","","","","","" -"Customer","Customer","Q:: consumer is a subset of customer ???","dpv:LegalEntity","y -> d","","","","","","proposed","","","","","","","","","","","","","","","" -"Consumer","Consumer","Q:: consumer is a subset of customer ???","dpv:DataSubject","y -> d","","","","","","proposed","","","","","","","","","","","","","","","" -"User","User","relevance: common use-case ;; possible confusion between user vs consumer","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","","" -"JobApplicant","JobApplicant","could go in HR / Management extension alongside purposes etc. ?","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","","" -"Visitor","Visitor","relevance: common use-case ;; distinct from user e.g. user of a system ","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","","" -"Member","Member","distinct from customer, consumer, user, etc. by virtue of participation and rules governing memberships","dpv:LegalEntity","","","","","","","proposed","","","","","","","","","","","","","","","" -"Applicant","Applicant","possible duplicate of JobApplicant without further distinction","dpv:LegalEntity","","","","","","","proposed","","","","","","","","","","","","","","","" -"Trainees","Trainees","could go in HR / Management extension alongside purposes etc. ?","dpv:LegalEntity","","","","","","","proposed","","","","","","","","","","","","","","","" -"Subscriber","Subscriber","possible similarity with customer and consumer ;; could be needed to tie with subscription services? -- different from customer/consumer?","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","","" -"ServiceUsers","ServiceUsers","possible duplicate of user without further distinction","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","","" -"WebsiteVisitors","WebsiteVisitors","possible confusion between visitor vs user e.g. website visitor / service user","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","","" -"Clients","Clients","possible duplicate of customer or consumer depending on context","dpv:LegalEntity","","","","","","","proposed","","","","","","","","","","","","","","","" \ No newline at end of file +"VulnerableDataSubject","Vulnerable Data Subject","Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards","dpv:DataSubject","","","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","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" +"Patient","Patient","Data subjects that receive medican attention, treatment, care, advice, or other health related services","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Employee","Employee","Data subjects that are employees","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Student","Student","Data subjects that are students","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Citizen","Citizen","Data subjects that are citizens (for a jurisdiction)","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"NonCitizen","NonCitizen","Data subjects that are not citizens (for a jurisdiction)","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Immigrant","Immigrant","Data subjects that are immigrants (for a jurisdiction)","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Tourist","Tourist","Data subjects that are tourists i.e. not citizens and not immigrants","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Customer","Customer","Data subjects that purchase goods or services","dpv:DataSubject","","","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","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Consumer","Consumer","Data subjects that consume goods or services for direct use","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"User","User","Data subjects that use service(s)","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"JobApplicant","JobApplicant","Data subjects that apply for jobs or employments","dpv:Applicant","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Visitor","Visitor","Data subjects that are temporary visitors","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Member","Member","Data subjects that are members of a group, organisation, or other collectives","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Applicant","Applicant","Data subjects that are applicants in some context","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Subscriber","Subscriber","Data subjects that subscribe to service(s)","dpv:DataSubject","","","note: subscriber can be customer or consumer","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Client","Client","Data subjects that are clients or recipients of services","dpv:Customer","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"Participant","Participant","Data subjects that participate in some context such as volunteers in a function","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Entities_LegalRole.csv b/documentation-generator/vocab_csv/Entities_LegalRole.csv index 2369f4c8a..5cd8bb3c3 100644 --- a/documentation-generator/vocab_csv/Entities_LegalRole.csv +++ b/documentation-generator/vocab_csv/Entities_LegalRole.csv @@ -2,7 +2,7 @@ "DataController","Data Controller","The individual or organisation that decides (or controls) the purpose(s) of processing personal data.","dpv:LegalEntity","","","The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used.","(GDPR Art.4-7g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "DataProcessor","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.","dpv:Recipient","","","","(GDPR Art.4-8,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj)","2019-06-04","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "DataSubProcessor","Data Sub-Processor","A 'sub-processor' is a processor engaged by another processor","dpv:DataProcessor","","","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","https://www.w3.org/2020/11/25-dpvcg-minutes.html","","","","","","","","","","","","","" -"Recipient","Recipient","Entities that receive personal data","dpv:LegalEntity","spl:AnyRecipient","rdfs:seeAlso","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. ","(SPECIAL Project,https://www.specialprivacy.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" +"Recipient","Recipient","Entities that receive personal data","dpv:LegalEntity","spl:AnyRecipient","rdfs:seeAlso","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. ","(SPECIAL Project,https://specialprivacy.ercim.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "ThirdParty","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.","dpv:Recipient","","","","(GDPR Art.4-10,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj)","2019-06-04","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "DataExporter","Data Exporter","An entity that 'exports' data where exporting is considered a form of data transfer","dpv:LegalEntity","","","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","(EDPB Recommendations 01/2020 on Data Transfers, https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en)","2021-09-08","","accepted","David Hickey, Georg Krog, Paul Ryan, Harshvardhan Pandit","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","" "DataImporter","Data Importer","An entity that 'imports' data where importing is considered a form of data transfer","dpv:Recipient","","","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","(EDPB Recommendations 01/2020 on Data Transfers, https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en)","2021-09-08","","accepted","David Hickey, Georg Krog, Paul Ryan, Harshvardhan Pandit","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","" diff --git a/documentation-generator/vocab_csv/Entities_LegalRole_properties.csv b/documentation-generator/vocab_csv/Entities_LegalRole_properties.csv index 886a16068..f694d3eb3 100644 --- a/documentation-generator/vocab_csv/Entities_LegalRole_properties.csv +++ b/documentation-generator/vocab_csv/Entities_LegalRole_properties.csv @@ -3,7 +3,7 @@ ","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "hasJointDataControllers","has joint data controllers","Indicates inclusion or applicability of a Joint Data Controller","dpv:Concept","dpv:JointDataControllers","dpv:hasDataController","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","","" "hasDataProcessor","has data processor","Indiciates inclusion or applicability of a Data Processor","dpv:Concept","dpv:DataProcessor","dpv:hasRecipient","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","","" -"hasRecipient","has recipient","Indicates Recipient of Personal Data","dpv:Concept","dpv:Recipient","dpv:hasEntity","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" +"hasRecipient","has recipient","Indicates Recipient of Personal Data","dpv:Concept","dpv:Recipient","dpv:hasEntity","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "hasRecipientDataController","has recipient data controller","Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data","dpv:Concept","dpv:DataController","dpv:hasRecipient","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","","" "hasRecipientThirdParty","has recipient third party","Indiciates inclusion or applicability of a Third Party as a Recipient of persona data","dpv:Concept","dpv:ThirdParty","dpv:hasRecipient","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","","" "hasDataExporter","has data exporter","Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter","dpv:Concept","dpv:DataExporter","dpv:hasEntity","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","","" diff --git a/documentation-generator/vocab_csv/Entities_Organisation.csv b/documentation-generator/vocab_csv/Entities_Organisation.csv index f1af6667b..323f13fd7 100644 --- a/documentation-generator/vocab_csv/Entities_Organisation.csv +++ b/documentation-generator/vocab_csv/Entities_Organisation.csv @@ -7,4 +7,4 @@ "NonProfitOrganisation","NonProfitOrganisation","An organisation that does not aim to achieve profit as its primary goal","dpv:Organisation","","","","(ADMS controlled vocabulary,http://purl.org/adms)","2022-02-02","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/02/02-dpvcg-minutes.html","","","","","","","","","","","","","" "AcademicScientificOrganisation","AcademicScientificOrganisation","Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies","dpv:Organisation","","","","(ADMS controlled vocabulary,http://purl.org/adms)","2022-02-02","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/02/02-dpvcg-minutes.html","","","","","","","","","","","","","" "InternationalOrganisation","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","dpv:Organisation","","","","(GDPR Art.4-26,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj)","2022-03-23","","accepted","Julian Flake, Georg P. Krog","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","" -"OrganisationalUnit","Organisational Unit","Entity within an organisation that does not constitute as a separate legal entity","","","","","","2022-03-23","","accepted","Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file +"OrganisationalUnit","Organisational Unit","Entity within an organisation that does not constitute as a separate legal entity","dpv:Entity","","","","","2022-03-23","","accepted","Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Jurisdiction_properties.csv b/documentation-generator/vocab_csv/Jurisdiction_properties.csv index a8f839a9b..5fe9d7800 100644 --- a/documentation-generator/vocab_csv/Jurisdiction_properties.csv +++ b/documentation-generator/vocab_csv/Jurisdiction_properties.csv @@ -1,6 +1,6 @@ "Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","CreationDate","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","" "hasJurisdiction","has jurisdiction","Indicates applicability of specified jurisdiction","dpv:Concept","dpv:Location","","","","","","2022-01-19","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","","" "hasCountry","has country","Indicates applicability of specified country","dpv:Concept","dpv:Country","dpv:hasLocation","","","","","2022-01-19","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","","" -"hasLocation","has location","Indicates information about location","dpv:Concept","dpv:Location","","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" +"hasLocation","has location","Indicates information about location","dpv:Concept","dpv:Location","","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "hasApplicableLaw","has applicable law","Indicates applicability of a Law","dpv:Concept","dpv:Law","","","","","","2022-01-19","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","","" "hasThirdCountry","has third country","Indicates applicability or relevance of a 'third country'","dpv:Concept","dpv:ThirdCountry","dpv:hasCountry","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Namespaces_Other.csv b/documentation-generator/vocab_csv/Namespaces_Other.csv index ece4c6915..db608b931 100644 --- a/documentation-generator/vocab_csv/Namespaces_Other.csv +++ b/documentation-generator/vocab_csv/Namespaces_Other.csv @@ -5,10 +5,10 @@ "owl","http://www.w3.org/2002/07/owl#","The normative W3C OWL vocabulary","","","","","","","","","","","","","","","","","","","" "skos","http://www.w3.org/2004/02/skos/core#","The normative W3C SKOS vocabulary","","","","","","","","","","","","","","","","","","","" "odrl","http://www.w3.org/ns/odrl/2/","Namespace of the Open Digital Rights Language","","","","","","","","","","","","","","","","","","","" -"spl","http://www.specialprivacy.eu/langs/usage-policy#","SPECIAL Log vocabulary cf. SPECIAL Deliverable D2.5","","","","","","","","","","","","","","","","","","","" -"svd","http://www.specialprivacy.eu/vocabs/data#","Namespace for SPECIAL data categories","","","","","","","","","","","","","","","","","","","" -"svpu","http://www.specialprivacy.eu/vocabs/purposes#","Namespace for SPECIAL purposes","","","","","","","","","","","","","","","","","","","" -"svpr","http://www.specialprivacy.eu/vocabs/processing#","Namespace for SPECIAL processing","","","","","","","","","","","","","","","","","","","" -"svr","http://www.specialprivacy.eu/vocabs/recipients","Namespace for SPECIAL recipients","","","","","","","","","","","","","","","","","","","" -"svl","http://www.specialprivacy.eu/vocabs/locations#","Namespace for SPECIAL locations","","","","","","","","","","","","","","","","","","","" -"svdu","http://www.specialprivacy.eu/vocabs/duration#","Namespace for SPECIAL durations","","","","","","","","","","","","","","","","","","","" \ No newline at end of file +"spl","https://specialprivacy.ercim.eu/langs/usage-policy#","SPECIAL Log vocabulary cf. SPECIAL Deliverable D2.5","","","","","","","","","","","","","","","","","","","" +"svd","https://specialprivacy.ercim.eu/vocabs/data#","Namespace for SPECIAL data categories","","","","","","","","","","","","","","","","","","","" +"svpu","https://specialprivacy.ercim.eu/vocabs/purposes#","Namespace for SPECIAL purposes","","","","","","","","","","","","","","","","","","","" +"svpr","https://specialprivacy.ercim.eu/vocabs/processing#","Namespace for SPECIAL processing","","","","","","","","","","","","","","","","","","","" +"svr","https://specialprivacy.ercim.eu/vocabs/recipients","Namespace for SPECIAL recipients","","","","","","","","","","","","","","","","","","","" +"svl","https://specialprivacy.ercim.eu/vocabs/locations#","Namespace for SPECIAL locations","","","","","","","","","","","","","","","","","","","" +"svdu","https://specialprivacy.ercim.eu/vocabs/duration#","Namespace for SPECIAL durations","","","","","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Processing.csv b/documentation-generator/vocab_csv/Processing.csv index 4b38e8e89..85fee8583 100644 --- a/documentation-generator/vocab_csv/Processing.csv +++ b/documentation-generator/vocab_csv/Processing.csv @@ -1,23 +1,23 @@ "Term","Label","Description","ParentTerm","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","","","" -"Processing","Processing","The processing performed on personal data","dpv:Concept","spl:AnyProcessing","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Processing","Processing","The processing performed on personal data","dpv:Concept","spl:AnyProcessing","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Acquire","Acquire","to come into possession or control of the data","dpv:Obtain","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Adapt","Adapt","to modify the data, often rewritten into a new form for a new use ","dpv:Transform","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Align","Align","to adjust the data to be in relation to another data","dpv:Transform","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Alter","Alter","to change the data without changing it into something else","dpv:Transform","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Analyse","Analyse","to study or examine the data in detail","dpv:Use","svpr:Analyse","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Anonymise","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","dpv:Transform","svpr:Anonymize","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Collect","Collect","to gather data from someone","dpv:Obtain","svpr:Collect","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Combine","Combine","to join or merge data","dpv:Transform","svpr:Aggregate","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Consult","Consult","to consult or query data","dpv:Use","svpr:Query","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Copy","Copy","to produce an exact reprodution of the data","dpv:Processing","svpr:Copy","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Derive","Derive","to create new derivative data from the original data","dpv:Transform","svpr:Derive","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Analyse","Analyse","to study or examine the data in detail","dpv:Use","svpr:Analyse","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Anonymise","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","dpv:Transform","svpr:Anonymize","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Collect","Collect","to gather data from someone","dpv:Obtain","svpr:Collect","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Combine","Combine","to join or merge data","dpv:Transform","svpr:Aggregate","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Consult","Consult","to consult or query data","dpv:Use","svpr:Query","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Copy","Copy","to produce an exact reprodution of the data","dpv:Processing","svpr:Copy","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Derive","Derive","to create new derivative data from the original data","dpv:Transform","svpr:Derive","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Destruct","Destruct","to process data in a way it no longer exists or cannot be repaired","dpv:Remove","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Disclose","Disclose","to make data known","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "DiscloseByTransmission","Disclose by Transmission","to disclose data by means of transmission","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Disseminate","Disseminate","to spread data throughout","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Erase","Erase","to delete data","dpv:Remove","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "MakeAvailable","Make Available","to transform or publish data to be used","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Move","Move","to move data from one location to another including deleting the original copy","dpv:Transfer","svpr:Move","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Move","Move","to move data from one location to another including deleting the original copy","dpv:Transfer","svpr:Move","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Obtain","Obtain","to solicit or gather data from someone","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Organise","Organise","to organize data for arranging or classifying","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Profiling","Profiling","to create a profile that describes or represents a person","dpv:Use","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" @@ -29,7 +29,7 @@ "Share","Share","to give data (or a portion of it) to others","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Store","Store","to keep data for future use","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Structure","Structure","to arrange data according to a structure","dpv:Organise","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Transfer","Transfer","to move data from one place to another","dpv:Processing","svpr:Transfer","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Transfer","Transfer","to move data from one place to another","dpv:Processing","svpr:Transfer","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Transform","Transform","to change the form or nature of data","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Transmit","Transmit","to send out data","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Use","Use","to use data","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/ProcessingContext_properties.csv b/documentation-generator/vocab_csv/ProcessingContext_properties.csv index c252bc395..c29fb0c5a 100644 --- a/documentation-generator/vocab_csv/ProcessingContext_properties.csv +++ b/documentation-generator/vocab_csv/ProcessingContext_properties.csv @@ -1,3 +1,3 @@ "Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","" "hasDataSource","has data source","Indicates the source or origin of data being processed","dpv:Concept","dpv:DataSource","dpv:Relation","","","","","2020-11-04","","accepted","Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" -"hasStorage","has storage","Indicates information about storage condition","dpv:Concept","dpv:StorageCondition","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file +"hasStorage","has storage","Indicates information about storage condition","dpv:Concept","dpv:StorageCondition","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Processing_properties.csv b/documentation-generator/vocab_csv/Processing_properties.csv index ca32d352b..019efa0ac 100644 --- a/documentation-generator/vocab_csv/Processing_properties.csv +++ b/documentation-generator/vocab_csv/Processing_properties.csv @@ -1,3 +1,3 @@ "Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","" -"hasProcessing","has processing","Indicates association with Processing","dpv:Concept","dpv:Processing","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger +"hasProcessing","has processing","Indicates association with Processing","dpv:Concept","dpv:Processing","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger ","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Purpose.csv b/documentation-generator/vocab_csv/Purpose.csv index 8824f0afa..78a575ab6 100644 --- a/documentation-generator/vocab_csv/Purpose.csv +++ b/documentation-generator/vocab_csv/Purpose.csv @@ -1,13 +1,13 @@ "Term","Label","Description","ParentTerm","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","","","" -"Purpose","Purpose","The purpose of processing personal data","dpv:Concept","spl:AnyPurpose","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Purpose","Purpose","The purpose of processing personal data","dpv:Concept","spl:AnyPurpose","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "AcademicResearch","Academic Research","Conduct or assist with research conducted in an academic context e.g. within universities","dpv:ResearchAndDevelopment","svpu:Education","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "AccountManagement","Account Management","Create, maintain, and manage accounts for purposes of providing services","dpv:Purpose","","","","","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Advertising","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","dpv:Marketing","","","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","https://www.w3.org/2020/07/08-dpvcg-minutes.html","","","","","","","","","","","","","","","" "CommercialResearch","Commercial Research","Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company","dpv:ResearchAndDevelopment","svpu:Develop","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "CommunicationManagement","Communication Management","Manage communication or provide means for communication e.g. to send an email notifying some information","dpv:Purpose","","","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","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","","" "CommunicationForCustomerCare","Communication for Customer Care","Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided","dpv:CustomerCare,dpv:CommunicationManagement","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" -"CreateEventRecommendations","Create Event Recommendations","Create and provide personalised recommendations for events","dpv:CreatePersonalizedRecommendations","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"CreatePersonalizedRecommendations","Create Personalized Recommendations","Create and provide personalised recommendations","dpv:ServicePersonalization","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"CreateEventRecommendations","Create Event Recommendations","Create and provide personalised recommendations for events","dpv:CreatePersonalizedRecommendations","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"CreatePersonalizedRecommendations","Create Personalized Recommendations","Create and provide personalised recommendations","dpv:ServicePersonalization","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","","" "CreateProductRecommendations","Create Product Recommendations","Create and provide product recommendations e.g. suggest similar products","dpv:CreatePersonalizedRecommendations","svpu:Marketing","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "CustomerCare","Customer Care","Provide assistance, resolve issues, ensure satisfaction in relation to services provided","dpv:CustomerManagement","svpu:Feedback","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "CustomerClaimsManagement","Customer Claims Management","Manage claims, including repayment of monies owed","dpv:CustomerManagement","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","","" diff --git a/documentation-generator/vocab_csv/Purpose_properties.csv b/documentation-generator/vocab_csv/Purpose_properties.csv index 5288aeb87..860150645 100644 --- a/documentation-generator/vocab_csv/Purpose_properties.csv +++ b/documentation-generator/vocab_csv/Purpose_properties.csv @@ -1,4 +1,4 @@ "Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","CreationDate","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","" -"hasPurpose","has purpose","Indicates association with Purpose","dpv:Concept","dpv:Purpose","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger +"hasPurpose","has purpose","Indicates association with Purpose","dpv:Concept","dpv:Purpose","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger ","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "hasSector","has sector","Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)","dpv:Concept","dpv:Sector","dpv:Relation","","","","","2019-04-05","","accepted","","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Risk.csv b/documentation-generator/vocab_csv/Risk.csv index d0114123d..d6ef6cd1c 100644 --- a/documentation-generator/vocab_csv/Risk.csv +++ b/documentation-generator/vocab_csv/Risk.csv @@ -10,4 +10,6 @@ "MaterialDamage","Material Damage","Impact that acts as or causes material damages","dpv:Damage","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" "NonMaterialDamage","Non-Material Damage","Impact that acts as or causes non-material damages","dpv:Damage","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" "Harm","Harm","Impact that acts as or causes harms","dpv:Impact","","","","","2022-03-23","","accepted","Harshvardhan J. Pandit, Julian Flake, Georg P Krog, Fajar Ekaputra, Beatriz Esteves","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" -"ConsequenceAsSideEffect","Consequence as Side-Effect","The consequence(s) possible or arising as a side-effect of specified context","dpv:Consequence","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" \ No newline at end of file +"ConsequenceAsSideEffect","Consequence as Side-Effect","The consequence(s) possible or arising as a side-effect of specified context","dpv:Consequence","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" +"RiskManagementProcedure","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.","dpv:OrganisationalMeasure","","","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","(ISO 31000,https://www.iso.org/iso-31000-risk-management.html)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","","" +"RiskMitigationMeasure","Risk Mitigation Measure","Measures intended to mitigate, minimise, or prevent risk.","sc__dpv:TechnicalOrganisationalMeasure","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv b/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv index 841dbaba3..c4ca3c7c6 100644 --- a/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv +++ b/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv @@ -40,8 +40,6 @@ "RecordsOfActivities","Records of Activities","Records of activities within some context such as maintainence tasks or governance functions","dpv:OrganisationalMeasure","","","","","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/2021/07/07-dpvcg-minutes.html","","","","","","","","","","","","","" "RegisterOfProcessingActivities","Register of Processing Activities","A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility","dpv:DataProcessingRecords","","","Tied to compliance processes and documents, decide how to specify those","","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/2021/07/07-dpvcg-minutes.html","","","","","","","","","","","","","" "RegularityOfRecertification","Regularity of Re-certification","Policy regarding repetition or renewal of existing certification(s)","dpv:OrganisationalMeasure","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" -"RiskManagementProcedure","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.","dpv:OrganisationalMeasure","","","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","(ISO 31000,https://www.iso.org/iso-31000-risk-management.html)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" -"RiskMitigationMeasure","Risk Mitigation Measure","Measures intended to mitigate, minimise, or prevent risk.","sc__dpv:TechnicalOrganisationalMeasure","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" "Safeguard","Safeguard","A safeguard is a precautionary measure for the protection against or mitigation of negative effects","dpv:OrganisationalMeasure","","","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","https://www.w3.org/2021/07/07-dpvcg-minutes.html","","","","","","","","","","","","","" "SafeguardForDataTransfer","Safeguard for Data Transfer","Represents a safeguard used for data transfer. Can include technical or organisational measures.","dpv:Safeguard","","","","","2021-09-22","","accepted","David Hickey, Paul Ryan, Georg P Krog, Harshvardhan J. Pandit","https://www.w3.org/2021/07/07-dpvcg-minutes.html","","","","","","","","","","","","","" "Seal","Seal","A seal or a mark indicating proof of certification to some certification or standard","dpv:CertificationSeal","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" diff --git a/documentation-generator/vocab_csv/dpv-pd.csv b/documentation-generator/vocab_csv/dpv-pd.csv index 7fdb95209..c2ca2b01b 100644 --- a/documentation-generator/vocab_csv/dpv-pd.csv +++ b/documentation-generator/vocab_csv/dpv-pd.csv @@ -143,7 +143,7 @@ "Sale","Sale","Information about sales e.g. selling of goods or services","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "School","School","Information about school such as name of school, conduct, or grades obtained.","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "SecretText","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.","dpv-pd:Authenticating","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"ServiceConsumptionBehavior","Service Consumption Behavior","Information about the consumption of a service, e.g. time and duration of consumption.","dpv-pd:Behavioral","","","","(SPECIAL project, https://www.specialprivacy.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","" +"ServiceConsumptionBehavior","Service Consumption Behavior","Information about the consumption of a service, e.g. time and duration of consumption.","dpv-pd:Behavioral","","","","(SPECIAL project, https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","" "Sexual","Sexual","Information about sexuality and sexual history ","dpv-pd:External, dpv:SpecialCategoryPersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "SexualHistory","Sexual History","Information about sexual history","dpv-pd:Sexual","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "SexualPreference","Sexual Preference","Information about sexual preferences","dpv-pd:Sexual","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -160,7 +160,7 @@ "Tracking","Tracking","Information used to track an individual or group e.g. location or email","dpv:PersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Transaction","Transaction","Information about financial transactions e.g. bank transfers","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Transactional","Transactional","Information about a purchasing, spending or income","dpv-pd:Financial","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"TVViewingBehavior","TV Viewing Behavior","Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed","dpv-pd:ServiceConsumptionBehavior","","","","(SPECIAL project, https://www.specialprivacy.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","" +"TVViewingBehavior","TV Viewing Behavior","Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed","dpv-pd:ServiceConsumptionBehavior","","","","(SPECIAL project, https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","" "UID","UID","Information about unique identifiers.","dpv-pd:Identifying","svd:UniqueId","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Username","Username","Information about usernames.","dpv-pd:Identifying","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "VoiceCommunicationRecording","Voice Communication Recording","Information about vocal recorded communication (e.g. telephony, VoIP)","dpv-pd:Communication","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" diff --git a/dpv-gdpr/dpv-gdpr.html b/dpv-gdpr/dpv-gdpr.html index f0f79968d..7374bc56a 100644 --- a/dpv-gdpr/dpv-gdpr.html +++ b/dpv-gdpr/dpv-gdpr.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv-gdpr", title: "DPV-GDPR: GDPR Extension for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/dpv-gdpr/dpv-gdpr.jsonld b/dpv-gdpr/dpv-gdpr.jsonld index 469a983e3..77a955842 100644 --- a/dpv-gdpr/dpv-gdpr.jsonld +++ b/dpv-gdpr/dpv-gdpr.jsonld @@ -1,30 +1,33 @@ [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses", "@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-22" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,7 +44,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" + "@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": [ @@ -49,96 +52,47 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. 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": "Standard Contractual Clauses (SCC)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Data_Transfers Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv#Contract" }, { "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/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": [ @@ -155,7 +109,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries" + "@value": "Binding corporate rules" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -163,41 +117,53 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "Art 46(2-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -214,7 +180,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" + "@value": "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": [ @@ -222,138 +188,35 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Art 49(1-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts", + "@id": "https://w3id.org/dpv/dpv-gdpr#", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Legal_Basis Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d" - } + "http://www.w3.org/2004/02/skos/core#ConceptScheme" ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -361,32 +224,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" }, { - "@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": [ @@ -403,7 +260,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "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": [ @@ -411,29 +268,23 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art.6(1-a) regular consent" + "@value": "SCCs adopted by Commission" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -443,10 +294,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -457,7 +308,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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -474,7 +325,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "public interest or official authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -485,41 +336,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 6(1-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "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": "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_a/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": [ @@ -536,7 +387,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards." + "@value": "employment and social security and social protection law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -544,32 +395,23 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-a)" + "@value": "Art 9(2-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A77", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2", "@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": [ { @@ -579,18 +421,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg Krog" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Beatriz Esteves" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/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": [ @@ -607,7 +449,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to lodge a complaint with 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#inScheme": [ @@ -615,15 +457,24 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "Art 49(2)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, @@ -693,31 +544,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg Krog" - }, - { - "@value": "Beatriz Esteves" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-22" + } + ], + "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/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": [ @@ -734,7 +579,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right not to be subject to a decision based solely on automated processing including profiling" + "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -745,33 +590,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "AdHoc Contractual Clauses" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rigo Wenning" + }, { "@value": "Eva Schlehahn" }, { "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/modified": [ @@ -782,7 +636,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_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -799,7 +653,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "explicit' consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -807,23 +661,29 @@ "@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 9(2-c)" + "@value": "Art 6(1-a) explicit consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A14", "@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": [ { @@ -833,18 +693,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_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -861,7 +721,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": "information to be provided where personal data is collected from other sources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -869,26 +729,20 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "A14 Right to be Informed" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -912,7 +766,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -929,7 +783,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Binding corporate rules" + "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -940,39 +794,39 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-b)" + "@value": "Art 49(1-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" - }, { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/modified": [ @@ -983,7 +837,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_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1000,7 +854,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case." + "@value": "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": [ @@ -1008,148 +862,82 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-g)" + "@value": "Art 9(2-j)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr", + "@id": "https://w3id.org/dpv/dpv-gdpr#A17", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/abstract": [ - { - "@language": "en", - "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Bert Bos" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Javier D. Fernández" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Piero Bonatti" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Georg P Krog" - } + "https://w3id.org/dpv#Concept", + "http://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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Beatriz Esteves" + }, { - "@language": "en", - "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." + "@value": "Georg Krog" } ], - "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_17/oj" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "DPV-GDPR: GDPR Extension for DPV" + "@value": "Right to erasure ('Right to be forgotten')" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "dpv-gdpr" + "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "https://w3id.org/dpv/dpv-gdpr" + "@language": "en", + "@value": "A17 Right to Erasure" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "0.5" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A19", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1162,18 +950,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1190,7 +978,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": "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": [ @@ -1198,42 +986,33 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(3-b)" + "@value": "A19 Right to Rectification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "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": [ @@ -1244,7 +1023,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1261,7 +1040,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@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": [ @@ -1269,20 +1048,29 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "Art 49(1-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalObligation" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1306,7 +1094,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1323,7 +1111,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request." + "@value": "The transfer is necessary for important reasons of public interest." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1340,7 +1128,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-b)" + "@value": "Art 49(1-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1348,15 +1136,15 @@ "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1380,7 +1168,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1397,7 +1185,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@value": "substantial public interest, on the basis of Union or Member State law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1408,66 +1196,85 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 9(2-g)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g", "@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": "Rights 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-gdpr#A19" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A13" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A21" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A14" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A20" - }, + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3" - }, + "@id": "https://w3id.org/dpv/dpv-gdpr#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A17" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A77" - }, + "@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#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A22" - }, + "@id": "https://w3id.org/dpv/dpv-gdpr#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A18" - }, + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A15" - }, + "@language": "en", + "@value": "Art 49(1-g)" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A16" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1475,23 +1282,32 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Rigo Wenning" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1508,7 +1324,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" + "@value": "consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1516,20 +1332,26 @@ "@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": "Supplementary Measure" + "@value": "Art.6(1-a) regular consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1537,12 +1359,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": [ @@ -1553,7 +1378,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1570,7 +1395,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": "explicit consent with special categories of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1578,53 +1403,44 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-e)" + "@value": "Art 9(2-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" + "@value": "Georg P Krog" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "David Hickey" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/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": [ @@ -1641,7 +1457,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest or official authority" + "@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": [ @@ -1652,41 +1468,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "Supplementary Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" - }, - { - "@value": "Eva Schlehahn" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/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": [ @@ -1703,7 +1513,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1714,41 +1524,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "Codes of Conduct for Data Transfers" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/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": [ @@ -1765,7 +1569,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights" + "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1773,26 +1577,20 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-e)" + "@value": "Certification Mechanisms for Data Transfers" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1805,10 +1603,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" }, { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/modified": [ @@ -1819,7 +1617,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1836,7 +1634,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest in public health" + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1847,20 +1645,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-i)" + "@value": "Art 9(2-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1881,7 +1679,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1898,7 +1696,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." + "@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": [ @@ -1909,26 +1707,23 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-d)" + "@value": "Art 46(3-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-gdpr#A21", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1941,18 +1736,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1969,7 +1764,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right of access" + "@value": "Right to object to processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1980,7 +1775,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "A21 Right to object" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1990,7 +1785,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1998,23 +1793,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": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg Krog" + "@value": "Eva Schlehahn" }, { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2031,7 +1823,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to data portability" + "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2042,41 +1834,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A20 Right to Data Portability" + "@value": "Art 9(2-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3", + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2093,7 +1888,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary." + "@value": "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": [ @@ -2101,26 +1896,20 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has Adequacy Decision." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 45(3)" + "@value": "Binding Corporate Rules (BCR)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2139,9 +1928,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_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2158,7 +1953,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" + "@value": "legitimate interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2169,17 +1964,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-f)" + "@value": "Art 6(1-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2187,12 +1982,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": [ @@ -2203,7 +2001,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2220,7 +2018,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" + "@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": [ @@ -2228,32 +2026,23 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-c)" + "@value": "Art 9(2-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2274,7 +2063,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2291,7 +2080,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data." + "@value": "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": [ @@ -2302,94 +2091,138 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(2)" + "@value": "Art 46(3-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Legal_Basis Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c" + }, { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i" + }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a" + }, { - "@language": "en", - "@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": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e" + }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f" + }, { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e" + }, { - "@language": "en", - "@value": "Art 46(3-a)" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d" + }, { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2401,13 +2234,22 @@ } ], "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://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": [ @@ -2424,7 +2266,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" + "@value": "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": [ @@ -2435,17 +2277,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification Mechanisms for Data Transfers" + "@value": "SCCs adopted by Supervisory Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2466,7 +2308,7 @@ ], "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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2483,7 +2325,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@value": "data manifestly made public by the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2494,7 +2336,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "Art 9(2-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2504,7 +2346,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2512,15 +2354,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Beatriz Esteves" + "@value": "David Hickey" }, { "@value": "Harshvardhan J. Pandit" @@ -2528,7 +2367,10 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj" + }, + { + "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2545,7 +2387,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@value": "A legal instrument or tool intended to assist or justify data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2556,17 +2398,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "Data Transfer Tool" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-gdpr#A16", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2574,26 +2416,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Eva Schlehahn" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Beatriz Esteves" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2610,7 +2449,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" + "@value": "Right to rectification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2621,17 +2460,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "A16 Right to Rectification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-gdpr#A18", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2655,7 +2494,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_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2672,7 +2511,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "information to be provided where personal data is collected from other sources" + "@value": "Right to restriction of processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2683,7 +2522,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A14 Right to be Informed" + "@value": "A18 Right to Restrict Processing" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2693,34 +2532,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "David Hickey" + "@value": "Georg Krog" } ], "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_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2737,7 +2573,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" + "@value": "Right to withdraw consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2748,23 +2584,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Commission" + "@value": "A7-3 Right to Withdraw Consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2772,23 +2602,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": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" }, { - "@value": "Georg Krog" - }, + "@value": "Eva Schlehahn" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Beatriz Esteves" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/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": [ @@ -2805,7 +2638,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@value": "compliance with a legal obligation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2816,17 +2649,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "Art 6(1-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#LegalObligation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A18", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2839,18 +2672,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Beatriz Esteves" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Harshvardhan J. Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2867,7 +2700,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to restriction of processing" + "@value": "Standard data protection clauses adopted by a Supervisory Authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2875,23 +2708,32 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A18 Right to Restrict Processing" + "@value": "Art 46(2-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-gdpr#A22", "@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": [ { @@ -2901,18 +2743,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2929,7 +2771,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@value": "Right not to be subject to a decision based solely on automated processing including profiling" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2940,7 +2782,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A17 Right to Erasure" + "@value": "A22 Right to object to automated decision making" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2950,7 +2792,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2958,12 +2800,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": [ @@ -2974,7 +2819,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2991,7 +2836,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent." + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2999,51 +2844,33 @@ "@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": "Art 6(1-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson" - }, - { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -3054,7 +2881,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": [ @@ -3071,7 +2898,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit' 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#inScheme": [ @@ -3082,23 +2909,23 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\"" + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-a) explicit consent" + "@value": "Art 46(2-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-gdpr#A13", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3106,26 +2933,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "David Hickey" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3142,7 +2966,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)" + "@value": "information to be provided where personal data is directly collected from data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3153,12 +2977,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "A13 Right to be Informed" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, @@ -3231,10 +3055,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3244,18 +3068,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "@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_16/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": [ @@ -3272,7 +3096,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to rectification" + "@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": [ @@ -3280,20 +3104,29 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A16 Right to Rectification" + "@value": "Art 49(1-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson" + }, + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3301,15 +3134,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": [ @@ -3320,7 +3150,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3337,7 +3167,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "Standard data protection clauses adopted by the Commission" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3345,115 +3175,181 @@ "@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-d)" + "@value": "Art 46(2-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c", + "@id": "https://w3id.org/dpv/dpv-gdpr", "@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/created": [ + "http://purl.org/dc/terms/abstract": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@language": "en", + "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Ramisa Gachpaz Hamed" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Bert Bos" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Bud Bruegger" + }, { "@value": "Georg P Krog" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-06-18" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#" + "@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/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": "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." + "@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/dpv-gdpr#" + "@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": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "DPV-GDPR: GDPR Extension for DPV" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@language": "en", - "@value": "Art 49(1-c)" + "@value": "dpv-gdpr" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, + "@value": "https://w3id.org/dpv/dpv-gdpr" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "https://w3id.org/dpv#Contract" + "@value": "0.6" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "David Hickey" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3470,7 +3366,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legal instrument or tool intended to assist or justify data transfers" + "@value": "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": [ @@ -3478,20 +3374,26 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Tool" + "@value": "Art 46(2-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-gdpr#A77", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3499,17 +3401,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg 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_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3526,7 +3434,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3537,17 +3445,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Codes of Conduct for Data Transfers" + "@value": "A77 Right to Complaint" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3560,10 +3468,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -3574,7 +3482,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3591,7 +3499,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;" + "@value": "public interest in public health" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3602,20 +3510,69 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-d)" + "@value": "Art 9(2-i)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Rights Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A18" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A20" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A14" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A19" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A22" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A17" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A77" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A16" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A15" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A21" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A13" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A15", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3625,18 +3582,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "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_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3653,7 +3610,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" + "@value": "Right of access" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3664,7 +3621,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "A15 Right of Access" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -3674,10 +3631,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3693,15 +3650,9 @@ "@value": "Bud Bruegger" } ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" - } - ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3718,7 +3669,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "substantial public interest, on the basis of Union or Member State law" + "@value": "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": [ @@ -3729,20 +3680,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 9(2-h)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3", "@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": [ { @@ -3752,18 +3703,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_13/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": [ @@ -3780,7 +3731,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "information to be provided where personal data is directly collected from data subject" + "@value": "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": [ @@ -3788,47 +3739,90 @@ "@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": "A13 Right to be Informed" + "@value": "Art 45(3)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts", "@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": "Data_Transfers Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A20", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Georg Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3845,7 +3839,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises." + "@value": "Right to data portability" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3856,17 +3850,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "A20 Right to Data Portability" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3874,20 +3868,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3904,7 +3901,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3" + "@value": "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": [ @@ -3912,15 +3909,24 @@ "@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-h)" + "@value": "Art 49(1-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Consent" + }, + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] } diff --git a/dpv-gdpr/dpv-gdpr.n3 b/dpv-gdpr/dpv-gdpr.n3 index f295ddef4..768a2c561 100644 --- a/dpv-gdpr/dpv-gdpr.n3 +++ b/dpv-gdpr/dpv-gdpr.n3 @@ -10,7 +10,8 @@ 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", @@ -18,6 +19,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -37,7 +39,7 @@ dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpv-gdpr" ; vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr"^^xsd:string ; - owl:versionInfo "0.5"^^xsd:string . + owl:versionInfo "0.6"^^xsd:string . dpv-gdpr:Data_TransfersConcepts a skos:Collection ; dct:title "Data_Transfers Concepts"^^xsd:string ; diff --git a/dpv-gdpr/dpv-gdpr.rdf b/dpv-gdpr/dpv-gdpr.rdf index 0dc200530..5116795bb 100644 --- a/dpv-gdpr/dpv-gdpr.rdf +++ b/dpv-gdpr/dpv-gdpr.rdf @@ -9,941 +9,943 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Legal_Basis Concepts - - - + - 2019-04-05 - - - Art 9(2-h) - - Eva Schlehahn - Bud Bruegger + + + + + Georg P Krog + Paul Ryan + David Hickey + Harshvardhan J. Pandit + 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 - 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 - + SCCs adopted by Supervisory Authority - - - - - - - - - - - - - - Rights Concepts - + + + + Georg P Krog + Paul Ryan + David Hickey + Harshvardhan J. Pandit + accepted + + + 2021-09-22 + Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries + + + + Standard Contractual Clauses (SCC) - Transfer from EU to a third country. Third country has Adequacy Decision. + accepted + 2021-09-08 - 2020-11-04 + Art 45(3) + + Georg P Krog Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. - Georg P Krog - - accepted - Art 45(3) - - - - - Right to erasure ('Right to be forgotten') - accepted - - - - - Georg Krog - Beatriz Esteves - Harshvardhan J. Pandit - A17 Right to Erasure 2020-11-04 - + + + 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 accepted - - - Right to be notified in case of rectification or erasure of personal data or restriction of processing - Georg Krog - Beatriz Esteves - Harshvardhan J. Pandit - 2020-11-04 - A19 Right to Rectification - + Art 9(2-j) + - + - - + + Georg P Krog + 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. + 2020-11-04 + A legally binding and enforceable instrument between public authorities or bodies accepted + - Harshvardhan J. Pandit - AdHoc Contractual Clauses - - - 2021-09-22 - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + 2021-09-08 - - dpv-gdpr - David Hickey - Paul Ryan - Beatriz Esteves - Julian Flake - Bert Bos - Eva Schlehahn - Javier D. Fernández - Mark Lizar - Bud Bruegger - Elmar Kiesling - Rob Brennan - Piero Bonatti - Fajar J. Ekaputra - Simon Steyskal - Rigo Wenning - Ramisa Gachpaz Hamed - Georg P Krog - https://w3id.org/dpv/dpv-gdpr - DPV-GDPR: GDPR Extension for DPV - The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. - 2019-06-18 - The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. - - 0.5 - - 2022-04-02 - - Axel Polleres - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Legal_Basis Concepts + - + + + 2021-09-08 + Bud Bruegger + Eva Schlehahn 2019-04-05 + - Art 9(2-f) - Eva Schlehahn - Bud Bruegger - establishment, exercise or defence of legal claims / courts acting in their judicial capacity + compliance with a legal obligation + Art 6(1-c) accepted - - - + - performance of a contract - - - 2019-04-05 - Art 6(1-b) - Eva Schlehahn - Bud Bruegger - - - 2021-09-08 accepted + + + Binding corporate rules + Georg P Krog + + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. + Art 46(2-b) + 2020-11-04 + + + - + + 2020-11-04 + accepted + 2021-09-08 + - accepted - 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 - 2021-09-08 - 2020-11-04 - 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. + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + Art 49(1-e) + The transfer is necessary for the establishment, exercise or defence of legal claims. - + + 2020-11-04 + A18 Right to Restrict Processing + + + Right to restriction of processing Harshvardhan J. Pandit Georg Krog Beatriz Esteves - information to be provided where personal data is collected from other sources - - - accepted - 2020-11-04 + - A14 Right to be Informed - + - 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 - - accepted - Eva Schlehahn - Rigo Wenning - Bud Bruegger + A20 Right to Data Portability + Georg Krog Harshvardhan J. Pandit + Beatriz Esteves + + - explicit' consent of the data subject - - Art 6(1-a) explicit consent - - 2021-09-08 + Right to data portability + 2020-11-04 + accepted + - + - 2021-09-08 - + Art 46(2-d) + accepted + Standard data protection clauses adopted by a Supervisory Authority - - Bud Bruegger - Eva Schlehahn - public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law - 2019-04-05 - Art 9(2-j) + - + + 2021-09-08 + + + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority + Georg P Krog + 2020-11-04 + + + + Right of access + + + + Harshvardhan J. Pandit + Georg Krog + Beatriz Esteves + 2020-11-04 accepted + + A15 Right of Access + - + + accepted - accepted + Bud Bruegger Eva Schlehahn - Art 6(1-c) + + Art 9(2-a) 2019-04-05 - compliance with a legal obligation + explicit consent with special categories of data 2021-09-08 - - - + - Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights - Georg P Krog - + The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent. + - Art 46(3-b) - 2021-09-08 - accepted - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + + + Georg P Krog + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. 2020-11-04 + Art 49(1-f) + accepted - + - - Georg Krog - Beatriz Esteves + Georg P Krog + David Hickey Harshvardhan J. Pandit - information to be provided where personal data is directly collected from data subject + + Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + Supplementary Measure accepted - - 2020-11-04 - A13 Right to be Informed + 2021-09-22 + - + - - 2020-11-04 + information to be provided where personal data is collected from other sources + Harshvardhan J. Pandit Georg Krog Beatriz Esteves - Harshvardhan J. Pandit - - Right of access - + 2020-11-04 + A14 Right to be Informed accepted - A15 Right of Access - - - + - Harshvardhan J. Pandit - Paul Ryan - David Hickey - Georg P Krog - - - - 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 + - + + Harshvardhan J. Pandit + Axel Polleres + 0.6 + Harshvardhan J. Pandit + Beatriz Esteves + Elmar Kiesling + Rigo Wenning + Paul Ryan + Fajar J. Ekaputra + David Hickey + Ramisa Gachpaz Hamed + Julian Flake + Axel Polleres + Bert Bos + Mark Lizar + Eva Schlehahn + Javier D. Fernández + Simon Steyskal + Rob Brennan + Piero Bonatti + Bud Bruegger + Georg P Krog + DPV-GDPR: GDPR Extension for DPV + + + + 2022-04-02 + The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. + dpv-gdpr + https://w3id.org/dpv/dpv-gdpr + The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. + 2019-06-18 + + - - - Georg P Krog + accepted - Art 46(2-b) - Binding corporate rules 2021-09-08 - accepted - 2020-11-04 + + - - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. + Eva Schlehahn + Bud Bruegger + performance of a contract + Art 6(1-b) + 2019-04-05 - + - 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. - accepted - - - 2021-09-08 + Paul Ryan + David Hickey + Harshvardhan J. Pandit Georg P Krog - Art 46(2-c) - - 2020-11-04 + SCCs adopted by Commission + accepted + 2021-09-22 + Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) + + + + - + - 2020-11-04 - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - Art 49(1-e) - - + 2019-04-05 accepted - + + 2021-09-08 - Georg P Krog - The transfer is necessary for the establishment, exercise or defence of legal claims. + Art 6(1-d) + protection of the vital interests + + Bud Bruegger + Eva Schlehahn - + + + + accepted + + 2021-09-22 + + Harshvardhan J. Pandit - Georg Krog - Beatriz Esteves + AdHoc Contractual Clauses + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + + + + 2019-04-05 - Right to withdraw consent + data manifestly made public by the data subject + + + + Art 9(2-e) accepted - - A7-3 Right to Withdraw Consent - 2020-11-04 - - - - - - - - - - - - - Data_Transfers Concepts - + Eva Schlehahn + Bud Bruegger - + - Beatriz Esteves + Harshvardhan J. Pandit + Beatriz Esteves Georg Krog - A16 Right to Rectification - - - accepted - 2020-11-04 - - - - Right to rectification - - - + A17 Right to Erasure - - accepted - Harshvardhan J. Pandit - Georg Krog - Beatriz Esteves - 2020-11-04 - Right to data portability - - A20 Right to Data Portability - - - - Georg P Krog - - accepted - Art 49(1-f) + Right to erasure ('Right to be forgotten') - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - 2021-09-08 - - - 2020-11-04 - The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent. + - + - Georg Krog - Beatriz Esteves + Art 6(1-a) explicit consent + explicit' consent of the data subject + Rigo Wenning + Eva Schlehahn + Bud Bruegger Harshvardhan J. Pandit - Right to object to processing of personal data - - - A21 Right to object accepted - - 2020-11-04 - - - - - - accepted + + + 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 - - - Standard data protection clauses adopted by a Supervisory Authority - 2020-11-04 - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority - - Georg P Krog - Art 46(2-d) + + + + + + + + + + + + Data_Transfers Concepts + - Codes of Conduct that outline sufficient safeguards for carrying out data transfers - Harshvardhan J. Pandit - - - 2021-09-22 + + + + Codes of Conduct that outline sufficient safeguards for carrying out data transfers + Harshvardhan J. Pandit accepted - Codes of Conduct for Data Transfers + - + + Harshvardhan J. Pandit Georg Krog Beatriz Esteves - Harshvardhan J. Pandit - - - - Right to restriction of processing + + information to be provided where personal data is directly collected from data subject accepted + + + A13 Right to be Informed 2020-11-04 - A18 Right to Restrict Processing - + - - 2019-04-05 - Art 9(2-d) - 2021-09-08 - 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; - - accepted - - - - 2020-11-04 - - 2021-09-08 - - The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards. - Georg P Krog - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. accepted - - Art 49(1-a) + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request. + Georg P Krog + Art 49(1-b) + 2020-11-04 + - + - Right to lodge a complaint with a supervisory authority - - Harshvardhan J. Pandit - Georg Krog - Beatriz Esteves + 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 - A77 Right to Complaint - accepted - + + 2021-09-08 + + An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights 2020-11-04 - + Georg P Krog + Art 46(2-e) + - + - David Hickey Georg P Krog + Paul Ryan + David Hickey Harshvardhan J. Pandit - + Binding Corporate Rules (BCR) 2021-09-22 - + accepted - Supplementary Measure - Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + 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. + - + - Georg P Krog accepted - 2021-09-08 - + + A19 Right to Rectification + + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog 2020-11-04 - Art 46(2-e) - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. - - - 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 + + Right to be notified in case of rectification or erasure of personal data or restriction of processing - Bud Bruegger Eva Schlehahn - - 2019-04-05 - 2021-09-08 + Bud Bruegger Art 6(1-f) - - accepted legitimate interests - - - - - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - Georg P Krog + 2019-04-05 + accepted 2021-09-08 - - - 2020-11-04 - Art 49(1-b) - - The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request. - accepted + - + - - - 2021-09-08 - 2019-04-05 + + + public interest or official authority Eva Schlehahn Bud Bruegger - - - substantial public interest, on the basis of Union or Member State law + Art 6(1-e) + + + + 2019-04-05 accepted - Art 9(2-g) + - + - + + 2020-11-04 + Art 46(3-a) accepted + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + - Bud Bruegger - Eva Schlehahn - - 2019-04-05 - Art 9(2-e) - - data manifestly made public by the data subject + 2021-09-08 + + Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + Georg P Krog - + - - protection of the vital interests - accepted - Eva Schlehahn - Bud Bruegger - - 2019-04-05 - Art 6(1-d) + Standard data protection clauses adopted by the Commission + Georg P Krog + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. + + Art 46(2-c) + 2020-11-04 2021-09-08 - + accepted + + + - + - Eva Schlehahn - Bud Bruegger - Rigo Wenning - Harshvardhan J. Pandit - + 2020-11-04 + Right to object to processing of personal data + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog accepted - Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'. - Art.6(1-a) regular consent - - 2021-09-08 - 2019-04-10 - - consent of the data subject + + A21 Right to object + + - + - - 2021-09-22 - Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2) - accepted - SCCs adopted by Supervisory Authority - Paul Ryan - Georg P Krog - Harshvardhan J. Pandit - David Hickey - + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + 2020-11-04 + accepted + + A7-3 Right to Withdraw Consent + + Right to withdraw consent - + - Georg P Krog - Harshvardhan J. Pandit - David Hickey - Paul Ryan - 2021-09-22 - accepted - - Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries - + + Art 49(1-c) + 2020-11-04 + accepted + - - - Standard Contractual Clauses (SCC) + + + The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person. + 2021-09-08 + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + Georg P Krog - + - Eva Schlehahn - Bud Bruegger - - + + Art 9(2-c) + accepted - public interest in public health + 2021-09-08 - accepted + Bud Bruegger + Eva Schlehahn + protection of the vital interests 2019-04-05 - Art 9(2-i) - + - - 2021-09-22 + + Bud Bruegger + Eva Schlehahn + 2019-04-05 accepted + - - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers - Certification Mechanisms for Data Transfers - Harshvardhan J. Pandit - - - - - The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data. - - Georg P Krog - accepted - - - - - - Art 49(2) 2021-09-08 - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply. - 2020-11-04 + Art 9(2-d) + legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects; + - + - accepted - - - The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person. - 2021-09-08 - - 2020-11-04 - Art 49(1-c) + + + Georg P Krog - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2020-11-04 + Art 49(1-d) + The transfer is necessary for important reasons of public interest. + accepted + + 2021-09-08 - + - accepted - - - A legal instrument or tool intended to assist or justify data transfers - Data Transfer Tool + - 2021-09-22 - - Harshvardhan J. Pandit - David Hickey + employment and social security and social protection law + Eva Schlehahn + Bud Bruegger + 2019-04-05 + Art 9(2-b) + + - + - - + Art 9(2-g) - accepted + + 2021-09-08 Eva Schlehahn Bud Bruegger - - - 2021-09-08 - explicit consent with special categories of data - Art 9(2-a) + substantial public interest, on the basis of Union or Member State law + + 2019-04-05 + accepted + - + - + 2020-11-04 + A22 Right to object to automated decision making - - 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 accepted - + Right not to be subject to a decision based solely on automated processing including profiling - Art 46(2-a) - 2021-09-08 - Georg P Krog - A legally binding and enforceable instrument between public authorities or bodies - 2020-11-04 + + - + - - + + + 2021-09-22 - - Paul Ryan - Georg P Krog - Harshvardhan J. Pandit David Hickey - Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) - 2021-09-22 + Harshvardhan J. Pandit accepted - SCCs adopted by Commission + A legal instrument or tool intended to assist or justify data transfers + + + Data Transfer Tool - + + + Eva Schlehahn Bud Bruegger + Art 9(2-h) + + 2019-04-05 + + accepted + preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3 - + + + - Art 9(2-c) + 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 + + Art 46(2-f) + 2020-11-04 + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. accepted - - 2019-04-05 + 2021-09-08 - protection of the vital interests + - + - Art 6(1-e) - Eva Schlehahn - Bud Bruegger - - - - - 2021-09-08 + Certification Mechanisms for Data Transfers accepted - public interest or official authority - + Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers - 2019-04-05 + + + Harshvardhan J. Pandit + + 2021-09-22 + - + + + + + + + + + + + + + + + Rights Concepts + + - + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + Art 49(1-a) + 2020-11-04 + Georg P Krog + + - employment and social security and social protection law - Art 9(2-b) + 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. + + 2021-09-08 accepted - Eva Schlehahn - Bud Bruegger - - 2019-04-05 - + - - - Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. - Art 46(3-a) - Georg P Krog - - 2021-09-08 - accepted - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. 2020-11-04 + Beatriz Esteves + Georg Krog + Harshvardhan J. Pandit + A77 Right to Complaint + accepted + + Right to lodge a complaint with a supervisory authority + + - - + 2021-09-08 + + The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case. - - Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. Georg P Krog + Art 49(1-g) + 2020-11-04 + Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. + accepted + + + + + 2021-09-08 + + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply. accepted + + + + Art 49(2) + Georg P Krog 2020-11-04 - Art 49(1-g) + 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. - + - Art 49(1-d) - + Eva Schlehahn + Bud Bruegger - The transfer is necessary for important reasons of public interest. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - - Georg P Krog + 2019-04-05 accepted + public interest in public health + + + Art 9(2-i) 2021-09-08 - 2020-11-04 - + + + + 2020-11-04 - Georg Krog + Harshvardhan J. Pandit Beatriz Esteves + Georg Krog + accepted + + A16 Right to Rectification + Right to rectification + + + + + + Eva Schlehahn + Bud Bruegger + 2019-04-05 + + Art 9(2-f) + + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + accepted + + + + + + + Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'. Harshvardhan J. Pandit - A22 Right to object to automated decision making + Rigo Wenning + Eva Schlehahn + Bud Bruegger + 2021-09-08 + accepted + consent of the data subject + Art.6(1-a) regular consent + 2019-04-10 + + + + + + - Right not to be subject to a decision based solely on automated processing including profiling + 2020-11-04 + 2021-09-08 accepted - + + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + Art 46(3-b) + Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights + Georg P Krog diff --git a/dpv-gdpr/dpv-gdpr.ttl b/dpv-gdpr/dpv-gdpr.ttl index f295ddef4..768a2c561 100644 --- a/dpv-gdpr/dpv-gdpr.ttl +++ b/dpv-gdpr/dpv-gdpr.ttl @@ -10,7 +10,8 @@ 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", @@ -18,6 +19,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -37,7 +39,7 @@ dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpv-gdpr" ; vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr"^^xsd:string ; - owl:versionInfo "0.5"^^xsd:string . + owl:versionInfo "0.6"^^xsd:string . dpv-gdpr:Data_TransfersConcepts a skos:Collection ; dct:title "Data_Transfers Concepts"^^xsd:string ; diff --git a/dpv-gdpr/index.html b/dpv-gdpr/index.html index f0f79968d..7374bc56a 100644 --- a/dpv-gdpr/index.html +++ b/dpv-gdpr/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv-gdpr", title: "DPV-GDPR: GDPR Extension for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/dpv-gdpr/modules/data_transfers.jsonld b/dpv-gdpr/modules/data_transfers.jsonld index 5f23ea373..b3ce1032b 100644 --- a/dpv-gdpr/modules/data_transfers.jsonld +++ b/dpv-gdpr/modules/data_transfers.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -27,7 +27,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -44,63 +44,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)" + "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "Standard Contractual Clauses (SCC)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Data_Transfers Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers" + "@id": "https://w3id.org/dpv#Contract" }, { "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses", + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -127,7 +90,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -144,26 +107,23 @@ "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": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "SCCs adopted by Commission" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -175,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/reg/2016/679/art_4/par_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -198,26 +167,23 @@ "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": "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": "AdHoc Contractual Clauses" + "@value": "Binding Corporate Rules (BCR)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -232,16 +198,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_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -258,23 +227,23 @@ "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": "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": "Data Transfer Tool" + "@value": "SCCs adopted by Supervisory Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -286,6 +255,12 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -309,23 +284,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" + "@value": "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": "Codes of Conduct for Data Transfers" + "@value": "Supplementary Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -360,23 +335,26 @@ "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": "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": "Certification Mechanisms for Data Transfers" + "@value": "AdHoc Contractual Clauses" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure", + "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -388,12 +366,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -417,23 +389,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" + "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Supplementary Measure" + "@value": "Codes of Conduct for Data Transfers" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -445,22 +417,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": [ @@ -477,23 +440,63 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" + "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Commission" + "@value": "Certification Mechanisms for Data Transfers" } ], "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Data_Transfers Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" + }, { "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -508,19 +511,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_4/par_20/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": [ @@ -537,18 +537,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": "A legal instrument or tool intended to assist or justify data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "Data Transfer Tool" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] } diff --git a/dpv-gdpr/modules/data_transfers.rdf b/dpv-gdpr/modules/data_transfers.rdf index 64434c405..ef3e21e99 100644 --- a/dpv-gdpr/modules/data_transfers.rdf +++ b/dpv-gdpr/modules/data_transfers.rdf @@ -7,6 +7,36 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + SCCs adopted by Supervisory Authority + Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2) + + 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) + + 2021-09-22 + accepted + David Hickey + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + + @@ -23,33 +53,29 @@ 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) - + + Supplementary Measure + Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + 2021-09-22 accepted David Hickey - Paul Ryan Georg P Krog Harshvardhan J. Pandit - + - - SCCs adopted by Commission - Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) - + + Codes of Conduct for Data Transfers + Codes of Conduct that outline sufficient safeguards for carrying out data transfers + 2021-09-22 accepted - David Hickey - Paul Ryan - Georg P Krog Harshvardhan J. Pandit @@ -81,29 +107,17 @@ - + - Supplementary Measure - Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements - + Data Transfer Tool + A legal instrument or tool intended to assist or justify data transfers + + 2021-09-22 accepted David Hickey - Georg P Krog - Harshvardhan J. Pandit - - - - - - - Codes of Conduct for Data Transfers - Codes of Conduct that outline sufficient safeguards for carrying out data transfers - - 2021-09-22 - accepted Harshvardhan J. Pandit @@ -132,18 +146,4 @@ 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 - - diff --git a/dpv-gdpr/modules/legal_basis.jsonld b/dpv-gdpr/modules/legal_basis.jsonld index 697e75509..e58c6020c 100644 --- a/dpv-gdpr/modules/legal_basis.jsonld +++ b/dpv-gdpr/modules/legal_basis.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24,7 +24,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_46/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,19 +41,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" + "@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" + "@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": "Art 46(2-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -61,127 +61,78 @@ "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Legal_Basis Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a" - }, + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b" - }, + "@id": "https://w3id.org/dpv/dpv-gdpr#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d" - }, + "@language": "en", + "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e" - }, + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f" - }, + "@language": "en", + "@value": "Art 49(1-c)" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -189,7 +140,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": [ @@ -198,23 +149,11 @@ }, { "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/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": [ @@ -231,29 +170,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "consent of the data subject" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'." + "@value": "employment and social security and social protection law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art.6(1-a) regular consent" + "@value": "Art 9(2-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -280,7 +213,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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -297,23 +230,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "public interest or official authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 6(1-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -337,7 +273,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -354,19 +290,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards." + "@value": "The transfer is 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." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-a)" + "@value": "Art 49(2)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -374,7 +310,7 @@ "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, @@ -439,7 +375,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -447,12 +383,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/modified": [ @@ -463,7 +408,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -480,29 +425,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" + "@value": "explicit' consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\"" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "Art 6(1-a) explicit consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -526,7 +471,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -543,32 +488,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Binding corporate rules" + "@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-b)" + "@value": "Art 49(1-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -576,12 +518,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": [ @@ -592,7 +537,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_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -609,29 +554,23 @@ "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": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-g)" + "@value": "Art 9(2-j)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -655,7 +594,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_49/par_1/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -672,19 +611,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights" + "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." + "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(3-b)" + "@value": "Art 49(1-g)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -694,7 +633,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -718,7 +657,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -735,7 +674,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request." + "@value": "The transfer is necessary for important reasons of public interest." } ], "http://www.w3.org/2004/02/skos/core#note": [ @@ -747,7 +686,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-b)" + "@value": "Art 49(1-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -755,12 +694,12 @@ "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -768,15 +707,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": [ @@ -787,7 +723,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -804,23 +740,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@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 6(1-c)" + "@value": "Art 49(1-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalObligation" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -847,7 +792,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -864,23 +809,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@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-a)" + "@value": "Art 9(2-g)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -888,12 +833,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/modified": [ @@ -904,7 +858,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_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -921,29 +875,29 @@ "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": "consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-e)" + "@value": "Art.6(1-a) regular consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -970,7 +924,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_9/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -987,26 +941,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest or official authority" + "@value": "explicit consent with special categories of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "Art 9(2-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1025,9 +976,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_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1044,23 +1001,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "Art 9(2-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1084,7 +1041,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1101,19 +1058,19 @@ "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": "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-e)" + "@value": "Art 46(3-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1123,7 +1080,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1142,15 +1099,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_i/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": [ @@ -1167,23 +1118,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest in public health" + "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-i)" + "@value": "Art 9(2-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1191,12 +1142,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": [ @@ -1207,7 +1161,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1224,32 +1178,23 @@ "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": "legitimate interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-d)" + "@value": "Art 6(1-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1257,12 +1202,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": [ @@ -1273,7 +1221,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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1290,29 +1238,23 @@ "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": "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 45(3)" + "@value": "Art 9(2-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1320,20 +1262,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/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": [ @@ -1350,89 +1295,144 @@ "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": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-f)" + "@value": "Art 46(3-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Legal_Basis Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b" + }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d" + }, { - "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e" + }, { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f" + }, { - "@language": "en", - "@value": "Art 46(2-c)" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e" + }, { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1456,7 +1456,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": [ @@ -1473,19 +1473,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." + "@value": "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)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1495,7 +1495,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1503,23 +1503,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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1536,32 +1533,23 @@ "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": "data manifestly made public by the data subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(2)" + "@value": "Art 9(2-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1580,9 +1568,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_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1599,23 +1593,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@value": "compliance with a legal obligation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "Art 6(1-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#LegalObligation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1623,15 +1617,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": [ @@ -1642,7 +1633,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1659,23 +1650,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" + "@value": "Standard data protection clauses adopted by a Supervisory Authority" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "Art 46(2-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1683,12 +1683,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": [ @@ -1699,7 +1702,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1716,32 +1719,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-f)" + "@value": "Art 6(1-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1749,21 +1743,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -1774,7 +1759,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": [ @@ -1791,24 +1776,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit' 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": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\"" + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-a) explicit consent" + "@value": "Art 46(2-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, @@ -1876,7 +1861,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1884,15 +1869,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": [ @@ -1903,7 +1885,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_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1920,23 +1902,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "Art 49(1-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1960,7 +1951,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_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1977,19 +1968,19 @@ "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": "Standard data protection clauses adopted by the Commission" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Art 46(2-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1997,12 +1988,12 @@ "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2029,7 +2020,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_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2046,13 +2037,13 @@ "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": "public interest in public health" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 9(2-i)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2062,7 +2053,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2081,15 +2072,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": [ @@ -2106,23 +2091,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;" + "@value": "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)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2130,15 +2115,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": [ @@ -2149,7 +2131,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_46/par_2/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2166,23 +2148,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights" + } + ], + "http://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-c)" + "@value": "Art 46(2-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2190,20 +2178,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2220,18 +2211,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3" + "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Art 49(1-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#Consent" } ] } diff --git a/dpv-gdpr/modules/legal_basis.rdf b/dpv-gdpr/modules/legal_basis.rdf index 19940958a..0334c14b7 100644 --- a/dpv-gdpr/modules/legal_basis.rdf +++ b/dpv-gdpr/modules/legal_basis.rdf @@ -7,6 +7,64 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + Art 49(1-g) + The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case. + Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. + + 2020-11-04 + 2021-09-08 + accepted + Georg P Krog + + + + + + + + Art 46(2-c) + Standard data protection clauses adopted by the Commission + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. + + 2020-11-04 + 2021-09-08 + accepted + Georg P Krog + + + + + + + + Art 49(1-a) + The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards. + 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 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 + + @@ -21,6 +79,20 @@ Bud Bruegger + + + + + 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 + + Legal_Basis Concepts @@ -59,139 +131,85 @@ - + - - Art 9(2-h) - preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3 - + + Art 6(1-c) + compliance with a legal obligation + 2019-04-05 + 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - - Art 46(2-d) - Standard data protection clauses adopted by a Supervisory Authority - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority - + + Art 46(2-b) + Binding corporate rules + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. + 2020-11-04 2021-09-08 accepted 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 6(1-b) - performance of a contract - - 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 - accepted - Eva Schlehahn - Bud Bruegger - - - - - - - - Art 6(1-e) - public interest or official authority - - 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 - - - + - 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 + Art 46(2-e) + An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. - + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 46(2-b) - Binding corporate rules + 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 9(2-g) - substantial public interest, on the basis of Union or Member State law - + + Art 9(2-a) + explicit consent with special categories of data + 2019-04-05 2021-09-08 accepted @@ -199,59 +217,58 @@ Bud Bruegger - + - - Art 6(1-a) explicit consent - explicit' consent of the data subject - Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)" - - 2019-04-10 + + + 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 - Eva Schlehahn - Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning + Georg P Krog - + - - Art 9(2-e) - data manifestly made public by the data subject - + + Art 6(1-b) + performance of a contract + 2019-04-05 + 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - - - Art 49(1-b) - The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - 2020-11-04 + + Art 9(2-c) + protection of the vital interests + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - Art 49(1-g) - The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case. - Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. - + + Art 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 @@ -286,72 +303,91 @@ Georg P Krog - + - - Art 49(1-c) - The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person. + Art 49(1-e) + The transfer is necessary for the establishment, exercise or defence of legal claims. Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 49(1-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 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 46(2-c) - Standard data protection clauses adopted by the Commission - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. - - 2020-11-04 + + Art 6(1-a) explicit consent + explicit' consent of the data subject + Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)" + + 2019-04-10 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger + Harshvardhan J. Pandit + Rigo Wenning - + + + + + Art.6(1-a) regular consent + consent of the data subject + Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'. + + 2019-04-10 + 2021-09-08 + accepted + Eva Schlehahn + Bud Bruegger + Harshvardhan J. Pandit + Rigo Wenning + + + - Art 49(1-e) - The transfer is necessary for the establishment, exercise or defence of legal claims. + + Art 49(1-b) + The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request. Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 6(1-f) - legitimate interests - + + Art 9(2-g) + substantial public interest, on the basis of Union or Member State law + 2019-04-05 2021-09-08 accepted @@ -373,147 +409,111 @@ Bud Bruegger - - - - - 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 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 + + 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-a) - Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. - - 2020-11-04 + + Art 6(1-f) + legitimate interests + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - - Art 49(1-a) - The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - 2020-11-04 + + + 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-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 46(3-a) + Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art.6(1-a) regular consent - consent of the data subject - Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'. - - 2019-04-10 - 2021-09-08 + + Art 9(2-e) + data manifestly made public by the data subject + + 2019-04-05 accepted Eva Schlehahn Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning - - - - - - 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 6(1-c) - compliance with a legal obligation - + + Art 9(2-f) + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + 2019-04-05 - 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - - Art 9(2-a) - explicit consent with special categories of data - - 2019-04-05 + + + Art 49(1-c) + The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person. + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + + 2020-11-04 2021-09-08 accepted - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - - Art 9(2-c) - 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 diff --git a/dpv-gdpr/modules/rights.jsonld b/dpv-gdpr/modules/rights.jsonld index ca4f98923..6f77917d7 100644 --- a/dpv-gdpr/modules/rights.jsonld +++ b/dpv-gdpr/modules/rights.jsonld @@ -57,7 +57,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-gdpr#A22", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -81,7 +81,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -98,13 +98,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to rectification" + "@value": "Right 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": "A16 Right to Rectification" + "@value": "A22 Right to object to automated decision making" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -114,7 +114,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-gdpr#A21", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -138,7 +138,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -155,13 +155,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right of access" + "@value": "Right to object to processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "A21 Right to object" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -171,7 +171,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-gdpr#A19", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -195,7 +195,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -212,13 +212,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to data portability" + "@value": "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": "A20 Right to Data Portability" + "@value": "A19 Right to Rectification" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -228,7 +228,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A77", + "@id": "https://w3id.org/dpv/dpv-gdpr#A13", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -252,7 +252,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -269,13 +269,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to lodge a complaint with a supervisory authority" + "@value": "information to be provided where personal data is directly collected from data subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "A13 Right to be Informed" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -285,7 +285,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-gdpr#A77", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -309,7 +309,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -326,13 +326,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right not to be subject to a decision based solely on automated processing including profiling" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "A77 Right to Complaint" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -342,7 +342,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -366,7 +366,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -383,13 +383,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" + "@value": "Right to withdraw consent" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "A7-3 Right to Withdraw Consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -448,7 +448,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-gdpr#A14", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -472,7 +472,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_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -489,13 +489,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@value": "information to be provided where personal data is collected from other sources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "A14 Right to be Informed" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -505,7 +505,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-gdpr#A20", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -529,7 +529,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_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -546,13 +546,13 @@ "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 data portability" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A14 Right to be Informed" + "@value": "A20 Right to Data Portability" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -562,7 +562,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-gdpr#A15", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -586,7 +586,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_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -603,13 +603,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "information to be provided where personal data is directly collected from data subject" + "@value": "Right of access" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A13 Right to be Informed" + "@value": "A15 Right of Access" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -619,7 +619,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-gdpr#A16", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -643,7 +643,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_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -660,13 +660,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@value": "Right to rectification" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "A16 Right to Rectification" } ], "https://w3id.org/dpv#isSubTypeOf": [ diff --git a/dpv-gdpr/modules/rights.rdf b/dpv-gdpr/modules/rights.rdf index 67b1d2e82..d44a9cc6a 100644 --- a/dpv-gdpr/modules/rights.rdf +++ b/dpv-gdpr/modules/rights.rdf @@ -7,29 +7,13 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - Rights Concepts - - - - - - - - - - - - - - + - A15 Right of Access - Right of access - + A16 Right to Rectification + Right to rectification + 2020-11-04 accepted Beatriz Esteves @@ -37,13 +21,13 @@ Harshvardhan J. Pandit - + - A17 Right to Erasure - Right to erasure ('Right to be forgotten') - + A14 Right to be Informed + information to be provided where personal data is collected from other sources + 2020-11-04 accepted Beatriz Esteves @@ -51,13 +35,13 @@ Harshvardhan J. Pandit - + - A16 Right to Rectification - Right to rectification - + A77 Right to Complaint + Right to lodge a complaint with a supervisory authority + 2020-11-04 accepted Beatriz Esteves @@ -65,13 +49,13 @@ Harshvardhan J. Pandit - + - A77 Right to Complaint - Right to lodge a complaint with a supervisory authority - + A18 Right to Restrict Processing + Right to restriction of processing + 2020-11-04 accepted Beatriz Esteves @@ -79,13 +63,13 @@ Harshvardhan J. Pandit - + - A19 Right to Rectification - Right to be notified in case of rectification or erasure of personal data or restriction of processing - + A13 Right to be Informed + information to be provided where personal data is directly collected from data subject + 2020-11-04 accepted Beatriz Esteves @@ -93,13 +77,13 @@ Harshvardhan J. Pandit - + - A14 Right to be Informed - information to be provided where personal data is collected from other sources - + A20 Right to Data Portability + Right to data portability + 2020-11-04 accepted Beatriz Esteves @@ -107,13 +91,13 @@ Harshvardhan J. Pandit - + - A22 Right to object to automated decision making - Right not to be subject to a decision based solely on automated processing including profiling - + A15 Right of Access + Right of access + 2020-11-04 accepted Beatriz Esteves @@ -121,13 +105,29 @@ Harshvardhan J. Pandit - + + + Rights Concepts + + + + + + + + + + + + + + - A13 Right to be Informed - information to be provided where personal data is directly collected from data subject - + A17 Right to Erasure + Right to erasure ('Right to be forgotten') + 2020-11-04 accepted Beatriz Esteves @@ -135,13 +135,13 @@ Harshvardhan J. Pandit - + - A21 Right to object - Right to object to processing of personal data - + 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 @@ -149,13 +149,13 @@ Harshvardhan J. Pandit - + - A18 Right to Restrict Processing - Right to restriction of processing - + A22 Right to object to automated decision making + Right not to be subject to a decision based solely on automated processing including profiling + 2020-11-04 accepted Beatriz Esteves @@ -163,13 +163,13 @@ Harshvardhan J. Pandit - + - A7-3 Right to Withdraw Consent - Right to withdraw consent - + A21 Right to object + Right to object to processing of personal data + 2020-11-04 accepted Beatriz Esteves @@ -177,13 +177,13 @@ Harshvardhan J. Pandit - + - A20 Right to Data Portability - Right to data portability - + A7-3 Right to Withdraw Consent + Right to withdraw consent + 2020-11-04 accepted Beatriz Esteves diff --git a/dpv-legal/dpv-legal.html b/dpv-legal/dpv-legal.html index 3706f6b36..66f44a130 100644 --- a/dpv-legal/dpv-legal.html +++ b/dpv-legal/dpv-legal.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/dpv-legal/dpv-legal.jsonld b/dpv-legal/dpv-legal.jsonld index 35d9d2332..4c856f6b5 100644 --- a/dpv-legal/dpv-legal.jsonld +++ b/dpv-legal/dpv-legal.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#CO", + "@id": "https://w3id.org/dpv/dpv-legal#SX", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -19,7 +19,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colombia" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -33,44 +33,44 @@ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colombia" + "@value": "Sint Maarten (Dutch part)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CO" + "@value": "SX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COL" + "@value": "SXM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "170" + "@value": "534" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "170" + "@value": "534" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD", + "@id": "https://w3id.org/dpv/dpv-legal#MZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -86,7 +86,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Dakota" + "@value": "Mozambique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -97,18 +97,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Dakota" + "@value": "Mozambique" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "MZ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "MOZ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "508" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "508" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-legal#TL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -127,7 +153,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Timor-Leste" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -138,67 +164,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cyprus" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Timor-Leste" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CY" + "@value": "TL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CYP" + "@value": "TLS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "196" + "@value": "626" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "196" + "@value": "626" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -214,7 +217,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Singapore" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -225,41 +228,34 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Singapore" + "@value": "Mecklenburg-Western-Pomerania" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "SG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "SGP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "702" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, { - "@value": "702" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP", + "@id": "https://w3id.org/dpv/dpv-legal#US-NE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -278,7 +274,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Nebraska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -295,2397 +291,1081 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Nebraska" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-legal#LocationConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-DE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NE" + }, { - "@language": "en", - "@value": "Denmark" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#TR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#GI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#RU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#NF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#US-NC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#US" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#TN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MS" + }, { - "@language": "en", - "@value": "Denmark" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#PM" + }, { - "@value": "DK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#AX" + }, { - "@value": "DNK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#FO" + }, { - "@value": "208" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#WS" + }, { - "@value": "208" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#MA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#KY" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US-MP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#TD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#PF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SN" + }, { - "@value": "GB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#CU" + }, { - "@value": "GBR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#CO" + }, { - "@value": "826" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, { - "@value": "826" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KN", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GD" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#HM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, { - "@language": "en", - "@value": "Saint Kitts and Nevis" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#BR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#KH" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#VI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#VU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + }, { - "@language": "en", - "@value": "Saint Kitts and Nevis" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#LC" + }, { - "@value": "KN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#FJ" + }, { - "@value": "KNA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#AU" + }, { - "@value": "659" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NY" + }, { - "@value": "659" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CT", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#AM" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#GE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@language": "en", - "@value": "Connecticut" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#UA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + }, { - "@language": "en", - "@value": "Connecticut" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MS", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#MC" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + }, { - "@language": "en", - "@value": "Mississippi" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MO" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#HK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-RI" + }, { - "@language": "en", - "@value": "Mississippi" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GA", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SB" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BB" + }, { - "@language": "en", - "@value": "Gabon" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#BJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VI" + }, { - "@language": "en", - "@value": "Gabon" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + }, { - "@value": "GA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#AG" + }, { - "@value": "GAB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#GU" + }, { - "@value": "266" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, { - "@value": "266" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NP", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-PA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#BO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, { - "@language": "en", - "@value": "Nepal" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#JP" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#BD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, { - "@language": "en", - "@value": "Nepal" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, { - "@value": "NP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, { - "@value": "NPL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + }, { - "@value": "524" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#OM" + }, { - "@value": "524" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IR", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#NP" + }, { - "@language": "en", - "@value": "Iran (Islamic Republic of)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#PY" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#TJ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#VG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#CV" + }, { - "@language": "en", - "@value": "Iran (Islamic Republic of)" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MA" + }, { - "@value": "IR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#BQ" + }, { - "@value": "IRN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#BF" + }, { - "@value": "364" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#LA" + }, { - "@value": "364" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KH", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#PH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, { - "@language": "en", - "@value": "Cambodia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#VC" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + }, { - "@language": "en", - "@value": "Cambodia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, { - "@value": "KH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#FM" + }, { - "@value": "KHM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-GA" + }, { - "@value": "116" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WA" + }, { - "@value": "116" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-TX" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MI" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#US-OR" }, { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#WF" + }, { - "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + "@id": "https://w3id.org/dpv/dpv-legal#TW" }, { - "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#KZ" + }, { - "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + "@id": "https://w3id.org/dpv/dpv-legal#MO" }, { - "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#BS" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.hessen.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#BV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" + "@id": "https://w3id.org/dpv/dpv-legal#MX" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY", - "@type": [ - "https://w3id.org/dpv#Law", - "https://w3id.org/dpv/dpv-gdpr#A45-3", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#TH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#CR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + }, { - "@id": "_:Nb6cfee20987a47c9ad1d9697b4d4e7eb" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, { - "@language": "en", - "@value": "EU Adequacy Decision for Uruguay" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#AR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#BN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#IS" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-legal#US-IL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ] - }, - { - "@id": "_:Nb6cfee20987a47c9ad1d9697b4d4e7eb", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-legal#TV" + }, { - "@id": "_:N3a4ee5132377404ba80dd29a30a5e7c9" - } - ] - }, - { - "@id": "_:N3a4ee5132377404ba80dd29a30a5e7c9", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-FL" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-08-22" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ET", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#ST" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BA" + }, { - "@language": "en", - "@value": "Ethiopia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-LA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#TL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#MR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#NZ" + }, { - "@language": "en", - "@value": "Ethiopia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, { - "@value": "ET" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#PR" + }, { - "@value": "ETH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, { - "@value": "231" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#YE" + }, { - "@value": "231" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#KG" }, { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, { - "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#US-DC" }, { - "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#LY" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#NA" + }, { - "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#PW" }, { - "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ME" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#AL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#KI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PF", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#LK" + }, { - "@language": "en", - "@value": "French Polynesia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#PG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#GQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AZ" + }, { - "@language": "en", - "@value": "French Polynesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#NR" + }, { - "@value": "PF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#MP" + }, { - "@value": "PYF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + }, { - "@value": "258" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#GP" + }, { - "@value": "258" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NZ", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#CW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#JE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, { - "@language": "en", - "@value": "New Zealand" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, { - "@language": "en", - "@value": "New Zealand" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + }, { - "@value": "NZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, { - "@value": "NZL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MH" + }, { - "@value": "554" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#AO" + }, { - "@value": "554" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PG", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#BI" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, { - "@language": "en", - "@value": "Papua New Guinea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#EC" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#PA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#IQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#CK" + }, { - "@language": "en", - "@value": "Papua New Guinea" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SD" + }, { - "@value": "PG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-KS" + }, { - "@value": "PNG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#PN" + }, { - "@value": "598" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, { - "@value": "598" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Dutch Data Protection Authority" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Dutch Data Protection Authority" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://autoriteitpersoonsgegevens.nl" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RU", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Russian Federation" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#KW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Russian Federation" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "RU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "RUS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "643" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "643" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MD", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Republic of Moldova" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#DZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Republic of Moldova" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "MDA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "498" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "498" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#CN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#MS" + }, { - "@language": "en", - "@value": "Colorado" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#PS" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#AW" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, { - "@language": "en", - "@value": "Colorado" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DZ", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#ME" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + }, { - "@language": "en", - "@value": "Algeria" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Algeria" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "DZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "DZA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "12" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "12" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Office for Personal Data Protection" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Office for Personal Data Protection" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.uoou.cz/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SZ", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Eswatini" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Eswatini" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SWZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "748" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "748" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MI", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Michigan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Michigan" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.aepd.es/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MY", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@language": "en", - "@value": "Malaysia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#MV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, { - "@language": "en", - "@value": "Malaysia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VA" + }, { - "@value": "MY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, { - "@value": "MYS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MF" + }, { - "@value": "458" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#KR" + }, { - "@value": "458" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CF", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#SJ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ND" + }, { - "@language": "en", - "@value": "Central African Republic" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#NC" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#NO" + }, { - "@language": "en", - "@value": "Central African Republic" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + }, { - "@value": "CF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#AI" + }, { - "@value": "CAF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, { - "@value": "140" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#BZ" + }, { - "@value": "140" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GF" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, { - "@language": "en", - "@value": "Slovakia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#CF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#US-NM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#CX" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#IN" + }, { - "@language": "en", - "@value": "Slovakia" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#GN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, { - "@value": "SK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-IA" + }, { - "@value": "SVK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MD" + }, { - "@value": "703" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SD" + }, { - "@value": "703" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NV" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, { - "@language": "en", - "@value": "CentralAmerica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#VN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UM" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#MM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#MX" + "@id": "https://w3id.org/dpv/dpv-legal#SA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PA" + "@id": "https://w3id.org/dpv/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NI" + "@id": "https://w3id.org/dpv/dpv-legal#BY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CR" + "@id": "https://w3id.org/dpv/dpv-legal#TT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" }, { "@id": "https://w3id.org/dpv/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HN" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KN" }, { "@id": "https://w3id.org/dpv/dpv-legal#SV" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + }, { - "@language": "en", - "@value": "CentralAmerica" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BO", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#BL" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AK" + }, { - "@language": "en", - "@value": "Bolivia (Plurinational State of)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#Sark" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#CH" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#MW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#US-CO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BH" + }, { - "@language": "en", - "@value": "Bolivia (Plurinational State of)" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#CI" + }, { - "@value": "BO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#RS" + }, { - "@value": "BOL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#UZ" + }, { - "@value": "68" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + }, { - "@value": "68" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-TN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, { - "@language": "en", - "@value": "Montana" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#IO" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#EG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UT" + }, { - "@language": "en", - "@value": "Montana" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WS", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#KP" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#MQ" + }, { - "@language": "en", - "@value": "Samoa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-PR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#VE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#JO" + }, { - "@language": "en", - "@value": "Samoa" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + }, { - "@value": "WS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#PK" + }, { - "@value": "WSM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#BW" + }, { - "@value": "882" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#IL" + }, { - "@value": "882" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LR", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#SX" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#CL" + }, { - "@language": "en", - "@value": "Liberia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#TM" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#US-MD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#IM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, { - "@language": "en", - "@value": "Liberia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, { - "@value": "LR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#AD" + }, { - "@value": "LBR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#FK" + }, { - "@value": "430" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#SR" + }, { - "@value": "430" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#CC" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#LI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#LS" + }, { - "@language": "en", - "@value": "Estonia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ID" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#MN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#QA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#GM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#US-KY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#AQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#NU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#ZM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AS" + }, { - "@language": "en", - "@value": "Estonia" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#TG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#HT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + }, { - "@value": "EE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#GG" + }, { - "@value": "EST" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, { - "@value": "233" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-GU" + }, { - "@value": "233" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SV", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#IR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + }, { - "@language": "en", - "@value": "El Salvador" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#AF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#CA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AE" + }, { - "@language": "en", - "@value": "El Salvador" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#TO" + }, { - "@value": "SV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, { - "@value": "SLV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-HI" + }, { - "@value": "222" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#GL" + }, { - "@value": "222" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IO", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GY" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, { - "@language": "en", - "@value": "British Indian Ocean Territory" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SC" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#MY" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#ID" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BT" + }, { - "@language": "en", - "@value": "British Indian Ocean Territory" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, { - "@value": "IO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AL" + }, { - "@value": "IOT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, { - "@value": "86" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#UY" + }, { - "@value": "86" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TW", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + }, { - "@language": "en", - "@value": "Taiwan (Province of China)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, { - "@language": "en", - "@value": "Taiwan (Province of China)" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KZ", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#TK" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#LB" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#PE" + }, { - "@language": "en", - "@value": "Kazakhstan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#JM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + }, { - "@language": "en", - "@value": "Kazakhstan" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#TC" + }, { - "@value": "KZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AS" + }, { - "@value": "KAZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#EH" + }, { - "@value": "398" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@value": "398" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2697,19 +1377,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "ChannelIslands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2718,44 +1391,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" - }, - { - "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.bremen.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + "@id": "https://w3id.org/dpv/dpv-legal#Sark" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#GG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#JE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "ChannelIslands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT", + "@id": "https://w3id.org/dpv/dpv-legal#JE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -2771,7 +1434,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2780,34 +1443,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "Jersey" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.garanteprivacy.it/" + "@value": "JE" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" + "@value": "JEY" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "832" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "832" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TT", + "@id": "https://w3id.org/dpv/dpv-legal#SL", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2823,7 +1501,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "Sierra Leone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2834,44 +1512,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "Sierra Leone" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TT" + "@value": "SL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TTO" + "@value": "SLE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "780" + "@value": "694" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "780" + "@value": "694" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-legal#SK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2890,7 +1568,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Italy" + "@value": "Slovakia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2904,36 +1582,36 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Italy" + "@value": "Slovakia" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2943,30 +1621,30 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IT" + "@value": "SK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ITA" + "@value": "SVK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "380" + "@value": "703" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "380" + "@value": "703" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#BA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2982,7 +1660,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2993,74 +1671,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#QA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#OM" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PS" - }, + "@language": "en", + "@value": "Bosnia and Herzegovina" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AM" - }, + "@value": "BA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TR" - }, + "@value": "BIH" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IL" + "@value": "70" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "WesternAsia" + "@value": "70" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GU", + "@id": "https://w3id.org/dpv/dpv-legal#CV", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3079,7 +1724,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Cabo Verde" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3090,41 +1735,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guam" + "@value": "Cabo Verde" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GU" + "@value": "CV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUM" + "@value": "CPV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "316" + "@value": "132" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "316" + "@value": "132" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UA", + "@id": "https://w3id.org/dpv/dpv-legal#US-OR", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Oregon" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Oregon" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JP", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3143,7 +1832,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3154,43 +1843,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Japan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UA" + "@value": "JP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UKR" + "@value": "JPN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "804" + "@value": "392" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "804" + "@value": "392" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GS", + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3207,7 +1896,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "WesternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3218,47 +1907,75 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#BF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SN" + }, { - "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, { - "@value": "GS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, { - "@value": "SGS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, { - "@value": "239" + "@id": "https://w3id.org/dpv/dpv-legal#MR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "239" + "@language": "en", + "@value": "WesternAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HM", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-gdpr#A45-3", + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -3271,10 +1988,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N8c637abd3c6b442cba10b20300361d41" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "EU Adequacy Decision for Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3283,45 +2005,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "HM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@value": "HMD" + "@id": "https://w3id.org/dpv/dpv-legal#JE" } + ] + }, + { + "@id": "_:N8c637abd3c6b442cba10b20300361d41", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "334" + "@id": "_:Na3fc0f2badd542ec8d1103a9fe8fcf25" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Na3fc0f2badd542ec8d1103a9fe8fcf25", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "334" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-05-26" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-gdpr#A45-3", "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ @@ -3333,24 +2056,17 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N3de46134989a4966a068bdf5a7451f70" + "@id": "_:N1d7e3549919f4764ae623eec35cace83" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" - }, { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@value": "EU Adequacy Decision for Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3359,154 +2075,134 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" - }, - { - "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" - } - ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" + "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" } ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#JP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } + ] + }, + { + "@id": "_:N1d7e3549919f4764ae623eec35cace83", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" - }, + "@id": "_:N4531f2d5253b40608d3ba0e6653aa6ce" + } + ] + }, + { + "@id": "_:N4531f2d5253b40608d3ba0e6653aa6ce", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-01-23" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AdequacyConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE" } ] }, { - "@id": "_:N3de46134989a4966a068bdf5a7451f70", + "@id": "https://w3id.org/dpv/dpv-legal#US-IN", "@type": [ - "http://www.w3.org/2006/time#ProperInterval" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/created": [ { - "@id": "_:N7c66a61cbb1a4e2ca3100e77be2be62b" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "_:N7c66a61cbb1a4e2ca3100e77be2be62b", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Indiana" + } + ], + "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": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-20" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Indiana" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", + "@id": "https://w3id.org/dpv/dpv-legal#ZW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -3519,15 +2215,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N6888946a452b46a68835dfaff4841cff" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Zimbabwe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3536,303 +2227,551 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Zimbabwe" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/reg/2016/679/oj" + "@value": "ZW" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" - }, + "@value": "ZWE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, + "@value": "716" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" - }, + "@value": "716" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VE", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, + "@language": "en", + "@value": "Venezuela (Bolivarian Republic of)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - }, + "@language": "en", + "@value": "Venezuela (Bolivarian Republic of)" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" - }, + "@value": "VE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" - }, + "@value": "VEN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" - }, + "@value": "862" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, + "@value": "862" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-UM", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - }, + "@language": "en", + "@value": "Asia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#UZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + "@id": "https://w3id.org/dpv/dpv-legal#KR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + "@id": "https://w3id.org/dpv/dpv-legal#KP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" + "@id": "https://w3id.org/dpv/dpv-legal#JO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#VN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-legal#MM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#SA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#MN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#BH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-legal#IR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + "@id": "https://w3id.org/dpv/dpv-legal#AE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + "@id": "https://w3id.org/dpv/dpv-legal#PK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + "@id": "https://w3id.org/dpv/dpv-legal#MY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + "@id": "https://w3id.org/dpv/dpv-legal#IL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + "@id": "https://w3id.org/dpv/dpv-legal#SG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + "@id": "https://w3id.org/dpv/dpv-legal#BT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#TM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#QA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#TR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#AF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#KH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#ID" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#HK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#LB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#JP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#BD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#TJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-legal#LA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#PH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#AM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#GE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#YE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#OM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#KG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#NP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#KZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#MO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#TH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-legal#BN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#IQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#TL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#CN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#PS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-legal#MV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#LK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#AZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#SY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-legal#IN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" - }, + "@id": "https://w3id.org/dpv/dpv-legal#KW" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" + "@language": "en", + "@value": "Asia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", + "@type": [ + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Saarland Data Protection Act" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Saarland Data Protection Act" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" } ] }, { - "@id": "_:N6888946a452b46a68835dfaff4841cff", + "@id": "https://w3id.org/dpv/dpv-legal#JO", "@type": [ - "http://www.w3.org/2006/time#ProperInterval" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Jordan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Jordan" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "JO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "JOR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "_:N0e425783a5bc4c24a1eff7c2c52e4bda" + "@value": "400" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "400" } ] }, { - "@id": "_:N0e425783a5bc4c24a1eff7c2c52e4bda", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#SG", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Singapore" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Singapore" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "SG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "SGP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "702" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2018-05-25" + "@value": "702" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", + "@id": "https://w3id.org/dpv/dpv-legal#KE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3848,7 +2787,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "Kenya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3859,40 +2798,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CC" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NF" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CX" - }, + "@language": "en", + "@value": "Kenya" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HM" - }, + "@value": "KE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AU" + "@value": "KEN" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "404" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "404" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GI", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3909,7 +2854,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3918,46 +2863,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gibraltar" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "GI" + "@value": "Comissão Nacional de Protecção de Dados" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "GIB" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.cnpd.pt" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "292" + "@id": "https://w3id.org/dpv/dpv-legal#PT" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "292" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public", + "@id": "https://w3id.org/dpv/dpv-legal#US-VA", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -3966,9 +2899,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -3976,11 +2906,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" - }, - { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3989,45 +2915,87 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" - }, + "@language": "en", + "@value": "Virginia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" + "@value": "EasternAsia" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.bayern.de/" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#KR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-legal#MN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CN" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "EasternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB", + "@id": "https://w3id.org/dpv/dpv-legal#US-NC", "@type": [ - "https://w3id.org/dpv/dpv-gdpr#A45-3", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -4040,15 +3008,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nb176f7a3fb9c4eb787fbee97eb2f505c" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for United Kingdom" + "@value": "North Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4057,47 +3020,75 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GB" + "@language": "en", + "@value": "North Carolina" } ] }, { - "@id": "_:Nb176f7a3fb9c4eb787fbee97eb2f505c", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE", "@type": [ - "http://www.w3.org/2006/time#ProperInterval" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/created": [ { - "@id": "_:N6cfeb85e86dd4bab816e6200203a432c" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "_:N6cfeb85e86dd4bab816e6200203a432c", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-06-28" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Data Protection Commission (DPC)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Protection Commission (DPC)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.ie" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD", + "@id": "https://w3id.org/dpv/dpv-legal#KP", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law", - "https://w3id.org/dpv/dpv-gdpr#A45-3" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -4110,15 +3101,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nf6f637088961481b99336e306ee898b1" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Andorra" + "@value": "Democratic People's Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4127,46 +3113,46 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AD" - }, + "@language": "en", + "@value": "Democratic People's Republic of Korea" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@value": "KP" } - ] - }, - { - "@id": "_:Nf6f637088961481b99336e306ee898b1", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:N37aa5f3140ae430eab6126038482c50b" + "@value": "PRK" } - ] - }, - { - "@id": "_:N37aa5f3140ae430eab6126038482c50b", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-10-21" + "@value": "408" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "408" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ND", + "@id": "https://w3id.org/dpv/dpv-legal#KY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -4182,7 +3168,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Cayman Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4193,18 +3179,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Cayman Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "KY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "CYM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "136" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "136" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CC", + "@id": "https://w3id.org/dpv/dpv-legal#GF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4223,7 +3235,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "French Guiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4234,44 +3246,48 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "French Guiana" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CC" + "@value": "GF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CCK" + "@value": "GUF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "166" + "@value": "254" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "166" + "@value": "254" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv/dpv-gdpr#A45-3", + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -4284,10 +3300,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N08b58af8607c42a5a7e482587e08efc6" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg" + "@value": "EU Adequacy Decision for Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4296,36 +3317,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@language": "en", - "@value": "Hamburg" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#CH" } + ] + }, + { + "@id": "_:N08b58af8607c42a5a7e482587e08efc6", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@id": "_:N21d8503f81c143de8165a590525f9de5" + } + ] + }, + { + "@id": "_:N21d8503f81c143de8165a590525f9de5", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2000-08-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-legal#US-TX", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -4344,7 +3372,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Texas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4355,47 +3383,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#IR" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MV" - }, + "@language": "en", + "@value": "Texas" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LC", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NP" - }, + "@language": "en", + "@value": "Saint Lucia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BD" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IN" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PK" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AF" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Saint Lucia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "LC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "LCA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "662" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "662" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SN", + "@id": "https://w3id.org/dpv/dpv-legal#LA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4414,7 +3480,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Senegal" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4425,44 +3491,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Senegal" + "@value": "Lao People's Democratic Republic" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SN" + "@value": "LA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SEN" + "@value": "LAO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "686" + "@value": "418" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "686" + "@value": "418" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ER", + "@id": "https://w3id.org/dpv/dpv-legal#SR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -4481,7 +3544,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eritrea" + "@value": "Suriname" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4492,44 +3555,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Eritrea" + "@value": "Suriname" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ER" + "@value": "SR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ERI" + "@value": "SUR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "232" + "@value": "740" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "232" + "@value": "740" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MZ", + "@id": "https://w3id.org/dpv/dpv-legal#DM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -4548,7 +3611,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Dominica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4559,47 +3622,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Dominica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MZ" + "@value": "DM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MOZ" + "@value": "DMA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "508" + "@value": "212" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "508" + "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania", + "@id": "https://w3id.org/dpv/dpv-legal#NG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -4615,7 +3678,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oceania" + "@value": "Nigeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4624,119 +3687,49 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CX" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UM" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VU" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WF" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GU" - }, + "@language": "en", + "@value": "Nigeria" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NF" - }, + "@value": "NG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MP" - }, + "@value": "NGA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NC" + "@value": "566" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Oceania" + "@value": "566" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27", + "@id": "https://w3id.org/dpv/dpv-legal#UG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#SupraNationalUnion" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -4749,15 +3742,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nb116f64cf86b4661bae080c5ba948a46" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-27)" + "@value": "Uganda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4768,201 +3756,181 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, + "@language": "en", + "@value": "Uganda" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@value": "UG" } ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@value": "UGA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@value": "800" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@value": "800" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AO", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "@language": "en", + "@value": "Angola" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@language": "en", + "@value": "Angola" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@value": "AO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "AGO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@value": "24" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@value": "24" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TC", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@language": "en", + "@value": "Turks and Caicos Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@language": "en", + "@value": "Turks and Caicos Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, + "@value": "TC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@value": "TCA" } - ] - }, - { - "@id": "_:Nb116f64cf86b4661bae080c5ba948a46", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "_:Nd2daffa73fb348d3bee392d1ce7ce00a" + "@value": "796" } - ] - }, - { - "@id": "_:Nd2daffa73fb348d3bee392d1ce7ce00a", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-02-01" + "@value": "796" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CA", + "@id": "https://w3id.org/dpv/dpv-legal#GQ", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -4978,7 +3946,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Canada" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4989,44 +3957,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Canada" + "@value": "Equatorial Guinea" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CA" + "@value": "GQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CAN" + "@value": "GNQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "124" + "@value": "226" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "124" + "@value": "226" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VE", + "@id": "https://w3id.org/dpv/dpv-legal#ZM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -5042,7 +4013,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Zambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5053,47 +4024,88 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Zambia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "ZM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ZMB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "894" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "894" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-WV", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "VE" + "@language": "en", + "@value": "West Virginia" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "VEN" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "862" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "862" + "@language": "en", + "@value": "West Virginia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -5104,12 +4116,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + }, { "@language": "en", - "@value": "Brandenburg" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5118,39 +4137,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@language": "en", + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + }, + { + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Brandenburg" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.ldi.nrw.de/" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" } ], "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PW", + "@id": "https://w3id.org/dpv/dpv-legal#EU27", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#SupraNationalUnion" ], "http://purl.org/dc/terms/created": [ { @@ -5163,10 +4187,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nd7b9b7a355594fbca9b88430feac62cd" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Palau" + "@value": "European Union (EU-27)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5177,44 +4206,201 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Palau" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@value": "PW" + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasCountry": [ { - "@value": "PLW" + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" } + ] + }, + { + "@id": "_:Nd7b9b7a355594fbca9b88430feac62cd", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "585" + "@id": "_:N1e9843f67de04e7e86d7c05976676a5f" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N1e9843f67de04e7e86d7c05976676a5f", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "585" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MP", + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -5227,10 +4413,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Neb983b519123441b8b92b7528dd7d41e" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5239,474 +4430,300 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "General Data Protection Regulation (GDPR)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "MP" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://data.europa.eu/eli/reg/2016/679/oj" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "MNP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + }, { - "@value": "580" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + }, { - "@value": "580" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + }, { - "@language": "en", - "@value": "Melanesia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#PG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FJ" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SB" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VU" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NC" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + }, { - "@language": "en", - "@value": "Melanesia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ", - "@type": [ - "https://w3id.org/dpv/dpv-gdpr#A45-3", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + }, { - "@id": "_:N73d51c7fd7b1459e84d4d9c30bf88458" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + }, { - "@language": "en", - "@value": "EU Adequacy Decision for New Zealand" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" - } - ] - }, - { - "@id": "_:N73d51c7fd7b1459e84d4d9c30bf88458", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + }, { - "@id": "_:Ne3a56fb44a8145ff97e3e77b6445b27c" - } - ] - }, - { - "@id": "_:Ne3a56fb44a8145ff97e3e77b6445b27c", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-12-20" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NU", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + }, { - "@language": "en", - "@value": "Niue" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Niue" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + }, { - "@value": "NU" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "NIU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, { - "@value": "570" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, { - "@value": "570" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, { - "@language": "en", - "@value": "North Carolina" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, { - "@language": "en", - "@value": "North Carolina" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IN", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, { - "@language": "en", - "@value": "India" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, { - "@language": "en", - "@value": "India" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + }, { - "@value": "IN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + }, { - "@value": "IND" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, { - "@value": "356" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, { - "@value": "356" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BJ", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, { - "@language": "en", - "@value": "Benin" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, { - "@language": "en", - "@value": "Benin" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@value": "BJ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@value": "BEN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, { - "@value": "204" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, { - "@value": "204" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GQ", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, { - "@language": "en", - "@value": "Equatorial Guinea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, { - "@language": "en", - "@value": "Equatorial Guinea" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + }, { - "@value": "GQ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + }, { - "@value": "GNQ" + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" } + ] + }, + { + "@id": "_:Neb983b519123441b8b92b7528dd7d41e", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "226" + "@id": "_:N1ae956c026324a6fa272631d077e8f25" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N1ae956c026324a6fa272631d077e8f25", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "226" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2018-05-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MQ", + "@id": "https://w3id.org/dpv/dpv-legal#IO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -5725,7 +4742,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Martinique" + "@value": "British Indian Ocean Territory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5736,44 +4753,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Martinique" + "@value": "British Indian Ocean Territory" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MQ" + "@value": "IO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MTQ" + "@value": "IOT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "474" + "@value": "86" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "474" + "@value": "86" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV", + "@id": "https://w3id.org/dpv/dpv-legal#US-CO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -5792,7 +4809,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nevada" + "@value": "Colorado" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5809,12 +4826,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nevada" + "@value": "Colorado" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AE", + "@id": "https://w3id.org/dpv/dpv-legal#TF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5833,7 +4850,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "French Southern Territories" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5844,91 +4861,48 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "French Southern Territories" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AE" + "@value": "TF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARE" + "@value": "ATF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "784" + "@value": "260" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "784" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AdequacyConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE" + "@value": "260" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TR", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-gdpr#A45-3", + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -5941,10 +4915,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N12b1b5e2a09946158e675b4277d0d3b0" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkey" + "@value": "EU Adequacy Decision for Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5953,45 +4932,45 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Turkey" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "TR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#FO" + }, { - "@value": "TUR" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } + ] + }, + { + "@id": "_:N12b1b5e2a09946158e675b4277d0d3b0", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "792" + "@id": "_:N7b95688fda8c4b3392e198828e0598cd" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N7b95688fda8c4b3392e198828e0598cd", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "792" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2010-03-09" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KW", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6003,12 +4982,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + }, { "@language": "en", - "@value": "Kuwait" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6017,46 +5003,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@language": "de", + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kuwait" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "KW" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-mv.de/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "KWT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "414" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, { - "@value": "414" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AS", + "@id": "https://w3id.org/dpv/dpv-legal#SC", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6072,7 +5056,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Seychelles" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6083,44 +5067,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Seychelles" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AS" + "@value": "SC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ASM" + "@value": "SYC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "16" + "@value": "690" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "16" + "@value": "690" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#BB", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6136,7 +5123,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony" + "@value": "Barbados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6147,37 +5134,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saxony" + "@value": "Barbados" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + "@value": "BB" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "@value": "BRB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" - }, + "@value": "52" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@value": "52" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS", + "@id": "https://w3id.org/dpv/dpv-legal#Oceania", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -6193,7 +5190,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Oceania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6202,23 +5199,119 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UM" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Oceania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GY", + "@id": "https://w3id.org/dpv/dpv-legal#HR", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6234,7 +5327,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guyana" + "@value": "Croatia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6245,47 +5338,72 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guyana" + "@value": "Croatia" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GY" + "@value": "HR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUY" + "@value": "HRV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "328" + "@value": "191" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "328" + "@value": "191" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6296,12 +5414,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + }, { "@language": "en", - "@value": "Virginia" + "@value": "Lower Saxony Data Protection Act (NDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6310,20 +5435,35 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "en", + "@value": "Lower Saxony Data Protection Act (NDSG)" + }, + { + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Virginia" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FK", + "@id": "https://w3id.org/dpv/dpv-legal#NZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -6342,7 +5482,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6353,44 +5493,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "New Zealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FK" + "@value": "NZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FLK" + "@value": "NZL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "238" + "@value": "554" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "238" + "@value": "554" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6402,21 +5539,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "Data State Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6426,42 +5556,32 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "Data State Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lfd.niedersachsen.de/" + "@value": "http://www.dvi.gov.lv/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#LV" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT", + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6473,12 +5593,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "State Data Protection Act (LDSG)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6490,31 +5617,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "State Data Protection Act (LDSG)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://idpc.org.mt" + "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas", + "@id": "https://w3id.org/dpv/dpv-legal#RE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6524,212 +5655,64 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Americas" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BV" - }, + "@language": "en", + "@value": "Réunion" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CR" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DO" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GY" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Americas" + "@value": "Réunion" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "RE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "REU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "638" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "638" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AZ", + "@id": "https://w3id.org/dpv/dpv-legal#LR", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -6745,7 +5728,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Liberia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6756,44 +5739,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Liberia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AZ" + "@value": "LR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AZE" + "@value": "LBR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "31" + "@value": "430" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "31" + "@value": "430" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE", + "@id": "https://w3id.org/dpv/dpv-legal#US-ND", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6809,7 +5795,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nebraska" + "@value": "North Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6826,15 +5812,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nebraska" + "@value": "North Dakota" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PR", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -6850,7 +5836,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6859,46 +5845,31 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Puerto Rico" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "PR" + "@value": "National Commission for Data Protection" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "PRI" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://cnpd.public.lu" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "630" + "@id": "https://w3id.org/dpv/dpv-legal#LU" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "630" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IQ", + "@id": "https://w3id.org/dpv/dpv-legal#TR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -6917,7 +5888,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iraq" + "@value": "Turkey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6928,45 +5899,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iraq" + "@value": "Turkey" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IQ" + "@value": "TR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IRQ" + "@value": "TUR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "368" + "@value": "792" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "368" + "@value": "792" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM", + "@id": "https://w3id.org/dpv/dpv-legal#MH", "@type": [ - "https://w3id.org/dpv/dpv-gdpr#A45-3", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -6979,15 +5949,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N754adc9b3bc34894ab78b8d5e514d1b6" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Isle of Man" + "@value": "Marshall Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6996,45 +5961,45 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IM" - }, + "@language": "en", + "@value": "Marshall Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@value": "MH" } - ] - }, - { - "@id": "_:N754adc9b3bc34894ab78b8d5e514d1b6", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:N654cbaefc3de456786a3006f276d207d" + "@value": "MHL" } - ] - }, - { - "@id": "_:N654cbaefc3de456786a3006f276d207d", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2004-04-30" + "@value": "584" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "584" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH", + "@id": "https://w3id.org/dpv/dpv-legal#PR", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7046,64 +6011,103 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + "@language": "en", + "@value": "Puerto Rico" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "Puerto Rico" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "PR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "PRI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "630" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "630" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MO", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - }, + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "Missouri" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-hamburg.de/" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Missouri" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa", + "@id": "https://w3id.org/dpv/dpv-legal#AD", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7120,7 +6124,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Africa" + "@value": "Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7129,206 +6133,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DZ" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TF" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ET" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BI" - }, + "@language": "en", + "@value": "Andorra" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MU" - }, + "@value": "AD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" - }, + "@value": "AND" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SL" + "@value": "20" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Africa" + "@value": "20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TK", + "@id": "https://w3id.org/dpv/dpv-legal#NO", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -7344,7 +6188,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Norway" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7355,44 +6199,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Norway" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TK" + "@value": "NO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TKL" + "@value": "NOR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "772" + "@value": "578" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "772" + "@value": "578" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA", + "@id": "https://w3id.org/dpv/dpv-legal#TG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -7408,7 +6252,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Togo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7419,62 +6263,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@language": "en", - "@value": "Massachusetts" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-DC", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Togo" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "District of Columbia" + "@value": "TG" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "TGO" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "768" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "District of Columbia" + "@value": "768" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -7485,19 +6314,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" - }, { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7507,40 +6329,33 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" - }, { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@value": "State Data Protection Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" + "@value": "https://ada.lt" } ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + "@id": "https://w3id.org/dpv/dpv-legal#LT" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", + "@id": "https://w3id.org/dpv/dpv-legal#KH", "@type": [ - "https://w3id.org/dpv#Law", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -7549,21 +6364,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" - }, { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "Cambodia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7572,38 +6380,47 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" - }, + "@value": "Cambodia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@value": "KH" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" + "@value": "KHM" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + "@value": "116" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@value": "116" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LA", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv/dpv-gdpr#A45-3", + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -7616,10 +6433,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Na18d2273320e4d15a5413108e5e6ad06" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "EU Adequacy Decision for Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7628,45 +6450,45 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Lao People's Democratic Republic" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "LA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@value": "LAO" + "@id": "https://w3id.org/dpv/dpv-legal#UY" } + ] + }, + { + "@id": "_:Na18d2273320e4d15a5413108e5e6ad06", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "418" + "@id": "_:N8cac10b74f6040efa2fafd0230ff9126" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N8cac10b74f6040efa2fafd0230ff9126", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "418" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-08-22" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ", + "@id": "https://w3id.org/dpv/dpv-legal#GA", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7683,7 +6505,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arizona" + "@value": "Gabon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7694,18 +6516,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Arizona" + "@value": "Gabon" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "GA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "GAB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "266" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "266" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NO", + "@id": "https://w3id.org/dpv/dpv-legal#FM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -7724,7 +6572,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norway" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7735,41 +6583,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Norway" + "@value": "Micronesia (Federated States of)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NO" + "@value": "FM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NOR" + "@value": "FSM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "578" + "@value": "583" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "578" + "@value": "583" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TJ", + "@id": "https://w3id.org/dpv/dpv-legal#CN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7788,7 +6636,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "China" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7799,43 +6647,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "China" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TJ" + "@value": "CN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TJK" + "@value": "CHN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "762" + "@value": "156" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "762" + "@value": "156" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7845,6 +6693,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -7852,7 +6703,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + }, + { + "@language": "de", + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7864,30 +6719,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + }, + { + "@language": "de", + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.naih.hu/" + "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GT", + "@id": "https://w3id.org/dpv/dpv-legal#US-AZ", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7904,7 +6763,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guatemala" + "@value": "Arizona" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7915,44 +6774,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guatemala" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "GT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "GTM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "320" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "320" + "@value": "Arizona" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KP", + "@id": "https://w3id.org/dpv/dpv-legal#SD", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7971,7 +6804,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic People's Republic of Korea" + "@value": "Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7982,44 +6815,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Democratic People's Republic of Korea" + "@value": "Sudan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KP" + "@value": "SD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRK" + "@value": "SDN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "408" + "@value": "729" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "408" + "@value": "729" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IS", + "@id": "https://w3id.org/dpv/dpv-legal#BJ", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -8035,7 +6868,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iceland" + "@value": "Benin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8046,44 +6879,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iceland" + "@value": "Benin" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IS" + "@value": "BJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ISL" + "@value": "BEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "352" + "@value": "204" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "352" + "@value": "204" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -8092,14 +6928,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + }, { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Thuringia state commissioner for data protection and freedom of information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8111,31 +6954,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Thuringia state commissioner for data protection and freedom of information" + }, + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dpa.gr" + "@value": "https://www.tlfdi.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GN", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -8151,7 +7004,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea" + "@value": "Personal Data Protection Office" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8160,48 +7013,33 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "GN" + "@value": "Personal Data Protection Office" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "GIN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://uodo.gov.pl/" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "324" + "@id": "https://w3id.org/dpv/dpv-legal#PL" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "324" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VN", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -8211,6 +7049,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -8218,7 +7059,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Viet Nam" + "@value": "Bavarian Data Protection Act (BayDSG)" + }, + { + "@language": "de", + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8227,46 +7072,41 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@language": "de", + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Viet Nam" + "@value": "Bavarian Data Protection Act (BayDSG)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "VN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "VNM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, { - "@value": "704" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "704" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -8275,6 +7115,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -8282,32 +7125,46 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Illinois" + "@value": "State Data Protection Act (LDSG) (BW)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + }, + { + "@language": "en", + "@value": "State Data Protection Act (LDSG) (BW)" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@language": "en", - "@value": "Illinois" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -8318,12 +7175,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Réunion" + "@value": "Thuringian Data Protection Act (ThürDSG)" + }, + { + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8332,48 +7196,37 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Réunion" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "RE" + "@value": "Thuringian Data Protection Act (ThürDSG)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "REU" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "638" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "638" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -8385,19 +7238,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + "@value": "Bavaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8406,41 +7252,39 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/" + "@language": "en", + "@value": "Bavaria" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" } ], "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LB", + "@id": "https://w3id.org/dpv/dpv-legal#TZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8459,7 +7303,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lebanon" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8470,44 +7314,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lebanon" + "@value": "United Republic of Tanzania" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LB" + "@value": "TZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LBN" + "@value": "TZA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "422" + "@value": "834" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "422" + "@value": "834" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE", + "@id": "https://w3id.org/dpv/dpv-legal#GY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -8523,7 +7370,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Guyana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8532,34 +7379,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Guyana" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.dataprotectionauthority.be/" + "@value": "GY" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@value": "GUY" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "328" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "328" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", + "@id": "https://w3id.org/dpv/dpv-legal#MM", "@type": [ - "https://w3id.org/dpv#Law", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -8570,19 +7432,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" - }, - { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "Myanmar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8591,76 +7446,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Myanmar" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Missouri" + "@value": "MM" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "MMR" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "104" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Missouri" + "@value": "104" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WF", + "@id": "https://w3id.org/dpv/dpv-legal#TH", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8679,7 +7501,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Thailand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8690,44 +7512,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Thailand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "WF" + "@value": "TH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "WLF" + "@value": "THA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "876" + "@value": "764" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "876" + "@value": "764" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AI", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "@id": "https://w3id.org/dpv/dpv-legal#MK", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -8743,7 +7565,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Anguilla" + "@value": "North Macedonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8754,47 +7576,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anguilla" + "@value": "North Macedonia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AI" + "@value": "MK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AIA" + "@value": "MKD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "660" + "@value": "807" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "660" + "@value": "807" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TC", + "@id": "https://w3id.org/dpv/dpv-legal#ZA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -8810,7 +7629,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "South Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8821,47 +7640,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "South Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TC" + "@value": "ZA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TCA" + "@value": "ZAF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "796" + "@value": "710" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "796" + "@value": "710" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE", + "@id": "https://w3id.org/dpv/dpv-legal#LY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -8877,7 +7696,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Libya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8886,37 +7705,46 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Libya" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.bfdi.bund.de/" + "@value": "LY" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "LBY" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "@value": "434" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@value": "434" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BQ", + "@id": "https://w3id.org/dpv/dpv-legal#US-AL", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -8932,7 +7760,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "Alabama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8943,47 +7771,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BQ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BES" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "535" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "535" + "@value": "Alabama" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30", + "@id": "https://w3id.org/dpv/dpv-legal#UM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#SupraNationalUnion" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -8996,15 +7798,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N5f5162dcca634716bf21d3b4872ef97f" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-30)" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9015,198 +7812,114 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@value": "UM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@value": "UMI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@value": "581" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "581" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@language": "en", + "@value": "EasternEurope" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#MD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#BY" }, { "@id": "https://w3id.org/dpv/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#RU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-legal#UA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#PL" } - ] - }, - { - "@id": "_:N5f5162dcca634716bf21d3b4872ef97f", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N6560c23f3fb7489f8aea8851841f5102" - } - ] - }, - { - "@id": "_:N6560c23f3fb7489f8aea8851841f5102", - "http://www.w3.org/2006/time#inXSDDate": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-02-01" + "@language": "en", + "@value": "EasternEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EG", + "@id": "https://w3id.org/dpv/dpv-legal#NA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9225,7 +7938,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Egypt" + "@value": "Namibia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9236,7 +7949,10 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { "@id": "https://w3id.org/dpv/dpv-legal#Africa" @@ -9245,35 +7961,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Egypt" + "@value": "Namibia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EG" + "@value": "NA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "EGY" + "@value": "NAM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "818" + "@value": "516" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "818" + "@value": "516" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FO", + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -9289,7 +8005,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9300,108 +8016,191 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Faroe Islands" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, { - "@value": "FO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#AO" + }, { - "@value": "FRO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, { - "@value": "234" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#CV" + }, { - "@value": "234" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PA", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#SZ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, { - "@language": "en", - "@value": "Panama" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#MR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#CD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#NA" + }, { - "@language": "en", - "@value": "Panama" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, { - "@value": "PA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, { - "@value": "PAN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + }, { - "@value": "591" + "@id": "https://w3id.org/dpv/dpv-legal#GQ" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "591" + "@language": "en", + "@value": "SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CX", + "@id": "https://w3id.org/dpv/dpv-legal#KZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -9420,7 +8219,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Kazakhstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9431,43 +8230,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Kazakhstan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CX" + "@value": "KZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CXR" + "@value": "KAZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "162" + "@value": "398" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "162" + "@value": "398" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9487,11 +8286,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" }, { "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9502,39 +8301,33 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" }, { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@language": "en", + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/" + "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KR", + "@id": "https://w3id.org/dpv/dpv-legal#GB", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -9553,7 +8346,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9564,44 +8357,50 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KR" + "@value": "GB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KOR" + "@value": "GBR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "410" + "@value": "826" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "410" + "@value": "826" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CV", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -9617,7 +8416,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "SouthernAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9628,47 +8427,50 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#IR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#AF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BT" + }, { - "@language": "en", - "@value": "Cabo Verde" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#BD" + }, { - "@value": "CV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#NP" + }, { - "@value": "CPV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MV" + }, { - "@value": "132" + "@id": "https://w3id.org/dpv/dpv-legal#LK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PK" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "132" + "@language": "en", + "@value": "SouthernAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VG", + "@id": "https://w3id.org/dpv/dpv-legal#BV", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -9684,7 +8486,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Bouvet Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9698,7 +8500,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" @@ -9707,35 +8509,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Bouvet Island" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VG" + "@value": "BV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VGB" + "@value": "BVT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "92" + "@value": "74" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "92" + "@value": "74" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BW", + "@id": "https://w3id.org/dpv/dpv-legal#GD", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -9751,7 +8553,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Botswana" + "@value": "Grenada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9762,44 +8564,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Botswana" + "@value": "Grenada" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BW" + "@value": "GD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BWA" + "@value": "GRD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "72" + "@value": "308" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "72" + "@value": "308" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EC", + "@id": "https://w3id.org/dpv/dpv-legal#AF", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -9818,7 +8620,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Afghanistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9829,47 +8631,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Afghanistan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EC" + "@value": "AF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ECU" + "@value": "AFG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "218" + "@value": "4" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "218" + "@value": "4" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -9885,7 +8684,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9902,28 +8701,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + "@value": "Baden-Württemberg" } ], "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", + "@id": "https://w3id.org/dpv/dpv-legal#US-IL", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -9942,7 +8736,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "ChannelIslands" + "@value": "Illinois" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9953,32 +8747,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ChannelIslands" + "@value": "Illinois" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZA", + "@id": "https://w3id.org/dpv/dpv-legal#GM", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -9994,7 +8777,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Africa" + "@value": "Gambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10005,47 +8788,88 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Africa" + "@value": "Gambia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ZA" + "@value": "GM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ZAF" + "@value": "GMB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "710" + "@value": "270" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "710" + "@value": "270" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH", + "@id": "https://w3id.org/dpv/dpv-legal#US-OK", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Oklahoma" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Oklahoma" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", + "@type": [ + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -10061,14 +8885,19 @@ "@value": "Julian Flake" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Ne0f599f08929444483e717e45cc4c545" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@value": "Bundesdatenschutzgesetz (BDSG)" }, { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" + "@value": "Federal Data Protection Act (BDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10079,94 +8908,152 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" + "@language": "de", + "@value": "Bundesdatenschutzgesetz (BDSG)" }, { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@language": "en", + "@value": "Federal Data Protection Act (BDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutzzentrum.de/" + "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, { - "@language": "en", - "@value": "State Data Protection Inspectorate" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + }, { - "@language": "en", - "@value": "State Data Protection Inspectorate" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ada.lt" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } + ] + }, + { + "@id": "_:Ne0f599f08929444483e717e45cc4c545", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "_:N2b86d9fb52ce499ba3c0a138ad20adb7" } - ], - "https://w3id.org/dpv#hasLaw": [ + ] + }, + { + "@id": "_:N2b86d9fb52ce499ba3c0a138ad20adb7", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AU", + "@id": "https://w3id.org/dpv/dpv-legal#IR", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -10182,7 +9069,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Australia" + "@value": "Iran (Islamic Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10193,44 +9080,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Australia" + "@value": "Iran (Islamic Republic of)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AU" + "@value": "IR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AUS" + "@value": "IRN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "36" + "@value": "364" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "36" + "@value": "364" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH", + "@id": "https://w3id.org/dpv/dpv-legal#US-MD", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -10246,7 +9133,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ohio" + "@value": "Maryland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10263,15 +9150,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ohio" + "@value": "Maryland" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MC", + "@id": "https://w3id.org/dpv/dpv-legal#PE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -10287,7 +9174,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Monaco" + "@value": "Peru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10298,44 +9185,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Monaco" + "@value": "Peru" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MC" + "@value": "PE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MCO" + "@value": "PER" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "492" + "@value": "604" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "492" + "@value": "604" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -10345,18 +9235,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@value": "Julian Flake" + }, { - "@id": "_:N315df730db1b40dcb364f1d7f3e237a1" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10366,45 +9258,40 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" + "@value": "https://www.datenschutz.saarland.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" } - ] - }, - { - "@id": "_:N315df730db1b40dcb364f1d7f3e237a1", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "_:Ncf897a2444a947f69b17bf8c145f53d1" - } - ] - }, - { - "@id": "_:Ncf897a2444a947f69b17bf8c145f53d1", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2023-01-01" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JM", + "@id": "https://w3id.org/dpv/dpv-legal#MY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -10423,7 +9310,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Malaysia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10434,44 +9321,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Malaysia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "JM" + "@value": "MY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JAM" + "@value": "MYS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "388" + "@value": "458" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "388" + "@value": "458" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HT", + "@id": "https://w3id.org/dpv/dpv-legal#SZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -10490,7 +9374,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Haiti" + "@value": "Eswatini" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10501,46 +9385,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Haiti" + "@value": "Eswatini" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HT" + "@value": "SZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HTI" + "@value": "SWZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "332" + "@value": "748" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "332" + "@value": "748" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE", + "@id": "https://w3id.org/dpv/dpv-legal#US-ME", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10557,7 +9441,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Maine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10566,34 +9450,23 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Swedish Authority for Privacy Protection" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.imy.se/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Maine" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -10609,7 +9482,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavaria" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10618,39 +9495,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + }, + { + "@language": "en", + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Bavaria" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.rlp.de/" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" } ], "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TG", + "@id": "https://w3id.org/dpv/dpv-legal#CO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -10669,7 +9553,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Togo" + "@value": "Colombia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10680,46 +9564,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Togo" + "@value": "Colombia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TG" + "@value": "CO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TGO" + "@value": "COL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "768" + "@value": "170" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "768" + "@value": "170" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CN", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10736,7 +9620,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10745,46 +9629,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CN" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "CHN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.gov.sk/" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "156" + "@id": "https://w3id.org/dpv/dpv-legal#SK" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "156" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AX", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -10800,7 +9672,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10811,41 +9683,34 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Schleswig-Holstein" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "AX" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "ALA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, { - "@value": "248" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "248" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MH", + "@id": "https://w3id.org/dpv/dpv-legal#SB", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -10864,7 +9729,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Solomon Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10878,41 +9743,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Solomon Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MH" + "@value": "SB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MHL" + "@value": "SLB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "584" + "@value": "90" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "584" + "@value": "90" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR", + "@id": "https://w3id.org/dpv/dpv-legal#IL", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -10928,7 +9793,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brazil" + "@value": "Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10939,47 +9804,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brazil" + "@value": "Israel" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BR" + "@value": "IL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BRA" + "@value": "ISR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "76" + "@value": "376" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "76" + "@value": "376" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-legal#VN", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -10995,7 +9857,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Poland" + "@value": "Viet Nam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11006,72 +9868,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Poland" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Viet Nam" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PL" + "@value": "VN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "POL" + "@value": "VNM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "616" + "@value": "704" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "616" + "@value": "704" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -11090,11 +9924,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "Brandenburg Data Protection Act (BbgDSG)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11106,35 +9940,102 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "Brandenburg Data Protection Act (BbgDSG)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GN", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Guinea" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Guinea" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "GN" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + "@value": "GIN" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + "@value": "324" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@value": "324" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public", + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -11145,19 +10046,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@value": "Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11166,44 +10060,55 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#NU" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#AS" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-legal#TO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#TK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PN" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Polynesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD", + "@id": "https://w3id.org/dpv/dpv-legal#NU", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -11219,7 +10124,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maryland" + "@value": "Niue" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11230,21 +10135,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maryland" + "@value": "Niue" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "NU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "NIU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "570" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "570" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#Europe", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -11260,7 +10188,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Europe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11269,52 +10197,188 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UA" }, { "@id": "https://w3id.org/dpv/dpv-legal#MC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LI" + "@id": "https://w3id.org/dpv/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#SM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#RU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#AX" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Europe" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ME", + "@id": "https://w3id.org/dpv/dpv-legal#HN", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -11330,7 +10394,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Honduras" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11341,44 +10405,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Honduras" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ME" + "@value": "HN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNE" + "@value": "HND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "499" + "@value": "340" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "499" + "@value": "340" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL", + "@id": "https://w3id.org/dpv/dpv-legal#AW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -11394,7 +10461,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "Aruba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11403,123 +10470,180 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "Aruba" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://uodo.gov.pl/" + "@value": "AW" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@value": "ABW" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "533" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "533" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-legal#AuthoritiesConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + }, { - "@language": "en", - "@value": "Malta" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, { - "@language": "en", - "@value": "Malta" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + }, { "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" - } - ], - "https://w3id.org/dpv#hasLaw": [ + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + }, { - "@value": "MT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + }, { - "@value": "MLT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + }, { - "@value": "470" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + }, { - "@value": "470" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JO", + "@id": "https://w3id.org/dpv/dpv-legal#EH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -11538,7 +10662,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jordan" + "@value": "Western Sahara" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11549,41 +10673,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jordan" + "@value": "Western Sahara" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "JO" + "@value": "EH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JOR" + "@value": "ESH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "400" + "@value": "732" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "400" + "@value": "732" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT", + "@id": "https://w3id.org/dpv/dpv-legal#US-KS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -11602,7 +10726,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vermont" + "@value": "Kansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11619,15 +10743,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vermont" + "@value": "Kansas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -11643,7 +10767,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Berlin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11654,47 +10778,37 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Berlin" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "AG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "ATG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, { - "@value": "28" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "28" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE", + "@id": "https://w3id.org/dpv/dpv-legal#HT", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -11710,7 +10824,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "Haiti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11719,103 +10833,48 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Estonian Data Protection Inspectorate" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.aki.ee/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH", - "@type": [ - "https://w3id.org/dpv#Law", - "https://w3id.org/dpv/dpv-gdpr#A45-3", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, { - "@id": "_:N3a2be10de24842c8a7736012e234c5e3" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EU Adequacy Decision for Switzerland" + "@value": "Haiti" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "HT" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518" + "@value": "HTI" } ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CH" - }, + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@value": "332" } - ] - }, - { - "@id": "_:N3a2be10de24842c8a7736012e234c5e3", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nfd8510730e8e4e1782bedfb5e1477f5a" - } - ] - }, - { - "@id": "_:Nfd8510730e8e4e1782bedfb5e1477f5a", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2000-08-25" + "@value": "332" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", + "@id": "https://w3id.org/dpv/dpv-legal#NE", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11832,7 +10891,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Niger" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11843,123 +10902,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AS" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WS" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WF" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Polynesia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law", - "https://w3id.org/dpv/dpv-gdpr#A45-3" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nef496678c7a74a468a6e3c8b26a35fcf" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "EU Adequacy Decision for Jersey" + "@value": "Niger" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "NE" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" + "@value": "NER" } ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@value": "562" } - ] - }, - { - "@id": "_:Nef496678c7a74a468a6e3c8b26a35fcf", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N81e42bce95204790834ab983ea1d57d4" - } - ] - }, - { - "@id": "_:N81e42bce95204790834ab983ea1d57d4", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2008-05-26" + "@value": "562" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AQ", + "@id": "https://w3id.org/dpv/dpv-legal#IN", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -11975,7 +10958,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antarctica" + "@value": "India" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11984,38 +10967,47 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antarctica" + "@value": "India" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AQ" + "@value": "IN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ATA" + "@value": "IND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "10" + "@value": "356" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "10" + "@value": "356" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MO", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB", "@type": [ + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -12028,10 +11020,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N4b9c12417f04477b86ae08885fa5c03c" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "EU Adequacy Decision for United Kingdom" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12040,46 +11037,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "MO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@value": "MAC" + "@id": "https://w3id.org/dpv/dpv-legal#GB" } + ] + }, + { + "@id": "_:N4b9c12417f04477b86ae08885fa5c03c", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "446" + "@id": "_:N9a848ba5380143dfad6a3e0f0fc444b6" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N9a848ba5380143dfad6a3e0f0fc444b6", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "446" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-06-28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -12095,7 +11092,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "WesternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12111,51 +11108,72 @@ ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BN" + "@id": "https://w3id.org/dpv/dpv-legal#AZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LA" + "@id": "https://w3id.org/dpv/dpv-legal#IQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VN" + "@id": "https://w3id.org/dpv/dpv-legal#PS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TH" + "@id": "https://w3id.org/dpv/dpv-legal#SY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MY" + "@id": "https://w3id.org/dpv/dpv-legal#KW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MM" + "@id": "https://w3id.org/dpv/dpv-legal#SA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SG" + "@id": "https://w3id.org/dpv/dpv-legal#BH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PH" + "@id": "https://w3id.org/dpv/dpv-legal#JO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KH" + "@id": "https://w3id.org/dpv/dpv-legal#QA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TL" + "@id": "https://w3id.org/dpv/dpv-legal#AE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ID" + "@id": "https://w3id.org/dpv/dpv-legal#IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#YE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#OM" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "WesternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CH", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -12171,7 +11189,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Switzerland" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12180,46 +11198,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Switzerland" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CH" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "CHE" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.cnil.fr/" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "756" + "@id": "https://w3id.org/dpv/dpv-legal#FR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "756" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-legal#PW", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -12235,7 +11241,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Czechia" + "@value": "Palau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12246,69 +11252,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Czechia" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Palau" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CZ" + "@value": "PW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CZE" + "@value": "PLW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "203" + "@value": "585" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "203" + "@value": "585" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BY", + "@id": "https://w3id.org/dpv/dpv-legal#MF", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -12327,7 +11305,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belarus" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12338,44 +11316,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belarus" + "@value": "Saint Martin (French Part)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BY" + "@value": "MF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BLR" + "@value": "MAF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "112" + "@value": "663" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "112" + "@value": "663" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", + "@id": "https://w3id.org/dpv/dpv-legal#BM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -12391,7 +11372,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "Bermuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12402,34 +11383,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Bermuda" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "BM" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "BMU" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + "@value": "60" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@value": "60" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-legal#KW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -12448,7 +11436,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Kuwait" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12459,69 +11447,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Netherlands" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Kuwait" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NL" + "@value": "KW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NLD" + "@value": "KWT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "528" + "@value": "414" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "528" + "@value": "414" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-legal#BR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -12540,7 +11500,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sweden" + "@value": "Brazil" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12551,72 +11511,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sweden" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Brazil" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SE" + "@value": "BR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SWE" + "@value": "BRA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "752" + "@value": "76" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "752" + "@value": "76" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PH", + "@id": "https://w3id.org/dpv/dpv-legal#KM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -12632,7 +11567,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Philippines" + "@value": "Comoros" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12643,45 +11578,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Philippines" + "@value": "Comoros" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PH" + "@value": "KM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PHL" + "@value": "COM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "608" + "@value": "174" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "608" + "@value": "174" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL", + "@id": "https://w3id.org/dpv/dpv-legal#Sark", "@type": [ - "https://w3id.org/dpv/dpv-gdpr#A45-3", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -12694,15 +11631,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N2004dba07e324bf58129d3416e9d648f" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Israel" + "@value": "Sark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12711,46 +11643,29 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } - ] - }, - { - "@id": "_:N2004dba07e324bf58129d3416e9d648f", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N3d9093285b2c4534a6ffb7b3926d8f7d" - } - ] - }, - { - "@id": "_:N3d9093285b2c4534a6ffb7b3926d8f7d", - "http://www.w3.org/2006/time#inXSDDate": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2011-02-01" + "@language": "en", + "@value": "Sark" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL", + "@id": "https://w3id.org/dpv/dpv-legal#IE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -12766,7 +11681,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alabama" + "@value": "Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12777,18 +11692,69 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alabama" + "@value": "Ireland" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "IE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "IRL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "372" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "372" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BT", + "@id": "https://w3id.org/dpv/dpv-legal#GE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12807,7 +11773,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12818,7 +11784,7 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { "@id": "https://w3id.org/dpv/dpv-legal#Asia" @@ -12827,35 +11793,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Georgia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BT" + "@value": "GE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BTN" + "@value": "GEO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "64" + "@value": "268" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "64" + "@value": "268" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GH", + "@id": "https://w3id.org/dpv/dpv-legal#EG", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -12871,7 +11837,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ghana" + "@value": "Egypt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12882,46 +11848,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" }, { "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ghana" + "@value": "Egypt" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GH" + "@value": "EG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GHA" + "@value": "EGY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "288" + "@value": "818" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "288" + "@value": "818" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MV", + "@id": "https://w3id.org/dpv/dpv-legal#US-GU", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -12938,7 +11901,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maldives" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12949,41 +11912,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maldives" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "MDV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "462" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "462" + "@value": "Guam" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VC", + "@id": "https://w3id.org/dpv/dpv-legal#NF", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -13002,7 +11942,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Norfolk Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13013,46 +11953,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Norfolk Island" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VC" + "@value": "NF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VCT" + "@value": "NFK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "670" + "@value": "574" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "670" + "@value": "574" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SR", + "@id": "https://w3id.org/dpv/dpv-legal#US-IA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13069,7 +12006,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Suriname" + "@value": "Iowa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13080,47 +12017,62 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Suriname" + "@value": "Iowa" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-ID", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "SR" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "SUR" + "@language": "en", + "@value": "Idaho" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "740" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "740" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Idaho" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SX", + "@id": "https://w3id.org/dpv/dpv-legal#SE", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13136,7 +12088,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Sweden" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13147,85 +12099,69 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@language": "en", - "@value": "Sint Maarten (Dutch part)" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, { - "@value": "SX" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, { - "@value": "SXM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, { - "@value": "534" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "534" + "@language": "en", + "@value": "Sweden" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "South Carolina" + "@value": "SE" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "SWE" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "752" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "South Carolina" + "@value": "752" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GW", + "@id": "https://w3id.org/dpv/dpv-legal#CU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13244,7 +12180,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Cuba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13255,46 +12191,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Cuba" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GW" + "@value": "CU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GNB" + "@value": "CUB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "624" + "@value": "192" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "624" + "@value": "192" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-legal#AI", "@type": [ - "https://w3id.org/dpv#Law", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13306,19 +12242,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" - }, { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "Anguilla" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13327,37 +12256,48 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "Anguilla" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true" + "@value": "AI" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + "@value": "AIA" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@value": "660" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "660" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ID", + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13374,7 +12314,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Caribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13385,44 +12325,107 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Indonesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#AG" + }, { - "@value": "ID" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#VC" + }, { - "@value": "IDN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#GP" + }, { - "@value": "360" + "@id": "https://w3id.org/dpv/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BS" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "360" + "@language": "en", + "@value": "Caribbean" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -13438,7 +12441,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13450,18 +12453,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Austrian Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dvi.gov.lv/" + "@value": "https://dsb.gv.at" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#AT" } ], "https://w3id.org/dpv#hasLaw": [ @@ -13471,10 +12474,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -13483,6 +12486,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -13490,7 +12496,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States of America" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + }, + { + "@language": "de", + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13499,219 +12509,263 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@language": "de", + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@language": "en", + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-UT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MI" - }, + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-TN" - }, + "@language": "en", + "@value": "Lithuania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT" - }, + "@language": "en", + "@value": "Lithuania" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL" - }, + "@value": "LT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH" - }, + "@value": "LTU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ND" - }, + "@value": "440" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA" - }, + "@value": "440" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI" - }, + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY" + "@language": "en", + "@value": "Independent State Center for Data Protection Schleswig-Holstein" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MS" - }, + "@language": "de", + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD" + "@language": "en", + "@value": "Independent State Center for Data Protection Schleswig-Holstein" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-DC" - }, + "@language": "de", + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutzzentrum.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TM", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP" - }, + "@language": "en", + "@value": "Turkmenistan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States of America" + "@value": "Turkmenistan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "US" + "@value": "TM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "USA" + "@value": "TKM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "840" + "@value": "795" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "840" + "@value": "795" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#CZ", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -13727,7 +12781,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Czechia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13738,29 +12792,64 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Czechia" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "CZ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "CZE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "203" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@value": "203" } ] }, @@ -13795,10 +12884,10 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ @@ -13829,10 +12918,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", + "@id": "https://w3id.org/dpv/dpv-legal#BW", "@type": [ - "https://w3id.org/dpv#Law", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13843,19 +12932,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" - }, - { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@value": "Botswana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13864,38 +12946,49 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@value": "Botswana" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d" + "@value": "BW" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + "@value": "BWA" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@value": "72" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "72" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI", + "@id": "https://w3id.org/dpv/dpv-legal#CX", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13911,7 +13004,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Christmas Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13920,33 +13013,45 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Christmas Island" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ip-rs.si/" + "@value": "CX" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@value": "CXR" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "162" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "162" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#CK", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13963,7 +13068,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAfrica" + "@value": "Cook Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13974,35 +13079,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, + "@language": "en", + "@value": "Cook Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" - }, + "@value": "CK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BW" - }, + "@value": "COK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NA" + "@value": "184" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "SouthernAfrica" + "@value": "184" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NA", + "@id": "https://w3id.org/dpv/dpv-legal#KI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -14021,7 +13132,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Namibia" + "@value": "Kiribati" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14032,44 +13143,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Namibia" + "@value": "Kiribati" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NA" + "@value": "KI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NAM" + "@value": "KIR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "516" + "@value": "296" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "516" + "@value": "296" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BV", + "@id": "https://w3id.org/dpv/dpv-legal#DO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14088,7 +13196,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Dominican Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14102,43 +13210,113 @@ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Dominican Republic" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BV" + "@value": "DO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BVT" + "@value": "DOM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "74" + "@value": "214" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "74" + "@value": "214" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-gdpr#A45-3", + "https://w3id.org/dpv#Law" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N35955b675e2946318146579a7b6a2bba" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "EU Adequacy Decision for Isle of Man" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + } + ] + }, + { + "@id": "_:N35955b675e2946318146579a7b6a2bba", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Nb9ad42d0825544f68dd1483dad432a7c" + } + ] + }, + { + "@id": "_:Nb9ad42d0825544f68dd1483dad432a7c", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2004-04-30" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VA", + "@type": [ + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14155,7 +13333,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "Holy See" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14164,34 +13342,46 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "Holy See" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "VA" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ie" + "@value": "VAT" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@value": "336" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "336" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT", + "@id": "https://w3id.org/dpv/dpv-legal#CH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14207,7 +13397,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14216,34 +13406,46 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Switzerland" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://dsb.gv.at" + "@value": "CH" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@value": "CHE" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "756" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "756" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CW", + "@id": "https://w3id.org/dpv/dpv-legal#AS", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -14259,7 +13461,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Curaçao" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14270,47 +13472,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Curaçao" + "@value": "American Samoa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CW" + "@value": "AS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CUW" + "@value": "ASM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "531" + "@value": "16" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "531" + "@value": "16" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#HU", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14326,7 +13525,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Hungary" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14337,44 +13536,72 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#MA" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TN" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DZ" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EG" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SD" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EH" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LY" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Hungary" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "HU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "HUN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "348" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "348" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TV", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -14385,12 +13612,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "The Bavarian State Commissioner for Data Protection" + }, + { + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14399,46 +13633,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@language": "en", + "@value": "The Bavarian State Commissioner for Data Protection" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Tuvalu" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-bayern.de/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "TV" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "TUV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + }, { - "@value": "798" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "798" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RW", + "@id": "https://w3id.org/dpv/dpv-legal#SN", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14454,7 +13686,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Senegal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14464,48 +13696,48 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, { "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Senegal" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RW" + "@value": "SN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "RWA" + "@value": "SEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "646" + "@value": "686" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "646" + "@value": "686" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -14516,19 +13748,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Hamburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14537,44 +13762,65 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Hamburg" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EUEEAConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BD", + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -14590,7 +13836,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "SoutheasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14600,45 +13846,57 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, { "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Bangladesh" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SG" + }, { - "@value": "BD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#MM" + }, { - "@value": "BGD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MY" + }, { - "@value": "50" + "@id": "https://w3id.org/dpv/dpv-legal#ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VN" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "50" + "@language": "en", + "@value": "SoutheasternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NI", + "@id": "https://w3id.org/dpv/dpv-legal#AE", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14654,7 +13912,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14665,47 +13923,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "United Arab Emirates" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NI" + "@value": "AE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NIC" + "@value": "ARE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "558" + "@value": "784" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "558" + "@value": "784" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SB", + "@id": "https://w3id.org/dpv/dpv-legal#US-HI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -14721,7 +13976,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Hawaii" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14732,41 +13987,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Solomon Islands" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SLB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "90" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "90" + "@value": "Hawaii" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#RW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14785,7 +14017,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Germany" + "@value": "Rwanda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14796,124 +14028,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Germany" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Rwanda" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DE" + "@value": "RW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DEU" + "@value": "RWA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "276" + "@value": "646" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "276" + "@value": "646" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CM", + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14930,7 +14084,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cameroon" + "@value": "New Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14941,47 +14095,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Cameroon" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "CMR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "120" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "120" + "@language": "en", + "@value": "New Jersey" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -14992,12 +14120,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Jersey" + "@value": "The State Commissioner for Data Protection Lower Saxony" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15006,20 +14141,41 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + }, + { + "@language": "en", + "@value": "The State Commissioner for Data Protection Lower Saxony" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "New Jersey" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lfd.niedersachsen.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LS", + "@id": "https://w3id.org/dpv/dpv-legal#BD", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -15038,7 +14194,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Bangladesh" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15049,44 +14205,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Bangladesh" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LS" + "@value": "BD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LSO" + "@value": "BGD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "426" + "@value": "50" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "426" + "@value": "50" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NG", + "@id": "https://w3id.org/dpv/dpv-legal#KN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -15105,7 +14258,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15116,47 +14269,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Saint Kitts and Nevis" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NG" + "@value": "KN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NGA" + "@value": "KNA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "566" + "@value": "659" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "566" + "@value": "659" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#US-LA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -15167,19 +14320,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" - }, { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + "@value": "Louisiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15188,44 +14334,64 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" - }, + "@value": "Louisiana" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AR", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://purl.org/dc/terms/creator": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ldi.nrw.de/" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@language": "en", + "@value": "Arkansas" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + "@language": "en", + "@value": "Arkansas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", + "@id": "https://w3id.org/dpv/dpv-legal#BE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -15236,19 +14402,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" - }, - { - "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Belgium" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15257,38 +14416,74 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" + "@language": "en", + "@value": "Belgium" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "BE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BEL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "56" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "56" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL", + "@id": "https://w3id.org/dpv/dpv-legal#PF", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -15304,7 +14499,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Florida" + "@value": "French Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15313,22 +14508,45 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "French Polynesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "PF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "PYF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "258" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Florida" + "@value": "258" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28", + "@id": "https://w3id.org/dpv/dpv-legal#DK", "@type": [ - "https://w3id.org/dpv#SupraNationalUnion", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15342,15 +14560,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N485054c425b54c6eaaa2d76f9add05e7" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-28)" + "@value": "Denmark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15361,220 +14574,179 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@language": "en", + "@value": "Denmark" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@value": "DK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@value": "DNK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, + "@value": "208" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "@value": "208" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PY", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, + "@language": "en", + "@value": "Paraguay" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@language": "en", + "@value": "Paraguay" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@value": "PY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@value": "PRY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "600" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@value": "600" } ] }, { - "@id": "_:N485054c425b54c6eaaa2d76f9add05e7", + "@id": "https://w3id.org/dpv/dpv-legal#US-TN", "@type": [ - "http://www.w3.org/2006/time#ProperInterval" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/title": [ { - "@id": "_:Nfc41d25f5df942e486123feab50837f9" + "@language": "en", + "@value": "Tennessee" } ], - "http://www.w3.org/2006/time#hasEnd": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "_:Nb3146f52bfa74cd78afbd76a65adae82" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "_:Nb3146f52bfa74cd78afbd76a65adae82", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@id": "https://w3id.org/dpv/dpv-legal#US" } - ] - }, - { - "@id": "_:Nfc41d25f5df942e486123feab50837f9", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2013-07-01" + "@language": "en", + "@value": "Tennessee" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", "@type": [ - "https://w3id.org/dpv#SupraNationalUnion", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15591,7 +14763,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA)" + "@value": "Saarland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15600,181 +14772,221 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@language": "en", + "@value": "Saarland" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-WI", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, + "@language": "en", + "@value": "Wisconsin" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@language": "en", + "@value": "Wisconsin" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@language": "en", + "@value": "Bulgaria" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "@language": "en", + "@value": "Bulgaria" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@value": "BG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@value": "BGR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@value": "100" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "100" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@language": "en", + "@value": "Dutch Data Protection Authority" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@language": "en", + "@value": "Dutch Data Protection Authority" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://autoriteitpersoonsgegevens.nl" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NL" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AF", + "@id": "https://w3id.org/dpv/dpv-legal#OM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -15793,7 +15005,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Oman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15804,7 +15016,7 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { "@id": "https://w3id.org/dpv/dpv-legal#Asia" @@ -15813,35 +15025,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Oman" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AF" + "@value": "OM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AFG" + "@value": "OMN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "4" + "@value": "512" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "4" + "@value": "512" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#LS", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -15855,13 +15067,9 @@ } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" - }, { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "Lesotho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15870,49 +15078,49 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.rlp.de/" + "@language": "en", + "@value": "Lesotho" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@value": "LS" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@value": "LSO" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@value": "426" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" + "@value": "426" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe", + "@id": "https://w3id.org/dpv/dpv-legal#LU", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -15928,7 +15136,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Europe" + "@value": "Luxembourg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15937,188 +15145,223 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#IS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MD" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AL" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LI" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@language": "en", + "@value": "Luxembourg" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SJ" - }, + "@value": "LU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@value": "LUX" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CH" - }, + "@value": "442" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@value": "442" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-KY", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RU" - }, + "@language": "en", + "@value": "Kentucky" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, + "@language": "en", + "@value": "Kentucky" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MP", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AD" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@language": "en", + "@value": "Northern Mariana Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, + "@language": "en", + "@value": "Northern Mariana Islands" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BL", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, + "@language": "en", + "@value": "Saint Barthélemy" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AX" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NO" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, + "@language": "en", + "@value": "Saint Barthélemy" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@value": "BL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "BLM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VA" + "@value": "652" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Europe" + "@value": "652" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME", + "@id": "https://w3id.org/dpv/dpv-legal#AG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -16134,7 +15377,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maine" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16145,21 +15388,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maine" + "@value": "Antigua and Barbuda" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "AG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ATG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "28" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LY", + "@id": "https://w3id.org/dpv/dpv-legal#UY", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -16175,7 +15444,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Libya" + "@value": "Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16186,44 +15455,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Libya" + "@value": "Uruguay" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LY" + "@value": "UY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LBY" + "@value": "URY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "434" + "@value": "858" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "434" + "@value": "858" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR", + "@id": "https://w3id.org/dpv/dpv-legal#YT", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -16239,29 +15511,55 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oregon" + "@value": "Mayotte" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Mayotte" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "YT" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "MYT" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "175" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Oregon" + "@value": "175" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MU", + "@id": "https://w3id.org/dpv/dpv-legal#KR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -16280,7 +15578,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16291,47 +15589,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Republic of Korea" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MU" + "@value": "KR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MUS" + "@value": "KOR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "480" + "@value": "410" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "480" + "@value": "410" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -16342,12 +15637,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16356,190 +15658,111 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CL" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AW" + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SR" - }, + "@language": "en", + "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.bremen.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CO" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MX" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GW", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EC" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CU" - }, + "@language": "en", + "@value": "Guinea-Bissau" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CW" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VG" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GF" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, + "@language": "en", + "@value": "Guinea-Bissau" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PY" - }, + "@value": "GW" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - }, + "@value": "GNB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BR" + "@value": "624" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "624" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FM", + "@id": "https://w3id.org/dpv/dpv-legal#NP", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -16555,7 +15778,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "Nepal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16566,41 +15789,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "Nepal" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FM" + "@value": "NP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FSM" + "@value": "NPL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "583" + "@value": "524" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "583" + "@value": "524" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TH", + "@id": "https://w3id.org/dpv/dpv-legal#BF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16619,7 +15842,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thailand" + "@value": "Burkina Faso" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16630,44 +15853,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thailand" + "@value": "Burkina Faso" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TH" + "@value": "BF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "THA" + "@value": "BFA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "764" + "@value": "854" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "764" + "@value": "854" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG", + "@id": "https://w3id.org/dpv/dpv-legal#SY", "@type": [ - "https://w3id.org/dpv#Law", - "https://w3id.org/dpv/dpv-gdpr#A45-3", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16681,15 +15906,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N33295948d97a483d8e7ae7af51042cf6" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Guernsey" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16698,46 +15918,46 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, + "@language": "en", + "@value": "Syrian Arab Republic" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GG" + "@value": "SY" } - ] - }, - { - "@id": "_:N33295948d97a483d8e7ae7af51042cf6", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:Nedb92460f9c24309a0924330ff4fb9b2" + "@value": "SYR" } - ] - }, - { - "@id": "_:Nedb92460f9c24309a0924330ff4fb9b2", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-11-21" + "@value": "760" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "760" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR", + "@id": "https://w3id.org/dpv/dpv-legal#EU28", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#SupraNationalUnion" ], "http://purl.org/dc/terms/created": [ { @@ -16750,10 +15970,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N4c54604daa64489589466eabecced1a0" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "European Union (EU-28)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16764,152 +15989,221 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Puerto Rico" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YE", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@language": "en", - "@value": "Yemen" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, { - "@language": "en", - "@value": "Yemen" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, { - "@value": "YE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, { - "@value": "YEM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@value": "887" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, { - "@value": "887" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SC", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, { - "@language": "en", - "@value": "Seychelles" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, { - "@language": "en", - "@value": "Seychelles" + "@id": "https://w3id.org/dpv/dpv-legal#SI" } + ] + }, + { + "@id": "_:N4c54604daa64489589466eabecced1a0", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "SC" + "@id": "_:N5fd8d4d104744bb2b26c6042643e8b90" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2006/time#hasEnd": [ { - "@value": "SYC" + "@id": "_:N691c57c9a8aa44378318b617cdea601a" } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + ] + }, + { + "@id": "_:N5fd8d4d104744bb2b26c6042643e8b90", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "690" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2013-07-01" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N691c57c9a8aa44378318b617cdea601a", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "690" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -16925,7 +16219,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spain" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16934,71 +16228,31 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spain" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "ES" + "@value": "Office of the Information and Data Protection Commissioner" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "ESP" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://idpc.org.mt" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "724" + "@id": "https://w3id.org/dpv/dpv-legal#MT" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "724" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MM", + "@id": "https://w3id.org/dpv/dpv-legal#TT", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17017,7 +16271,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Trinidad and Tobago" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17028,44 +16282,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Trinidad and Tobago" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MM" + "@value": "TT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MMR" + "@value": "TTO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "104" + "@value": "780" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "104" + "@value": "780" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-legal#HM", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -17081,7 +16338,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17090,74 +16347,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Luxembourg" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Heard Island and McDonald Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LU" + "@value": "HM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LUX" + "@value": "HMD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "442" + "@value": "334" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "442" + "@value": "334" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AL", + "@id": "https://w3id.org/dpv/dpv-legal#US-WY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -17173,7 +16402,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Albania" + "@value": "Wyoming" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17184,41 +16413,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Albania" + "@value": "Wyoming" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AK", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "AL" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "ALB" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "8" + "@language": "en", + "@value": "Alaska" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "8" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Alaska" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PM", + "@id": "https://w3id.org/dpv/dpv-legal#ET", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17237,7 +16484,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Ethiopia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17248,44 +16495,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Ethiopia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PM" + "@value": "ET" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SPM" + "@value": "ETH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "666" + "@value": "231" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "666" + "@value": "231" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DJ", + "@id": "https://w3id.org/dpv/dpv-legal#NR", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -17301,7 +16551,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Nauru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17312,44 +16562,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Nauru" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DJ" + "@value": "NR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DJI" + "@value": "NRU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "262" + "@value": "520" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "262" + "@value": "520" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-legal#IM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17368,7 +16615,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungary" + "@value": "Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17382,69 +16629,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungary" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Isle of Man" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HU" + "@value": "IM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HUN" + "@value": "IMN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "348" + "@value": "833" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "348" + "@value": "833" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -17457,10 +16676,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nbbd75a0a1c464a9daf9504096a22aba7" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatia" + "@value": "California Privacy Rights Act (CPRA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17469,71 +16693,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Croatia" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "California Privacy Rights Act (CPRA)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "HR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "HRV" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" } + ] + }, + { + "@id": "_:Nbbd75a0a1c464a9daf9504096a22aba7", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "191" + "@id": "_:N40ab462a0e4d4bf0ae405c01a046b480" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N40ab462a0e4d4bf0ae405c01a046b480", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "191" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2023-01-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TL", + "@id": "https://w3id.org/dpv/dpv-legal#JM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -17552,7 +16751,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Jamaica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17563,44 +16762,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Jamaica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TL" + "@value": "JM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TLS" + "@value": "JAM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "626" + "@value": "388" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "626" + "@value": "388" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#US-NH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -17611,19 +16813,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" - }, - { - "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "New Hampshire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17632,38 +16827,23 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" - }, - { - "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@language": "en", + "@value": "New Hampshire" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VI", + "@id": "https://w3id.org/dpv/dpv-legal#TD", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -17679,7 +16859,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Chad" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17690,44 +16870,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Chad" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VI" + "@value": "TD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VIR" + "@value": "TCD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "850" + "@value": "148" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "850" + "@value": "148" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BH", + "@id": "https://w3id.org/dpv/dpv-legal#TW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -17746,7 +16926,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Taiwan (Province of China)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17755,43 +16935,15 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bahrain" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BHR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "48" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "48" + "@value": "Taiwan (Province of China)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GE", + "@id": "https://w3id.org/dpv/dpv-legal#YE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -17810,7 +16962,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Yemen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17821,41 +16973,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Georgia" + "@value": "Yemen" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GE" + "@value": "YE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GEO" + "@value": "YEM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "268" + "@value": "887" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "268" + "@value": "887" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-legal#ES", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -17874,7 +17026,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Spain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17885,25 +17037,25 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -17912,12 +17064,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Spain" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" } ], "https://w3id.org/dpv#hasLaw": [ @@ -17927,30 +17079,82 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BG" + "@value": "ES" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BGR" + "@value": "ESP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "100" + "@value": "724" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "100" + "@value": "724" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Information Commissioner of the Republic of Slovenia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Information Commissioner of the Republic of Slovenia" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.ip-rs.si/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LB", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -17966,7 +17170,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Lebanon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17977,21 +17181,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Lebanon" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "LB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "LBN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "422" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "422" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -18002,12 +17229,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" + }, { "@language": "en", - "@value": "Alaska" + "@value": "Berlin Data Protection Act (BlnDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18016,23 +17250,38 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" + }, + { + "@language": "en", + "@value": "Berlin Data Protection Act (BlnDSG)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@language": "en", - "@value": "Alaska" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -18048,7 +17297,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zambia" + "@value": "CentralAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18059,44 +17308,35 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Zambia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#TJ" + }, { - "@value": "ZM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#KG" + }, { - "@value": "ZMB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#KZ" + }, { - "@value": "894" + "@id": "https://w3id.org/dpv/dpv-legal#UZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TM" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "894" + "@language": "en", + "@value": "CentralAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KE", + "@id": "https://w3id.org/dpv/dpv-legal#TK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18115,7 +17355,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kenya" + "@value": "Tokelau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18126,47 +17366,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kenya" + "@value": "Tokelau" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KE" + "@value": "TK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KEN" + "@value": "TKL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "404" + "@value": "772" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "404" + "@value": "772" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", + "@id": "https://w3id.org/dpv/dpv-legal#VI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -18182,7 +17419,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "United States Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18193,29 +17430,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "United States Virgin Islands" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" - }, + "@value": "VI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@value": "VIR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "850" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "850" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#YT", + "@id": "https://w3id.org/dpv/dpv-legal#TV", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -18234,7 +17486,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Tuvalu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18245,44 +17497,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Tuvalu" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "YT" + "@value": "TV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MYT" + "@value": "TUV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "175" + "@value": "798" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "175" + "@value": "798" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -18301,7 +17550,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18312,105 +17561,188 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#UZ" + "@id": "https://w3id.org/dpv/dpv-legal#AI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TJ" + "@id": "https://w3id.org/dpv/dpv-legal#BZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TM" + "@id": "https://w3id.org/dpv/dpv-legal#GF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KG" + "@id": "https://w3id.org/dpv/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KZ" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#TT" + }, { - "@language": "en", - "@value": "CentralAsia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ML", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#AW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#MQ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#VE" + }, { - "@language": "en", - "@value": "Mali" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SX" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#FK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#KN" + }, { - "@language": "en", - "@value": "Mali" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SV" + }, { - "@value": "ML" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#BL" + }, { - "@value": "MLI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#HT" + }, { - "@value": "466" + "@id": "https://w3id.org/dpv/dpv-legal#GY" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "466" + "@language": "en", + "@value": "LatinAmericaandtheCaribbean" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BS", + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -18426,7 +17758,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Thuringia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18437,47 +17769,37 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Thuringia" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "BS" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "BHS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "44" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" + }, { - "@value": "44" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-legal#US-FL", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -18493,7 +17815,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgium" + "@value": "Florida" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18504,72 +17826,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgium" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BEL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "56" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "56" + "@value": "Florida" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN", + "@id": "https://w3id.org/dpv/dpv-legal#US-SD", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -18585,7 +17856,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Minnesota" + "@value": "South Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18602,15 +17873,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Minnesota" + "@value": "South Dakota" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#SJ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -18626,7 +17897,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "MiddleAfrica" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18637,47 +17908,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CM" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CG" - }, + "@language": "en", + "@value": "Svalbard and Jan Mayen Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GA" - }, + "@value": "SJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CF" - }, + "@value": "SJM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TD" + "@value": "744" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "MiddleAfrica" + "@value": "744" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AM", + "@id": "https://w3id.org/dpv/dpv-legal#BS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -18696,7 +17961,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Armenia" + "@value": "Bahamas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18707,44 +17972,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Armenia" + "@value": "Bahamas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AM" + "@value": "BS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARM" + "@value": "BHS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "51" + "@value": "44" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "51" + "@value": "44" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-legal#NI", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -18760,7 +18028,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Romania" + "@value": "Nicaragua" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18771,72 +18039,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Romania" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Nicaragua" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RO" + "@value": "NI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ROU" + "@value": "NIC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "642" + "@value": "558" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "642" + "@value": "558" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL", + "@id": "https://w3id.org/dpv/dpv-legal#LK", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -18847,19 +18090,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Sri Lanka" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18868,41 +18104,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.saarland.de/" + "@language": "en", + "@value": "Sri Lanka" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@value": "LK" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "@value": "LKA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@value": "144" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + "@value": "144" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CI", + "@id": "https://w3id.org/dpv/dpv-legal#RS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18921,7 +18159,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Serbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18932,47 +18170,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Serbia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CI" + "@value": "RS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CIV" + "@value": "SRB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "384" + "@value": "688" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "384" + "@value": "688" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -18988,7 +18223,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18997,38 +18232,33 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@language": "en", + "@value": "Spanish Data Protection Agency (AEPD)" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.aepd.es/" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#ES" } ], "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19045,7 +18275,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Portugal" + "@value": "NorthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19057,68 +18287,137 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AX" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#FO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#IS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#JE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#GG" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "NorthernEurope" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BT", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Bhutan" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Portugal" + "@value": "accepted" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Bhutan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PT" + "@value": "BT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRT" + "@value": "BTN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "620" + "@value": "64" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "620" + "@value": "64" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PY", + "@id": "https://w3id.org/dpv/dpv-legal#FK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19137,7 +18436,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19151,44 +18450,44 @@ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Falkland Islands (Malvinas)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PY" + "@value": "FK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRY" + "@value": "FLK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "600" + "@value": "238" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "600" + "@value": "238" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GD", + "@id": "https://w3id.org/dpv/dpv-legal#US-RI", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -19204,7 +18503,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Grenada" + "@value": "Rhode Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19215,44 +18514,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Grenada" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "GD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "GRD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "308" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "308" + "@value": "Rhode Island" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SY", + "@id": "https://w3id.org/dpv/dpv-legal#PG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -19271,7 +18544,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19282,44 +18555,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Papua New Guinea" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SY" + "@value": "PG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SYR" + "@value": "PNG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "760" + "@value": "598" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "760" + "@value": "598" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU", + "@id": "https://w3id.org/dpv/dpv-legal#US-MA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#SupraNationalUnion" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -19335,7 +18608,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU)" + "@value": "Massachusetts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19344,184 +18617,219 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "@language": "en", + "@value": "Massachusetts" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RU", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@language": "en", + "@value": "Russian Federation" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@language": "en", + "@value": "Russian Federation" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@value": "RU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@value": "RUS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "643" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@value": "643" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv#hasCountry": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@language": "en", + "@value": "Micronesia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#MH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#PW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#KI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#NR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#UM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#GU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#FM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#MP" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@language": "en", + "@value": "Micronesia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@language": "en", + "@value": "NorthernAfrica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#EG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#TN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#MA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#EH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#LY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#SD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DZ" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@language": "en", + "@value": "NorthernAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR", "@type": [ + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -19534,10 +18842,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nb8c30de20ca74cb3be05c370f87fef8c" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kansas" + "@value": "EU Adequacy Decision for Argentina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19546,20 +18859,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@language": "en", - "@value": "Kansas" + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MW", + "@id": "_:Nb8c30de20ca74cb3be05c370f87fef8c", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N9edb8f67ea0449869b1d6564c02ce7f5" + } + ] + }, + { + "@id": "_:N9edb8f67ea0449869b1d6564c02ce7f5", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2003-07-05" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -19578,7 +18914,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malawi" + "@value": "Tonga" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19589,47 +18925,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malawi" + "@value": "Tonga" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MW" + "@value": "TO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MWI" + "@value": "TON" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "454" + "@value": "776" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "454" + "@value": "776" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SS", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -19638,14 +18971,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "South Sudan" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19654,46 +18994,41 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@language": "en", + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "South Sudan" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-berlin.de/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "SS" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "SSD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "728" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" + }, { - "@value": "728" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI", + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -19712,29 +19047,58 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "WesternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LI" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "WesternEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LK", + "@id": "https://w3id.org/dpv/dpv-legal#VG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -19753,7 +19117,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19764,44 +19128,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "British Virgin Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LK" + "@value": "VG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LKA" + "@value": "VGB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "144" + "@value": "92" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "144" + "@value": "92" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-legal#BQ", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -19817,7 +19184,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19828,69 +19195,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greece" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GR" + "@value": "BQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRC" + "@value": "BES" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "300" + "@value": "535" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "300" + "@value": "535" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SL", + "@id": "https://w3id.org/dpv/dpv-legal#CC", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -19909,7 +19251,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19920,44 +19262,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Cocos (Keeling) Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SL" + "@value": "CC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SLE" + "@value": "CCK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "694" + "@value": "166" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "694" + "@value": "166" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OK", + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -19976,7 +19315,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19987,20 +19326,49 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GQ" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "MiddleAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA", + "@id": "https://w3id.org/dpv/dpv-legal#PT", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -20017,7 +19385,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Washington" + "@value": "Portugal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20028,21 +19396,72 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Washington" + "@value": "Portugal" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "PT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "PRT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "620" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "620" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", + "@id": "https://w3id.org/dpv/dpv-legal#FO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -20058,88 +19477,55 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernEurope" + "@value": "Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@value": "FO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@value": "FRO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SJ" + "@value": "234" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "NorthernEurope" + "@value": "234" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY", + "@id": "https://w3id.org/dpv/dpv-legal#US-MI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20155,7 +19541,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kentucky" + "@value": "Michigan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20172,15 +19558,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kentucky" + "@value": "Michigan" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", + "@id": "https://w3id.org/dpv/dpv-legal#FI", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -20196,7 +19582,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Caribbean" + "@value": "Finland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20207,147 +19593,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AG" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JM" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GP" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KY" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GD" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VC" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Caribbean" + "@value": "Finland" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Hawaii" + "@value": "FI" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "FIN" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "246" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Hawaii" + "@value": "246" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#CA", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -20364,7 +19674,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Canada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20375,41 +19685,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MO" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HK" - }, + "@language": "en", + "@value": "Canada" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KP" - }, + "@value": "CA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KR" - }, + "@value": "CAN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CN" + "@value": "124" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "EasternAsia" + "@value": "124" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SD", + "@id": "https://w3id.org/dpv/dpv-legal#MS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20428,7 +19738,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sudan" + "@value": "Montserrat" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20439,44 +19749,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sudan" + "@value": "Montserrat" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SD" + "@value": "MS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SDN" + "@value": "MSR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "729" + "@value": "500" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "729" + "@value": "500" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -20485,21 +19798,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" - }, + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@value": "Hesse" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20508,35 +19814,36 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" + "@language": "en", + "@value": "Hesse" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-legal#WS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -20555,7 +19862,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austria" + "@value": "Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20566,69 +19873,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Austria" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Samoa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AT" + "@value": "WS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AUT" + "@value": "WSM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "40" + "@value": "882" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "40" + "@value": "882" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-legal#MR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20647,7 +19926,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Mauritania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20658,72 +19937,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lithuania" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Mauritania" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LT" + "@value": "MR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LTU" + "@value": "MRT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "440" + "@value": "478" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "440" + "@value": "478" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#DZ", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20732,21 +19986,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" - }, { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Algeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20755,38 +20002,46 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" - }, + "@value": "Algeria" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@value": "DZ" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" + "@value": "DZA" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + "@value": "12" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@value": "12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CU", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -20802,7 +20057,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cuba" + "@value": "NorthernAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20814,46 +20069,37 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Cuba" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#CA" + }, { - "@value": "CU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#GL" + }, { - "@value": "CUB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#BM" + }, { - "@value": "192" + "@id": "https://w3id.org/dpv/dpv-legal#US" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PM" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "192" + "@language": "en", + "@value": "NorthernAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NF", + "@id": "https://w3id.org/dpv/dpv-legal#US-SC", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20869,7 +20115,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "South Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20880,45 +20126,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Norfolk Island" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "NF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "NFK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "574" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "574" + "@value": "South Carolina" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP", + "@id": "https://w3id.org/dpv/dpv-legal#US-MT", "@type": [ - "https://w3id.org/dpv/dpv-gdpr#A45-3", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -20931,15 +20153,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nd469247f3ef14919b0ec4e119bd59803" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Japan" + "@value": "Montana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20948,46 +20165,23 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#JP" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#US" } - ] - }, - { - "@id": "_:Nd469247f3ef14919b0ec4e119bd59803", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N4cb5a38a598f4cb28e27e206d2a70860" - } - ] - }, - { - "@id": "_:N4cb5a38a598f4cb28e27e206d2a70860", - "http://www.w3.org/2006/time#inXSDDate": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-01-23" + "@language": "en", + "@value": "Montana" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IM", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -21003,7 +20197,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21012,43 +20206,31 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Isle of Man" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "IM" + "@value": "Hellenic Data Protection Authority" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "IMN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dpa.gr" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "833" + "@id": "https://w3id.org/dpv/dpv-legal#GR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "833" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GP", + "@id": "https://w3id.org/dpv/dpv-legal#HK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21067,7 +20249,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21078,47 +20260,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "China, Hong Kong Special Administrative Region" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GP" + "@value": "HK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GLP" + "@value": "HKG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "312" + "@value": "344" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "312" + "@value": "344" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AW", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -21134,7 +20313,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Aruba" + "@value": "EasternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21145,44 +20324,86 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#TF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, { - "@language": "en", - "@value": "Aruba" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#IO" + }, { - "@value": "AW" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SS" + }, { - "@value": "ABW" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, { - "@value": "533" + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZW" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "533" + "@language": "en", + "@value": "EasternAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AO", + "@id": "https://w3id.org/dpv/dpv-legal#IQ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21201,7 +20422,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Angola" + "@value": "Iraq" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21212,47 +20433,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Angola" + "@value": "Iraq" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AO" + "@value": "IQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AGO" + "@value": "IRQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "24" + "@value": "368" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "24" + "@value": "368" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -21263,19 +20481,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" - }, { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Estonian Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21285,37 +20496,33 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" - }, { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Estonian Data Protection Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + "@value": "http://www.aki.ee/" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#EE" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BI", + "@id": "https://w3id.org/dpv/dpv-legal#MP", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -21331,7 +20538,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burundi" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21342,47 +20549,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burundi" + "@value": "Northern Mariana Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BI" + "@value": "MP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BDI" + "@value": "MNP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "108" + "@value": "580" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "108" + "@value": "580" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY", + "@id": "https://w3id.org/dpv/dpv-legal#KG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -21398,7 +20602,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New York" + "@value": "Kyrgyzstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21409,18 +20613,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New York" + "@value": "Kyrgyzstan" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "KG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "KGZ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "417" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "417" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-legal#GG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21439,7 +20666,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21450,71 +20677,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Slovenia" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Guernsey" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SI" + "@value": "GG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SVN" + "@value": "GGY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "705" + "@value": "831" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "705" + "@value": "831" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#BI", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21531,7 +20733,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Burundi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21542,37 +20744,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Burundi" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + "@value": "BI" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "@value": "BDI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" - }, + "@value": "108" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@value": "108" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -21583,12 +20795,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + }, { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21597,193 +20816,159 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UG" + "@language": "en", + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CI" - }, + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ST" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LawConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LS" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TF" + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ET" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BI" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MU" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SL" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CM" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AO" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GA" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KM" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MR" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SN" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AQ", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, + "@language": "en", + "@value": "Antarctica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CF" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Antarctica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "AQ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ATA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "10" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "10" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-legal#BN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -21802,7 +20987,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21813,72 +20998,108 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, + "@language": "en", + "@value": "Brunei Darussalam" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, + "@value": "BN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, + "@value": "BRN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@value": "96" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, + "@value": "96" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AX", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "Åland Islands" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Åland Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LV" + "@value": "AX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LVA" + "@value": "ALA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "428" + "@value": "248" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "428" + "@value": "248" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -21891,15 +21112,62 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Croatian Personal Data Protection Agency" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Croatian Personal Data Protection Agency" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.azop.hr/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CM", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "_:N25a3c83024d14493892dd8c21c86c3c1" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "Cameroon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21908,49 +21176,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "Cameroon" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" + "@value": "CM" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + "@value": "CMR" } - ] - }, - { - "@id": "_:N25a3c83024d14493892dd8c21c86c3c1", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "_:Nc2d5482472b745bebe5ab5cd4fcec8a1" + "@value": "120" } - ] - }, - { - "@id": "_:Nc2d5482472b745bebe5ab5cd4fcec8a1", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-01" + "@value": "120" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -21966,7 +21234,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21975,34 +21243,39 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ro/" + "@language": "en", + "@value": "Bremen" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CK", + "@id": "https://w3id.org/dpv/dpv-legal#Africa", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -22018,7 +21291,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22027,87 +21300,206 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#GM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, { - "@language": "en", - "@value": "Cook Islands" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#TG" + }, { - "@value": "CK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#TN" + }, { - "@value": "COK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@value": "184" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, { - "@value": "184" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#LS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#MW" + }, { - "@language": "en", - "@value": "Wyoming" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#CI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SS" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Africa" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BN", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -22123,7 +21515,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22132,46 +21524,35 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brunei Darussalam" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BN" + "@value": "Danish Data Protection Agency" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BRN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.datatilsynet.dk/" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "96" + "@id": "https://w3id.org/dpv/dpv-legal#DK" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "96" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv/dpv-gdpr#A45-3", + "https://w3id.org/dpv#Law" ], "http://purl.org/dc/terms/created": [ { @@ -22184,10 +21565,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nead4707a8e824ff88a86b59dbde7337e" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "EU Adequacy Decision for Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22196,20 +21582,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@language": "en", - "@value": "United States Minor Outlying Islands" + "@id": "https://w3id.org/dpv/dpv-legal#AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UZ", + "@id": "_:Nead4707a8e824ff88a86b59dbde7337e", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Nf6fcd028fbb248e4bfdb7ccb4878b22d" + } + ] + }, + { + "@id": "_:Nf6fcd028fbb248e4bfdb7ccb4878b22d", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2010-10-21" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22228,7 +21637,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Vanuatu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22239,43 +21648,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Vanuatu" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UZ" + "@value": "VU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UZB" + "@value": "VUT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "860" + "@value": "548" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "860" + "@value": "548" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#ST", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22292,7 +21701,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22303,37 +21712,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin" + "@value": "Sao Tome and Principe" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + "@value": "ST" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "@value": "STP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@value": "678" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" + "@value": "678" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#OM", + "@id": "https://w3id.org/dpv/dpv-legal#AZ", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -22349,7 +21768,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oman" + "@value": "Azerbaijan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22360,112 +21779,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oman" + "@value": "Azerbaijan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "OM" + "@value": "AZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "OMN" + "@value": "AZE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "512" + "@value": "31" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "512" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LawConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + "@value": "31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Sark", + "@id": "https://w3id.org/dpv/dpv-legal#UZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -22481,7 +21832,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sark" + "@value": "Uzbekistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22492,68 +21843,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sark" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "Uzbekistan" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "New Hampshire" + "@value": "UZ" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "UZB" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "860" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "New Hampshire" + "@value": "860" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PK", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -22569,7 +21896,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pakistan" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22580,44 +21907,37 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pakistan" + "@value": "Lower-Saxony" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "PK" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "PAK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "586" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, { - "@value": "586" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -22628,19 +21948,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" - }, { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22649,35 +21962,36 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" + "@language": "en", + "@value": "Brandenburg" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NC", + "@id": "https://w3id.org/dpv/dpv-legal#ID", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22696,7 +22010,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Indonesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22707,44 +22021,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Indonesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NC" + "@value": "ID" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NCL" + "@value": "IDN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "540" + "@value": "360" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "540" + "@value": "360" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", + "@id": "https://w3id.org/dpv/dpv-legal#US", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -22760,174 +22074,225 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia" + "@value": "United States of America" } ], "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-legal#NorthernAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-RI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-WA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-TX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-OR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-FL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-DC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-KS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-VT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ND" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NR" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FM" + "@id": "https://w3id.org/dpv/dpv-legal#US-UM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PW" + "@id": "https://w3id.org/dpv/dpv-legal#US-MN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UM" + "@id": "https://w3id.org/dpv/dpv-legal#US-NM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GU" + "@id": "https://w3id.org/dpv/dpv-legal#US-IA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MP" + "@id": "https://w3id.org/dpv/dpv-legal#US-NV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MH" + "@id": "https://w3id.org/dpv/dpv-legal#US-WI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KI" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AK" + }, { - "@language": "en", - "@value": "Micronesia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CO" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-TN" + }, { - "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-PR" + }, { - "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-IN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnil.fr/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MX", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ID" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-KY" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-GU" + }, { - "@language": "en", - "@value": "Mexico" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US-HI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US-SC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#US-AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-WV" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mexico" + "@value": "United States of America" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MX" + "@value": "US" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MEX" + "@value": "USA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "484" + "@value": "840" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "484" + "@value": "840" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LI", + "@id": "https://w3id.org/dpv/dpv-legal#SA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22946,7 +22311,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Saudi Arabia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22957,44 +22322,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Saudi Arabia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LI" + "@value": "SA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LIE" + "@value": "SAU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "438" + "@value": "682" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "438" + "@value": "682" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA", + "@id": "https://w3id.org/dpv/dpv-legal#GR", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23010,7 +22375,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iowa" + "@value": "Greece" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23021,73 +22386,72 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, { - "@language": "en", - "@value": "Iowa" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Greece" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@language": "en", - "@value": "Commission for Personal Data Protection" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "GR" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cpdp.bg/" + "@value": "GRC" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@value": "300" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "300" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "@id": "https://w3id.org/dpv/dpv-legal#US-OH", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23098,19 +22462,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" - }, { "@language": "en", - "@value": "The Saxon data protection officer" + "@value": "Ohio" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23119,41 +22476,20 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" - }, - { - "@language": "en", - "@value": "The Saxon data protection officer" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.saechsdsb.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Ohio" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CD", + "@id": "https://w3id.org/dpv/dpv-legal#BH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -23172,7 +22508,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Bahrain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23183,44 +22519,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Bahrain" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CD" + "@value": "BH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COD" + "@value": "BHR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "180" + "@value": "48" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "180" + "@value": "48" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TN", + "@id": "https://w3id.org/dpv/dpv-legal#US-DC", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -23239,7 +22572,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tennessee" + "@value": "District of Columbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23256,15 +22589,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tennessee" + "@value": "District of Columbia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JP", + "@id": "https://w3id.org/dpv/dpv-legal#US-NM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23280,7 +22613,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Japan" + "@value": "New Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23291,43 +22624,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Japan" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "JP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "JPN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "392" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "392" + "@value": "New Mexico" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23339,12 +22649,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Hamburg Data Protection Act (HmbDSG)" + }, + { + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23356,31 +22673,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Hamburg Data Protection Act (HmbDSG)" + }, + { + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.datatilsynet.dk/" + "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA", + "@id": "https://w3id.org/dpv/dpv-legal#LI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23396,7 +22717,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Liechtenstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23407,70 +22728,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Louisiana" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California" + "@value": "Liechtenstein" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "LI" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "LIE" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "California" + "@value": "438" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" - }, + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" + "@value": "438" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#BY", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23486,7 +22781,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Belarus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23496,54 +22791,45 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, { "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UA" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MD" - }, + "@language": "en", + "@value": "Belarus" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BY" - }, + "@value": "BY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, + "@value": "BLR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@value": "112" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "EasternEurope" + "@value": "112" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR", + "@id": "https://w3id.org/dpv/dpv-legal#GT", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23559,7 +22845,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "Guatemala" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23568,33 +22854,48 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "Guatemala" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.azop.hr/" + "@value": "GT" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@value": "GTM" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "320" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "320" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN", + "@id": "https://w3id.org/dpv/dpv-legal#ER", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23611,7 +22912,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indiana" + "@value": "Eritrea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23622,59 +22923,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@language": "en", - "@value": "Indiana" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Eritrea" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Delaware" + "@value": "ER" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "ERI" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "232" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Delaware" + "@value": "232" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NR", + "@id": "https://w3id.org/dpv/dpv-legal#MC", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23693,7 +22979,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nauru" + "@value": "Monaco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23704,44 +22990,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nauru" + "@value": "Monaco" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NR" + "@value": "MC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NRU" + "@value": "MCO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "520" + "@value": "492" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "520" + "@value": "492" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BL", + "@id": "https://w3id.org/dpv/dpv-legal#US-WA", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -23757,7 +23043,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Washington" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23768,47 +23054,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Barthélemy" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BLM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "652" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "652" + "@value": "Washington" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TF", + "@id": "https://w3id.org/dpv/dpv-legal#SH", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23824,7 +23084,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Saint Helena" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23835,44 +23095,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Saint Helena" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TF" + "@value": "SH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ATF" + "@value": "SHN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "260" + "@value": "654" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "260" + "@value": "654" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR", + "@id": "https://w3id.org/dpv/dpv-legal#US-MS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -23891,7 +23151,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arkansas" + "@value": "Mississippi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23908,12 +23168,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Arkansas" + "@value": "Mississippi" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TD", + "@id": "https://w3id.org/dpv/dpv-legal#BO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23932,7 +23192,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chad" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23943,47 +23203,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chad" + "@value": "Bolivia (Plurinational State of)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TD" + "@value": "BO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TCD" + "@value": "BOL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "148" + "@value": "68" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "148" + "@value": "68" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KM", + "@id": "https://w3id.org/dpv/dpv-legal#CD", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -23999,7 +23259,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comoros" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24010,47 +23270,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comoros" + "@value": "Democratic Republic of the Congo" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KM" + "@value": "CD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COM" + "@value": "COD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "174" + "@value": "180" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "174" + "@value": "180" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KI", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -24061,12 +23321,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "Kiribati" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24075,46 +23342,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kiribati" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + }, { - "@value": "KI" + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "KIR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.hessen.de/" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "296" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "296" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CL", + "@id": "https://w3id.org/dpv/dpv-legal#EC", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -24130,7 +23395,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chile" + "@value": "Ecuador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24141,47 +23406,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chile" + "@value": "Ecuador" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CL" + "@value": "EC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CHL" + "@value": "ECU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "152" + "@value": "218" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "152" + "@value": "218" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SH", + "@id": "https://w3id.org/dpv/dpv-legal#TJ", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -24197,7 +23462,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "Tajikistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24208,44 +23473,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "Tajikistan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SH" + "@value": "TJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SHN" + "@value": "TJK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "654" + "@value": "762" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "654" + "@value": "762" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -24264,7 +23526,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "CentralAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24275,34 +23537,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Lower-Saxony" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#PA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#BZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" + "@id": "https://w3id.org/dpv/dpv-legal#SV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CR" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "CentralAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VA", + "@id": "https://w3id.org/dpv/dpv-legal#GH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -24321,7 +23593,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Holy See" + "@value": "Ghana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24332,43 +23604,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Holy See" + "@value": "Ghana" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VA" + "@value": "GH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VAT" + "@value": "GHA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "336" + "@value": "288" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "336" + "@value": "288" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", + "@id": "https://w3id.org/dpv/dpv-legal#LV", "@type": [ - "https://w3id.org/dpv#Law", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -24378,9 +23653,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -24388,11 +23660,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" - }, - { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@value": "Latvia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24401,38 +23669,74 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + "@language": "en", + "@value": "Latvia" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "LV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "LVA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "428" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "428" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID", + "@id": "https://w3id.org/dpv/dpv-legal#MT", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -24448,7 +23752,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Idaho" + "@value": "Malta" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24459,18 +23763,69 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Idaho" + "@value": "Malta" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "MT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "MLT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "470" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "470" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MN", + "@id": "https://w3id.org/dpv/dpv-legal#GL", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -24489,7 +23844,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Greenland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24500,41 +23855,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Greenland" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MN" + "@value": "GL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNG" + "@value": "GRL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "496" + "@value": "304" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "496" + "@value": "304" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PE", + "@id": "https://w3id.org/dpv/dpv-legal#IT", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -24553,7 +23908,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Peru" + "@value": "Italy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24564,46 +23919,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Peru" + "@value": "Italy" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PE" + "@value": "IT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PER" + "@value": "ITA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "604" + "@value": "380" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "604" + "@value": "380" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -24620,7 +24000,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uruguay" + "@value": "California" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24631,181 +24011,121 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uruguay" + "@value": "California" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "UY" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/created": [ { - "@value": "URY" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "858" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "858" + "@language": "en", + "@value": "Austria" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AuthoritiesConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" - }, + "@language": "en", + "@value": "Austria" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, + "@value": "AT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, + "@value": "AUT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, + "@value": "40" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + "@value": "40" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CG", + "@id": "https://w3id.org/dpv/dpv-legal#MV", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -24821,7 +24141,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Congo" + "@value": "Maldives" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24832,47 +24152,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Congo" + "@value": "Maldives" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CG" + "@value": "MV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COG" + "@value": "MDV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "178" + "@value": "462" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "178" + "@value": "462" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UT", + "@id": "https://w3id.org/dpv/dpv-legal#US-NV", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -24888,7 +24205,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Utah" + "@value": "Nevada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24905,15 +24222,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Utah" + "@value": "Nevada" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#QA", + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -24929,7 +24246,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Qatar" + "@value": "AustraliaandNewZealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24940,44 +24257,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Qatar" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#NF" + }, { - "@value": "QA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#HM" + }, { - "@value": "QAT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#NZ" + }, { - "@value": "634" + "@id": "https://w3id.org/dpv/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AU" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "634" + "@language": "en", + "@value": "AustraliaandNewZealand" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#ME", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -24993,7 +24307,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Montenegro" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25004,38 +24318,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Montenegro" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + "@value": "ME" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" - }, + "@value": "MNE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@value": "499" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "499" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR", + "@id": "https://w3id.org/dpv/dpv-legal#MA", "@type": [ - "https://w3id.org/dpv/dpv-gdpr#A45-3", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -25048,15 +24368,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ne8040e0fac714812996a9a975ae3c9d7" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Argentina" + "@value": "Morocco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25065,46 +24380,46 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AR" - }, + "@language": "en", + "@value": "Morocco" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@value": "MA" } - ] - }, - { - "@id": "_:Ne8040e0fac714812996a9a975ae3c9d7", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:N846f6e3ccd9649cea46b5dd11d6e2610" + "@value": "MAR" } - ] - }, - { - "@id": "_:N846f6e3ccd9649cea46b5dd11d6e2610", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-07-05" + "@value": "504" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "504" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#DE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -25115,19 +24430,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" - }, - { - "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Germany" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25136,107 +24444,126 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz.sachsen-anhalt.de/" + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, { "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - } - ], - "https://w3id.org/dpv#hasLaw": [ + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TO", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tonga" + "@value": "Germany" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Tonga" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TO" + "@value": "DE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TON" + "@value": "DEU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "776" + "@value": "276" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "776" + "@value": "276" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ST", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -25246,14 +24573,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + }, { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25262,49 +24596,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "ST" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lda.brandenburg.de/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "STP" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "678" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "678" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SA", + "@id": "https://w3id.org/dpv/dpv-legal#Americas", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -25320,7 +24649,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Americas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25329,206 +24658,194 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#DO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AI" + }, { - "@language": "en", - "@value": "Saudi Arabia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#BZ" + }, { - "@value": "SA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#GF" + }, { - "@value": "SAU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@value": "682" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#GS" + }, { - "@value": "682" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#TT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#GT" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, { - "@language": "en", - "@value": "Texas" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#AG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#JM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BO" + }, { - "@language": "en", - "@value": "Texas" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA", - "@type": [ - "https://w3id.org/dpv#Law", - "https://w3id.org/dpv/dpv-gdpr#A45-3", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#PY" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#VG" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-legal#BQ" + }, { - "@id": "_:Nd5d2c2ccc8484c14a5322871f613333b" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#VC" + }, { - "@language": "en", - "@value": "EU Adequacy Decision for Canada (commercial organisations)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#BS" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#BV" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#MX" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#CA" + "@id": "https://w3id.org/dpv/dpv-legal#CR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ] - }, - { - "@id": "_:Nd5d2c2ccc8484c14a5322871f613333b", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-legal#AR" + }, { - "@id": "_:N4fae399590e84028bf1e4618276ad0aa" - } - ] - }, - { - "@id": "_:N4fae399590e84028bf1e4618276ad0aa", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#PR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2002-01-04" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GP" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#CW" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#EC" + }, { - "@language": "en", - "@value": "National Commission for Data Protection" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#PA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#MS" + }, { - "@language": "en", - "@value": "National Commission for Data Protection" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#AW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://cnpd.public.lu" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#MF" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Americas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UG", + "@id": "https://w3id.org/dpv/dpv-legal#SV", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25547,7 +24864,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uganda" + "@value": "El Salvador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25558,44 +24875,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uganda" + "@value": "El Salvador" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UG" + "@value": "SV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UGA" + "@value": "SLV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "800" + "@value": "222" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "800" + "@value": "222" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KY", + "@id": "https://w3id.org/dpv/dpv-legal#CI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -25614,7 +24931,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25625,44 +24942,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Côte d’Ivoire" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KY" + "@value": "CI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CYM" + "@value": "CIV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "136" + "@value": "384" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "136" + "@value": "384" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GM", + "@id": "https://w3id.org/dpv/dpv-legal#PL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25681,7 +24998,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gambia" + "@value": "Poland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25692,110 +25009,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Gambia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "GM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "GMB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, { - "@value": "270" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, { - "@value": "270" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BA", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, { - "@language": "en", - "@value": "Bosnia and Herzegovina" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" } ], - "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": "Poland" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "Bosnia and Herzegovina" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BA" + "@value": "PL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BIH" + "@value": "POL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "70" + "@value": "616" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "70" + "@value": "616" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -25812,7 +25090,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25821,39 +25099,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@language": "en", + "@value": "National Supervisory Authority for Personal Data Processing" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Bremen" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.ro/" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#RO" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZW", + "@id": "https://w3id.org/dpv/dpv-legal#CG", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -25869,7 +25142,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25880,44 +25153,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Congo" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ZW" + "@value": "CG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ZWE" + "@value": "COG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "716" + "@value": "178" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "716" + "@value": "178" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AD", + "@id": "https://w3id.org/dpv/dpv-legal#DJ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25936,7 +25209,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Andorra" + "@value": "Djibouti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25947,44 +25220,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Andorra" + "@value": "Djibouti" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AD" + "@value": "DJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AND" + "@value": "DJI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "20" + "@value": "262" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "20" + "@value": "262" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GG", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -26000,7 +25276,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guernsey" + "@value": "Estonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26010,45 +25286,70 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, { "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guernsey" + "@value": "Estonia" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GG" + "@value": "EE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GGY" + "@value": "EST" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "831" + "@value": "233" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "831" + "@value": "233" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BB", + "@id": "https://w3id.org/dpv/dpv-legal#PA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -26067,7 +25368,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Barbados" + "@value": "Panama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26078,47 +25379,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Barbados" + "@value": "Panama" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BB" + "@value": "PA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BRB" + "@value": "PAN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "52" + "@value": "591" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "52" + "@value": "591" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BM", + "@id": "https://w3id.org/dpv/dpv-legal#AR", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -26134,7 +25435,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Argentina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26144,45 +25445,48 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Argentina" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BM" + "@value": "AR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BMU" + "@value": "ARG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "60" + "@value": "32" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "60" + "@value": "32" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VU", + "@id": "https://w3id.org/dpv/dpv-legal#ML", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -26198,7 +25502,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Mali" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26209,44 +25513,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Mali" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VU" + "@value": "ML" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VUT" + "@value": "MLI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "548" + "@value": "466" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "548" + "@value": "466" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MR", + "@id": "https://w3id.org/dpv/dpv-legal#US-VT", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -26262,7 +25569,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Vermont" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26273,44 +25580,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "MRT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "478" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "478" + "@value": "Vermont" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EH", + "@id": "https://w3id.org/dpv/dpv-legal#IS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -26329,7 +25610,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Iceland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26340,44 +25621,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Iceland" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EH" + "@value": "IS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ESH" + "@value": "ISL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "732" + "@value": "352" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "732" + "@value": "352" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CR", + "@id": "https://w3id.org/dpv/dpv-legal#AU", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -26393,7 +25674,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Australia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26404,47 +25685,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Australia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CR" + "@value": "AU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CRI" + "@value": "AUS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "188" + "@value": "36" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "188" + "@value": "36" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WI", + "@id": "https://w3id.org/dpv/dpv-legal#PK", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -26460,7 +25738,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "Pakistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26471,21 +25749,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "Pakistan" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "PK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "PAK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "586" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "586" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#SupraNationalUnion" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -26496,17 +25797,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + }, { - "@id": "_:Ne5420c3320674f6687ba11ef8c0b9bbe" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + }, { "@language": "en", - "@value": "European Economic Area (EEA-31)" + "@value": "Bavarian State Office for Data Protection Supervision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26515,220 +25818,104 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@language": "en", + "@value": "Bavarian State Office for Data Protection Supervision" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lda.bayern.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", + "@type": [ + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@language": "de", + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@language": "en", + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@language": "de", + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@language": "en", + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" } - ] - }, - { - "@id": "_:Ne5420c3320674f6687ba11ef8c0b9bbe", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "_:N0d6eebc911b742d3be08714fef0c35ec" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" } ], - "http://www.w3.org/2006/time#hasEnd": [ - { - "@id": "_:Ncbd4f9fefbfc475aa29f3bce0346d695" - } - ] - }, - { - "@id": "_:N0d6eebc911b742d3be08714fef0c35ec", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2014-04-12" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" } - ] - }, - { - "@id": "_:Ncbd4f9fefbfc475aa29f3bce0346d695", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TZ", + "@id": "https://w3id.org/dpv/dpv-legal#MG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -26747,7 +25934,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Madagascar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26758,47 +25945,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Madagascar" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TZ" + "@value": "MG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TZA" + "@value": "MDG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "834" + "@value": "450" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "834" + "@value": "450" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GL", + "@id": "https://w3id.org/dpv/dpv-legal#AL", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -26814,7 +26001,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greenland" + "@value": "Albania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26825,1111 +26012,1739 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greenland" + "@value": "Albania" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GL" + "@value": "AL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRL" + "@value": "ALB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "304" + "@value": "8" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "304" + "@value": "8" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LocationConcepts", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PY" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MD" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" - }, + "@language": "en", + "@value": "SouthernAfrica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BH" + "@id": "https://w3id.org/dpv/dpv-legal#ZA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MR" + "@id": "https://w3id.org/dpv/dpv-legal#LS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR" + "@id": "https://w3id.org/dpv/dpv-legal#BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SN" + "@id": "https://w3id.org/dpv/dpv-legal#SZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NA" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@language": "en", + "@value": "SouthernAfrica" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FJ", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EH" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IQ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PM" - }, + "@language": "en", + "@value": "Fiji" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH" - }, + "@language": "en", + "@value": "Fiji" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TD" - }, + "@value": "FJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, + "@value": "FJI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, + "@value": "242" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" - }, + "@value": "242" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CL", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LI" - }, + "@language": "en", + "@value": "Chile" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CR" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TV" - }, + "@language": "en", + "@value": "Chile" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, + "@value": "CL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-DC" - }, + "@value": "CHL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, + "@value": "152" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX" - }, + "@value": "152" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CT", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NI" - }, + "@language": "en", + "@value": "Connecticut" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SY" - }, + "@language": "en", + "@value": "Connecticut" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MN", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" - }, + "@language": "en", + "@value": "Mongolia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PF" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DM" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL" - }, + "@language": "en", + "@value": "Mongolia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GE" - }, + "@value": "MN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ER" - }, + "@value": "MNG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" - }, + "@value": "496" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, + "@value": "496" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MO", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BW" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP" - }, + "@language": "en", + "@value": "China, Macao Special Administrative Region" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#YE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-GU" - }, + "@language": "en", + "@value": "China, Macao Special Administrative Region" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BV" - }, + "@value": "MO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA" - }, + "@value": "MAC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UZ" - }, + "@value": "446" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, + "@value": "446" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@language": "en", + "@value": "Saxony" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, + "@language": "en", + "@value": "Saxony" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AF" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30", + "@type": [ + "https://w3id.org/dpv#SupraNationalUnion", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TL" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MH" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LY" - }, + "@id": "_:Nfd5d47c8cb014e199dd03e0926c842b0" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ID" - }, + "@language": "en", + "@value": "European Economic Area (EEA-30)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KP" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AQ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NU" + "@id": "https://w3id.org/dpv/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NE" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#OM" + "@id": "https://w3id.org/dpv/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CD" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KE" + "@id": "https://w3id.org/dpv/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DO" + "@id": "https://w3id.org/dpv/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR" + "@id": "https://w3id.org/dpv/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SJ" + "@id": "https://w3id.org/dpv/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GY" + "@id": "https://w3id.org/dpv/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SA" + "@id": "https://w3id.org/dpv/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GM" + "@id": "https://w3id.org/dpv/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PS" + "@id": "https://w3id.org/dpv/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KR" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV" + "@id": "https://w3id.org/dpv/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CK" + "@id": "https://w3id.org/dpv/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AS" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UT" + "@id": "https://w3id.org/dpv/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BN" + "@id": "https://w3id.org/dpv/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DK" + } + ], + "https://w3id.org/dpv#hasCountry": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CA" + "@id": "https://w3id.org/dpv/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" + "@id": "https://w3id.org/dpv/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LA" + "@id": "https://w3id.org/dpv/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BM" + "@id": "https://w3id.org/dpv/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FK" + "@id": "https://w3id.org/dpv/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NR" + "@id": "https://w3id.org/dpv/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GW" + "@id": "https://w3id.org/dpv/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GL" + "@id": "https://w3id.org/dpv/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SS" + "@id": "https://w3id.org/dpv/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AU" + "@id": "https://w3id.org/dpv/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA" + "@id": "https://w3id.org/dpv/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PG" + "@id": "https://w3id.org/dpv/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CT" + "@id": "https://w3id.org/dpv/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NA" + "@id": "https://w3id.org/dpv/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SX" + "@id": "https://w3id.org/dpv/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VI" + "@id": "https://w3id.org/dpv/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GT" + "@id": "https://w3id.org/dpv/dpv-legal#DK" }, { "@id": "https://w3id.org/dpv/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CN" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI" + "@id": "https://w3id.org/dpv/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LU" + } + ] + }, + { + "@id": "_:Nfd5d47c8cb014e199dd03e0926c842b0", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, + "@id": "_:N4a6cd158a51a4f569413d5f5de179c40" + } + ] + }, + { + "@id": "_:N4a6cd158a51a4f569413d5f5de179c40", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-02-01" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BO" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS" - }, + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + "@language": "en", + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MN" - }, + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@language": "en", + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID" - }, + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-hamburg.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FJ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AD" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, + "@language": "en", + "@value": "SouthernEurope" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-legal#ME" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VE" + "@id": "https://w3id.org/dpv/dpv-legal#AL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CI" + "@id": "https://w3id.org/dpv/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ST" + "@id": "https://w3id.org/dpv/dpv-legal#RS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ML" + "@id": "https://w3id.org/dpv/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TG" + "@id": "https://w3id.org/dpv/dpv-legal#AD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#VA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HT" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SO" + "@id": "https://w3id.org/dpv/dpv-legal#MK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GP" + "@id": "https://w3id.org/dpv/dpv-legal#GI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MI" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IR" + "@id": "https://w3id.org/dpv/dpv-legal#BA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#PT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JP" + "@language": "en", + "@value": "SouthernEurope" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", + "@type": [ + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AM" + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WS" + "@language": "en", + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VN" - }, + "@language": "en", + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KW" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", + "@type": [ + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WI" - }, + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@language": "en", + "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GS" - }, + "@language": "de", + "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MV" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MY" + "@language": "en", + "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SH" - }, + "@language": "de", + "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-gdpr#A45-3", + "https://w3id.org/dpv#Law" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TF" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RU" - }, + "@id": "_:N11f8b41f023442e6b823f58d919bd3d8" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TJ" - }, + "@language": "en", + "@value": "EU Adequacy Decision for New Zealand" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CV" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PW" + "@id": "https://w3id.org/dpv/dpv-legal#NZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU" + } + ] + }, + { + "@id": "_:N11f8b41f023442e6b823f58d919bd3d8", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, + "@id": "_:N47ce5848309341c686f7bab6699a2990" + } + ] + }, + { + "@id": "_:N47ce5848309341c686f7bab6699a2990", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-12-20" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AX" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MO" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FO" - }, + "@language": "en", + "@value": "SouthAmerica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ET" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TN" + "@id": "https://w3id.org/dpv/dpv-legal#BV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#AR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-legal#BO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UG" + "@id": "https://w3id.org/dpv/dpv-legal#PY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#EC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#GF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM" + "@id": "https://w3id.org/dpv/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NO" + "@id": "https://w3id.org/dpv/dpv-legal#SR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#VE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CC" + "@id": "https://w3id.org/dpv/dpv-legal#CL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SV" + "@id": "https://w3id.org/dpv/dpv-legal#PE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#FK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#GY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" + "@id": "https://w3id.org/dpv/dpv-legal#UY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SB" + "@id": "https://w3id.org/dpv/dpv-legal#CO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#BR" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TW" - }, + "@language": "en", + "@value": "SouthAmerica" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VC", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WF" - }, + "@language": "en", + "@value": "Saint Vincent and the Grenadines" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MG" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HK" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-TN" - }, + "@language": "en", + "@value": "Saint Vincent and the Grenadines" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, + "@value": "VC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AZ" - }, + "@value": "VCT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, + "@value": "670" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TH" - }, + "@value": "670" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SS", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DZ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, + "@language": "en", + "@value": "South Sudan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IS" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" - }, + "@language": "en", + "@value": "South Sudan" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" - }, + "@value": "SS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - }, + "@value": "SSD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VC" - }, + "@value": "728" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PN" - }, + "@value": "728" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NC", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#QA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MM" - }, + "@language": "en", + "@value": "New Caledonia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TO" - }, + "@language": "en", + "@value": "New Caledonia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, + "@value": "NC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, + "@value": "NCL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA" - }, + "@value": "540" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BI" - }, + "@value": "540" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG", + "@type": [ + "https://w3id.org/dpv#Law", + "https://w3id.org/dpv/dpv-gdpr#A45-3", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MU" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "@id": "_:N8c0f69b79c5b458e82aaf1d3e61c12a0" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CL" - }, + "@language": "en", + "@value": "EU Adequacy Decision for Guernsey" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MP" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CX" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#GG" + } + ] + }, + { + "@id": "_:N8c0f69b79c5b458e82aaf1d3e61c12a0", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UM" - }, + "@id": "_:Nb9840c64d2fb4405ad0edb8478a1e700" + } + ] + }, + { + "@id": "_:Nb9840c64d2fb4405ad0edb8478a1e700", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AW" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2003-11-21" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PS", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SL" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LK" - }, + "@language": "en", + "@value": "State of Palestine" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ND" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME" - }, + "@language": "en", + "@value": "State of Palestine" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - }, + "@value": "PS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@value": "PSE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA" - }, + "@value": "275" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN" - }, + "@value": "275" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "@language": "en", + "@value": "Mauritius" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, + "@language": "en", + "@value": "Mauritius" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY" - }, + "@value": "MU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - }, + "@value": "MUS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GU" - }, + "@value": "480" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, + "@value": "480" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NC" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MS" - }, + "@language": "en", + "@value": "France" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BY" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PH" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NP" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KH" - }, + "@language": "en", + "@value": "France" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, + "@value": "FR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, + "@value": "FRA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TM" - }, + "@value": "250" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@value": "250" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT" - }, + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.imy.se/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SE" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UA", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, + "@language": "en", + "@value": "Ukraine" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NF" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MX" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR" - }, + "@language": "en", + "@value": "Ukraine" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GA" - }, + "@value": "UA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH" - }, + "@value": "UKR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, + "@value": "804" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PE" + "@value": "804" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-GU", + "@id": "https://w3id.org/dpv/dpv-legal#PM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -27945,7 +27760,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27956,21 +27771,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guam" + "@value": "Saint Pierre and Miquelon" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "PM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "SPM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "666" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "666" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SO", + "@id": "https://w3id.org/dpv/dpv-legal#PH", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -27986,7 +27824,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Somalia" + "@value": "Philippines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27997,46 +27835,84 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Somalia" + "@value": "Philippines" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SO" + "@value": "PH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SOM" + "@value": "PHL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "608" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "608" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-GA", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Georgia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "706" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "706" + "@language": "en", + "@value": "Georgia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FJ", + "@id": "https://w3id.org/dpv/dpv-legal#US-AS", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -28053,7 +27929,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Fiji" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28064,41 +27940,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fiji" + "@value": "American Samoa" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-DE", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "FJ" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "FJI" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "242" + "@language": "en", + "@value": "Delaware" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "242" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Delaware" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-legal#GS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -28117,7 +28011,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "France" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28128,72 +28022,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "France" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "South Georgia and the South Sandwich Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FR" + "@value": "GS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FRA" + "@value": "SGS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "250" + "@value": "239" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "250" + "@value": "239" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "@id": "https://w3id.org/dpv/dpv-legal#GU", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28209,7 +28078,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Asia" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28218,182 +28087,110 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#PK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#OM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BT" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PH" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NP" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TM" - }, + "@language": "en", + "@value": "Guam" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#QA" - }, + "@value": "GU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KG" - }, + "@value": "GUM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BD" - }, + "@value": "316" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IN" - }, + "@value": "316" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CW", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LB" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BH" - }, + "@language": "en", + "@value": "Curaçao" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JO" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IQ" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KH" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KZ" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Asia" + "@value": "Curaçao" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "CW" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "CUW" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "531" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "531" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV", + "@id": "https://w3id.org/dpv/dpv-legal#US-MN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Region" @@ -28412,7 +28209,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "West Virginia" + "@value": "Minnesota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28429,15 +28226,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "West Virginia" + "@value": "Minnesota" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -28448,19 +28245,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680" - }, - { - "@language": "de", - "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680" + "@value": "Melanesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28469,38 +28259,40 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#SB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NC" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@language": "en", + "@value": "Melanesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -28516,7 +28308,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28528,18 +28320,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.gov.sk/" + "@value": "http://www.naih.hu/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#HU" } ], "https://w3id.org/dpv#hasLaw": [ @@ -28549,10 +28341,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MS", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -28568,7 +28360,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montserrat" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28577,46 +28369,31 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montserrat" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MS" + "@value": "Office of the Data Protection Ombudsman" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "MSR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://tietosuoja.fi/" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "500" + "@id": "https://w3id.org/dpv/dpv-legal#FI" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "500" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TM", + "@id": "https://w3id.org/dpv/dpv-legal#WF", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -28635,7 +28412,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Wallis and Futuna Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28646,44 +28423,45 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Wallis and Futuna Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TM" + "@value": "WF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TKM" + "@value": "WLF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "795" + "@value": "876" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "795" + "@value": "876" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PS", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL", "@type": [ + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -28696,10 +28474,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nf4c7d8ed7a11444e91a45117ab49d23e" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "EU Adequacy Decision for Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28708,45 +28491,45 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "State of Palestine" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "PS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@value": "PSE" + "@id": "https://w3id.org/dpv/dpv-legal#IL" } + ] + }, + { + "@id": "_:Nf4c7d8ed7a11444e91a45117ab49d23e", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "275" + "@id": "_:N868408f0e7ad4d23a80d3a89ff7b8d1b" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N868408f0e7ad4d23a80d3a89ff7b8d1b", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "275" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA", "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", + "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -28760,10 +28543,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nce977431768845f5adf364174ab18628" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28775,31 +28563,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnpd.pt" + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" } + ] + }, + { + "@id": "_:Nce977431768845f5adf364174ab18628", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "_:N226659ccf46b46b9aca1ad6c3aa2a5f2" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "@id": "_:N226659ccf46b46b9aca1ad6c3aa2a5f2", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-01" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MD", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28815,7 +28618,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28825,69 +28628,42 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, { "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@language": "en", + "@value": "Republic of Moldova" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, + "@value": "MD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SM" - }, + "@value": "MDA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@value": "498" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "SouthernEurope" + "@value": "498" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NE", + "@id": "https://w3id.org/dpv/dpv-legal#RO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -28906,7 +28682,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niger" + "@value": "Romania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28917,44 +28693,69 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Niger" + "@value": "Romania" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NE" + "@value": "RO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NER" + "@value": "ROU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "562" + "@value": "642" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "562" + "@value": "642" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HK", + "@id": "https://w3id.org/dpv/dpv-legal#MX", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -28973,7 +28774,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28984,44 +28785,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Mexico" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HK" + "@value": "MX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HKG" + "@value": "MEX" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "344" + "@value": "484" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "344" + "@value": "484" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-legal#US-VI", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -29037,7 +28841,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ireland" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29048,141 +28852,62 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ireland" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "IE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "IRL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "372" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "372" + "@value": "U.S. Virgin Islands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#US-NY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" - }, - { - "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" - }, - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "New York" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.tlfdi.de/" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "New York" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LC", + "@id": "https://w3id.org/dpv/dpv-legal#MW", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29198,7 +28923,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Malawi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29209,47 +28934,48 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Malawi" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LC" + "@value": "MW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LCA" + "@value": "MWI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "662" + "@value": "454" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "662" + "@value": "454" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PN", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -29262,10 +28988,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nfd2175a829fd40cb82d390596ae3d0f9" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "EU Adequacy Decision for Canada (commercial organisations)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29274,46 +29005,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Pitcairn" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "PN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@value": "PCN" + "@id": "https://w3id.org/dpv/dpv-legal#CA" } + ] + }, + { + "@id": "_:Nfd2175a829fd40cb82d390596ae3d0f9", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "612" + "@id": "_:N8503979964f845a69176eab4d0091387" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N8503979964f845a69176eab4d0091387", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "612" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2002-01-04" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI", + "@id": "https://w3id.org/dpv/dpv-legal#CR", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29329,7 +29060,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Costa Rica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29340,21 +29071,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Costa Rica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "CR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "CRI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "188" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "188" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#CY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29370,7 +29127,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Cyprus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29381,71 +29138,67 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CL" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CO" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SR" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EC" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PE" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GF" - }, + "@language": "en", + "@value": "Cyprus" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BV" - }, + "@value": "CY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FK" - }, + "@value": "CYP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GY" + "@value": "196" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "SouthAmerica" + "@value": "196" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MA", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -29461,7 +29214,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Morocco" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29470,46 +29223,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Morocco" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MA" + "@value": "Belgian Data Protection Authority" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "MAR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.dataprotectionauthority.be/" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "504" + "@id": "https://w3id.org/dpv/dpv-legal#BE" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "504" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -29525,7 +29266,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29542,25 +29283,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "North-Rhine Westphalia" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" } ], "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -29577,7 +29323,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29586,113 +29332,108 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Georgia" + "@value": "Commission for Personal Data Protection" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KG", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" ], - "http://purl.org/dc/terms/created": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.cpdp.bg/" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#BG" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "Kyrgyzstan" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/abstract": [ { "@language": "en", - "@value": "accepted" + "@value": "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities." } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@value": "Julian Flake" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "Kyrgyzstan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-02" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "KG" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/description": [ { - "@value": "KGZ" + "@language": "en", + "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities." } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/license": [ { - "@value": "417" + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/modified": [ { - "@value": "417" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-02" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EUEEAConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, + "@language": "en", + "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@value": "dpv-legal" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, + "@value": "https://w3id.org/dpv/dpv-legal" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@value": "0.6" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#DataProtectionAuthority" + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -29708,7 +29449,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29717,34 +29458,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Office of the Data Protection Ombudsman" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://tietosuoja.fi/" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@language": "en", + "@value": "Rhineland-Palatinate" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -29760,7 +29501,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hesse" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29769,39 +29510,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@language": "en", + "@value": "Data Protection Commission" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Hesse" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.garanteprivacy.it/" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#IT" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#SO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29817,7 +29553,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Somalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29829,73 +29565,46 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ML" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SH" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CV" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SL" - }, + "@language": "en", + "@value": "Somalia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MR" - }, + "@value": "SO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SN" - }, + "@value": "SOM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NG" + "@value": "706" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "WesternAfrica" + "@value": "706" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GF", + "@id": "https://w3id.org/dpv/dpv-legal#GI", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29911,7 +29620,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Gibraltar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29922,47 +29631,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Gibraltar" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GF" + "@value": "GI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUF" + "@value": "GIB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "254" + "@value": "292" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "254" + "@value": "292" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DM", + "@id": "https://w3id.org/dpv/dpv-legal#SI", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29978,7 +29684,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominica" + "@value": "Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29989,44 +29695,69 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominica" + "@value": "Slovenia" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DM" + "@value": "SI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DMA" + "@value": "SVN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "212" + "@value": "705" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "212" + "@value": "705" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BF", + "@id": "https://w3id.org/dpv/dpv-legal#NL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30045,7 +29776,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Netherlands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30056,46 +29787,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Netherlands" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BF" + "@value": "NL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BFA" + "@value": "NLD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "854" + "@value": "528" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "854" + "@value": "528" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RS", + "@id": "https://w3id.org/dpv/dpv-legal#US-PA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -30112,7 +29868,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Serbia" + "@value": "Pennsylvania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30123,44 +29879,62 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serbia" + "@value": "Pennsylvania" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-PR", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "RS" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "SRB" + "@language": "en", + "@value": "Puerto Rico" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "688" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "688" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Puerto Rico" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HN", + "@id": "https://w3id.org/dpv/dpv-legal#MQ", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30176,7 +29950,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Honduras" + "@value": "Martinique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30187,44 +29961,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Honduras" + "@value": "Martinique" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HN" + "@value": "MQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HND" + "@value": "MTQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "340" + "@value": "474" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "340" + "@value": "474" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TN", + "@id": "https://w3id.org/dpv/dpv-legal#PN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Country" @@ -30243,7 +30017,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Pitcairn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30254,44 +30028,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Pitcairn" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TN" + "@value": "PN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TUN" + "@value": "PCN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "788" + "@value": "612" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "788" + "@value": "612" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30300,6 +30074,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -30307,7 +30084,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Mexico" + "@value": "The Saxon data protection officer" + }, + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30316,23 +30097,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" + }, + { + "@language": "en", + "@value": "The Saxon data protection officer" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "New Mexico" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.saechsdsb.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -30348,7 +30150,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30359,47 +30161,37 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Saxony-Anhalt" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "MG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "MDG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, { - "@value": "450" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" + }, { - "@value": "450" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR", + "@id": "https://w3id.org/dpv/dpv-legal#EU", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#SupraNationalUnion", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30415,7 +30207,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Argentina" + "@value": "European Union (EU)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30424,49 +30216,184 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { - "@language": "en", - "@value": "Argentina" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, { - "@value": "AR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, { - "@value": "ARG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, { - "@value": "32" + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasCountry": [ { - "@value": "32" + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BZ", + "@id": "https://w3id.org/dpv/dpv-legal#US-UT", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Region" ], "http://purl.org/dc/terms/created": [ { @@ -30482,7 +30409,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belize" + "@value": "Utah" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30493,47 +30420,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Belize" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BLZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "84" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "84" + "@language": "en", + "@value": "Utah" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SJ", + "@id": "https://w3id.org/dpv/dpv-legal#TN", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -30549,7 +30450,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Tunisia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30560,45 +30461,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Tunisia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SJ" + "@value": "TN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SJM" + "@value": "TUN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "744" + "@value": "788" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "744" + "@value": "788" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO", + "@id": "https://w3id.org/dpv/dpv-legal#EEA", "@type": [ - "https://w3id.org/dpv/dpv-gdpr#A45-3", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#SupraNationalUnion", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30611,15 +30511,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nb5826e961cd24628b89a056396cc0e34" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Faroe Islands" + "@value": "European Economic Area (EEA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30628,113 +30523,184 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ] - }, - { - "@id": "_:Nb5826e961cd24628b89a056396cc0e34", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { - "@id": "_:Nbbc5fb716625402ca8327cf9711aec67" - } - ] - }, - { - "@id": "_:Nbbc5fb716625402ca8327cf9711aec67", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-03-09" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JE", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, { - "@language": "en", - "@value": "Jersey" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, { - "@language": "en", - "@value": "Jersey" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, { - "@value": "JE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, { - "@value": "JEY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, { - "@value": "832" + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@value": "832" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MF", + "@id": "https://w3id.org/dpv/dpv-legal#GP", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Country" ], "http://purl.org/dc/terms/created": [ { @@ -30750,7 +30716,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Guadeloupe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30761,44 +30727,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Guadeloupe" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MF" + "@value": "GP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAF" + "@value": "GLP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "663" + "@value": "312" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "663" + "@value": "312" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-legal#AM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30817,7 +30783,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Finland" + "@value": "Armenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30828,69 +30794,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Finland" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Armenia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FI" + "@value": "AM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FIN" + "@value": "ARM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "246" + "@value": "51" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "246" + "@value": "51" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DO", + "@id": "https://w3id.org/dpv/dpv-legal#CF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30909,7 +30847,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Central African Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30920,47 +30858,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Central African Republic" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DO" + "@value": "CF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DOM" + "@value": "CAF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "214" + "@value": "140" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "214" + "@value": "140" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Law" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30979,11 +30917,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" }, { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "State representative for data protection in Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30994,31 +30932,42 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@language": "en", + "@value": "State representative for data protection in Saxony-Anhalt" }, { - "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf" + "@value": "https://datenschutz.sachsen-anhalt.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UM", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -31034,7 +30983,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31043,45 +30992,33 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "UM" + "@value": "Office for Personal Data Protection" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "UMI" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.uoou.cz/" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "581" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "581" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MK", + "@id": "https://w3id.org/dpv/dpv-legal#EEA31", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#SupraNationalUnion", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -31095,10 +31032,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N19b2ac5bcae74415a3ae5db94b68010c" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "European Economic Area (EEA-31)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31109,153 +31051,276 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "North Macedonia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, { - "@value": "MK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, { - "@value": "MKD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@value": "807" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@value": "807" + "@id": "https://w3id.org/dpv/dpv-legal#HU" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Region" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv#hasCountry": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, { - "@language": "en", - "@value": "EasternAfrica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KM" + "@id": "https://w3id.org/dpv/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MW" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RW" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" + "@id": "https://w3id.org/dpv/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RE" + "@id": "https://w3id.org/dpv/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ER" + "@id": "https://w3id.org/dpv/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KE" + "@id": "https://w3id.org/dpv/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#YT" + "@id": "https://w3id.org/dpv/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IO" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" + "@id": "https://w3id.org/dpv/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SS" + "@id": "https://w3id.org/dpv/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SO" + "@id": "https://w3id.org/dpv/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TF" + "@id": "https://w3id.org/dpv/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ET" + "@id": "https://w3id.org/dpv/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UG" + "@id": "https://w3id.org/dpv/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" + "@id": "https://w3id.org/dpv/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MG" + "@id": "https://w3id.org/dpv/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BI" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MU" + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + } + ] + }, + { + "@id": "_:N19b2ac5bcae74415a3ae5db94b68010c", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Nca5a7f7805454b1d931e24a1cfb961c3" + } + ], + "http://www.w3.org/2006/time#hasEnd": [ + { + "@id": "_:Nf5b6b588293c4bcdaa1e1dec388d16fb" + } + ] + }, + { + "@id": "_:Nca5a7f7805454b1d931e24a1cfb961c3", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2014-04-12" + } + ] + }, + { + "@id": "_:Nf5b6b588293c4bcdaa1e1dec388d16fb", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.bfdi.bund.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL", + "@id": "https://w3id.org/dpv/dpv-legal#BZ", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Country" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -31271,7 +31336,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Israel" + "@value": "Belize" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31282,43 +31347,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Israel" + "@value": "Belize" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IL" + "@value": "BZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ISR" + "@value": "BLZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "376" + "@value": "84" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "376" + "@value": "84" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#QA", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -31335,7 +31403,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Qatar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31346,30 +31414,36 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PM" - }, + "@language": "en", + "@value": "Qatar" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CA" - }, + "@value": "QA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BM" - }, + "@value": "QAT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GL" + "@value": "634" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "NorthernAmerica" + "@value": "634" } ] } diff --git a/dpv-legal/dpv-legal.n3 b/dpv-legal/dpv-legal.n3 index e7e1cdfdf..c0745a769 100644 --- a/dpv-legal/dpv-legal.n3 +++ b/dpv-legal/dpv-legal.n3 @@ -3,11 +3,28 @@ @prefix dpv-gdpr: . @prefix dpv-legal: . @prefix foaf: . +@prefix owl: . @prefix skos: . @prefix sw: . @prefix time: . +@prefix vann: . @prefix xsd: . + a owl:Ontology ; + dct:abstract "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; + dct:contributor "Harshvardhan J. Pandit", + "Julian Flake" ; + dct:created "2022-04-02"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit" ; + dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; + dct:license ; + dct:modified "2022-04-02"^^xsd:date ; + dct:source ; + dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; + vann:preferredNamespacePrefix "dpv-legal" ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal"^^xsd:string ; + owl:versionInfo "0.6"^^xsd:string . + dpv-legal:AdequacyConcepts a skos:Collection ; skos:member dpv-legal:Adequacy-EU-AD, dpv-legal:Adequacy-EU-AR, diff --git a/dpv-legal/dpv-legal.rdf b/dpv-legal/dpv-legal.rdf index 1735adf3e..6db3b7cef 100644 --- a/dpv-legal/dpv-legal.rdf +++ b/dpv-legal/dpv-legal.rdf @@ -4,8019 +4,8037 @@ xmlns:dpv="https://w3id.org/dpv#" xmlns:dpv-legal="https://w3id.org/dpv/dpv-legal#" xmlns:foaf="http://xmlns.com/foaf/0.1/" + xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" + xmlns:vann="http://purl.org/vocab/vann/" > - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - accepted + + Zimbabwe + ZWE + ZW + 716 - - SubSaharanAfrica - SubSaharanAfrica - Harshvardhan J. Pandit - 2022-03-30 - - - - Iran (Islamic Republic of) - 364 - accepted - IRN - - - 364 - 2022-03-30 - IR - Iran (Islamic Republic of) Harshvardhan J. Pandit - - - - - + 716 + Zimbabwe 2022-03-30 - - - Harshvardhan J. Pandit - Julian Flake - accepted - The state representative for data protection and the right to inspect files in Brandenburg - Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg - https://www.lda.brandenburg.de/ - The state representative for data protection and the right to inspect files in Brandenburg - Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg - + - UMI - accepted - Harshvardhan J. Pandit + Dominica + 212 + 212 + + + 2022-03-30 - - - UM - 581 - United States Minor Outlying Islands - United States Minor Outlying Islands - 581 - - - 348 - Hungary - - - Hungary - HUN + DM + DMA + Dominica accepted - 348 - 2022-03-30 - - - - - - - - - HU Harshvardhan J. Pandit - - - - 484 - Mexico - - - - MEX + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit - 484 - + Oceania - MX - Mexico - accepted + 2022-03-30 - - - Puerto Rico - - + Oceania accepted - PR + + 2022-03-30 - + accepted + Cuba - 630 - PRI + Harshvardhan J. Pandit - Puerto Rico - 630 + + + 192 + CUB + 192 + Cuba + CU - - - accepted - - - + - + + GUM + + + Guam 2022-03-30 - https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en - EU Adequacy Decision for United Kingdom + accepted Harshvardhan J. Pandit + Guam + GU + 316 + 316 - + + Libya + 434 accepted - HTI - Haiti - 332 - HT - - - + + Harshvardhan J. Pandit - 2022-03-30 - Haiti - 332 + Libya + LBY + LY + 434 + 2022-03-30 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - European Economic Area (EEA) - Harshvardhan J. Pandit - 2022-03-30 - - - CZE - CZ - - - 203 - accepted - Czechia - Czechia - 203 - 2022-03-30 - - - - - - - - - Harshvardhan J. Pandit - - - - - Office of the Data Protection Ombudsman - - Harshvardhan J. Pandit - - - 2022-03-30 - accepted - Office of the Data Protection Ombudsman - https://tietosuoja.fi/ - - - - 2022-03-30 - - - Harshvardhan J. Pandit - Data Protection Commission - https://www.garanteprivacy.it/ - accepted - - - Data Protection Commission - - - - - - Guadeloupe - Guadeloupe - 312 - - - 312 - accepted - GLP - GP - Harshvardhan J. Pandit - 2022-03-30 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - accepted - 2022-03-30 - - - Harshvardhan J. Pandit - - European Union (EU-27) - - - - - - - - - - - Spain - Harshvardhan J. Pandit - ES - 724 - ESP - - - accepted - 724 - 2022-03-30 - Spain - - - - - Croatia - 2022-03-30 - 191 - - - - - - - - - Harshvardhan J. Pandit - HR - - - accepted - HRV - 191 - Croatia - - - - - Jordan - - - accepted - 400 - 400 - JO - JOR - 2022-03-30 - - - Harshvardhan J. Pandit - Jordan - - - CCK - - - Cocos (Keeling) Islands - - - Cocos (Keeling) Islands - accepted - 166 - 166 - Harshvardhan J. Pandit - 2022-03-30 - CC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2022-03-30 - European Union (EU-28) - Harshvardhan J. Pandit - accepted - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Americas + - - - - 2022-03-30 - - + accepted Harshvardhan J. Pandit - PK - PAK - 586 + Americas + + + HT - 586 - accepted - Pakistan - Pakistan - - - 705 + + + + Haiti 2022-03-30 - - - - - - - - - Harshvardhan J. Pandit - - accepted - SI - Slovenia - 705 - SVN - Slovenia - - - - + 332 + 332 Harshvardhan J. Pandit - VN - 2022-03-30 - - - 704 - - - accepted - Viet Nam - VNM - Viet Nam - 704 + Haiti + HTI - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + accepted - Saint Pierre and Miquelon - Saint Pierre and Miquelon - 2022-03-30 - - - PM - Harshvardhan J. Pandit - - - 666 - 666 - SPM - - - Julian Flake Harshvardhan J. Pandit - Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) - Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) - Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) - Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) - accepted + http://data.europa.eu/eli/reg/2016/679/oj + General Data Protection Regulation (GDPR) + General Data Protection Regulation (GDPR) + 2022-03-30 - - https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + - + + + + + - - - - - - - - - - - - + + - - - - - - - - - + + + + - - - - - + + - - + + + - - - - + + - - - + + + + - - - - + + + + + + + + + + + accepted - Americas + Harshvardhan J. Pandit + LatinAmericaandtheCaribbean - Americas + + 2022-03-30 + LatinAmericaandtheCaribbean + + + TN + 2022-03-30 + + + 788 + accepted + 788 + Tunisia + TUN + Harshvardhan J. Pandit + + + Tunisia + + + BTN + BT + accepted + Harshvardhan J. Pandit + 64 + 64 + Bhutan + + + + + Bhutan + 2022-03-30 + + + + + 372 + + + + + + + + + 372 + Ireland + 2022-03-30 + Ireland + accepted + IE + Harshvardhan J. Pandit + IRL + + + + + + + The Federal Commissioner for Data Protection and Freedom of Information + + 2022-03-30 Harshvardhan J. Pandit + accepted + The Federal Commissioner for Data Protection and Freedom of Information + + + http://www.bfdi.bund.de/ + + + + + Alaska 2022-03-30 + Alaska + + accepted + Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - + + - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + - - - - - + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - + + + + - - + + + - - - + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - GN + 2022-03-30 - - - - Guinea - Harshvardhan J. Pandit - GIN - 324 - 324 + Baden-Württemberg + - accepted - Guinea + + Harshvardhan J. Pandit + Baden-Württemberg + + + - + 2022-03-30 - Saarland + 440 + + + + + + + + + Lithuania + 440 + accepted Harshvardhan J. Pandit - Saarland + - - accepted - - - + LT + Lithuania + LTU - + - - - - - - YE + + + + + + + + + accepted - Yemen - Yemen - 887 + + + Slovakia Harshvardhan J. Pandit - YEM + SK + 703 + SVK 2022-03-30 - 887 + 703 + Slovakia + + - - 320 - GTM - 2022-03-30 - - - + + ALB + Albania Harshvardhan J. Pandit - 320 - GT - - Guatemala - Guatemala + + AL + + + 8 + Albania + 8 + 2022-03-30 accepted - - Massachusetts - Massachusetts + + Italy Harshvardhan J. Pandit - 2022-03-30 - + 380 + 380 - + + + + + + + + + + Italy + ITA + IT + 2022-03-30 accepted + + - + + + + + 690 + Seychelles - Bhutan - 64 - BT - accepted - - + SYC + SC + Seychelles 2022-03-30 - 64 + 690 + accepted Harshvardhan J. Pandit - Bhutan - BTN - - + + European Union (EU-28) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - accepted - Turkey - Harshvardhan J. Pandit + 2022-03-30 - 792 - - - TUR - 792 - TR - Turkey + + Harshvardhan J. Pandit + + accepted - - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) + + + + + + + + + + + + + + + + + + + https://www.gesetze-im-internet.de/bdsg_2018/ + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) Harshvardhan J. Pandit Julian Flake - + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) - https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf - - accepted + 2022-03-30 - - - accepted - 642 - Harshvardhan J. Pandit - 2022-03-30 - 642 - - - - - - - - - ROU - RO - - - Romania - Romania - - + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + MK + 807 + North Macedonia - PER + + 807 + + + 2022-03-30 + North Macedonia + MKD accepted - 604 - Peru - Peru - - - Harshvardhan J. Pandit - 2022-03-30 - PE - 604 - - 796 - - - Turks and Caicos Islands - Turks and Caicos Islands - accepted - 2022-03-30 - 796 + + Martinique + - - Harshvardhan J. Pandit - TCA - TC - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - - - - - - + MQ + 2022-03-30 + 474 Harshvardhan J. Pandit accepted - EU Adequacy Decision for Isle of Man - 2022-03-30 - - + 474 + Martinique + MTQ + - + + Harshvardhan J. Pandit Julian Flake + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + https://www.lda.bayern.de/ + - - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer accepted - - https://www.saechsdsb.de/ - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer + + Bayerisches Landesamt für Datenschutzaufsicht + Bavarian State Office for Data Protection Supervision + + 2022-03-30 - - - - Belgian Data Protection Authority - Belgian Data Protection Authority - 2022-03-30 + + Cook Islands + accepted + + + 184 + 184 + CK + - Harshvardhan J. Pandit - https://www.dataprotectionauthority.be/ - accepted + Cook Islands + COK + 2022-03-30 - + + - - - 2022-03-30 - Schleswig-Holstein - Harshvardhan J. Pandit - Schleswig-Holstein - accepted - + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + State representative for data protection in Saxony-Anhalt + + - - - + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt 2022-03-30 - - - + https://datenschutz.sachsen-anhalt.de/ Harshvardhan J. Pandit - Rhineland-Palatinate + Julian Flake accepted - Rhineland-Palatinate - - - - - + - Algeria - Algeria - 12 + + Pitcairn + 612 + + + 2022-03-30 + Pitcairn accepted - - - DZA + PN Harshvardhan J. Pandit + PCN + 612 + + 2022-03-30 - 12 - DZ + Chile + + + + accepted + 152 + CHL + Harshvardhan J. Pandit + CL + + + Chile + 152 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + accepted + + + Hellenic Data Protection Authority + http://dpa.gr + + Hellenic Data Protection Authority 2022-03-30 - + Harshvardhan J. Pandit + + + accepted + Croatia + Harshvardhan J. Pandit + - + + + + + + + - accepted - European Economic Area (EEA-31) + HRV + 191 + Croatia + HR + 191 + 2022-03-30 + + - - - - - + + + + + - - - - - + - - + + + - + + + + - - + + - - - - + + + + - + - - - - - + + + + + - - + + + + + + + - + + + + - - + - - - - - - - - + 2022-03-30 - - + + European Economic Area (EEA-30) + + Harshvardhan J. Pandit - European Economic Area (EEA-30) accepted - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Caribbean - Harshvardhan J. Pandit 2022-03-30 - - Maryland - Maryland - accepted - - - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) - accepted - 2022-03-30 - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) - - - https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf + Caribbean Harshvardhan J. Pandit - Julian Flake - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - + + + - - - + - - - + + + - + - - + - - - - - - - - - - - - - - - - - - + + WesternAfrica + 2022-03-30 - Harshvardhan J. Pandit - Africa + WesternAfrica accepted - 2022-03-30 - Africa - - Harshvardhan J. Pandit - Bonaire, Sint Eustatius and Saba - 535 - 535 - - - BES - accepted - BQ - - - - 2022-03-30 - Bonaire, Sint Eustatius and Saba + - - Utah - - - Utah - 2022-03-30 - Harshvardhan J. Pandit - + + GUY + + + + GY accepted - - - Julian Flake + 328 Harshvardhan J. Pandit - - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - 2022-03-30 - + Guyana - accepted - https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf - Berliner Datenschutzgesetz (BlnDSG) - Berlin Data Protection Act (BlnDSG) - + + Guyana + 2022-03-30 + 328 - - - - - - - - - - - - - - + + + + - - - - - + - - - - + - - - - - - - + - - - - - - - - - - - - - - - - - - - + + + - - Harshvardhan J. Pandit - accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - Europe - Europe + accepted + European Economic Area (EEA-31) + + Harshvardhan J. Pandit 2022-03-30 - - - - - Cuba + + PHL + accepted + + Harshvardhan J. Pandit - 192 - CUB - 192 + Philippines - CU - accepted 2022-03-30 - Cuba - - - - + Philippines + 608 + PH + 608 - - - + + 376 + Israel + IL - 762 + ISR + + + Israel + 2022-03-30 + 376 accepted - TJ - Tajikistan - TJK Harshvardhan J. Pandit - Tajikistan - 762 + + + 585 + + 2022-03-30 + 585 + Palau + + + PLW + PW + Palau + accepted + Harshvardhan J. Pandit - + + IR + Iran (Islamic Republic of) + 2022-03-30 accepted - 462 - MDV - + Iran (Islamic Republic of) + 364 + 364 + IRN + + + Harshvardhan J. Pandit - 2022-03-30 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit - MV - Maldives - - - 462 - Maldives - - - 760 accepted - 2022-03-30 - - - Harshvardhan J. Pandit - Syrian Arab Republic - SYR - Syrian Arab Republic - 760 - - - SY - - - - - - Harshvardhan J. Pandit - 2022-03-30 - VG - 92 - VGB - - accepted - British Virgin Islands - 92 - British Virgin Islands - - - 76 - Harshvardhan J. Pandit + + Africa 2022-03-30 - - - - 76 - Brazil - BR - - - Brazil - BRA - accepted + Africa - - Lao People's Democratic Republic - Lao People's Democratic Republic - 2022-03-30 - - - Harshvardhan J. Pandit - LA - 418 - LAO - accepted - 418 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + + Harshvardhan J. Pandit - - - Austrian Data Protection Authority + Julian Flake + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen accepted - https://dsb.gv.at - - Austrian Data Protection Authority + + + 2022-03-30 + https://www.ldi.nrw.de/ - - BHS - + + New Hampshire - 44 - Bahamas - Bahamas - accepted + Harshvardhan J. Pandit + New Hampshire 2022-03-30 - - - - 44 - BS - - - accepted - - - 2022-03-30 - Berlin - Berlin - Harshvardhan J. Pandit - - - - + - - Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) - Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) - - Harshvardhan J. Pandit - Julian Flake - - - accepted - Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) - Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + + + + + + + + + + 2022-03-30 - https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + accepted + + MiddleAfrica + MiddleAfrica + Harshvardhan J. Pandit + + + + + + 239 + SGS + South Georgia and the South Sandwich Islands accepted - LatinAmericaandtheCaribbean + + Harshvardhan J. Pandit - LatinAmericaandtheCaribbean + South Georgia and the South Sandwich Islands + GS 2022-03-30 - + 239 - - PH + + Cocos (Keeling) Islands + + 2022-03-30 - - - Harshvardhan J. Pandit - 608 - PHL - Philippines - Philippines - 608 + CC + CCK + Cocos (Keeling) Islands + 166 accepted + 166 + Harshvardhan J. Pandit - + + 266 + accepted + 266 Harshvardhan J. Pandit - Cyprus - - - - - - - - + + + + Gabon - 196 - accepted - CYP - 196 - CY + GA 2022-03-30 - Cyprus - + GAB + Gabon - - accepted - - - - - - - - - 2022-03-30 - BE + Harshvardhan J. Pandit - Belgium - Belgium - 56 - BEL - 56 - - + + + + 454 + 454 + 2022-03-30 + MWI + Malawi + accepted + Malawi + MW - - 498 - MD - Republic of Moldova + + Vanuatu + accepted + + + 548 + Harshvardhan J. Pandit + VU + + + Vanuatu + VUT + 2022-03-30 + 548 + + - Republic of Moldova - accepted 2022-03-30 - - 498 - MDA + + Belarus + BY + 112 + 112 + accepted Harshvardhan J. Pandit + BLR + Belarus - - 710 - Harshvardhan J. Pandit - South Africa - - - - South Africa + - accepted - 710 - ZAF - ZA + 504 + 504 + + + Morocco 2022-03-30 + MA + accepted + Harshvardhan J. Pandit + Morocco + MAR - - + + + + National Commission on Informatics and Liberty (CNIL) + 2022-03-30 - Mecklenburg-Western-Pomerania - Harshvardhan J. Pandit accepted - Mecklenburg-Western-Pomerania - - - - + National Commission on Informatics and Liberty (CNIL) + https://www.cnil.fr/ - - Harshvardhan J. Pandit - - - - - - - - - 440 - LTU - + + New York - 440 - accepted + 2022-03-30 - Lithuania - LT - Lithuania - - - - + New York accepted - Oman - Oman - 2022-03-30 + Harshvardhan J. Pandit - - - OM - - - 512 - OMN - 512 - + - + + + + + 384 + 384 + Côte d’Ivoire + CI + 2022-03-30 accepted - - - - - - - - - - - - - - - - - - + CIV Harshvardhan J. Pandit - WesternAsia - WesternAsia - 2022-03-30 - + Côte d’Ivoire - - PRT - 620 + + accepted + 246 + 246 + Finland + FI Harshvardhan J. Pandit - 2022-03-30 + FIN + + + - - + + - - - - PT - Portugal - Portugal - accepted - 620 + 2022-03-30 + Finland - + - - ATF - Harshvardhan J. Pandit - TF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 - - - - French Southern Territories - 260 - French Southern Territories + - + Europe accepted - 260 + Harshvardhan J. Pandit + Europe - - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - - Julian Flake + + Harshvardhan J. Pandit - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - accepted - + + Nevada 2022-03-30 - https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen - + Nevada + accepted - - - EU Adequacy Decision for Israel - - - - - + + 268 accepted Harshvardhan J. Pandit + GE + + + Georgia + + + GEO 2022-03-30 - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 + 268 + Georgia - + + JM + Jamaica + + + + 2022-03-30 + JAM + accepted + Jamaica Harshvardhan J. Pandit - 732 - EH - Western Sahara - Western Sahara - - - ESH + 388 - accepted - 2022-03-30 - 732 + 388 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Asia + + + + + 2022-03-30 + 254 + GUF + 254 + French Guiana accepted - Asia + GF + French Guiana + + Harshvardhan J. Pandit - 2022-03-30 - + + + + + + + + + + + + + + + + + + Germany + - - - + - - - - + + + + 2022-03-30 + DEU accepted - POL - Poland - 616 - Poland + 276 + 276 + Germany Harshvardhan J. Pandit - 616 - 2022-03-30 - PL + DE + + + - + - - + + - - accepted - Harshvardhan J. Pandit - 2022-03-30 - EU Adequacy Decision for New Zealand - https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 - - - - - + + + + + + + + 2022-03-30 - - - Harshvardhan J. Pandit - Isle of Man - Isle of Man - IM - 833 - - + Micronesia accepted - 833 - IMN + Harshvardhan J. Pandit + Micronesia + - + + + + + CRI accepted - Martinique + Costa Rica + 188 - - - - MTQ - 2022-03-30 + 188 Harshvardhan J. Pandit - 474 - 474 - MQ - Martinique + Costa Rica + 2022-03-30 + CR - - - - - - - - - SouthernAfrica - SouthernAfrica - + + Julian Flake Harshvardhan J. Pandit + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) 2022-03-30 + + + https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf accepted + - - + + - 703 - SK + + EU Adequacy Decision for Israel + + + Harshvardhan J. Pandit + accepted - 703 - SVK 2022-03-30 - Slovakia - + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 + + + 616 - + + + - - Slovakia + 616 + 2022-03-30 + accepted + Poland Harshvardhan J. Pandit + PL + + + Poland + POL - + - + + + + + + + Harshvardhan J. Pandit + Julian Flake + Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen + The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen 2022-03-30 - Vermont + https://www.datenschutz.bremen.de/ + accepted + + The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen + Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen + + + + Harshvardhan J. Pandit - - Vermont + 2022-03-30 + Office of the Data Protection Ombudsman accepted + - + https://tietosuoja.fi/ + Office of the Data Protection Ombudsman - + + 792 + Turkey + accepted + TR Harshvardhan J. Pandit - - - - TZA - 834 + 792 - United Republic of Tanzania - United Republic of Tanzania - accepted - 834 + TUR + + + Turkey 2022-03-30 - TZ - - Harshvardhan J. Pandit - - - - STP - 678 - + - 678 - accepted - Sao Tome and Principe + + Alabama 2022-03-30 - Sao Tome and Principe - ST + Alabama + + accepted + Harshvardhan J. Pandit - Saxony - Saxony - + + 2022-03-30 + Saxony accepted - 2022-03-30 Harshvardhan J. Pandit + Saxony - - - - - - - - - - - - - - - - - - - - - - - - - - Germany - Harshvardhan J. Pandit - Germany - 276 - DE - accepted - - - DEU - 276 - 2022-03-30 - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - - + Harshvardhan J. Pandit - WesternEurope - WesternEurope + - + European Union (EU) accepted 2022-03-30 - - - - - 288 - GH - Ghana - Ghana - Harshvardhan J. Pandit - GHA + + PE + + + + 604 + Peru + 604 - accepted - 288 + PER + Harshvardhan J. Pandit + Peru 2022-03-30 + accepted - - Comissão Nacional de Protecção de Dados - + - accepted - - https://www.cnpd.pt - - Comissão Nacional de Protecção de Dados + + + + + + + + + AustraliaandNewZealand 2022-03-30 + accepted Harshvardhan J. Pandit + AustraliaandNewZealand - - - - CA - Canada + + accepted Harshvardhan J. Pandit - 124 - + + Utah - accepted - 124 - CAN - Canada + + Utah 2022-03-30 - - - - - - 184 - 2022-03-30 + + Andorra Harshvardhan J. Pandit - CK - Cook Islands - Cook Islands - 184 - COK - accepted - - - SJ - Svalbard and Jan Mayen Islands - - - SJM - accepted - 744 + + + AND + 20 + Andorra + AD + 20 2022-03-30 - Svalbard and Jan Mayen Islands - Harshvardhan J. Pandit - 744 + accepted - - FLK + + Lower-Saxony + - - accepted - FK - 238 - Falkland Islands (Malvinas) - Falkland Islands (Malvinas) 2022-03-30 - - - + accepted + Lower-Saxony + Harshvardhan J. Pandit - 238 + + + + - - - - - 266 + - GA - GAB - accepted + + + + 832 2022-03-30 + JE + Jersey + 832 + accepted Harshvardhan J. Pandit - Gabon - 266 - Gabon - - - 2020-02-01 + JEY + Jersey - - Libya - LY - Libya + + + + + + + + + 2022-03-30 + Luxembourg + accepted + LUX + 442 + 442 Harshvardhan J. Pandit - - - LBY - 434 - 434 - accepted + Luxembourg + LU + + - - - - 180 - + + Rwanda + 646 + 646 + 2022-03-30 + Harshvardhan J. Pandit + RWA + accepted - CD - Democratic Republic of the Congo - 180 - COD - 2022-03-30 - Democratic Republic of the Congo - Harshvardhan J. Pandit + RW + Rwanda + + - + + Harshvardhan J. Pandit + + + Rhineland-Palatinate + 2022-03-30 + Rhineland-Palatinate accepted + + + + + + + + + + + + + + + + + + + + + + + + - - 768 - - - - TGO 2022-03-30 - Togo - Togo + SouthAmerica + accepted Harshvardhan J. Pandit - TG - 768 + SouthAmerica - - Palau + - Palau - 585 - 2022-03-30 - - - PLW - PW - Harshvardhan J. Pandit - 585 - accepted - - - TUN Harshvardhan J. Pandit + + + Azerbaijan + 31 2022-03-30 - Tunisia - Tunisia - - - - - 788 + 31 + AZ + AZE + Azerbaijan accepted - TN - 788 - - - + + UY + + + + Uruguay + URY + 858 2022-03-30 - TO - Tonga - Harshvardhan J. Pandit - Tonga - 776 - TON - 776 accepted + Harshvardhan J. Pandit + 858 + Uruguay - - IOT - - - + + GI - 86 - accepted - British Indian Ocean Territory - IO - 86 - British Indian Ocean Territory + + + 292 + GIB + 292 2022-03-30 + Gibraltar + accepted Harshvardhan J. Pandit + Gibraltar - - 584 - - - Marshall Islands - Marshall Islands - accepted + - MHL - MH - 584 - Harshvardhan J. Pandit + 458 + Malaysia + + 2022-03-30 + MYS + Malaysia + accepted + MY + Harshvardhan J. Pandit + 458 - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Harshvardhan J. Pandit + Hungarian National Authority for Data Protection and Freedom of Information + http://www.naih.hu/ + + accepted + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + Hungarian National Authority for Data Protection and Freedom of Information 2022-03-30 - European Union (EU) - accepted - - 275 - accepted - State of Palestine - 275 - PSE - Harshvardhan J. Pandit - 2022-03-30 - - - - - PS - State of Palestine + + + - + + ZMB 2022-03-30 - 392 - Harshvardhan J. Pandit - Japan - - - 392 - Japan - - + Zambia + 894 accepted - JPN - JP - - - 376 + 894 + + + Harshvardhan J. Pandit - IL - 376 - ISR - - - Israel - Israel - - accepted + + Zambia + ZM + + + KM 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + Comoros + 174 + COM + + + 174 + Comoros - + + + https://dsb.gv.at + Austrian Data Protection Authority accepted + - - - - - - - - - NorthernAfrica + Austrian Data Protection Authority 2022-03-30 + Harshvardhan J. Pandit - NorthernAfrica - - - Albania + + + + + + + + SI + 705 + accepted Harshvardhan J. Pandit - Albania - 8 + Slovenia + SVN - 8 - AL - accepted - ALB + 705 + Slovenia 2022-03-30 + + - - - - 566 + + + + + + + + + + 208 accepted - - - - NG - 566 Harshvardhan J. Pandit - 2022-03-30 - NGA - Nigeria - Nigeria - - - EU Adequacy Decision for Japan - - - - + Denmark + - - Harshvardhan J. Pandit + DNK 2022-03-30 - accepted - http://data.europa.eu/eli/dec_impl/2019/419/oj + Denmark + 208 + DK + + - - Niue - - - 570 + + + + + VEN + 862 accepted - Niue - NU - 2022-03-30 - 570 + 862 Harshvardhan J. Pandit - NIU - - - - - - - - - + Venezuela (Bolivarian Republic of) - accepted - TM + + VE + Venezuela (Bolivarian Republic of) 2022-03-30 - Turkmenistan - Turkmenistan - TKM - Harshvardhan J. Pandit - 795 - - - 795 - - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - Harshvardhan J. Pandit - Julian Flake - - - https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + + + + 2022-03-30 - + LSO + 426 + Lesotho accepted - + LS + 426 + + + Harshvardhan J. Pandit + Lesotho - + Harshvardhan J. Pandit - Julian Flake + - - https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - accepted + + Idaho 2022-03-30 - - + Idaho + accepted - - 554 + + + + + South Sudan 2022-03-30 - NZL - NZ - - - Harshvardhan J. Pandit - 554 - - - New Zealand - New Zealand + 728 + 728 + SS accepted - - + South Sudan + SSD - GU - accepted - - - 316 - GUM - 316 Harshvardhan J. Pandit - 2022-03-30 - Guam - Guam - - Polynesia - - - - - - - - - - - - + + SouthernEurope + 2022-03-30 + + + + + + + + + + + + + + + + + + accepted + SouthernEurope Harshvardhan J. Pandit + + + + accepted - - Polynesia + Montana + Harshvardhan J. Pandit + + + + Montana 2022-03-30 - - RWA + - 646 - RW + Mexico + + + + MX + 2022-03-30 + 484 + 484 accepted + Harshvardhan J. Pandit + Mexico + MEX + + + + + + BEN + 204 + + + 204 + Benin 2022-03-30 + BJ + accepted + Benin + Harshvardhan J. Pandit + + + French Southern Territories - 646 - Rwanda + 260 + 2022-03-30 + TF + French Southern Territories + ATF + accepted + + Harshvardhan J. Pandit - Rwanda + 260 - - + + + + + Paraguay + 600 + accepted + PY + Harshvardhan J. Pandit + + + Paraguay + PRY + 600 + 2022-03-30 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + - - - - + + - - + + + + - - accepted + + European Union (EU-27) 2022-03-30 - SouthernEurope - - SouthernEurope - Harshvardhan J. Pandit - - - Julian Flake Harshvardhan J. Pandit + accepted - - - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - https://www.lfd.niedersachsen.de/ - - - - 2022-03-30 - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - + - - + + + + + Japan + 2022-03-30 + JPN accepted - United Kingdom of Great Britain and Northern Ireland - United Kingdom of Great Britain and Northern Ireland - - - - - 826 - GBR + 392 + JP + 392 Harshvardhan J. Pandit - 2022-03-30 - 826 - GB + Japan - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + DJ + + + + DJI Harshvardhan J. Pandit + + + Djibouti + 262 + 262 2022-03-30 - - Caribbean + Djibouti accepted - Caribbean - - - - - - - - - - - - - - - - - - - - - - - + + + + + AIA + Harshvardhan J. Pandit + + + Anguilla + AI + 660 + 2022-03-30 + Anguilla + 660 + accepted + + + - Harshvardhan J. Pandit - EasternAfrica - EasternAfrica + + 175 + Mayotte + YT + 2022-03-30 accepted + MYT + Harshvardhan J. Pandit + - - 2022-03-30 + Mayotte + 175 - + + CM + 2022-03-30 + Cameroon + accepted + CMR + Harshvardhan J. Pandit + + + + 120 - AD - Andorra + 120 + Cameroon + + + + + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 + 2022-03-30 + Harshvardhan J. Pandit + EU Adequacy Decision for Jersey accepted - Andorra - 20 + + + + + + + Croatian Personal Data Protection Agency 2022-03-30 - AND + http://www.azop.hr/ + + Croatian Personal Data Protection Agency Harshvardhan J. Pandit - 20 - - + accepted - - 262 + + + + Harshvardhan J. Pandit + British Virgin Islands + + + 92 + British Virgin Islands 2022-03-30 - - - - DJ + VG + VGB + 92 + accepted + + + accepted + Harshvardhan J. Pandit + LB - Djibouti - DJI - 262 + Lebanon + 422 + + + LBN + 422 + 2022-03-30 + Lebanon + + + + + NorthernAmerica + + 2022-03-30 + NorthernAmerica + + + + + accepted - Djibouti + Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://data.europa.eu/eli/reg/2016/679/oj + + 2022-03-30 + 860 + accepted Harshvardhan J. Pandit + Uzbekistan + + - - General Data Protection Regulation (GDPR) - General Data Protection Regulation (GDPR) + + UZ + 860 + UZB + Uzbekistan + + + 12 accepted + 12 + + + Algeria + DZA + + + Harshvardhan J. Pandit + DZ + Algeria 2022-03-30 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Solomon Islands - SB - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 + Harshvardhan J. Pandit + - - 90 - SLB accepted - 90 - Solomon Islands - Harshvardhan J. Pandit - 2022-03-30 + European Economic Area (EEA) - - - - - EU Adequacy Decision for Argentina - Harshvardhan J. Pandit + + 84 + + + 2022-03-30 + BZ + Belize accepted - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 - - + BLZ + + + Harshvardhan J. Pandit + 84 + Belize - + + GR Harshvardhan J. Pandit - 752 - 2022-03-30 - Sweden - SWE + 300 + + + - + - - - Sweden - 752 - - + + 2022-03-30 + Greece accepted - SE + GRC + 300 + Greece - + - - Wisconsin + + + + 2022-03-30 + Connecticut Harshvardhan J. Pandit + accepted - - + Connecticut + + + Harshvardhan J. Pandit + Julian Flake + Berliner Datenschutzgesetz (BlnDSG) + Berlin Data Protection Act (BlnDSG) accepted - Wisconsin + Berliner Datenschutzgesetz (BlnDSG) + Berlin Data Protection Act (BlnDSG) + + + 2022-03-30 + https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf + - + + Harshvardhan J. Pandit + Julian Flake + + https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680 + Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680 + Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680 + Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680 + - - NFK - 574 - - 2022-03-30 - Harshvardhan J. Pandit - 574 - NF accepted - Norfolk Island - Norfolk Island + - - - - + + 132 2022-03-30 - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Cabo Verde + + + + CV Harshvardhan J. Pandit - Julian Flake + accepted + - + 132 + Cabo Verde + CPV + + + EasternEurope + + + 2022-03-30 + + + + + + + + + + + + EasternEurope accepted - - https://www.datenschutz.saarland.de/ - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Harshvardhan J. Pandit - - MAF - 663 - + + + Wyoming + + 2022-03-30 + Wyoming accepted - - - - 663 Harshvardhan J. Pandit + + + SubSaharanAfrica + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 - MF - Saint Martin (French Part) - Saint Martin (French Part) - - - Bavaria + accepted Harshvardhan J. Pandit - 2022-03-30 - Bavaria + - accepted - - - - - - + SubSaharanAfrica - - - - - - - - - - - - - - - - - - - - accepted + + + 2022-03-30 - SouthAmerica - Harshvardhan J. Pandit - SouthAmerica - - - - Virginia - - - + WSM accepted + Samoa + WS + 882 + + + 882 Harshvardhan J. Pandit - Virginia - 2022-03-30 + Samoa - - accepted - 470 - Malta - 470 + + + DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities. + Harshvardhan J. Pandit + Julian Flake + 2022-04-02 + 2022-04-02 + Harshvardhan J. Pandit + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities. + + DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV + dpv-legal + https://w3id.org/dpv/dpv-legal + + 0.6 + + Harshvardhan J. Pandit - 2022-03-30 - Malta - - - - - - - - - MT - MLT + Julian Flake + - - - + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + 2022-03-30 + https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + accepted + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - USA + + accepted - accepted - United States of America - - - United States of America - 2022-03-30 - 840 + Afghanistan + AF Harshvardhan J. Pandit - US - 840 + + + AFG + 4 + 2022-03-30 + 4 + Afghanistan - - + - SC - Seychelles + + 583 + 583 + + + FM 2022-03-30 - - - - Seychelles - 690 - Harshvardhan J. Pandit - SYC - 690 + Micronesia (Federated States of) accepted + Micronesia (Federated States of) + Harshvardhan J. Pandit + FSM - + + Sweden + SE 2022-03-30 - - - - Nicaragua - - - Nicaragua - NI - NIC - 558 + 752 accepted - 558 - Harshvardhan J. Pandit - - - Vanuatu + SWE Harshvardhan J. Pandit - VUT - - - + 752 + Sweden - VU - 548 - 548 - accepted - Vanuatu - 2022-03-30 + + + + + + + + + + + - - Myanmar - MMR - Myanmar - - - 104 + + Syrian Arab Republic - accepted - 2022-03-30 - MM - 104 + 760 Harshvardhan J. Pandit - - - - - - + + + SYR + Syrian Arab Republic + SY 2022-03-30 - https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 - Landesdatenschutzgesetz (LDSG) - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) - State Data Protection Act (LDSG) - - Harshvardhan J. Pandit - Julian Flake - - accepted - + 760 - - PN + + 762 + accepted + Tajikistan Harshvardhan J. Pandit - 612 - 2022-03-30 - 612 - - PCN - - - Pitcairn - Pitcairn - accepted + + + + Tajikistan + TJK + 762 + TJ + 2022-03-30 - - Ethiopia - 231 + + 2022-03-30 + Burkina Faso - + + accepted + BFA + Burkina Faso + 854 Harshvardhan J. Pandit - ETH - 231 - ET + + + BF + 854 + + accepted + Harshvardhan J. Pandit + 642 - Ethiopia + 642 + Romania + + + + + + + + + RO 2022-03-30 + Romania + ROU + + - + + Harshvardhan J. Pandit + 470 + Malta - accepted - 626 - Timor-Leste + + + + + + + + + MLT + MT + Malta 2022-03-30 - Timor-Leste - TL - 626 - - - Harshvardhan J. Pandit - TLS + 470 + accepted + + - - - - - 148 - 2022-03-30 - + + - Chad - Chad - TD - accepted - 148 - TCD + Saarland + Harshvardhan J. Pandit - - - - + accepted + Saarland + 2022-03-30 + - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - - - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - https://www.datenschutz-berlin.de/ + + + + Kyrgyzstan + accepted Harshvardhan J. Pandit - Julian Flake + 417 + + + + + Kyrgyzstan + 417 2022-03-30 - accepted + KGZ + KG - - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + + - - - - + Harshvardhan J. Pandit - Julian Flake + Maryland 2022-03-30 - https://www.ldi.nrw.de/ - accepted + Maryland - + + BHR + + + 2022-03-30 + Bahrain accepted + 48 Harshvardhan J. Pandit - - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 - - - 2022-03-30 - EU Adequacy Decision for Uruguay + + Bahrain + 48 + BH - - 674 + 2022-03-30 - - - San Marino - San Marino - 674 - - - SM - accepted - SMR + Julian Flake Harshvardhan J. Pandit - - - 438 - - - Liechtenstein - + Bavarian Data Protection Act (BayDSG) + Bayerisches Datenschutzgesetz (BayDSG) + - 438 - LIE + https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf + Bayerisches Datenschutzgesetz (BayDSG) + Bavarian Data Protection Act (BayDSG) accepted - LI + + + + + Harshvardhan J. Pandit - Liechtenstein + ECU + Ecuador + + + 218 + 218 + EC + + + + Ecuador 2022-03-30 + accepted - - 2022-03-30 + + New Zealand + 554 + 554 - - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - - - - https://datenschutz.sachsen-anhalt.de/ - + Harshvardhan J. Pandit - Julian Flake + + + New Zealand + NZ + NZL + 2022-03-30 accepted - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - - Sudan + + + + + + + + + + accepted + CentralAmerica Harshvardhan J. Pandit - Sudan - - - 729 - - 729 - accepted + + CentralAmerica + 2022-03-30 - SD - SDN - - PNG - Papua New Guinea + + BDI + Burundi + 2022-03-30 + 108 + accepted + 108 + BI + + + + Burundi Harshvardhan J. Pandit - 598 - Papua New Guinea - - - 598 - accepted - PG - 2022-03-30 - - Lesotho - Lesotho - 426 + + Saint Barthélemy + + + 2022-03-30 + accepted + BLM + Saint Barthélemy + 652 Harshvardhan J. Pandit + BL + 652 + + + + - - LSO + + COD - 426 - LS + Democratic Republic of the Congo + 180 + 180 + 2022-03-30 + Democratic Republic of the Congo accepted + CD + Harshvardhan J. Pandit - - - Croatian Personal Data Protection Agency + + + + + ZAF + South Africa 2022-03-30 - - - http://www.azop.hr/ - Harshvardhan J. Pandit - + 710 + 710 + South Africa accepted - Croatian Personal Data Protection Agency - - - 688 - Serbia + Harshvardhan J. Pandit + ZA + + + 352 accepted + IS + + + 352 + Harshvardhan J. Pandit + Iceland + ISL + + 2022-03-30 + Iceland + + + accepted + 40 + Austria + AUT + Harshvardhan J. Pandit + + + 40 + - + + + + + + + AT + 2022-03-30 + Austria + + + + + Russian Federation + 643 + accepted + 643 + + + RU Harshvardhan J. Pandit - 688 - SRB - Serbia - RS + Russian Federation + 2022-03-30 + RUS + + - + - - - Office for Personal Data Protection + Belgian Data Protection Authority + https://www.dataprotectionauthority.be/ 2022-03-30 - https://www.uoou.cz/ + + Harshvardhan J. Pandit - Office for Personal Data Protection + Belgian Data Protection Authority accepted - - Mayotte - 175 - - - - MYT + - YT - accepted - 175 + GL + + + 304 + 304 2022-03-30 - Mayotte + Greenland + GRL + accepted + Greenland Harshvardhan J. Pandit - - Harshvardhan J. Pandit - 580 - - - - + + Kuwait accepted - Northern Mariana Islands - 580 - Northern Mariana Islands - MNP + KW + 414 + + + + 2022-03-30 - MP + 414 + Kuwait + KWT + Harshvardhan J. Pandit - - 583 - Micronesia (Federated States of) + + CHE + accepted + Switzerland Harshvardhan J. Pandit - Micronesia (Federated States of) - FM - + CH - - - 583 - FSM - accepted + + Switzerland 2022-03-30 + 756 + + + 756 - - 454 + + + + + + 2022-03-30 - - - + Julian Flake Harshvardhan J. Pandit - MW - Malawi - MWI - - - Malawi - 454 + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + + https://www.saechsdsb.de/ accepted - - 246 - Finland - - - - - - - - - Finland - + - FIN - FI + + https://idpc.org.mt accepted + Office of the Information and Data Protection Commissioner 2022-03-30 - 246 - Harshvardhan J. Pandit + - - - - Denmark - 2022-03-30 - 208 - Denmark Harshvardhan J. Pandit - - - - - - - - - DNK - 208 - DK + Office of the Information and Data Protection Commissioner + + + Dutch Data Protection Authority accepted + https://autoriteitpersoonsgegevens.nl + - + + Dutch Data Protection Authority - + Harshvardhan J. Pandit + 2022-03-30 - + 2022-03-30 - - - - - - - - - 380 - IT - Italy - Italy - + - ITA + Arkansas accepted - 380 Harshvardhan J. Pandit - - - - - 2018-05-25 + + Arkansas - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 840 + United States of America + 840 + - - - Harshvardhan J. Pandit + US 2022-03-30 - DM - 212 - DMA - Dominica - Dominica + accepted + United States of America + Harshvardhan J. Pandit + USA + + + Ukraine + Harshvardhan J. Pandit + UKR + Ukraine + + + 804 + UA + 2022-03-30 accepted - 212 + 804 - + + Canada + + 2022-03-30 - - - Indonesia - Indonesia - - - 360 + 124 accepted - IDN - ID + 124 + Canada Harshvardhan J. Pandit - 360 + CA + + + CAN - + + 170 + Colombia + CO + 170 + + + + 2022-03-30 + COL + Colombia accepted - - 2022-03-30 + Harshvardhan J. Pandit - - Indiana - Indiana - - accepted - 2022-03-30 - https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf - Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680 - Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680 + + - - Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680 - Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680 + American Samoa + AS + 16 + 16 + + + 2022-03-30 + American Samoa + accepted Harshvardhan J. Pandit - Julian Flake - - + ASM - + + + + + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - - - + + 2022-03-30 + https://www.datenschutz-hamburg.de/ Harshvardhan J. Pandit Julian Flake - https://www.datenschutz.hessen.de/ - 2022-03-30 - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information accepted - + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - - accepted - 270 - - - - GMB - 2022-03-30 - 270 - Harshvardhan J. Pandit + - Gambia - Gambia - GM - - + Harshvardhan J. Pandit - - - + + - - 442 - Luxembourg - - - 442 - Luxembourg - accepted - Harshvardhan J. Pandit - LUX + + 2022-03-30 - LU + 528 + 528 + accepted + Netherlands + NL + NLD + Netherlands - + - - 372 - Harshvardhan J. Pandit - 372 - IE - 2022-03-30 + + + + + + + + + + + + + WesternEurope - - - - - - - - Ireland - Ireland + 2022-03-30 + accepted + WesternEurope + Harshvardhan J. Pandit + + + PM - IRL + + + Saint Pierre and Miquelon + 2022-03-30 accepted - - + 666 + Saint Pierre and Miquelon + Harshvardhan J. Pandit + SPM + 666 - + - accepted - - North-Rhine Westphalia + CentralAsia + + + + + + 2022-03-30 - North-Rhine Westphalia + CentralAsia + accepted Harshvardhan J. Pandit - - - - - - 740 - 2022-03-30 - - - - SUR - Suriname + Harshvardhan J. Pandit - Suriname + IQ + IRQ + 368 - SR + 368 + Iraq + + + 2022-03-30 + Iraq accepted - 740 - + Harshvardhan J. Pandit - Julian Flake - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - - accepted - - - - - https://www.datenschutz-mv.de/ - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - 2022-03-30 - - - Oregon - Oregon - Harshvardhan J. Pandit - 2022-03-30 + Rhode Island - accepted - - - accepted 2022-03-30 - - - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - Harshvardhan J. Pandit - Julian Flake - https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - + Rhode Island - - accepted - 2022-03-30 - https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - - - - - - EU Adequacy Decision for Faroe Islands - Harshvardhan J. Pandit - + + + - - Harshvardhan J. Pandit + + accepted + 496 + Mongolia + 496 + - - + MN + Harshvardhan J. Pandit - 31 - Azerbaijan - accepted - AZE - Azerbaijan - 31 - AZ + + MNG + Mongolia 2022-03-30 - - - + 2022-03-30 - CN - China + Massachusetts + accepted Harshvardhan J. Pandit - China - CHN - 156 - + - accepted - 156 + + Massachusetts - - MYS + 2022-03-30 + Florida + accepted Harshvardhan J. Pandit - - - 458 + + Florida + + + + + North Dakota + - - Malaysia - MY + 2022-03-30 accepted - 458 - Malaysia + North Dakota + Harshvardhan J. Pandit + - - Saudi Arabia - Saudi Arabia + + + + Harshvardhan J. Pandit - 2022-03-30 - SAU - - - 682 - SA - 682 + GRD + Grenada + GD + 308 + 2022-03-30 + 308 accepted + Grenada - - HND - HN - Honduras - Honduras - - - - 340 + + accepted + - - 340 + + + + + Harshvardhan J. Pandit + https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + EU Adequacy Decision for United Kingdom + 2022-03-30 + + accepted + + + + Minnesota 2022-03-30 + Minnesota Harshvardhan J. Pandit - - Connecticut - Connecticut - 2022-03-30 - + + + + + + + + + + + SouthernAsia + Harshvardhan J. Pandit - + + SouthernAsia + 2022-03-30 accepted - + + Panama + + + + 2022-03-30 + PA + 591 + 591 accepted - + Panama + Harshvardhan J. Pandit + + + PAN + + + 540 + accepted + NC + + + - Georgia - Georgia Harshvardhan J. Pandit + 540 + New Caledonia + NCL 2022-03-30 - + New Caledonia - - + + + + + Puerto Rico + PRI + 630 - NLD - accepted + + Puerto Rico + PR 2022-03-30 - 528 - Netherlands - - - - - - - - - Netherlands + 630 Harshvardhan J. Pandit - 528 - NL - - + accepted - + + 52 accepted - 706 - SO - 706 - Somalia - 2022-03-30 - - - - Somalia + 52 Harshvardhan J. Pandit - SOM + Barbados + + + + BRB + Barbados + 2022-03-30 + BB - + + FJI + 242 + 2022-03-30 + accepted + 242 + + + Fiji + Harshvardhan J. Pandit - 756 + FJ + Fiji + + + + Harshvardhan J. Pandit + Julian Flake accepted - Switzerland + Die Landesbeauftragte für den Datenschutz Niedersachsen + The State Commissioner for Data Protection Lower Saxony + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + + + + + + https://www.lfd.niedersachsen.de/ 2022-03-30 - Switzerland - 756 - Harshvardhan J. Pandit - - - CH - CHE - - - - - COG + + + + + + + + + + + + + + + + + + + + - - Congo - Congo 2022-03-30 - CG + WesternAsia + accepted Harshvardhan J. Pandit - 178 - 178 + WesternAsia + + + accepted + + + NRU + Harshvardhan J. Pandit + 520 + Nauru + + + 520 + NR + Nauru + 2022-03-30 - - 894 - + + MUS + MU + Mauritius + - Zambia - Zambia - 894 - - accepted - ZMB - ZM Harshvardhan J. Pandit + + + Mauritius + 480 + 480 2022-03-30 - - 388 - JM + + + + + + + TV + Harshvardhan J. Pandit - 388 - accepted - Jamaica - - - - Jamaica - JAM + + + Tuvalu 2022-03-30 - Harshvardhan J. Pandit + 798 + accepted + Tuvalu + 798 + TUV - - 398 - 398 + + 334 accepted - KZ + 334 + Harshvardhan J. Pandit - KAZ + HM + Heard Island and McDonald Islands + + 2022-03-30 - Harshvardhan J. Pandit - - - Kazakhstan - Kazakhstan + HMD + Heard Island and McDonald Islands - - - - BLM - 652 - - - + + + California Consumer Privacy Act (CCPA) + Harshvardhan J. Pandit + + California Consumer Privacy Act (CCPA) accepted + + 2022-03-30 - Harshvardhan J. Pandit - Saint Barthélemy - 652 - Saint Barthélemy - BL + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - - Harshvardhan J. Pandit - 882 + 2022-03-30 - Samoa - 882 - Samoa - - - WS + accepted + Estonia + Harshvardhan J. Pandit + EST - WSM - accepted + 233 + EE + + + + + + + + + Estonia + 233 + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 + - - accepted + + + + EU Adequacy Decision for Argentina Harshvardhan J. Pandit 2022-03-30 - Oceania - Oceania + accepted - - - - - - - - - - - Harshvardhan J. Pandit + 2022-03-30 - EasternAsia - - EasternAsia accepted - - - - - - KM + Jordan + Harshvardhan J. Pandit + JO + 400 + + 400 + + + JOR + Jordan + + + + + + accepted + Suriname + SUR + Harshvardhan J. Pandit - 174 + + SR + Suriname + 740 + 740 + 2022-03-30 + + + NorthernAfrica accepted - COM + + + + + + + + Harshvardhan J. Pandit + + + NorthernAfrica 2022-03-30 - 174 - Comoros - Comoros - + + 2022-03-30 + - + accepted Harshvardhan J. Pandit + 340 + 340 + HND - LCA - accepted - LC - 662 - 662 - Saint Lucia - 2022-03-30 - Saint Lucia + Honduras + Honduras + HN - + + + + + + + + + + 2022-03-30 + LV + 428 + 428 + accepted + Latvia Harshvardhan J. Pandit - 108 - - - - Burundi - Burundi + LVA + Latvia + + + + + accepted - BDI - BI + EU Adequacy Decision for Japan + + + + + + http://data.europa.eu/eli/dec_impl/2019/419/oj + Harshvardhan J. Pandit 2022-03-30 - 108 - + 2022-03-30 + Ohio + accepted Harshvardhan J. Pandit - Minnesota - Minnesota - accepted + Ohio - - Eritrea - 232 - ER + + + Spanish Data Protection Agency (AEPD) + accepted + + Spanish Data Protection Agency (AEPD) + https://www.aepd.es/ + 2022-03-30 + + Harshvardhan J. Pandit + + + AQ + Antarctica - Eritrea + + Harshvardhan J. Pandit + 10 + 10 + Antarctica + ATA + 2022-03-30 accepted - - - + + + accepted + + + + + + EU Adequacy Decision for Faroe Islands + 2022-03-30 - 232 Harshvardhan J. Pandit - ERI + https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - - - - - - - - - - Latvia + + + + + + + + + + + + + + + + + + + + + + + + + accepted + EasternAfrica Harshvardhan J. Pandit - LVA - Latvia - LV - - 428 - accepted - 428 + + EasternAfrica 2022-03-30 - - - - - - - - - - + + Michigan + 2022-03-30 + + + accepted + Michigan + Harshvardhan J. Pandit + - - - - + Harshvardhan J. Pandit - The Federal Commissioner for Data Protection and Freedom of Information - 2022-03-30 - http://www.bfdi.bund.de/ + Julian Flake + + https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf + - - The Federal Commissioner for Data Protection and Freedom of Information + 2022-03-30 accepted + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + - 2022-03-30 - QA - - - Qatar - Harshvardhan J. Pandit Qatar + Harshvardhan J. Pandit + QA + + 634 - QAT 634 + 2022-03-30 + Qatar + QAT accepted - + + - - accepted - - Harshvardhan J. Pandit + 620 + + + + + + + + + Portugal 2022-03-30 - Brandenburg - Brandenburg - - + Harshvardhan J. Pandit + Portugal + accepted + PT + 620 + PRT - + - - + + Liechtenstein + + LI + + + Liechtenstein 2022-03-30 - Arizona - Harshvardhan J. Pandit - Arizona - - accepted - - - - - - - - - AS + 438 + LIE accepted - - - ASM - 16 + 438 Harshvardhan J. Pandit - 2022-03-30 - 16 - American Samoa - American Samoa - - 116 - - - KH - 116 - - - Cambodia - Cambodia - accepted - KHM + 2022-03-30 + GNB + accepted + 624 + Guinea-Bissau + + + Harshvardhan J. Pandit + 624 + + + GW + Guinea-Bissau - - Mongolia - MN + Harshvardhan J. Pandit - + THA + 764 + + + Thailand + TH + 764 + + Thailand 2022-03-30 - MNG - 496 - 496 - - - Mongolia accepted - - 670 + + 498 + Republic of Moldova + Harshvardhan J. Pandit accepted - VCT + MDA - - - + Republic of Moldova + + + MD 2022-03-30 - VC - Saint Vincent and the Grenadines - Harshvardhan J. Pandit - 670 - Saint Vincent and the Grenadines + 498 - - 2022-03-30 - - - + + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + Harshvardhan J. Pandit - 480 + Julian Flake + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + North Rhine-Westphalia Data Protection Act (DSG NRW) accepted + - - 480 - Mauritius - MU - Mauritius - MUS + 2022-03-30 + https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 + - - Hellenic Data Protection Authority + - - + + + + San Marino 2022-03-30 - Harshvardhan J. Pandit - Hellenic Data Protection Authority - - accepted - http://dpa.gr - - + SM + SMR + 674 + San Marino accepted - 4 + 674 Harshvardhan J. Pandit - AFG - - + + + + + Holy See 2022-03-30 - AF - Afghanistan - + 336 + 336 + VAT + accepted + VA - 4 - Afghanistan + + Harshvardhan J. Pandit + Holy See - - 2022-03-30 + Harshvardhan J. Pandit - - 624 - + - 624 - GNB + + Liberia + LBR + 430 + LR + 2022-03-30 + 430 accepted - GW - Guinea-Bissau - Guinea-Bissau + Liberia - - - - - - - - - - - - - - - - - - - Bundesdatenschutzgesetz (BDSG) - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) - Federal Data Protection Act (BDSG) - Harshvardhan J. Pandit - Julian Flake + + - - - https://www.gesetze-im-internet.de/bdsg_2018/ - accepted + Harshvardhan J. Pandit + HKG + China, Hong Kong Special Administrative Region + + + HK + 344 + 344 2022-03-30 - - - - - - - - - - - - - - - - - + China, Hong Kong Special Administrative Region + accepted - - Iraq + + CW + + + + Curaçao + accepted + 531 + Harshvardhan J. Pandit + Curaçao + 2022-03-30 + 531 + CUW + + + + + + + + Berliner Beauftragte für Datenschutz und Informationsfreiheit + Berlin Commissioner for Data Protection and Freedom of Information + Julian Flake + Harshvardhan J. Pandit + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + + 2022-03-30 + accepted + https://www.datenschutz-berlin.de/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asia accepted - IRQ - 2022-03-30 - - Harshvardhan J. Pandit - 368 - 368 - IQ - Iraq - - - New Mexico + Asia 2022-03-30 - Harshvardhan J. Pandit - - New Mexico - accepted - + + 196 - Republic of Korea - 410 - Republic of Korea - accepted - KR - + CYP + - Harshvardhan J. Pandit - 2022-03-30 - 410 - KOR - - + + + + + + + Cyprus 2022-03-30 - - - - Harshvardhan J. Pandit - 466 - ML - - - MLI - 466 - Mali - accepted - Mali - - - 188 - - - CR + CY + 196 accepted - Costa Rica - Costa Rica - CRI + Cyprus Harshvardhan J. Pandit - 2022-03-30 - - - - 188 + - + + Harshvardhan J. Pandit + Data Protection Commission (DPC) accepted - Danish Data Protection Agency + + http://www.dataprotection.ie - http://www.datatilsynet.dk/ - - Danish Data Protection Agency - Harshvardhan J. Pandit 2022-03-30 + Data Protection Commission (DPC) - - - - - 204 - 204 + + Guadeloupe - BJ - accepted - Benin - Benin - Harshvardhan J. Pandit - BEN - 2022-03-30 - - - accepted - 2022-03-30 - Bayerisches Datenschutzgesetz (BayDSG) - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - Bavarian Data Protection Act (BayDSG) - https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf - Harshvardhan J. Pandit - Julian Flake - - - - - - - + GP + + + 2022-03-30 - - Arkansas - - - Arkansas + Guadeloupe + GLP accepted Harshvardhan J. Pandit + 312 + 312 - - EE + + Harshvardhan J. Pandit - 2022-03-30 - - - - - - - - - - - EST - 233 - Estonia - accepted - 233 - Estonia - - - - + Data State Inspectorate accepted - Hungarian National Authority for Data Protection and Freedom of Information - http://www.naih.hu/ + http://www.dvi.gov.lv/ + Data State Inspectorate - Hungarian National Authority for Data Protection and Freedom of Information 2022-03-30 - Harshvardhan J. Pandit - - + - - KG - KGZ - 417 + + Hamburg 2022-03-30 - - - Harshvardhan J. Pandit - 417 - Kyrgyzstan - Kyrgyzstan accepted - - - - - 2022-03-30 Harshvardhan J. Pandit - Bremen - Bremen - accepted + Hamburg - - + + - + + Harshvardhan J. Pandit + + + accepted - + FLK + 238 - 643 - Harshvardhan J. Pandit - 2022-03-30 - - - 643 - RU - Russian Federation - RUS - Russian Federation - - - 2022-03-30 - ARM - - - Harshvardhan J. Pandit - Armenia - 51 - Armenia - AM - - accepted - 51 - - - - - - SL + Falkland Islands (Malvinas) + FK 2022-03-30 - SLE + 238 + Falkland Islands (Malvinas) + + + OM + 512 + Oman Harshvardhan J. Pandit - 694 - Sierra Leone - Sierra Leone - 694 + 512 + OMN + + + Oman + 2022-03-30 accepted - - - - - - - - - - + + Czechia + CZE + Harshvardhan J. Pandit + - - accepted + Czechia + + + + + + + + + 203 2022-03-30 - MiddleAfrica - - Harshvardhan J. Pandit - MiddleAfrica + accepted + CZ + 203 + + - - California - California - 2022-03-30 + Harshvardhan J. Pandit - + District of Columbia + 2022-03-30 accepted - - + + District of Columbia - - accepted - - - - NA - - - Namibia - 516 - Harshvardhan J. Pandit + + MCO + 492 + MC + Monaco + 492 + + 2022-03-30 - NAM - 516 - Namibia - - accepted - + - Data Protection Commission (DPC) - http://www.dataprotection.ie - 2022-03-30 - + Monaco Harshvardhan J. Pandit - - Data Protection Commission (DPC) - 638 + 2022-03-30 accepted - REU - RE Réunion - + 638 + + 638 Harshvardhan J. Pandit - Réunion - 2022-03-30 - 638 - + REU + + Réunion + RE - + + + + + + + + + + + + + + + + + + + - - - - - - NorthernAmerica + 2022-03-30 - - Harshvardhan J. Pandit + NorthernEurope accepted - NorthernAmerica + Harshvardhan J. Pandit + NorthernEurope - - + + 2022-03-30 + 250 + 250 + + + + + + + accepted - NO + France Harshvardhan J. Pandit - NOR - 2022-03-30 - Norway - Norway - 578 + FR - 578 + FRA + France + + - - - + accepted - 531 - - - + + Missouri Harshvardhan J. Pandit - 531 + + + Missouri 2022-03-30 - Curaçao - Curaçao - CUW - CW - - Antigua and Barbuda - - - + + 2022-03-30 + MOZ Harshvardhan J. Pandit - AG - 28 - - - ATG - 28 + Mozambique + + + accepted - 2022-03-30 - Antigua and Barbuda + MZ + 508 + + + 508 + Mozambique - - Hamburg - accepted + + Harshvardhan J. Pandit - - + + SX + SXM + Sint Maarten (Dutch part) + + + 2022-03-30 - Harshvardhan J. Pandit - Hamburg - - - - + accepted + 534 + Sint Maarten (Dutch part) + 534 - - Harshvardhan J. Pandit - PRY + + + + + + Bouvet Island + 74 2022-03-30 - + 74 + + BVT + accepted + Bouvet Island - 600 - 600 - accepted - Paraguay - PY - Paraguay + Harshvardhan J. Pandit + BV - - + + Thüringer Datenschutzgesetz (ThürDSG) + Thuringian Data Protection Act (ThürDSG) + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + + Harshvardhan J. Pandit + Julian Flake + accepted - 858 - URY - Uruguay + https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen 2022-03-30 - - - - Uruguay - Harshvardhan J. Pandit - UY - 858 + - + + accepted + Saint Martin (French Part) + 663 + + + - accepted + 663 Harshvardhan J. Pandit - 112 + MF + MAF + Saint Martin (French Part) 2022-03-30 - - - BLR - Belarus - Belarus - 112 - BY - - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information + + 234 + accepted + FRO Harshvardhan J. Pandit - Julian Flake + 234 + Faroe Islands - - - - - accepted - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - https://www.tlfdi.de/ + + + + FO + Faroe Islands 2022-03-30 - - - PF - 258 + + + + + + + + + 2022-03-30 - 258 + Belgium + BEL + accepted + BE Harshvardhan J. Pandit - PYF - French Polynesia + Belgium + 56 - French Polynesia - accepted - - + 56 + + - - - + + 60 + BM accepted - Dutch Data Protection Authority - - Harshvardhan J. Pandit + Bermuda + + + BMU + + + 60 + Bermuda 2022-03-30 - Dutch Data Protection Authority - https://autoriteitpersoonsgegevens.nl - - Personal Data Protection Office - - 2022-03-30 - + + accepted + http://www.dataprotection.ro/ - Harshvardhan J. Pandit + + + 2022-03-30 + National Supervisory Authority for Personal Data Processing - Personal Data Protection Office - accepted - https://uodo.gov.pl/ + Harshvardhan J. Pandit + National Supervisory Authority for Personal Data Processing + Saxony-Anhalt + Harshvardhan J. Pandit - + 2022-03-30 accepted Saxony-Anhalt - Saxony-Anhalt - 2022-03-30 - Harshvardhan J. Pandit - + + - - Mauritania + + 2022-03-30 + Northern Mariana Islands accepted - Mauritania - 478 - - - Harshvardhan J. Pandit - 2022-03-30 - 478 - MRT - MR + + Northern Mariana Islands + + + + GGY + + + + 2022-03-30 + Guernsey + accepted + 831 + 831 + Guernsey + + GG + Harshvardhan J. Pandit - - National Commission for Data Protection - + + Nebraska + Harshvardhan J. Pandit - - National Commission for Data Protection + + Nebraska 2022-03-30 - - https://cnpd.public.lu - Harshvardhan J. Pandit accepted + - + + + + Pakistan + + 586 + PAK + 2022-03-30 + Pakistan + accepted + 586 + Harshvardhan J. Pandit + PK + + + 324 + GN + Guinea + 2022-03-30 + GIN + accepted + Guinea + Harshvardhan J. Pandit + + + + 324 - UKR + + + + + + Papua New Guinea + PG accepted - Ukraine - UA - 804 - Ukraine + PNG + 598 + + + 598 Harshvardhan J. Pandit + Papua New Guinea 2022-03-30 - - - 804 - + + 222 + El Salvador + + + SLV Harshvardhan J. Pandit - Oklahoma - Oklahoma + El Salvador + SV + + + + 2022-03-30 + accepted + 222 + + + accepted + Illinois + Harshvardhan J. Pandit + Illinois - accepted 2022-03-30 - - - + Harshvardhan J. Pandit - 784 - 784 - United Arab Emirates - United Arab Emirates - ARE - + 533 + AW - AE - accepted + + ABW + Aruba + + + 2022-03-30 + Aruba + accepted + 533 - + + + + 581 + + + United States Minor Outlying Islands + 581 2022-03-30 - Bayerisches Landesamt für Datenschutzaufsicht - Bavarian State Office for Data Protection Supervision + UM + UMI accepted - - + Harshvardhan J. Pandit + United States Minor Outlying Islands + + + - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - - https://www.lda.bayern.de/ - Julian Flake Harshvardhan J. Pandit + accepted + State Data Protection Inspectorate + https://ada.lt + State Data Protection Inspectorate + 2022-03-30 - - - + + ESH + 2022-03-30 + Western Sahara + 732 + accepted + 732 + + Western Sahara + EH + Harshvardhan J. Pandit + + + + + + + + + + + + + accepted - GNQ - 226 + SoutheasternAsia + Harshvardhan J. Pandit + + + SoutheasternAsia + 2022-03-30 + + + accepted + + Harshvardhan J. Pandit - GQ - Equatorial Guinea - 226 - Equatorial Guinea + SRB + 688 + Serbia + 2022-03-30 + + + 688 + RS + Serbia - + + + + 2022-03-30 + 248 + ALA + 248 + accepted + Åland Islands + AX - Bolivia (Plurinational State of) - Bolivia (Plurinational State of) - accepted - 68 Harshvardhan J. Pandit - - - - 2022-03-30 - 68 - BOL - BO + Åland Islands - - + + - Commission for Personal Data Protection - 2022-03-30 - https://www.cpdp.bg/ - Harshvardhan J. Pandit + Julian Flake + 2022-03-30 + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) accepted - Commission for Personal Data Protection - + https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 + + - - 384 + + + + + Argentina + 32 + AR + 2022-03-30 + 32 + accepted + ARG + Argentina + Harshvardhan J. Pandit - CI + + + Maldives + Harshvardhan J. Pandit accepted - - - - 384 + + + MV + Maldives + 462 + MDV + + 2022-03-30 - Côte d’Ivoire - Côte d’Ivoire + 462 + + + + + + + Brunei Darussalam + 96 + 2022-03-30 + BN + 96 + Brunei Darussalam + accepted + BRN Harshvardhan J. Pandit - CIV - Harshvardhan J. Pandit - Montenegro - 499 + Montenegro + 2022-03-30 ME + accepted + Harshvardhan J. Pandit + + + Montenegro 499 MNE - - - accepted - Montenegro - 2022-03-30 + 499 - + + + + + + + + + + + + 2022-03-30 + https://www.ip-rs.si/ + Information Commissioner of the Republic of Slovenia + Harshvardhan J. Pandit + accepted + + Information Commissioner of the Republic of Slovenia + - - 508 + + + Central African Republic + + + accepted - Mozambique - Mozambique - 508 + Harshvardhan J. Pandit + 140 + CAF + + + 140 + Central African Republic 2022-03-30 - Harshvardhan J. Pandit - - - - MOZ - MZ + CF - - Lower-Saxony - Lower-Saxony + + Harshvardhan J. Pandit + Hesse - accepted - - Harshvardhan J. Pandit 2022-03-30 + Hesse + + accepted - - + + - - - - - 132 - Harshvardhan J. Pandit - 2022-03-30 - Cabo Verde - Cabo Verde - CV + + Norway + NOR + NO + + + Norway + 2022-03-30 + 578 accepted - 132 - CPV + 578 + Harshvardhan J. Pandit - - California Consumer Privacy Act (CCPA) + + + Harshvardhan J. Pandit + Puerto Rico + + 2022-03-30 + Puerto Rico accepted + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? + + + + Harshvardhan J. Pandit - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - - - California Consumer Privacy Act (CCPA) - - - - - - + EU Adequacy Decision for Andorra accepted - NC - New Caledonia - NCL - 540 - New Caledonia - 540 2022-03-30 - Harshvardhan J. Pandit - - New Hampshire - New Hampshire + Harshvardhan J. Pandit - + Julian Flake + - - accepted + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + Lower Saxony Data Protection Act (NDSG) 2022-03-30 + accepted + https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf + + - - + - - - - 716 - ZW + + + + + + Harshvardhan J. Pandit + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 accepted + EU Adequacy Decision for Switzerland 2022-03-30 - ZWE + + + 2022-03-30 + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 + + + + EU Adequacy Decision for Isle of Man Harshvardhan J. Pandit - Zimbabwe - Zimbabwe - 716 + accepted - - - - VA - VAT - 336 + + Saint Vincent and the Grenadines - Holy See - Holy See - accepted - 336 + VCT + + + + 670 + 670 + Saint Vincent and the Grenadines 2022-03-30 + accepted + VC Harshvardhan J. Pandit - + + + + + Madagascar + 450 + MG - 50 - accepted - BD - - - Bangladesh - Harshvardhan J. Pandit - Bangladesh + 450 + Madagascar + MDG 2022-03-30 - BGD - 50 - - - EU Adequacy Decision for Switzerland accepted - 2022-03-30 - - - - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - Harshvardhan J. Pandit - - Harshvardhan J. Pandit - - West Virginia + + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information accepted + + + + + - + https://www.datenschutz.hessen.de/ 2022-03-30 - West Virginia + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + Harshvardhan J. Pandit + Julian Flake - - - - - - - - - - AT + + http://www.datatilsynet.dk/ - - Austria + accepted - Austria + Danish Data Protection Agency + 2022-03-30 - 40 + + Danish Data Protection Agency Harshvardhan J. Pandit - AUT - 40 - - - - + - - - accepted + + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + + https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) 2022-03-30 - EU Adequacy Decision for Andorra - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? + accepted Harshvardhan J. Pandit + Julian Flake + - - 2022-03-30 - - - - MG + Harshvardhan J. Pandit - MDG - 450 - Madagascar - Madagascar - - accepted - 450 + + 2022-03-30 + + + https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 + + + + EU Adequacy Decision for New Zealand - - South Sudan - 728 + + 72 + 72 accepted - SS - South Sudan - 728 - + Botswana + + BW Harshvardhan J. Pandit - 2022-03-30 - SSD + BWA + Botswana + 2022-03-30 - - - - - - - - - - - - - - - - - - - - accepted + + + - - NorthernEurope - NorthernEurope + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 + + Harshvardhan J. Pandit 2022-03-30 - + + accepted + EU Adequacy Decision for Guernsey - + accepted - - Niger - Niger - 2022-03-30 - NER - 562 - NE + + STP + Sao Tome and Principe Harshvardhan J. Pandit - - 562 - - - Harshvardhan J. Pandit - - U.S. Virgin Islands - U.S. Virgin Islands - - accepted + ST + 678 + Sao Tome and Principe + 678 2022-03-30 - - + + Bavaria - accepted + 2022-03-30 + Bavaria + accepted Harshvardhan J. Pandit - Hesse - Hesse + - - - - - - ChannelIslands - - - - - - ChannelIslands - accepted - 2022-03-30 - Harshvardhan J. Pandit + + - - - - India - + + + Viet Nam 2022-03-30 - Harshvardhan J. Pandit - 356 - IN - IND - 356 - India - accepted - - + VNM accepted - - - + Viet Nam Harshvardhan J. Pandit - 2022-03-30 + VN + 704 - 654 - SHN - Saint Helena - 654 - Saint Helena - SH + 704 - - 300 - 2022-03-30 - GRC - - - - - - - - - Greece - 300 + + accepted + Indonesia Harshvardhan J. Pandit - Greece + 360 + + - accepted - GR - - + 360 + ID + IDN + Indonesia + 2022-03-30 - - - - - - - - - - - - + + Vermont - accepted 2022-03-30 - SoutheasternAsia - + Vermont + accepted Harshvardhan J. Pandit - SoutheasternAsia + - + + - - + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + + + + Julian Flake Harshvardhan J. Pandit - - California Privacy Rights Act (CPRA) - accepted + https://www.tlfdi.de/ 2022-03-30 - California Privacy Rights Act (CPRA) - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + + accepted - - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Independent State Center for Data Protection Schleswig-Holstein - - - - 2022-03-30 - https://www.datenschutzzentrum.de/ + + Somalia Harshvardhan J. Pandit - Julian Flake - - - + + + accepted - - - Panama - 591 - - - + 706 + SO + Somalia - accepted - PAN - 591 - Harshvardhan J. Pandit + 706 2022-03-30 - Panama - PA + SOM - + + Sark + + + accepted - - - Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen - The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen - - - + Harshvardhan J. Pandit - Julian Flake - Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen - The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen + Sark 2022-03-30 - https://www.datenschutz.bremen.de/ - - - - - BV - - - 74 - Bouvet Island - Bouvet Island + + 2012-12-20 + + + + + + accepted - 74 - BVT - 2022-03-30 Harshvardhan J. Pandit + + Louisiana + + + Louisiana + 2022-03-30 - - - - + + + + North Carolina + North Carolina 2022-03-30 Harshvardhan J. Pandit - ABW - - - 533 - Aruba - 533 accepted - Aruba - AW + - - - - Singapore + + Bulgaria + accepted + 100 + Harshvardhan J. Pandit + 100 - SGP - 702 - accepted + BG + Bulgaria + + + + + + + + + BGR 2022-03-30 - SG - 702 - Harshvardhan J. Pandit - Singapore + + - - accepted + - - 798 - TUV + 2022-03-30 - Tuvalu + 584 + MHL + 584 + accepted + Marshall Islands Harshvardhan J. Pandit - Tuvalu - 798 - TV + MH + Marshall Islands - + + 2022-03-30 + Tokelau + 772 accepted + + + TK + 772 + TKL + Harshvardhan J. Pandit + + + Tokelau + + - 218 - ECU - 218 - 2022-03-30 - - + KN + Saint Kitts and Nevis + + + 2022-03-30 + accepted + 659 Harshvardhan J. Pandit - Ecuador - EC - Ecuador + KNA + 659 + Saint Kitts and Nevis - + + SD + + + - - - Harshvardhan J. Pandit + SDN + 729 + Sudan + 729 2022-03-30 - Office for Personal Data Protection of the Slovak Republic - http://www.dataprotection.gov.sk/ + Sudan accepted - Office for Personal Data Protection of the Slovak Republic - - Harshvardhan J. Pandit + + accepted + Harshvardhan J. Pandit - Northern Mariana Islands - accepted - Northern Mariana Islands + Indiana 2022-03-30 + Indiana - - State Data Protection Inspectorate - + + + accepted + Thuringia Harshvardhan J. Pandit - + + Thuringia 2022-03-30 - accepted - https://ada.lt - State Data Protection Inspectorate - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - + + Schleswig-Holstein + + + 2022-03-30 + Schleswig-Holstein accepted - https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 - - - + + Harshvardhan J. Pandit + + + + + + + Data Protection Commission - - + + accepted + + + Data Protection Commission 2022-03-30 - EU Adequacy Decision for Canada (commercial organisations) + https://www.garanteprivacy.it/ Harshvardhan J. Pandit - - - - - - https://www.ip-rs.si/ - - - Information Commissioner of the Republic of Slovenia + + TC + Turks and Caicos Islands + + + + 796 2022-03-30 - - - Harshvardhan J. Pandit - Information Commissioner of the Republic of Slovenia + 796 accepted - - - - - - - + Turks and Caicos Islands + TCA Harshvardhan J. Pandit - North Dakota - - - accepted - North Dakota - 2022-03-30 + - - CMR - - - + + 2022-03-30 + Lao People's Democratic Republic + LA accepted + + Harshvardhan J. Pandit - 120 - Cameroon - CM - Cameroon - 2022-03-30 + Lao People's Democratic Republic - 120 + LAO + 418 + 418 - - Guernsey + 2022-03-30 - GGY - - - - - - 831 + Spain accepted - 831 - Guernsey - GG + ES + ESP + 724 + 724 Harshvardhan J. Pandit + + + Spain + + + + + + + + + + - - + + 2022-03-30 + Hungary + HUN + accepted Harshvardhan J. Pandit - - + 348 - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 - EU Adequacy Decision for Guernsey + + 348 + Hungary + + + + + + + + + HU + + + + + + + Mississippi 2022-03-30 - - accepted + Mississippi + Harshvardhan J. Pandit + - - - - - - - - - - - - - - - + + 2022-03-30 + SA + 682 + 682 + accepted + Saudi Arabia + + + Saudi Arabia + Harshvardhan J. Pandit + SAU + + - + + + + Oklahoma + accepted + + Harshvardhan J. Pandit + Oklahoma 2022-03-30 - - - - GY + + + 148 + TCD Harshvardhan J. Pandit - 328 + + + + Chad + 148 - 328 + 2022-03-30 + Chad + TD accepted - GUY - Guyana - Guyana - - - - - - - - CentralAsia + + Oregon + accepted + Harshvardhan J. Pandit + - CentralAsia + Oregon + 2022-03-30 + + + + + South Carolina accepted Harshvardhan J. Pandit + + South Carolina 2022-03-30 - - VE - - - + + Togo + accepted + + + Harshvardhan J. Pandit - 862 - 2022-03-30 - 862 + 768 + Togo - Venezuela (Bolivarian Republic of) - VEN - accepted - Venezuela (Bolivarian Republic of) + TGO + 768 + TG + 2022-03-30 - + + - + NI + accepted + NIC + Harshvardhan J. Pandit + Nicaragua + 558 + + + 558 + Nicaragua + 2022-03-30 + + + 776 + Tonga + + + 2022-03-30 + 776 + accepted + Harshvardhan J. Pandit + TON + TO + Tonga - Colombia - accepted - 170 - Colombia - 170 + + + Julian Flake Harshvardhan J. Pandit - COL - CO + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + + + https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) 2022-03-30 + + accepted + - - - Montana - Montana + + + Harshvardhan J. Pandit + http://www.dataprotection.gov.sk/ + Office for Personal Data Protection of the Slovak Republic + accepted + - + Office for Personal Data Protection of the Slovak Republic 2022-03-30 - Harshvardhan J. Pandit - - accepted + - + + GNQ + 226 + Equatorial Guinea 2022-03-30 + 226 + accepted + + + + GQ Harshvardhan J. Pandit - - United States Minor Outlying Islands - United States Minor Outlying Islands + Equatorial Guinea - - Botswana - BW - 2022-03-30 - Harshvardhan J. Pandit - 72 + - + + 478 + 478 + Mauritania - 72 - Botswana + Harshvardhan J. Pandit + Mauritania + 2022-03-30 + MR + MRT accepted - BWA - - 2022-03-30 + + Turkmenistan + - - + TKM - THA - TH - accepted - 764 - Thailand - 764 - Thailand + Harshvardhan J. Pandit + 795 + Turkmenistan + 795 + 2022-03-30 + TM + accepted - - - - - - - - - - - - - - - - - - - - - - - - + - Harshvardhan J. Pandit + Arizona 2022-03-30 - Thuringia - Thuringia accepted - - - - - - - - Alabama - - - accepted Harshvardhan J. Pandit - 2022-03-30 - Alabama + Arizona - - 234 - Faroe Islands + + + + Harshvardhan J. Pandit - 2022-03-30 - Faroe Islands - - - + Saint Lucia - FRO - FO - 234 + + LC + 662 + LCA + 662 + Saint Lucia + 2022-03-30 accepted - - Louisiana + + + + YE + Yemen 2022-03-30 + 887 + 887 + Yemen + accepted Harshvardhan J. Pandit - - - accepted - Louisiana + + YEM - - BLZ - 2022-03-30 - - - + + Harshvardhan J. Pandit - - 84 - Belize - Belize - BZ + + Georgia + 2022-03-30 + Georgia accepted - 84 - - EasternEurope - EasternEurope - - - - - - - - - - - + - accepted + 2022-03-30 - + American Samoa + accepted Harshvardhan J. Pandit + + American Samoa - - - - - - - - - - - - - accepted - Micronesia + 2022-03-30 - Micronesia + KEN + Kenya + accepted + + + + Kenya + + + KE + 404 Harshvardhan J. Pandit + 404 - + + GM + Gambia + 270 + 270 + 2022-03-30 + Gambia + Harshvardhan J. Pandit + + + + accepted + + GMB + + - 850 - United States Virgin Islands - United States Virgin Islands - accepted - 850 - VIR + 2022-03-30 - - - - VI Harshvardhan J. Pandit + Julian Flake + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + + + + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + accepted + https://www.datenschutz-bayern.de/ + - + - El Salvador - El Salvador - + Cayman Islands - - 222 + + + 2022-03-30 + CYM + 136 + accepted Harshvardhan J. Pandit + Cayman Islands + KY + 136 + + + 580 + + + MNP + Northern Mariana Islands 2022-03-30 - SV - 222 - SLV + 580 + MP accepted + Harshvardhan J. Pandit + Northern Mariana Islands + + - + + - - - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - 2022-03-30 Harshvardhan J. Pandit - - - - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - https://www.datenschutz.rlp.de/ + Julian Flake + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein accepted - - - BM + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + - - accepted - BMU - Bermuda + + https://www.datenschutzzentrum.de/ 2022-03-30 - - - Bermuda - Harshvardhan J. Pandit - 60 - 60 - + + + - - BHR - accepted - 48 - Bahrain - Bahrain 2022-03-30 - - + + + + ChannelIslands Harshvardhan J. Pandit - 48 - BH - - accepted + ChannelIslands + + + Egypt + EG 2022-03-30 - Fiji + + + EGY + Egypt + accepted + 818 Harshvardhan J. Pandit - 242 - Fiji - - - FJ - - 242 - FJI + + 818 - - - - - - - - Harshvardhan J. Pandit - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - accepted - EU Adequacy Decision for Jersey - 2022-03-30 + + + + + + + + + + + + + + + + + + + + + + - + + South Dakota + 2022-03-30 + South Dakota accepted - - - - - - - - - Harshvardhan J. Pandit - 2022-03-30 - - SouthernAsia - SouthernAsia + - + + + + + + + MM + accepted + + + Harshvardhan J. Pandit + 104 + Myanmar + 104 - accepted - 250 - France - FR - France - 250 + MMR + Myanmar 2022-03-30 - FRA - - - - - - - - - Harshvardhan J. Pandit - - - + accepted - https://www.imy.se/ - + + + - Swedish Authority for Privacy Protection - - + SGP + SG Harshvardhan J. Pandit - Swedish Authority for Privacy Protection + 702 + 702 + Singapore 2022-03-30 + Singapore - + + accepted Harshvardhan J. Pandit - - South Dakota - South Dakota + + + + + + + + + + + Polynesia - accepted + + Polynesia 2022-03-30 - - + - accepted - New Jersey - New Jersey Harshvardhan J. Pandit + Mecklenburg-Western-Pomerania 2022-03-30 + Mecklenburg-Western-Pomerania + + accepted + + + + - - JEY + + + 2022-03-30 - Harshvardhan J. Pandit - Jersey - - - - 832 - Jersey - JE accepted - - - 832 + + Bremen + Harshvardhan J. Pandit + Bremen + + + + - - Georgia + + SZ + SWZ + 2022-03-30 + + + accepted - Georgia - 268 + Eswatini + 748 + 748 Harshvardhan J. Pandit - 2022-03-30 - - - GEO - GE - 268 + Eswatini - - - - Baden-Württemberg - Baden-Württemberg - + accepted - 2022-03-30 - Harshvardhan J. Pandit - - - - - + - - - - - - - - AustraliaandNewZealand - accepted - AustraliaandNewZealand - 2022-03-30 Harshvardhan J. Pandit + Australia + 36 + - - - CL - Chile - Chile - 152 2022-03-30 - - - - 152 - CHL - Harshvardhan J. Pandit - - - accepted + 36 + AUS + Australia + AU - - Missouri + + Timor-Leste + + + - - Missouri - accepted - 2022-03-30 Harshvardhan J. Pandit - - - - accepted - CYM + TLS + 626 + 626 + TL 2022-03-30 - 136 - Harshvardhan J. Pandit - Cayman Islands - - - - Cayman Islands - 136 - KY - - + Timor-Leste + accepted - + - - CF + + accepted + NG + 566 Harshvardhan J. Pandit - 140 - Central African Republic - Central African Republic - 140 + 566 - accepted - CAF + Nigeria + NGA 2022-03-30 + Nigeria - - 2022-03-30 - KI - Kiribati - Harshvardhan J. Pandit - Kiribati - - - 296 - - - KIR + accepted - 296 - - + + + + North-Rhine Westphalia + Harshvardhan J. Pandit 2022-03-30 - accepted + North-Rhine Westphalia - - Harshvardhan J. Pandit - Julian Flake - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - The Hamburg Commissioner for Data Protection and Freedom of Information - https://www.datenschutz-hamburg.de/ - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - The Hamburg Commissioner for Data Protection and Freedom of Information - - - + + - + - - accepted - Hawaii + + Bangladesh + + 2022-03-30 - Hawaii + BGD + 50 + 50 + Bangladesh + accepted + BD Harshvardhan J. Pandit - - - 2022-03-30 - - - 408 + + accepted + 24 Harshvardhan J. Pandit - KP - Democratic People's Republic of Korea - Democratic People's Republic of Korea + + + + AGO + 24 - PRK - 408 - accepted + Angola + 2022-03-30 + AO + Angola - - accepted - 818 - - - 818 - EG + 2022-03-30 - EGY - Egypt - Harshvardhan J. Pandit - Egypt - + + + + accepted + British Indian Ocean Territory + 86 + IO + + 86 + Harshvardhan J. Pandit + IOT + British Indian Ocean Territory - - - + + Guam - accepted - Alaska - Alaska - Harshvardhan J. Pandit + 2022-03-30 + Harshvardhan J. Pandit + accepted + + Guam - - Taiwan (Province of China) - - - Taiwan (Province of China) + + WLF + Wallis and Futuna Islands + + + 2022-03-30 + 876 + 876 + WF accepted Harshvardhan J. Pandit - 2022-03-30 + Wallis and Futuna Islands + + - - + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + 2022-03-30 - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + + + + California Privacy Rights Act (CPRA) + California Privacy Rights Act (CPRA) Harshvardhan J. Pandit - Julian Flake - https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) accepted - 2022-03-30 - - - - 2003-07-05 - - + + + + + + + + SouthernAfrica + accepted Harshvardhan J. Pandit - - Christmas Island - - - 162 + + SouthernAfrica + 2022-03-30 + + accepted - Christmas Island - CXR - 162 + Bolivia (Plurinational State of) + + + + + + Harshvardhan J. Pandit + Bolivia (Plurinational State of) + BO + 68 + 68 + BOL 2022-03-30 - CX - + + + + + Guatemala + GT 2022-03-30 - - - Gibraltar + GTM + accepted + Guatemala Harshvardhan J. Pandit - Gibraltar - 292 - GIB - GI - 292 - accepted + 320 + 320 - - + + Kazakhstan - 2022-03-30 - Ohio - Ohio + + 398 Harshvardhan J. Pandit - + + + 398 + KAZ + Kazakhstan + 2022-03-30 accepted + KZ - - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 + + + - + + + + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + 2022-03-30 Harshvardhan J. Pandit Julian Flake - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania accepted - 2022-03-30 - + https://www.datenschutz-mv.de/ - + + + + accepted Harshvardhan J. Pandit + 258 + French Polynesia + 258 + + + PF + PYF + French Polynesia 2022-03-30 - - + + - MAC - China, Macao Special Administrative Region - 446 + + + + 2022-03-30 + BQ + Bonaire, Sint Eustatius and Saba + 535 + BES + 535 + Harshvardhan J. Pandit accepted - MO - China, Macao Special Administrative Region - 446 + Bonaire, Sint Eustatius and Saba - - - + + Tennessee - accepted - Michigan - Harshvardhan J. Pandit - Michigan + 2022-03-30 - - + Tennessee accepted - - - - French Guiana - 254 - GUF - 2022-03-30 - French Guiana Harshvardhan J. Pandit - 254 - GF - - + - + + Svalbard and Jan Mayen Islands + SJ accepted - 2022-03-30 - - - - SXM Harshvardhan J. Pandit - Sint Maarten (Dutch part) - Sint Maarten (Dutch part) - 534 - 534 - - SX - - - - - - - - 772 + + SJM + 744 + Svalbard and Jan Mayen Islands + + 2022-03-30 - Tokelau - Harshvardhan J. Pandit - TK - 772 - TKL - Tokelau - - + 744 + + + Kansas + - + + 2022-03-30 + Kansas accepted + Harshvardhan J. Pandit - - Wallis and Futuna Islands - 2022-03-30 - Wallis and Futuna Islands + + 2013-07-01 + + Harshvardhan J. Pandit - 876 - - - 876 - WF - WLF + 214 + 214 + + + + Dominican Republic + 2022-03-30 + Dominican Republic + DO + DOM accepted - + + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + Harshvardhan J. Pandit + + + + https://www.datenschutz.rlp.de/ + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + accepted - Office of the Information and Data Protection Commissioner + - - 2022-03-30 - Office of the Information and Data Protection Commissioner - https://idpc.org.mt + + + 2022-03-30 + Democratic People's Republic of Korea + accepted Harshvardhan J. Pandit + Democratic People's Republic of Korea + PRK + 408 + + + + + 408 + KP - - + + - - accepted - Nevada - Nevada + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) 2022-03-30 + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) Harshvardhan J. Pandit + Julian Flake + https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen + + accepted + - - Harshvardhan J. Pandit - 2022-03-30 - - - Bosnia and Herzegovina - Bosnia and Herzegovina - 70 + + Uganda + accepted - BA - accepted - BIH - 70 - - - MAR - 2022-03-30 - MA - 504 Harshvardhan J. Pandit - 504 + - - Morocco - Morocco - - - accepted + + UGA + UG + 2022-03-30 + Uganda + 800 + 800 - + accepted - 334 + Harshvardhan J. Pandit + Norfolk Island + 574 + 574 + + + NFK + Norfolk Island + NF + 2022-03-30 + + + United Kingdom of Great Britain and Northern Ireland + GBR + + + + 2022-03-30 + accepted + United Kingdom of Great Britain and Northern Ireland + 826 Harshvardhan J. Pandit - HM - HMD - Heard Island and McDonald Islands - + 826 + GB - Heard Island and McDonald Islands - 334 + - - + + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + + Julian Flake Harshvardhan J. Pandit - 2022-03-30 - - Colorado - Colorado accepted + 2022-03-30 + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf + + - - 2004-04-30 - - + + 90 + 90 + + + 2022-03-30 + Solomon Islands + accepted + Harshvardhan J. Pandit + Solomon Islands + SLB - 144 + SB + + + Harshvardhan J. Pandit accepted - + Armenia + ARM + + + - Sri Lanka - Sri Lanka - LKA + Armenia + 51 + 51 2022-03-30 - Harshvardhan J. Pandit - 144 - LK + AM - - + - + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 accepted + + + Harshvardhan J. Pandit 2022-03-30 + EU Adequacy Decision for Uruguay + + + accepted + BA + + Harshvardhan J. Pandit - Kentucky - Kentucky + Bosnia and Herzegovina + + + 2022-03-30 + 70 + 70 + Bosnia and Herzegovina + BIH - - - + + + + Niue + + + 2022-03-30 + Niue + NU + 570 + accepted + Harshvardhan J. Pandit + NIU + 570 - + + + + + accepted + 466 Harshvardhan J. Pandit - 2022-03-30 - - - - - - - - - Bulgaria - 100 - BG - Bulgaria - BGR - 100 - accepted - - + Mali + 2022-03-30 + MLI + ML + 466 + Mali - - GRD - accepted - Grenada + + + 2022-03-30 - Grenada - - - + IMN + 833 + 833 + accepted Harshvardhan J. Pandit - 308 - GD - 308 + Isle of Man + IM + Isle of Man - - 422 - 422 - LB - - - LBN + + + + + BRA + Brazil + 76 accepted - Lebanon - Lebanon - 2022-03-30 - - Harshvardhan J. Pandit + 76 + + + BR + 2022-03-30 + Brazil - - BFA - 854 + - accepted - BF - 854 + - - Burkina Faso - 2022-03-30 - Burkina Faso Harshvardhan J. Pandit + Saint Helena + SH + 2022-03-30 + SHN + accepted + 654 + Saint Helena + 654 - - KN - - - 659 - Saint Kitts and Nevis - - - - Saint Kitts and Nevis + accepted - 2022-03-30 - KNA - 659 + Melanesia Harshvardhan J. Pandit - - + + + + + + Melanesia + + + 2022-03-30 + + + + https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf Julian Flake Harshvardhan J. Pandit - - Hamburgisches Datenschutzgesetz (HmbDSG) - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - Hamburg Data Protection Act (HmbDSG) - accepted 2022-03-30 - https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf - + Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) + Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) + Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) + Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) + accepted + + - - - + + + + + + + + + EasternAsia accepted - 748 - SWZ - - - - Eswatini - SZ + + Harshvardhan J. Pandit - Eswatini + + EasternAsia 2022-03-30 - 748 - - accepted - Data State Inspectorate - + + Office for Personal Data Protection - + - Data State Inspectorate 2022-03-30 Harshvardhan J. Pandit - http://www.dvi.gov.lv/ - - - 500 - - accepted + + https://www.uoou.cz/ + Office for Personal Data Protection + + 2022-03-30 - 500 - Montserrat + 850 + United States Virgin Islands + VIR + 850 + accepted + United States Virgin Islands + + Harshvardhan J. Pandit - Montserrat - MS - MSR - - - - + VI - - - + + Personal Data Protection Office + https://uodo.gov.pl/ + accepted - Harshvardhan J. Pandit + Personal Data Protection Office + + + 2022-03-30 - Texas - Texas - + Harshvardhan J. Pandit - - 2022-03-30 + + accepted + China, Macao Special Administrative Region Harshvardhan J. Pandit - - Puerto Rico - Puerto Rico + + + 446 - - accepted + + 446 + China, Macao Special Administrative Region + MO + 2022-03-30 + MAC - - + + 288 + Ghana + GHA + 288 + + + accepted + Harshvardhan J. Pandit + Ghana - - District of Columbia - District of Columbia + + GH 2022-03-30 - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - + + accepted + Harshvardhan J. Pandit + Virginia + - accepted - WesternAfrica - WesternAfrica + Virginia 2022-03-30 - Harshvardhan J. Pandit - - - + + Republic of Korea + 2022-03-30 + KOR + Republic of Korea + accepted + + Harshvardhan J. Pandit + KR + 410 + + 410 + + + Julian Flake + Harshvardhan J. Pandit + 2022-03-30 + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + + + + accepted + + + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + https://www.datenschutz.saarland.de/ + + + ERI + + + accepted + + Harshvardhan J. Pandit - 414 - KW - Kuwait - Kuwait - KWT + Eritrea 2022-03-30 - 414 + 232 + 232 + ER + Eritrea - + - Idaho - Idaho - accepted + Brandenburg 2022-03-30 + + Brandenburg + accepted Harshvardhan J. Pandit - + + + + - - 32 - accepted - Argentina - Argentina - ARG - 32 - AR - - - + + https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 2022-03-30 - Harshvardhan J. Pandit + accepted + EU Adequacy Decision for Canada (commercial organisations) + - + + + + + Harshvardhan J. Pandit - - + + + + 2022-03-30 + Montserrat + accepted + MSR + Montserrat - 304 - accepted - GRL - 304 - GL - 2022-03-30 Harshvardhan J. Pandit - Greenland - Greenland + 500 + MS + 500 - - - - - Mississippi + accepted - Mississippi + + + Kiribati + + Harshvardhan J. Pandit + 296 + KIR + 296 + KI 2022-03-30 + Kiribati - + + Harshvardhan J. Pandit + + + Taiwan (Province of China) + 2022-03-30 + Taiwan (Province of China) accepted + + - Rhode Island - Harshvardhan J. Pandit 2022-03-30 - Rhode Island + New Jersey + accepted + Harshvardhan J. Pandit + New Jersey - - + + BS + accepted + + + + Harshvardhan J. Pandit + Bahamas + 2022-03-30 - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Harshvardhan J. Pandit - Julian Flake - - accepted - https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true - + 44 + BHS + 44 + Bahamas - + accepted - South Carolina - + Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg + The state representative for data protection and the right to inspect files in Brandenburg + + - 2022-03-30 - South Carolina + Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg + The state representative for data protection and the right to inspect files in Brandenburg + + + + https://www.lda.brandenburg.de/ + Julian Flake Harshvardhan J. Pandit - + 2022-03-30 - - Maine - Maine - + + 2022-03-30 + accepted + New Mexico Harshvardhan J. Pandit - 2022-03-30 + New Mexico - - 2020-01-31 + + 162 + accepted + Harshvardhan J. Pandit + Christmas Island + CXR + + + + + Christmas Island + CX + 2022-03-30 + 162 - + + + + + 2022-03-30 + 516 accepted + Namibia + NAM + 516 + - - Wyoming - Wyoming + NA Harshvardhan J. Pandit - 2022-03-30 - + Namibia - - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - - + + 2022-03-30 + PS + State of Palestine + accepted + 275 + Harshvardhan J. Pandit + + + PSE + State of Palestine + 275 + + + + + Pennsylvania + - https://www.datenschutz-bayern.de/ 2022-03-30 - - - - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz + Pennsylvania Harshvardhan J. Pandit - Julian Flake accepted + - - + + California - accepted + 2022-03-30 + accepted + California Harshvardhan J. Pandit - Guam - Guam + + - - 780 + + 834 + 2022-03-30 + United Republic of Tanzania accepted - + + + + TZA + TZ - TT - Trinidad and Tobago - Trinidad and Tobago - - - - 780 + + United Republic of Tanzania Harshvardhan J. Pandit - 2022-03-30 - TTO + 834 - - GS + + Comissão Nacional de Protecção de Dados + + + 2022-03-30 - - - + https://www.cnpd.pt + Comissão Nacional de Protecção de Dados + Harshvardhan J. Pandit - 239 - South Georgia and the South Sandwich Islands - - - South Georgia and the South Sandwich Islands - 239 - SGS accepted - - 248 - Åland Islands - ALA - - - Åland Islands + + Commission for Personal Data Protection accepted - 248 - - - AX + https://www.cpdp.bg/ + Commission for Personal Data Protection + + 2022-03-30 + Harshvardhan J. Pandit + - - 860 - Harshvardhan J. Pandit - 2022-03-30 - Uzbekistan - 860 - - - UZB - Uzbekistan - - - UZ + + Ethiopia + 231 accepted - - - 2022-03-30 - 344 - - + 231 Harshvardhan J. Pandit - HK - China, Hong Kong Special Administrative Region - China, Hong Kong Special Administrative Region + + + - HKG - 344 - accepted + Ethiopia + 2022-03-30 + ETH + ET - + + accepted + Harshvardhan J. Pandit + United States Minor Outlying Islands - accepted + United States Minor Outlying Islands 2022-03-30 - Nebraska - Harshvardhan J. Pandit - Nebraska - - 352 - IS - - - - - Iceland - Iceland - accepted + + TT + + + 2022-03-30 - ISL - Harshvardhan J. Pandit - 352 - - - NP - NPL - - - 524 - - + Trinidad and Tobago + TTO + 780 accepted - 2022-03-30 Harshvardhan J. Pandit - Nepal - Nepal - 524 - - - Angola - Angola + 780 - - - - 24 - AGO + Trinidad and Tobago + + + Wisconsin accepted - 24 - AO + Harshvardhan J. Pandit + + + Wisconsin 2022-03-30 - - + + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) + - Harshvardhan J. Pandit - - - - - - - - + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) 2022-03-30 - - CentralAmerica - CentralAmerica accepted - - + Harshvardhan J. Pandit - 492 - 2022-03-30 - - - MC - MCO - Monaco - - - Monaco - accepted - 492 + Julian Flake + https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf + - + accepted - Washington - Washington - - - 2022-03-30 Harshvardhan J. Pandit - - - + China + - - accepted - Illinois - Illinois + + + 156 + CN 2022-03-30 - Harshvardhan J. Pandit - + 156 + China + CHN - + + http://www.aki.ee/ + Estonian Data Protection Inspectorate + + Harshvardhan J. Pandit accepted - National Commission on Informatics and Liberty (CNIL) + Estonian Data Protection Inspectorate - - Harshvardhan J. Pandit - https://www.cnil.fr/ - National Commission on Informatics and Liberty (CNIL) + 2022-03-30 - - - - National Supervisory Authority for Personal Data Processing + + + + + + 2008-05-26 + + + + + 2022-03-30 - - - Harshvardhan J. Pandit - National Supervisory Authority for Personal Data Processing + ATG + 28 + 28 accepted - http://www.dataprotection.ro/ - - - + Antigua and Barbuda + AG + Harshvardhan J. Pandit - 520 - NR - accepted - - - NRU - Harshvardhan J. Pandit - 2022-03-30 - Nauru - 520 - Nauru + Antigua and Barbuda - + + Delaware + Harshvardhan J. Pandit + accepted + + Delaware - accepted 2022-03-30 + + Harshvardhan J. Pandit - Iowa + Washington + accepted - Iowa - - - accepted - Pennsylvania - Pennsylvania + Washington 2022-03-30 - Harshvardhan J. Pandit - - + 2022-03-30 - + Sierra Leone + SLE + accepted + + + + Harshvardhan J. Pandit - American Samoa - American Samoa - - accepted + SL + 694 + Sierra Leone + 694 - + + 784 + 2022-03-30 + 784 + United Arab Emirates + ARE + AE accepted + + + United Arab Emirates + Harshvardhan J. Pandit + + + + + Niger + 562 - 686 - Senegal + NER 2022-03-30 - SEN - Senegal - SN - Harshvardhan J. Pandit - 686 - - - 807 + Niger + 562 + NE Harshvardhan J. Pandit - 807 - 2022-03-30 - - - North Macedonia - - - North Macedonia - MK accepted - MKD - + 2022-03-30 - Harshvardhan J. Pandit - - New York - New York - - + Nepal accepted - - - 2019-01-23 - - - - - - Harshvardhan J. Pandit - + NP - - Kansas - accepted - Kansas - 2022-03-30 + + Nepal + + + 524 + NPL + 524 - + + Sri Lanka + accepted - DOM - accepted - 214 - DO - 214 - - - - Dominican Republic Harshvardhan J. Pandit + + + 144 + LK + LKA + Sri Lanka + 144 2022-03-30 - Dominican Republic - - Estonian Data Protection Inspectorate - + - - + 2022-03-30 + Berlin + Harshvardhan J. Pandit - http://www.aki.ee/ - Estonian Data Protection Inspectorate + Berlin accepted + + + + - - - - AI + accepted - 660 - 2022-03-30 Harshvardhan J. Pandit - 660 - AIA - Anguilla - - - - Anguilla - - - LR - - - + + Colorado - - accepted - 430 + + Colorado 2022-03-30 - Liberia - Harshvardhan J. Pandit - LBR - Liberia - 430 - - - - - - - - - - Antarctica - + + - 10 - ATA - Antarctica - accepted - 10 + Iowa 2022-03-30 - AQ Harshvardhan J. Pandit + accepted + Iowa + - - - + accepted - North Carolina - 2022-03-30 - North Carolina + U.S. Virgin Islands Harshvardhan J. Pandit - - + + + U.S. Virgin Islands 2022-03-30 - - - 96 + + Harshvardhan J. Pandit - - 96 - Brunei Darussalam - BRN + + IND + India + + + 356 + 356 + 2022-03-30 + India + IN accepted - Brunei Darussalam - BN - - 2002-01-04 + + 2021-06-28 - + + + + + - accepted + Texas 2022-03-30 - Tennessee - Tennessee + Texas + accepted Harshvardhan J. Pandit - - - - - - + + + + + 686 accepted - + Senegal + SEN + Harshvardhan J. Pandit + 686 - - Melanesia + + SN + Senegal 2022-03-30 - Melanesia - Harshvardhan J. Pandit - - - - + accepted + Hawaii + Harshvardhan J. Pandit + 2022-03-30 - Sark - Sark - Harshvardhan J. Pandit + Hawaii - - 52 - Harshvardhan J. Pandit - BB - 2022-03-30 - - - - 52 - Barbados - Barbados - BRB - + + + 2022-03-30 accepted + West Virginia + + Harshvardhan J. Pandit + West Virginia - - Delaware - Delaware - + + + + + - accepted + + Maine 2022-03-30 + accepted Harshvardhan J. Pandit + Maine - - 2000-08-25 - - - Harshvardhan J. Pandit + 2022-03-30 - - - - UGA - Uganda - 800 - Uganda - UG - 800 - - + Cambodia + 116 + KH + 116 accepted + + + KHM + Harshvardhan J. Pandit + Cambodia + + - - 2013-07-01 - - - + + - + - - Australia - - - Australia + + https://cnpd.public.lu + + Harshvardhan J. Pandit + 2022-03-30 + National Commission for Data Protection + + National Commission for Data Protection + accepted + + accepted - AUS - AU - 36 - 36 Harshvardhan J. Pandit + + + + Kentucky 2022-03-30 + Kentucky - + + 2003-11-21 + + + Harshvardhan J. Pandit + accepted + Swedish Authority for Privacy Protection - accepted - Spanish Data Protection Agency (AEPD) - + + 2022-03-30 + Swedish Authority for Privacy Protection - https://www.aepd.es/ + https://www.imy.se/ + + + 178 + Congo 2022-03-30 - Spanish Data Protection Agency (AEPD) + + + + CG + accepted Harshvardhan J. Pandit + Congo + COG + + + 178 - - 2020-01-31 + + + - - 2008-05-26 + + + - - + + - - - - accepted - Florida - Harshvardhan J. Pandit - 2022-03-30 - Florida - + + + - - 2011-02-01 + + 2012-08-22 - + + 2003-07-05 + + - + - - 2003-11-21 + + 2018-05-25 - - - - - 2022-03-30 - 404 - 404 - Harshvardhan J. Pandit - Kenya - - - KE - Kenya - KEN - accepted + + + - + + + + + + + + + + 2020-02-01 + + + 2019-01-23 + + 2020-01-01 - - 2023-01-01 + + 2020-01-31 - - 2010-03-09 + + 2019-11-20 - - 2012-08-22 + + 2020-02-01 - + - + - - 2021-06-28 + + 2002-01-04 - + + - - - 2014-04-12 + + 2000-08-25 - - - + + 2010-10-21 - + + - - - - + + 2014-04-12 - - 2012-12-20 + + 2004-04-30 - - 2020-02-01 + + 2011-02-01 - - 2019-11-20 + + 2023-01-01 - - 2010-10-21 + + 2020-01-31 + + + 2010-03-09 diff --git a/dpv-legal/dpv-legal.ttl b/dpv-legal/dpv-legal.ttl index e7e1cdfdf..c0745a769 100644 --- a/dpv-legal/dpv-legal.ttl +++ b/dpv-legal/dpv-legal.ttl @@ -3,11 +3,28 @@ @prefix dpv-gdpr: . @prefix dpv-legal: . @prefix foaf: . +@prefix owl: . @prefix skos: . @prefix sw: . @prefix time: . +@prefix vann: . @prefix xsd: . + a owl:Ontology ; + dct:abstract "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; + dct:contributor "Harshvardhan J. Pandit", + "Julian Flake" ; + dct:created "2022-04-02"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit" ; + dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; + dct:license ; + dct:modified "2022-04-02"^^xsd:date ; + dct:source ; + dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; + vann:preferredNamespacePrefix "dpv-legal" ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal"^^xsd:string ; + owl:versionInfo "0.6"^^xsd:string . + dpv-legal:AdequacyConcepts a skos:Collection ; skos:member dpv-legal:Adequacy-EU-AD, dpv-legal:Adequacy-EU-AR, diff --git a/dpv-legal/index.html b/dpv-legal/index.html index 3706f6b36..66f44a130 100644 --- a/dpv-legal/index.html +++ b/dpv-legal/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/dpv-legal/modules/authorities.jsonld b/dpv-legal/modules/authorities.jsonld index 196a24ca5..6bb60df14 100644 --- a/dpv-legal/modules/authorities.jsonld +++ b/dpv-legal/modules/authorities.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12,9 +12,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -22,11 +19,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" - }, - { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -38,90 +31,92 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" - }, - { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ldi.nrw.de/" + "@value": "https://idpc.org.mt" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#MT" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" } - ], - "http://purl.org/dc/terms/creator": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + }, { - "@language": "en", - "@value": "Commission for Personal Data Protection" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + }, { - "@language": "en", - "@value": "Commission for Personal Data Protection" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cpdp.bg/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -143,11 +138,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Saxon data protection officer" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -159,22 +154,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Saxon data protection officer" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.saechsdsb.de/" + "@value": "https://www.datenschutz.saarland.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" } ], "https://w3id.org/dpv#hasLaw": [ @@ -182,7 +177,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -190,7 +185,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -202,9 +197,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -212,11 +204,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" }, { "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -228,22 +220,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" }, { "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-hamburg.de/" + "@value": "https://www.datenschutz.rlp.de/" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" } ], "https://w3id.org/dpv#hasLaw": [ @@ -251,7 +248,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -259,23 +256,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -294,7 +275,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -306,18 +287,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.datatilsynet.dk/" + "@value": "http://www.dataprotection.gov.sk/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#SK" } ], "https://w3id.org/dpv#hasLaw": [ @@ -327,7 +308,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -339,6 +320,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -346,11 +330,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -362,27 +346,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.rlp.de/" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@value": "https://www.datenschutz.hessen.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" } ], "https://w3id.org/dpv#hasLaw": [ @@ -390,7 +369,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -398,26 +377,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK", + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", + "@id": "https://w3id.org/dpv/dpv-legal#ES", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -436,7 +428,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -448,18 +440,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.naih.hu/" + "@value": "https://www.ip-rs.si/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#SI" } ], "https://w3id.org/dpv#hasLaw": [ @@ -469,188 +461,213 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#LV", + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AuthoritiesConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + }, { - "@language": "en", - "@value": "Hellenic Data Protection Authority" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + }, { - "@language": "en", - "@value": "Hellenic Data Protection Authority" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dpa.gr" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, { - "@language": "en", - "@value": "Croatian Personal Data Protection Agency" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + }, { - "@language": "en", - "@value": "Croatian Personal Data Protection Agency" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.azop.hr/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE", - "@type": [ - "https://w3id.org/dpv#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + }, { - "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" }, { - "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + }, { - "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" }, { - "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT", + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.hessen.de/" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT", + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" } - ], - "https://w3id.org/dpv#hasLaw": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT", + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -672,11 +689,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" }, { "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -688,22 +705,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" }, { "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/" + "@value": "https://www.lda.brandenburg.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" } ], "https://w3id.org/dpv#hasLaw": [ @@ -711,7 +728,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -719,23 +736,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -754,7 +755,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -766,18 +767,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.dataprotectionauthority.be/" + "@value": "https://www.cnpd.pt" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#PT" } ], "https://w3id.org/dpv#hasLaw": [ @@ -787,39 +788,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -838,7 +807,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -850,18 +819,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://autoriteitpersoonsgegevens.nl" + "@value": "https://www.aepd.es/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#ES" } ], "https://w3id.org/dpv#hasLaw": [ @@ -871,7 +840,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -890,7 +859,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Data Protection Commission (DPC)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -902,47 +871,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Data Protection Commission (DPC)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.bfdi.bund.de/" + "@value": "http://www.dataprotection.ie" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#IE" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -961,7 +911,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -973,18 +923,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.uoou.cz/" + "@value": "https://www.cnil.fr/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#FR" } ], "https://w3id.org/dpv#hasLaw": [ @@ -994,149 +944,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#PL", "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AuthoritiesConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" - }, { "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1155,7 +971,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1167,18 +983,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.aepd.es/" + "@value": "http://www.dataprotection.ro/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#RO" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1188,23 +1004,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1226,11 +1034,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@value": "Bavarian State Office for Data Protection Supervision" }, { "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1242,22 +1050,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@value": "Bavarian State Office for Data Protection Supervision" }, { "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/" + "@value": "https://www.lda.bayern.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1265,7 +1073,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1273,15 +1081,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#IE", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1303,11 +1119,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1319,22 +1135,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz.sachsen-anhalt.de/" + "@value": "https://www.datenschutz-berlin.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1342,31 +1158,15 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1388,11 +1188,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" }, { "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1404,22 +1204,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" }, { "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutzzentrum.de/" + "@value": "https://www.ldi.nrw.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1427,7 +1227,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1435,7 +1235,154 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT", + "@id": "https://w3id.org/dpv/dpv-legal#SE", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1447,6 +1394,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1454,7 +1404,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1466,36 +1420,54 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ada.lt" + "@value": "https://www.datenschutz-hamburg.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU", + "@id": "https://w3id.org/dpv/dpv-legal#FI", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1514,7 +1486,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1526,18 +1498,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "Austrian Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://cnpd.public.lu" + "@value": "https://dsb.gv.at" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#AT" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1547,15 +1519,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1577,11 +1573,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" }, { "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1593,22 +1589,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" }, { "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.bremen.de/" + "@value": "https://www.datenschutz-mv.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1616,7 +1612,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1624,15 +1620,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1654,11 +1642,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" }, { "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1670,22 +1658,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" }, { "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.saarland.de/" + "@value": "https://www.datenschutzzentrum.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1693,7 +1681,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1701,7 +1689,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1720,7 +1740,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "Data State Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1732,18 +1752,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "Data State Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.garanteprivacy.it/" + "@value": "http://www.dvi.gov.lv/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-legal#LV" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1753,15 +1773,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1780,7 +1800,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1792,18 +1812,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Hellenic Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.imy.se/" + "@value": "http://dpa.gr" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#GR" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1813,224 +1833,174 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-legal#FR", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT", - "https://w3id.org/dpv#hasAuthority": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL", - "https://w3id.org/dpv#hasAuthority": [ + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - }, + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - }, + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.imy.se/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SE" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU", + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" - }, + "@language": "en", + "@value": "National Commission for Data Protection" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" - }, + "@language": "en", + "@value": "National Commission for Data Protection" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://cnpd.public.lu" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LU" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" - }, + "@language": "en", + "@value": "Estonian Data Protection Inspectorate" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" - }, + "@language": "en", + "@value": "Estonian Data Protection Inspectorate" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.aki.ee/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EE" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, @@ -2104,7 +2074,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2116,9 +2086,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2126,11 +2093,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" - }, - { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2142,54 +2105,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" - }, - { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.bayern.de/" + "@value": "http://www.naih.hu/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#HU" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2208,7 +2153,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2220,18 +2165,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "Office of the Data Protection Ombudsman" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://uodo.gov.pl/" + "@value": "https://tietosuoja.fi/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#FI" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2241,39 +2186,75 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-legal#RO", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT", + "@type": [ + "https://w3id.org/dpv#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", - "https://w3id.org/dpv#hasAuthority": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "State Data Protection Inspectorate" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "State Data Protection Inspectorate" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://ada.lt" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2285,6 +2266,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2292,7 +2276,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "The State Commissioner for Data Protection Lower Saxony" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2304,28 +2292,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "The State Commissioner for Data Protection Lower Saxony" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.gov.sk/" + "@value": "https://www.lfd.niedersachsen.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2344,7 +2350,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "Croatian Personal Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2356,18 +2362,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "Croatian Personal Data Protection Agency" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.aki.ee/" + "@value": "http://www.azop.hr/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#HR" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2377,7 +2383,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2396,7 +2402,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2408,18 +2414,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Belgian Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnpd.pt" + "@value": "https://www.dataprotectionauthority.be/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-legal#BE" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2429,31 +2435,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2465,9 +2447,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2475,11 +2454,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" - }, - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2491,110 +2466,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" - }, - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Commission for Personal Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.tlfdi.de/" + "@value": "https://www.cpdp.bg/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#BG" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2613,7 +2522,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2625,18 +2534,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Data Protection Commission" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://tietosuoja.fi/" + "@value": "https://www.garanteprivacy.it/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-legal#IT" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2646,39 +2555,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2697,7 +2574,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Personal Data Protection Office" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2709,18 +2586,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Personal Data Protection Office" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dvi.gov.lv/" + "@value": "https://uodo.gov.pl/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#PL" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2730,7 +2607,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2742,6 +2619,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2749,7 +2629,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Thuringia state commissioner for data protection and freedom of information" + }, + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2761,44 +2645,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Thuringia state commissioner for data protection and freedom of information" + }, + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ro/" + "@value": "https://www.tlfdi.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ], "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2817,7 +2695,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2829,18 +2707,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Danish Data Protection Agency" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ip-rs.si/" + "@value": "http://www.datatilsynet.dk/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#DK" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2850,23 +2728,77 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#SI", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE", + "@id": "https://w3id.org/dpv/dpv-legal#NL", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2878,6 +2810,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2885,7 +2820,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "The Saxon data protection officer" + }, + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2897,28 +2836,54 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "The Saxon data protection officer" + }, + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ie" + "@value": "https://www.saechsdsb.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2937,7 +2902,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Dutch Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2949,18 +2914,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Dutch Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://dsb.gv.at" + "@value": "https://autoriteitpersoonsgegevens.nl" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#NL" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2970,7 +2935,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2992,11 +2989,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "State representative for data protection in Saxony-Anhalt" }, { "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3008,22 +3005,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "State representative for data protection in Saxony-Anhalt" }, { "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lfd.niedersachsen.de/" + "@value": "https://datenschutz.sachsen-anhalt.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" } ], "https://w3id.org/dpv#hasLaw": [ @@ -3031,7 +3028,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -3039,15 +3036,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3059,6 +3056,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -3066,7 +3066,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3078,28 +3082,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://idpc.org.mt" + "@value": "https://www.datenschutz.bremen.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3111,9 +3125,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -3121,11 +3132,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3137,46 +3144,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Office for Personal Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/" + "@value": "https://www.uoou.cz/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE", "@type": [ "https://w3id.org/dpv#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3195,7 +3192,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3207,21 +3204,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnil.fr/" + "@value": "http://www.bfdi.bund.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } diff --git a/dpv-legal/modules/authorities.rdf b/dpv-legal/modules/authorities.rdf index 24ee4a245..b78262455 100644 --- a/dpv-legal/modules/authorities.rdf +++ b/dpv-legal/modules/authorities.rdf @@ -7,63 +7,64 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - - - - - https://www.datenschutz-bayern.de/ - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - National Supervisory Authority for Personal Data Processing - National Supervisory Authority for Personal Data Processing - - - http://www.dataprotection.ro/ - 2022-03-30 - accepted - Harshvardhan J. Pandit + + - + - The state representative for data protection and the right to inspect files in Brandenburg - Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg - The state representative for data protection and the right to inspect files in Brandenburg - Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg - - - + Spanish Data Protection Agency (AEPD) + Spanish Data Protection Agency (AEPD) + - https://www.lda.brandenburg.de/ + https://www.aepd.es/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - - - - Danish Data Protection Agency - Danish Data Protection Agency - - - http://www.datatilsynet.dk/ - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -110,69 +111,107 @@ - + - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - + Croatian Personal Data Protection Agency + Croatian Personal Data Protection Agency + + + http://www.azop.hr/ + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + The Federal Commissioner for Data Protection and Freedom of Information + The Federal Commissioner for Data Protection and Freedom of Information + - - https://www.lda.bayern.de/ + http://www.bfdi.bund.de/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Data Protection Commission (DPC) - Data Protection Commission (DPC) - + Hungarian National Authority for Data Protection and Freedom of Information + Hungarian National Authority for Data Protection and Freedom of Information + - http://www.dataprotection.ie + http://www.naih.hu/ 2022-03-30 accepted Harshvardhan J. Pandit - + - National Commission for Data Protection - National Commission for Data Protection - + Estonian Data Protection Inspectorate + Estonian Data Protection Inspectorate + - https://cnpd.public.lu + http://www.aki.ee/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Office of the Data Protection Ombudsman - Office of the Data Protection Ombudsman - + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + + + - https://tietosuoja.fi/ + https://www.datenschutz.saarland.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + + + + - Data Protection Commission - Data Protection Commission - + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + + + - https://www.garanteprivacy.it/ + https://datenschutz.sachsen-anhalt.de/ + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + + + + + https://www.lda.bayern.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit @@ -192,62 +231,48 @@ Julian Flake Harshvardhan J. Pandit - + - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - + The state representative for data protection and the right to inspect files in Brandenburg + Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg + The state representative for data protection and the right to inspect files in Brandenburg + Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg + - + - https://www.datenschutz-hamburg.de/ + https://www.lda.brandenburg.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Data State Inspectorate - Data State Inspectorate - + Hellenic Data Protection Authority + Hellenic Data Protection Authority + - http://www.dvi.gov.lv/ + http://dpa.gr 2022-03-30 accepted Harshvardhan J. Pandit - - - - State Data Protection Inspectorate - State Data Protection Inspectorate - - - https://ada.lt - 2022-03-30 - accepted - Harshvardhan J. Pandit + + - + - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - - - + Comissão Nacional de Protecção de Dados + Comissão Nacional de Protecção de Dados + - https://www.saechsdsb.de/ + https://www.cnpd.pt 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit @@ -262,141 +287,137 @@ accepted Harshvardhan J. Pandit - + - Belgian Data Protection Authority - Belgian Data Protection Authority - - - https://www.dataprotectionauthority.be/ + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + + + + + https://www.datenschutz-bayern.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - + Office for Personal Data Protection of the Slovak Republic + Office for Personal Data Protection of the Slovak Republic + + + http://www.dataprotection.gov.sk/ + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + - + - https://www.datenschutz-mv.de/ + https://www.datenschutz.hessen.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + + + + + https://www.saechsdsb.de/ + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit - - + + + + Data State Inspectorate + Data State Inspectorate + + + http://www.dvi.gov.lv/ + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + - + - https://www.tlfdi.de/ + https://www.datenschutz-mv.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - National Commission on Informatics and Liberty (CNIL) - National Commission on Informatics and Liberty (CNIL) - + National Commission for Data Protection + National Commission for Data Protection + - https://www.cnil.fr/ + https://cnpd.public.lu 2022-03-30 accepted Harshvardhan J. Pandit - + - Personal Data Protection Office - Personal Data Protection Office - + Belgian Data Protection Authority + Belgian Data Protection Authority + - https://uodo.gov.pl/ + https://www.dataprotectionauthority.be/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - + - Commission for Personal Data Protection - Commission for Personal Data Protection - + National Commission on Informatics and Liberty (CNIL) + National Commission on Informatics and Liberty (CNIL) + - https://www.cpdp.bg/ + https://www.cnil.fr/ 2022-03-30 accepted Harshvardhan J. Pandit + + + @@ -414,227 +435,231 @@ Julian Flake Harshvardhan J. Pandit - + - Austrian Data Protection Authority - Austrian Data Protection Authority - + State Data Protection Inspectorate + State Data Protection Inspectorate + - https://dsb.gv.at + https://ada.lt 2022-03-30 accepted Harshvardhan J. Pandit - + - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - - - + Dutch Data Protection Authority + Dutch Data Protection Authority + - https://datenschutz.sachsen-anhalt.de/ + https://autoriteitpersoonsgegevens.nl 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Hungarian National Authority for Data Protection and Freedom of Information - Hungarian National Authority for Data Protection and Freedom of Information - + Personal Data Protection Office + Personal Data Protection Office + - http://www.naih.hu/ + https://uodo.gov.pl/ 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - - - + Office of the Data Protection Ombudsman + Office of the Data Protection Ombudsman + - https://www.lfd.niedersachsen.de/ + https://tietosuoja.fi/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Hellenic Data Protection Authority - Hellenic Data Protection Authority - + Data Protection Commission (DPC) + Data Protection Commission (DPC) + - http://dpa.gr + http://www.dataprotection.ie 2022-03-30 accepted Harshvardhan J. Pandit - + - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - - + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + - + - https://www.datenschutz.rlp.de/ + https://www.datenschutz-berlin.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - + + - + - Dutch Data Protection Authority - Dutch Data Protection Authority - + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + + + - https://autoriteitpersoonsgegevens.nl + https://www.lfd.niedersachsen.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - - - - + - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + + - + - https://www.datenschutzzentrum.de/ + https://www.datenschutz.rlp.de/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + - + - https://www.datenschutz-berlin.de/ + https://www.datenschutz-hamburg.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + - + - https://www.datenschutz.saarland.de/ + https://www.tlfdi.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - + + - + - Comissão Nacional de Protecção de Dados - Comissão Nacional de Protecção de Dados - + Austrian Data Protection Authority + Austrian Data Protection Authority + - https://www.cnpd.pt + https://dsb.gv.at 2022-03-30 accepted Harshvardhan J. Pandit - - - - - + - Swedish Authority for Privacy Protection - Swedish Authority for Privacy Protection - + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + + + - https://www.imy.se/ + https://www.datenschutzzentrum.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - + + + + Danish Data Protection Agency + Danish Data Protection Agency + + + http://www.datatilsynet.dk/ + 2022-03-30 + accepted + Harshvardhan J. Pandit - + + + + - Spanish Data Protection Agency (AEPD) - Spanish Data Protection Agency (AEPD) - + Swedish Authority for Privacy Protection + Swedish Authority for Privacy Protection + - https://www.aepd.es/ + https://www.imy.se/ 2022-03-30 accepted Harshvardhan J. Pandit @@ -651,40 +676,29 @@ accepted Harshvardhan J. Pandit - - - - - - - + - The Hessian Commissioner for Data Protection and Freedom of Information - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - - - + Data Protection Commission + Data Protection Commission + - https://www.datenschutz.hessen.de/ + https://www.garanteprivacy.it/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - - + + - + - Office for Personal Data Protection of the Slovak Republic - Office for Personal Data Protection of the Slovak Republic - + National Supervisory Authority for Personal Data Processing + National Supervisory Authority for Personal Data Processing + - http://www.dataprotection.gov.sk/ + http://www.dataprotection.ro/ 2022-03-30 accepted Harshvardhan J. Pandit @@ -701,170 +715,156 @@ accepted Harshvardhan J. Pandit - - - - + - Croatian Personal Data Protection Agency - Croatian Personal Data Protection Agency - + Commission for Personal Data Protection + Commission for Personal Data Protection + - http://www.azop.hr/ + https://www.cpdp.bg/ 2022-03-30 accepted Harshvardhan J. Pandit - - + + - - - - Estonian Data Protection Inspectorate - Estonian Data Protection Inspectorate - - - http://www.aki.ee/ - 2022-03-30 - accepted - Harshvardhan J. Pandit + + - - + + - - + + - - + + - - + + - - - - The Federal Commissioner for Data Protection and Freedom of Information - The Federal Commissioner for Data Protection and Freedom of Information - - - - http://www.bfdi.bund.de/ - 2022-03-30 - accepted - Harshvardhan J. Pandit + + - - + + - - + + + - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + diff --git a/dpv-legal/modules/eu_adequacy.jsonld b/dpv-legal/modules/eu_adequacy.jsonld index 3d36d4359..00f566f56 100644 --- a/dpv-legal/modules/eu_adequacy.jsonld +++ b/dpv-legal/modules/eu_adequacy.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -19,13 +19,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N73d51c7fd7b1459e84d4d9c30bf88458" + "@id": "_:N12b1b5e2a09946158e675b4277d0d3b0" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for New Zealand" + "@value": "EU Adequacy Decision for Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -37,7 +37,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" + "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -45,32 +45,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" + "@id": "https://w3id.org/dpv/dpv-legal#FO" } ] }, { - "@id": "_:N73d51c7fd7b1459e84d4d9c30bf88458", + "@id": "_:N12b1b5e2a09946158e675b4277d0d3b0", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Ne3a56fb44a8145ff97e3e77b6445b27c" + "@id": "_:N7b95688fda8c4b3392e198828e0598cd" } ] }, { - "@id": "_:Ne3a56fb44a8145ff97e3e77b6445b27c", + "@id": "_:N7b95688fda8c4b3392e198828e0598cd", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-12-20" + "@value": "2010-03-09" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -89,13 +89,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nd469247f3ef14919b0ec4e119bd59803" + "@id": "_:N4b9c12417f04477b86ae08885fa5c03c" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Japan" + "@value": "EU Adequacy Decision for United Kingdom" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -107,7 +107,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" + "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -115,32 +115,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JP" + "@id": "https://w3id.org/dpv/dpv-legal#GB" } ] }, { - "@id": "_:Nd469247f3ef14919b0ec4e119bd59803", + "@id": "_:N4b9c12417f04477b86ae08885fa5c03c", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N4cb5a38a598f4cb28e27e206d2a70860" + "@id": "_:N9a848ba5380143dfad6a3e0f0fc444b6" } ] }, { - "@id": "_:N4cb5a38a598f4cb28e27e206d2a70860", + "@id": "_:N9a848ba5380143dfad6a3e0f0fc444b6", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-01-23" + "@value": "2021-06-28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -159,13 +159,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N2004dba07e324bf58129d3416e9d648f" + "@id": "_:N11f8b41f023442e6b823f58d919bd3d8" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Israel" + "@value": "EU Adequacy Decision for New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -177,7 +177,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061" + "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -185,32 +185,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-legal#NZ" } ] }, { - "@id": "_:N2004dba07e324bf58129d3416e9d648f", + "@id": "_:N11f8b41f023442e6b823f58d919bd3d8", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N3d9093285b2c4534a6ffb7b3926d8f7d" + "@id": "_:N47ce5848309341c686f7bab6699a2990" } ] }, { - "@id": "_:N3d9093285b2c4534a6ffb7b3926d8f7d", + "@id": "_:N47ce5848309341c686f7bab6699a2990", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2011-02-01" + "@value": "2012-12-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -229,13 +229,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N754adc9b3bc34894ab78b8d5e514d1b6" + "@id": "_:Nead4707a8e824ff88a86b59dbde7337e" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Isle of Man" + "@value": "EU Adequacy Decision for Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -247,7 +247,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -255,32 +255,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-legal#AD" } ] }, { - "@id": "_:N754adc9b3bc34894ab78b8d5e514d1b6", + "@id": "_:Nead4707a8e824ff88a86b59dbde7337e", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N654cbaefc3de456786a3006f276d207d" + "@id": "_:Nf6fcd028fbb248e4bfdb7ccb4878b22d" } ] }, { - "@id": "_:N654cbaefc3de456786a3006f276d207d", + "@id": "_:Nf6fcd028fbb248e4bfdb7ccb4878b22d", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2004-04-30" + "@value": "2010-10-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -299,13 +299,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nb176f7a3fb9c4eb787fbee97eb2f505c" + "@id": "_:N08b58af8607c42a5a7e482587e08efc6" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for United Kingdom" + "@value": "EU Adequacy Decision for Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -317,7 +317,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -325,32 +325,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-legal#CH" } ] }, { - "@id": "_:Nb176f7a3fb9c4eb787fbee97eb2f505c", + "@id": "_:N08b58af8607c42a5a7e482587e08efc6", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N6cfeb85e86dd4bab816e6200203a432c" + "@id": "_:N21d8503f81c143de8165a590525f9de5" } ] }, { - "@id": "_:N6cfeb85e86dd4bab816e6200203a432c", + "@id": "_:N21d8503f81c143de8165a590525f9de5", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-06-28" + "@value": "2000-08-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -369,13 +369,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nf6f637088961481b99336e306ee898b1" + "@id": "_:N8c0f69b79c5b458e82aaf1d3e61c12a0" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Andorra" + "@value": "EU Adequacy Decision for Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -387,7 +387,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -395,27 +395,27 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AD" + "@id": "https://w3id.org/dpv/dpv-legal#GG" } ] }, { - "@id": "_:Nf6f637088961481b99336e306ee898b1", + "@id": "_:N8c0f69b79c5b458e82aaf1d3e61c12a0", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N37aa5f3140ae430eab6126038482c50b" + "@id": "_:Nb9840c64d2fb4405ad0edb8478a1e700" } ] }, { - "@id": "_:N37aa5f3140ae430eab6126038482c50b", + "@id": "_:Nb9840c64d2fb4405ad0edb8478a1e700", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-10-21" + "@value": "2003-11-21" } ] }, @@ -439,7 +439,7 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ne8040e0fac714812996a9a975ae3c9d7" + "@id": "_:Nb8c30de20ca74cb3be05c370f87fef8c" } ], "http://purl.org/dc/terms/title": [ @@ -470,18 +470,18 @@ ] }, { - "@id": "_:Ne8040e0fac714812996a9a975ae3c9d7", + "@id": "_:Nb8c30de20ca74cb3be05c370f87fef8c", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N846f6e3ccd9649cea46b5dd11d6e2610" + "@id": "_:N9edb8f67ea0449869b1d6564c02ce7f5" } ] }, { - "@id": "_:N846f6e3ccd9649cea46b5dd11d6e2610", + "@id": "_:N9edb8f67ea0449869b1d6564c02ce7f5", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -490,54 +490,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AdequacyConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -556,13 +509,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nd5d2c2ccc8484c14a5322871f613333b" + "@id": "_:N35955b675e2946318146579a7b6a2bba" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Canada (commercial organisations)" + "@value": "EU Adequacy Decision for Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -574,7 +527,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -582,32 +535,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CA" + "@id": "https://w3id.org/dpv/dpv-legal#IM" } ] }, { - "@id": "_:Nd5d2c2ccc8484c14a5322871f613333b", + "@id": "_:N35955b675e2946318146579a7b6a2bba", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N4fae399590e84028bf1e4618276ad0aa" + "@id": "_:Nb9ad42d0825544f68dd1483dad432a7c" } ] }, { - "@id": "_:N4fae399590e84028bf1e4618276ad0aa", + "@id": "_:Nb9ad42d0825544f68dd1483dad432a7c", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2002-01-04" + "@value": "2004-04-30" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -626,13 +579,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N3a2be10de24842c8a7736012e234c5e3" + "@id": "_:N8c637abd3c6b442cba10b20300361d41" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Switzerland" + "@value": "EU Adequacy Decision for Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -644,7 +597,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -652,32 +605,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-legal#JE" } ] }, { - "@id": "_:N3a2be10de24842c8a7736012e234c5e3", + "@id": "_:N8c637abd3c6b442cba10b20300361d41", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nfd8510730e8e4e1782bedfb5e1477f5a" + "@id": "_:Na3fc0f2badd542ec8d1103a9fe8fcf25" } ] }, { - "@id": "_:Nfd8510730e8e4e1782bedfb5e1477f5a", + "@id": "_:Na3fc0f2badd542ec8d1103a9fe8fcf25", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2000-08-25" + "@value": "2008-05-26" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -696,13 +649,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nef496678c7a74a468a6e3c8b26a35fcf" + "@id": "_:N1d7e3549919f4764ae623eec35cace83" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Jersey" + "@value": "EU Adequacy Decision for Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -714,7 +667,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" + "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -722,32 +675,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-legal#JP" } ] }, { - "@id": "_:Nef496678c7a74a468a6e3c8b26a35fcf", + "@id": "_:N1d7e3549919f4764ae623eec35cace83", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N81e42bce95204790834ab983ea1d57d4" + "@id": "_:N4531f2d5253b40608d3ba0e6653aa6ce" } ] }, { - "@id": "_:N81e42bce95204790834ab983ea1d57d4", + "@id": "_:N4531f2d5253b40608d3ba0e6653aa6ce", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2008-05-26" + "@value": "2019-01-23" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -766,13 +719,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nb5826e961cd24628b89a056396cc0e34" + "@id": "_:Nf4c7d8ed7a11444e91a45117ab49d23e" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Faroe Islands" + "@value": "EU Adequacy Decision for Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -784,7 +737,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -792,32 +745,79 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-legal#IL" } ] }, { - "@id": "_:Nb5826e961cd24628b89a056396cc0e34", + "@id": "_:Nf4c7d8ed7a11444e91a45117ab49d23e", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nbbc5fb716625402ca8327cf9711aec67" + "@id": "_:N868408f0e7ad4d23a80d3a89ff7b8d1b" } ] }, { - "@id": "_:Nbbc5fb716625402ca8327cf9711aec67", + "@id": "_:N868408f0e7ad4d23a80d3a89ff7b8d1b", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-03-09" + "@value": "2011-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG", + "@id": "https://w3id.org/dpv/dpv-legal#AdequacyConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -836,13 +836,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N33295948d97a483d8e7ae7af51042cf6" + "@id": "_:Na18d2273320e4d15a5413108e5e6ad06" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Guernsey" + "@value": "EU Adequacy Decision for Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -854,7 +854,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -862,32 +862,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GG" + "@id": "https://w3id.org/dpv/dpv-legal#UY" } ] }, { - "@id": "_:N33295948d97a483d8e7ae7af51042cf6", + "@id": "_:Na18d2273320e4d15a5413108e5e6ad06", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nedb92460f9c24309a0924330ff4fb9b2" + "@id": "_:N8cac10b74f6040efa2fafd0230ff9126" } ] }, { - "@id": "_:Nedb92460f9c24309a0924330ff4fb9b2", + "@id": "_:N8cac10b74f6040efa2fafd0230ff9126", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-11-21" + "@value": "2012-08-22" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA", "@type": [ "https://w3id.org/dpv#Law", "https://w3id.org/dpv/dpv-gdpr#A45-3", @@ -906,13 +906,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nb6cfee20987a47c9ad1d9697b4d4e7eb" + "@id": "_:Nfd2175a829fd40cb82d390596ae3d0f9" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Uruguay" + "@value": "EU Adequacy Decision for Canada (commercial organisations)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -924,7 +924,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484" + "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -932,27 +932,27 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-legal#CA" } ] }, { - "@id": "_:Nb6cfee20987a47c9ad1d9697b4d4e7eb", + "@id": "_:Nfd2175a829fd40cb82d390596ae3d0f9", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N3a4ee5132377404ba80dd29a30a5e7c9" + "@id": "_:N8503979964f845a69176eab4d0091387" } ] }, { - "@id": "_:N3a4ee5132377404ba80dd29a30a5e7c9", + "@id": "_:N8503979964f845a69176eab4d0091387", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-08-22" + "@value": "2002-01-04" } ] } diff --git a/dpv-legal/modules/eu_adequacy.rdf b/dpv-legal/modules/eu_adequacy.rdf index 5627345ab..44d928544 100644 --- a/dpv-legal/modules/eu_adequacy.rdf +++ b/dpv-legal/modules/eu_adequacy.rdf @@ -8,51 +8,56 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - + + + + + - EU Adequacy Decision for Andorra - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? + EU Adequacy Decision for Isle of Man + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for United Kingdom - https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + EU Adequacy Decision for Switzerland + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - 2008-05-26 - - + - EU Adequacy Decision for Guernsey - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 + EU Adequacy Decision for Jersey + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + - + @@ -62,63 +67,82 @@ http://data.europa.eu/eli/dec_impl/2019/419/oj - + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Faroe Islands - https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 + EU Adequacy Decision for Canada (commercial organisations) + https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - + + 2002-01-04 - + - EU Adequacy Decision for Switzerland - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 + EU Adequacy Decision for Uruguay + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + - EU Adequacy Decision for Isle of Man - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 + EU Adequacy Decision for Faroe Islands + https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + - EU Adequacy Decision for Canada (commercial organisations) - https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 + EU Adequacy Decision for Guernsey + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 - - + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -131,11 +155,18 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 - + 2022-03-30 accepted Harshvardhan J. Pandit + + + + + + 2000-08-25 + @@ -144,55 +175,54 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + - EU Adequacy Decision for Uruguay - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 + EU Adequacy Decision for United Kingdom + https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - + - EU Adequacy Decision for Jersey - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 + EU Adequacy Decision for Andorra + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - 2000-08-25 + + + + + + 2019-01-23 + + + 2012-08-22 + + + + @@ -202,86 +232,56 @@ https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - + - + - - - - 2002-01-04 - - - 2003-07-05 + - - - + + 2003-11-21 - + - + - - - + + 2012-12-20 - + - + - + - + - - - + + 2010-10-21 - + 2021-06-28 - - 2011-02-01 - - - - + + 2004-04-30 - - - + + 2003-07-05 - + 2010-03-09 - - 2012-12-20 - - - 2003-11-21 - - - - - - - 2012-08-22 - - - 2010-10-21 - - - 2004-04-30 + + 2008-05-26 - - 2019-01-23 + + 2011-02-01 diff --git a/dpv-legal/modules/eu_eea.jsonld b/dpv-legal/modules/eu_eea.jsonld index 6b52b9c1b..3108200a5 100644 --- a/dpv-legal/modules/eu_eea.jsonld +++ b/dpv-legal/modules/eu_eea.jsonld @@ -1,6 +1,29 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU", + "@id": "https://w3id.org/dpv/dpv-legal#FI", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28", "@type": [ "https://w3id.org/dpv#SupraNationalUnion", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16,10 +39,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N4c54604daa64489589466eabecced1a0" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU)" + "@value": "European Union (EU-28)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28,10 +56,18 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + } + ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -109,18 +145,15 @@ }, { "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" } ], "https://w3id.org/dpv#hasCountry": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -202,256 +235,202 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30", + "@id": "_:N4c54604daa64489589466eabecced1a0", "@type": [ - "https://w3id.org/dpv#SupraNationalUnion", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } + "http://www.w3.org/2006/time#ProperInterval" ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "_:N5fd8d4d104744bb2b26c6042643e8b90" } ], - "http://purl.org/dc/terms/temporal": [ + "http://www.w3.org/2006/time#hasEnd": [ { - "@id": "_:N5f5162dcca634716bf21d3b4872ef97f" + "@id": "_:N691c57c9a8aa44378318b617cdea601a" } - ], - "http://purl.org/dc/terms/title": [ + ] + }, + { + "@id": "_:N5fd8d4d104744bb2b26c6042643e8b90", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@language": "en", - "@value": "European Economic Area (EEA-30)" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2013-07-01" } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + ] + }, + { + "@id": "_:N691c57c9a8aa44378318b617cdea601a", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@language": "en", - "@value": "accepted" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } - ], + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" } - ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - } - ] - }, - { - "@id": "_:N5f5162dcca634716bf21d3b4872ef97f", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N6560c23f3fb7489f8aea8851841f5102" - } - ] - }, - { - "@id": "_:N6560c23f3fb7489f8aea8851841f5102", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-02-01" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-legal#PL", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -474,7 +453,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-legal#HR", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -497,7 +476,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-legal#DK", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -520,7 +499,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31", + "@id": "https://w3id.org/dpv/dpv-legal#EEA30", "@type": [ "https://w3id.org/dpv#SupraNationalUnion", "http://www.w3.org/2004/02/skos/core#Concept" @@ -538,13 +517,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ne5420c3320674f6687ba11ef8c0b9bbe" + "@id": "_:Nfd5d47c8cb014e199dd03e0926c842b0" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-31)" + "@value": "European Economic Area (EEA-30)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -562,9 +541,6 @@ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -648,9 +624,6 @@ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -732,67 +705,27 @@ ] }, { - "@id": "_:Ne5420c3320674f6687ba11ef8c0b9bbe", + "@id": "_:Nfd5d47c8cb014e199dd03e0926c842b0", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N0d6eebc911b742d3be08714fef0c35ec" - } - ], - "http://www.w3.org/2006/time#hasEnd": [ - { - "@id": "_:Ncbd4f9fefbfc475aa29f3bce0346d695" - } - ] - }, - { - "@id": "_:N0d6eebc911b742d3be08714fef0c35ec", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2014-04-12" + "@id": "_:N4a6cd158a51a4f569413d5f5de179c40" } ] }, { - "@id": "_:Ncbd4f9fefbfc475aa29f3bce0346d695", + "@id": "_:N4a6cd158a51a4f569413d5f5de179c40", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EUEEAConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@value": "2020-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -815,7 +748,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28", + "@id": "https://w3id.org/dpv/dpv-legal#EU", "@type": [ "https://w3id.org/dpv#SupraNationalUnion", "http://www.w3.org/2004/02/skos/core#Concept" @@ -831,15 +764,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N485054c425b54c6eaaa2d76f9add05e7" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-28)" + "@value": "European Union (EU)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -848,18 +776,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -937,15 +857,18 @@ }, { "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" } ], "https://w3id.org/dpv#hasCountry": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -1027,41 +950,7 @@ ] }, { - "@id": "_:N485054c425b54c6eaaa2d76f9add05e7", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nfc41d25f5df942e486123feab50837f9" - } - ], - "http://www.w3.org/2006/time#hasEnd": [ - { - "@id": "_:Nb3146f52bfa74cd78afbd76a65adae82" - } - ] - }, - { - "@id": "_:Nfc41d25f5df942e486123feab50837f9", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2013-07-01" - } - ] - }, - { - "@id": "_:Nb3146f52bfa74cd78afbd76a65adae82", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-legal#BG", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1084,7 +973,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-legal#LU", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1107,7 +996,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-legal#SK", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1332,64 +1221,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-legal#FR", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1412,7 +1244,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-legal#HU", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1435,7 +1267,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-legal#IE", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1458,7 +1290,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-legal#ES", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1481,7 +1313,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-legal#GR", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1504,8 +1336,11 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#EUEEAConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://www.w3.org/2004/02/skos/core#member": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, @@ -1527,7 +1362,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-legal#SE", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1549,6 +1384,17 @@ } ] }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU27", "@type": [ @@ -1568,7 +1414,7 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nb116f64cf86b4661bae080c5ba948a46" + "@id": "_:Nd7b9b7a355594fbca9b88430feac62cd" } ], "http://purl.org/dc/terms/title": [ @@ -1756,18 +1602,18 @@ ] }, { - "@id": "_:Nb116f64cf86b4661bae080c5ba948a46", + "@id": "_:Nd7b9b7a355594fbca9b88430feac62cd", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nd2daffa73fb348d3bee392d1ce7ce00a" + "@id": "_:N1e9843f67de04e7e86d7c05976676a5f" } ] }, { - "@id": "_:Nd2daffa73fb348d3bee392d1ce7ce00a", + "@id": "_:N1e9843f67de04e7e86d7c05976676a5f", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -1776,7 +1622,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-legal#LV", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1799,7 +1645,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-legal#RO", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1822,99 +1668,253 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-legal#EEA31", + "@type": [ + "https://w3id.org/dpv#SupraNationalUnion", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N19b2ac5bcae74415a3ae5db94b68010c" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "European Economic Area (EEA-31)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + ], + "https://w3id.org/dpv#hasCountry": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU", + "@id": "_:N19b2ac5bcae74415a3ae5db94b68010c", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Nca5a7f7805454b1d931e24a1cfb961c3" + } + ], + "http://www.w3.org/2006/time#hasEnd": [ + { + "@id": "_:Nf5b6b588293c4bcdaa1e1dec388d16fb" + } + ] + }, + { + "@id": "_:Nca5a7f7805454b1d931e24a1cfb961c3", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2014-04-12" + } + ] + }, + { + "@id": "_:Nf5b6b588293c4bcdaa1e1dec388d16fb", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1937,7 +1937,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-legal#IT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1960,7 +1960,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-legal#PT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1983,7 +1983,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#AT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" diff --git a/dpv-legal/modules/eu_eea.rdf b/dpv-legal/modules/eu_eea.rdf index b8beedcba..4aacc6200 100644 --- a/dpv-legal/modules/eu_eea.rdf +++ b/dpv-legal/modules/eu_eea.rdf @@ -7,27 +7,13 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - - - - - - - - - - - - - - - - - + - European Economic Area (EEA) + European Union (EU-28) + + @@ -55,6 +41,7 @@ + @@ -81,24 +68,15 @@ - - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - + - European Union (EU) + European Economic Area (EEA) @@ -153,17 +131,25 @@ - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + - European Union (EU-27) - + European Economic Area (EEA-30) + @@ -218,11 +204,27 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit + + + + + + + + + + + + + + + + @@ -284,26 +286,17 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - + - European Union (EU-28) + European Union (EU-27) - @@ -331,7 +324,6 @@ - @@ -358,12 +350,12 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - + @@ -371,7 +363,11 @@ - + + + + + @@ -379,11 +375,34 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + - European Economic Area (EEA-30) - + European Union (EU) @@ -438,12 +457,22 @@ - + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + @@ -451,11 +480,7 @@ - - - - - + @@ -463,7 +488,7 @@ - + @@ -471,7 +496,7 @@ - + @@ -479,25 +504,7 @@ - - - - - - - - - - - - - - - - - - - + @@ -505,7 +512,7 @@ - + @@ -513,7 +520,7 @@ - + @@ -521,7 +528,7 @@ - + @@ -529,7 +536,7 @@ - + @@ -537,7 +544,7 @@ - + @@ -545,10 +552,7 @@ - - 2020-02-01 - - + @@ -556,7 +560,7 @@ - + @@ -564,7 +568,7 @@ - + @@ -572,11 +576,7 @@ - - - - - + @@ -592,15 +592,15 @@ - - - - - - - + + 2014-04-12 - + + + + + + @@ -608,10 +608,7 @@ - - 2020-01-31 - - + @@ -619,7 +616,7 @@ - + @@ -627,7 +624,10 @@ - + + 2020-01-31 + + @@ -635,29 +635,29 @@ - - 2013-07-01 + + 2020-01-31 - - - + + + + + + - - - + - - + - + 2020-02-01 - - 2020-01-31 + + 2020-02-01 - - 2014-04-12 + + 2013-07-01 diff --git a/dpv-legal/modules/laws.jsonld b/dpv-legal/modules/laws.jsonld index efe1612a2..7d4d80b1d 100644 --- a/dpv-legal/modules/laws.jsonld +++ b/dpv-legal/modules/laws.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-legal#FI", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -8,21 +8,27 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -30,23 +36,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#CY", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -68,11 +94,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" }, { "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -84,27 +110,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" }, { "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" + "@value": "https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -126,11 +152,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -142,27 +168,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" + "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -181,19 +207,14 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N3de46134989a4966a068bdf5a7451f70" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@value": "Saarland Data Protection Act" }, { "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" + "@value": "Saarländisches Datenschutzgesetz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -205,95 +226,104 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@value": "Saarland Data Protection Act" }, { "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" + "@value": "Saarländisches Datenschutzgesetz" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" + "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", + "@type": [ + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@language": "en", + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - }, + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@language": "en", + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" - }, + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ] }, { - "@id": "_:N3de46134989a4966a068bdf5a7451f70", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE", + "https://w3id.org/dpv#hasLaw": [ { - "@id": "_:N7c66a61cbb1a4e2ca3100e77be2be62b" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "_:N7c66a61cbb1a4e2ca3100e77be2be62b", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#LT", + "https://w3id.org/dpv#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-20" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -315,11 +345,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680" }, { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -331,27 +361,71 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680" }, { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -363,19 +437,26 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N6888946a452b46a68835dfaff4841cff" + "@id": "_:Ne0f599f08929444483e717e45cc4c545" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Federal Data Protection Act (BDSG)" + }, + { + "@language": "de", + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -387,97 +468,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Federal Data Protection Act (BDSG)" + }, + { + "@language": "de", + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/reg/2016/679/oj" + "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, { "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" }, @@ -529,35 +536,55 @@ ] }, { - "@id": "_:N6888946a452b46a68835dfaff4841cff", + "@id": "_:Ne0f599f08929444483e717e45cc4c545", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N0e425783a5bc4c24a1eff7c2c52e4bda" + "@id": "_:N2b86d9fb52ce499ba3c0a138ad20adb7" } ] }, { - "@id": "_:N0e425783a5bc4c24a1eff7c2c52e4bda", + "@id": "_:N2b86d9fb52ce499ba3c0a138ad20adb7", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2018-05-25" + "@value": "2019-11-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -579,11 +606,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "Bavarian Data Protection Act (BayDSG)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -595,22 +622,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "Bavarian Data Protection Act (BayDSG)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ] }, @@ -623,75 +650,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -713,11 +672,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "State Data Protection Act (LDSG) (BW)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -729,27 +688,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "State Data Protection Act (LDSG) (BW)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true" + "@value": "https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", + "@id": "https://w3id.org/dpv/dpv-legal#BE", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -771,11 +746,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "Thuringian Data Protection Act (ThürDSG)" }, { "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -787,33 +762,49 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "Thuringian Data Protection Act (ThürDSG)" }, { "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" + "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#HR", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -821,7 +812,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -843,11 +834,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@value": "Lower Saxony Data Protection Act (NDSG)" }, { "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -859,99 +850,49 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@value": "Lower Saxony Data Protection Act (NDSG)" }, { "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" + "@value": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", - "@type": [ - "https://w3id.org/dpv#Law", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@language": "de", - "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680" + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" }, { - "@language": "de", - "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-legal#PL", "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -959,7 +900,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -977,13 +918,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N25a3c83024d14493892dd8c21c86c3c1" + "@id": "_:Nbbd75a0a1c464a9daf9504096a22aba7" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "California Privacy Rights Act (CPRA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -995,7 +936,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "California Privacy Rights Act (CPRA)" } ], "http://xmlns.com/foaf/0.1/homepage": [ @@ -1011,44 +952,22 @@ ] }, { - "@id": "_:N25a3c83024d14493892dd8c21c86c3c1", + "@id": "_:Nbbd75a0a1c464a9daf9504096a22aba7", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nc2d5482472b745bebe5ab5cd4fcec8a1" + "@id": "_:N40ab462a0e4d4bf0ae405c01a046b480" } ] }, { - "@id": "_:Nc2d5482472b745bebe5ab5cd4fcec8a1", + "@id": "_:N40ab462a0e4d4bf0ae405c01a046b480", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-01" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "2023-01-01" } ] }, @@ -1067,32 +986,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#BG", "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1114,11 +1016,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@value": "State Data Protection Act (LDSG)" }, { "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1130,35 +1032,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@value": "State Data Protection Act (LDSG)" }, { "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d" + "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-legal#LU", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1166,32 +1074,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#SK", "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR", + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU", + "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1213,11 +1134,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" }, { "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1229,49 +1150,49 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" }, { "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#IE", "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-legal#ES", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1279,7 +1200,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-legal#GR", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1287,13 +1208,13 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1301,7 +1222,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1314,18 +1235,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@value": "Julian Flake" + }, { - "@id": "_:N315df730db1b40dcb364f1d7f3e237a1" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Brandenburg Data Protection Act (BbgDSG)" + }, + { + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1337,125 +1260,99 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Brandenburg Data Protection Act (BbgDSG)" + }, + { + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" + "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" } ] }, { - "@id": "_:N315df730db1b40dcb364f1d7f3e237a1", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA", "@type": [ - "http://www.w3.org/2006/time#ProperInterval" + "https://w3id.org/dpv#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/created": [ { - "@id": "_:Ncf897a2444a947f69b17bf8c145f53d1" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "_:Ncf897a2444a947f69b17bf8c145f53d1", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2023-01-01" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LawConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" - }, + "@id": "_:Nce977431768845f5adf364174ab18628" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" - }, + "@language": "en", + "@value": "California Consumer Privacy Act (CCPA)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "@language": "en", + "@value": "California Consumer Privacy Act (CCPA)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@id": "_:Nce977431768845f5adf364174ab18628", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" - }, + "@id": "_:N226659ccf46b46b9aca1ad6c3aa2a5f2" + } + ] + }, + { + "@id": "_:N226659ccf46b46b9aca1ad6c3aa2a5f2", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1477,11 +1374,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@value": "Berlin Data Protection Act (BlnDSG)" }, { "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1493,35 +1390,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@value": "Berlin Data Protection Act (BlnDSG)" }, { "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" + "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-legal#SE", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1529,7 +1418,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1551,11 +1440,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1567,49 +1456,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf" + "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1631,11 +1498,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1647,77 +1514,95 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" + "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#LawConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://www.w3.org/2004/02/skos/core#member": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL", - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-legal#LV", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1725,7 +1610,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1747,11 +1632,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + "@value": "Hamburg Data Protection Act (HmbDSG)" }, { "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1763,27 +1648,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + "@value": "Hamburg Data Protection Act (HmbDSG)" }, { "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" + "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#MT", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", "@type": [ "https://w3id.org/dpv#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1795,21 +1696,19 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Neb983b519123441b8b92b7528dd7d41e" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" - }, - { - "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1821,101 +1720,202 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" - }, - { - "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" + "@value": "http://data.europa.eu/eli/reg/2016/679/oj" } ], "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + }, { "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT", - "https://w3id.org/dpv#hasLaw": [ + "@id": "_:Neb983b519123441b8b92b7528dd7d41e", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "_:N1ae956c026324a6fa272631d077e8f25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU", - "https://w3id.org/dpv#hasLaw": [ + "@id": "_:N1ae956c026324a6fa272631d077e8f25", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2018-05-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", - "@type": [ - "https://w3id.org/dpv#Law", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT", + "https://w3id.org/dpv#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } - ], - "http://purl.org/dc/terms/creator": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CA", + "https://w3id.org/dpv#hasLaw": [ { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" } - ], - "http://purl.org/dc/terms/title": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" }, { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-legal#AT", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" diff --git a/dpv-legal/modules/laws.rdf b/dpv-legal/modules/laws.rdf index 99570680d..49bdb5937 100644 --- a/dpv-legal/modules/laws.rdf +++ b/dpv-legal/modules/laws.rdf @@ -8,30 +8,123 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - + - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) + General Data Protection Regulation (GDPR) + General Data Protection Regulation (GDPR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf + + + + + + + + + + + + + + http://data.europa.eu/eli/reg/2016/679/oj + 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + + 2023-01-01 + + - California Consumer Privacy Act (CCPA) - California Consumer Privacy Act (CCPA) + California Privacy Rights Act (CPRA) + California Privacy Rights Act (CPRA) https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + + + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + + https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) + + + + + + + + + + + + + + + + + + https://www.gesetze-im-internet.de/bdsg_2018/ + 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit @@ -48,95 +141,73 @@ Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - - https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + + https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - - - - - 2019-11-20 + + + + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) + + https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit - + - California Privacy Rights Act (CPRA) - California Privacy Rights Act (CPRA) - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + + https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - + - + - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - - https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf + California Consumer Privacy Act (CCPA) + California Consumer Privacy Act (CCPA) + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit + + + + + @@ -151,112 +222,83 @@ Julian Flake Harshvardhan J. Pandit - - - - General Data Protection Regulation (GDPR) - General Data Protection Regulation (GDPR) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://data.europa.eu/eli/reg/2016/679/oj - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + - + - Brandenburg Data Protection Act (BbgDSG) - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) - Brandenburgisches Datenschutzgesetz (BbgDSG) - - https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + + https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) - - - - - - - - - + Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680 + Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680 + Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680 + Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680 - - + https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + Saarland Data Protection Act + Saarländisches Datenschutzgesetz - - - - - https://www.gesetze-im-internet.de/bdsg_2018/ - + https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit + + + + + + + + @@ -271,90 +313,79 @@ Julian Flake Harshvardhan J. Pandit - - - - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - - https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - + - - - + - - - + - + - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - - https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + + https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680 - Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680 - Act to adapt the State Data Protection Act and other data protection regulations in the area of ​​responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680 - Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680 - - https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + + https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - + - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - - https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) + + https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - - - + + + + - + + + + + + + + + + + + @@ -369,26 +400,23 @@ Julian Flake Harshvardhan J. Pandit - - - - + - Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) - Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) - Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) - Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) - - https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + + https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - + @@ -405,74 +433,50 @@ Julian Flake Harshvardhan J. Pandit - + - + - + - + - - - + + - - - + + - - - - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - - https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit + + - + - - - + - - - - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - - https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit + + + - + - + - + - - - + - + + + + @@ -480,82 +484,78 @@ - + - + - + - + - - - - - + - - 2018-05-25 - - + + + + + - - + + 2020-01-01 - + - - + + 2018-05-25 - + - + - + - - 2023-01-01 - - - + + + - + + + - + + + - - 2020-01-01 - - - + + 2019-11-20 - + - + - + diff --git a/dpv-legal/modules/locations.jsonld b/dpv-legal/modules/locations.jsonld index 536e815c7..a5ab3a5bb 100644 --- a/dpv-legal/modules/locations.jsonld +++ b/dpv-legal/modules/locations.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#CO", + "@id": "https://w3id.org/dpv/dpv-legal#SX", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19,7 +19,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colombia" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -33,82 +33,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colombia" + "@value": "Sint Maarten (Dutch part)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CO" + "@value": "SX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COL" + "@value": "SXM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "170" + "@value": "534" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "170" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "South Dakota" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "South Dakota" + "@value": "534" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-legal#MZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -127,7 +86,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Mozambique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -138,41 +97,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Mozambique" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CY" + "@value": "MZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CYP" + "@value": "MOZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "196" + "@value": "508" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "196" + "@value": "508" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SG", + "@id": "https://w3id.org/dpv/dpv-legal#TL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -191,7 +153,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Singapore" + "@value": "Timor-Leste" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -211,32 +173,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Singapore" + "@value": "Timor-Leste" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SG" + "@value": "TL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SGP" + "@value": "TLS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "702" + "@value": "626" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "702" + "@value": "626" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP", + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -255,7 +217,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -266,20 +228,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Mecklenburg-Western-Pomerania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-legal#US-NE", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -296,7 +258,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Denmark" + "@value": "Nebraska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -307,1549 +269,1087 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Denmark" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "DK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "DNK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "208" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "208" + "@value": "Nebraska" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KN", + "@id": "https://w3id.org/dpv/dpv-legal#LocationConcepts", "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#AF" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@language": "en", - "@value": "Saint Kitts and Nevis" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#AL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AS" + }, { - "@language": "en", - "@value": "Saint Kitts and Nevis" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AS" + }, { - "@value": "KN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, { - "@value": "KNA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#AD" + }, { - "@value": "659" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#AO" + }, { - "@value": "659" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#AI" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#AQ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#AG" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#AR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#US-AR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AM" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#AW" + }, { - "@value": "GB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, { - "@value": "GBR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#AU" + }, { - "@value": "826" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + }, { - "@value": "826" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CT", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-DC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-FL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-GA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, { - "@language": "en", - "@value": "Connecticut" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#GI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#GL" + }, { - "@language": "en", - "@value": "Connecticut" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MS", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GD" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#GP" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#GU" + }, { - "@language": "en", - "@value": "Mississippi" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-GU" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#GT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#GG" + }, { - "@language": "en", - "@value": "Mississippi" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GA", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#GN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#GY" + }, { - "@language": "en", - "@value": "Gabon" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#HT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#US-HI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#HM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + }, { - "@language": "en", - "@value": "Gabon" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#VA" + }, { - "@value": "GA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, { - "@value": "GAB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, { - "@value": "266" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#IS" + }, { - "@value": "266" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NP", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ID" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-IL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#IN" + }, { - "@language": "en", - "@value": "Nepal" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-IN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#ID" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US-IA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#IR" + }, { - "@language": "en", - "@value": "Nepal" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#IQ" + }, { - "@value": "NP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, { - "@value": "NPL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#IM" + }, { - "@value": "524" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#IL" + }, { - "@value": "524" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IR", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#JM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#JP" + }, { - "@language": "en", - "@value": "Iran (Islamic Republic of)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#JE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#JO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US-KS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#KZ" + }, { - "@language": "en", - "@value": "Iran (Islamic Republic of)" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-KY" + }, { - "@value": "IR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, { - "@value": "IRN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#KI" + }, { - "@value": "364" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#KW" + }, { - "@value": "364" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KH", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#KG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#LA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@language": "en", - "@value": "Cambodia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#LB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#LS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, { - "@language": "en", - "@value": "Cambodia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#LY" + }, { - "@value": "KH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#LI" + }, { - "@value": "KHM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, { - "@value": "116" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-LA" + }, { - "@value": "116" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ET", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, { - "@language": "en", - "@value": "Ethiopia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ME" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#MW" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#MY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, { - "@language": "en", - "@value": "Ethiopia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, { - "@value": "ET" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#MH" + }, { - "@value": "ETH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MQ" + }, { - "@value": "231" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MD" + }, { - "@value": "231" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PF", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#MR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, { - "@language": "en", - "@value": "French Polynesia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#MX" + }, { - "@language": "en", - "@value": "French Polynesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MI" + }, { - "@value": "PF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + }, { - "@value": "PYF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#FM" + }, { - "@value": "258" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, { - "@value": "258" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NZ", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MO" + }, { - "@language": "en", - "@value": "New Zealand" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#MC" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#MN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#US-MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#ME" + }, { - "@language": "en", - "@value": "New Zealand" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#MS" + }, { - "@value": "NZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#MA" + }, { - "@value": "NZL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, { - "@value": "554" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#MM" + }, { - "@value": "554" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PG", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#NA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#NR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NE" + }, { - "@language": "en", - "@value": "Papua New Guinea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#NP" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#US-NV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#NC" + }, { - "@language": "en", - "@value": "Papua New Guinea" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NH" + }, { - "@value": "PG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + }, { - "@value": "PNG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NM" + }, { - "@value": "598" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NY" + }, { - "@value": "598" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RU", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#NZ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, { - "@language": "en", - "@value": "Russian Federation" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#NU" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#NF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NC" + }, { - "@language": "en", - "@value": "Russian Federation" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ND" + }, { - "@value": "RU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#MK" + }, { - "@value": "RUS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, { - "@value": "643" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#MP" + }, { - "@value": "643" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MD", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MP" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + }, { - "@language": "en", - "@value": "Republic of Moldova" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#NO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + }, { - "@language": "en", - "@value": "Republic of Moldova" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + }, { - "@value": "MD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#OM" + }, { - "@value": "MDA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OR" + }, { - "@value": "498" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#PK" + }, { - "@value": "498" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#PW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#PA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#PG" + }, { - "@language": "en", - "@value": "Colorado" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#PY" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-PA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#PE" + }, { - "@language": "en", - "@value": "Colorado" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DZ", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#PH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#PN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, { - "@language": "en", - "@value": "Algeria" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#PR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-PR" + }, { - "@language": "en", - "@value": "Algeria" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#QA" + }, { - "@value": "DZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#KR" + }, { - "@value": "DZA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MD" + }, { - "@value": "12" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, { - "@value": "12" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SZ", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-RI" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#RU" + }, { - "@language": "en", - "@value": "Eswatini" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#BL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, { - "@language": "en", - "@value": "Eswatini" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#KN" + }, { - "@value": "SZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#LC" + }, { - "@value": "SWZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MF" + }, { - "@value": "748" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#PM" + }, { - "@value": "748" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MI", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#VC" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#WS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SM" + }, { - "@language": "en", - "@value": "Michigan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#ST" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#Sark" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SA" + }, { - "@language": "en", - "@value": "Michigan" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MY", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, { - "@language": "en", - "@value": "Malaysia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#RS" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, { - "@language": "en", - "@value": "Malaysia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SG" + }, { - "@value": "MY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SX" + }, { - "@value": "MYS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@value": "458" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, { - "@value": "458" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CF", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SB" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + }, { - "@language": "en", - "@value": "Central African Republic" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SC" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, { - "@language": "en", - "@value": "Central African Republic" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + }, { - "@value": "CF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + }, { - "@value": "CAF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + }, { - "@value": "140" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, { - "@value": "140" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#LK" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#PS" + }, { - "@language": "en", - "@value": "Slovakia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SJ" + }, { - "@language": "en", - "@value": "Slovakia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { - "@value": "SK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#CH" + }, { - "@value": "SVK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TJ" + }, { - "@value": "703" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-TN" + }, { - "@value": "703" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-TX" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#TH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + }, { - "@language": "en", - "@value": "CentralAmerica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#TL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#TG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#TK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" + "@id": "https://w3id.org/dpv/dpv-legal#TO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CR" + "@id": "https://w3id.org/dpv/dpv-legal#TT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SV" + "@id": "https://w3id.org/dpv/dpv-legal#TN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GT" + "@id": "https://w3id.org/dpv/dpv-legal#TR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HN" + "@id": "https://w3id.org/dpv/dpv-legal#TM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MX" + "@id": "https://w3id.org/dpv/dpv-legal#TC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NI" + "@id": "https://w3id.org/dpv/dpv-legal#TV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VI" + }, { - "@language": "en", - "@value": "CentralAmerica" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BO", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#UA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#AE" + }, { - "@language": "en", - "@value": "Bolivia (Plurinational State of)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#UM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US-UM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#VI" + }, { - "@language": "en", - "@value": "Bolivia (Plurinational State of)" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US" + }, { - "@value": "BO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#UY" + }, { - "@value": "BOL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UT" + }, { - "@value": "68" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#UZ" + }, { - "@value": "68" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#VU" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#VE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VT" + }, { - "@language": "en", - "@value": "Montana" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#VN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#WF" + }, { - "@language": "en", - "@value": "Montana" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WS", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#EH" + }, { - "@language": "en", - "@value": "Samoa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WI" + }, { - "@language": "en", - "@value": "Samoa" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + }, { - "@value": "WS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#YE" + }, { - "@value": "WSM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, { - "@value": "882" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZW" + }, { - "@value": "882" + "@id": "https://w3id.org/dpv/dpv-legal#AX" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LR", + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -1866,7 +1366,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liberia" + "@value": "ChannelIslands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1877,44 +1377,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#GG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#JE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Sark" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liberia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "LR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LBR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "430" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "430" + "@value": "ChannelIslands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-legal#JE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1933,7 +1418,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonia" + "@value": "Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1948,37 +1433,40 @@ }, { "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Estonia" + "@value": "Jersey" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EE" + "@value": "JE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "EST" + "@value": "JEY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "233" + "@value": "832" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "233" + "@value": "832" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SV", + "@id": "https://w3id.org/dpv/dpv-legal#SL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1997,7 +1485,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Sierra Leone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2008,44 +1496,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Sierra Leone" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SV" + "@value": "SL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SLV" + "@value": "SLE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "222" + "@value": "694" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "222" + "@value": "694" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IO", + "@id": "https://w3id.org/dpv/dpv-legal#SK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2064,7 +1552,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Slovakia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2075,44 +1563,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Slovakia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IO" + "@value": "SK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IOT" + "@value": "SVK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "86" + "@value": "703" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "86" + "@value": "703" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TW", + "@id": "https://w3id.org/dpv/dpv-legal#BA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2131,7 +1616,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2140,15 +1625,43 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "Bosnia and Herzegovina" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "BA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BIH" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "70" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "70" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KZ", + "@id": "https://w3id.org/dpv/dpv-legal#CV", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2167,7 +1680,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Cabo Verde" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2178,43 +1691,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Cabo Verde" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KZ" + "@value": "CV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KAZ" + "@value": "CPV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "398" + "@value": "132" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "398" + "@value": "132" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TT", + "@id": "https://w3id.org/dpv/dpv-legal#US-OR", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2231,7 +1747,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "Oregon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2242,44 +1758,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Trinidad and Tobago" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "TT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "TTO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "780" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "780" + "@value": "Oregon" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-legal#JP", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2298,7 +1788,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Italy" + "@value": "Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2309,41 +1799,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Italy" + "@value": "Japan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IT" + "@value": "JP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ITA" + "@value": "JPN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "380" + "@value": "392" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "380" + "@value": "392" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2362,7 +1852,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "WesternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2373,76 +1863,73 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AZ" + "@id": "https://w3id.org/dpv/dpv-legal#BJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BH" + "@id": "https://w3id.org/dpv/dpv-legal#BF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-legal#CV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GE" + "@id": "https://w3id.org/dpv/dpv-legal#CI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IQ" + "@id": "https://w3id.org/dpv/dpv-legal#GM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-legal#GH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JO" + "@id": "https://w3id.org/dpv/dpv-legal#GN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KW" + "@id": "https://w3id.org/dpv/dpv-legal#GW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LB" + "@id": "https://w3id.org/dpv/dpv-legal#LR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#OM" + "@id": "https://w3id.org/dpv/dpv-legal#ML" }, { - "@id": "https://w3id.org/dpv/dpv-legal#QA" + "@id": "https://w3id.org/dpv/dpv-legal#MR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SA" + "@id": "https://w3id.org/dpv/dpv-legal#NE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PS" + "@id": "https://w3id.org/dpv/dpv-legal#NG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SY" + "@id": "https://w3id.org/dpv/dpv-legal#SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-legal#SN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AE" + "@id": "https://w3id.org/dpv/dpv-legal#SL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#YE" + "@id": "https://w3id.org/dpv/dpv-legal#TG" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "WesternAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GU", + "@id": "https://w3id.org/dpv/dpv-legal#US-IN", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2459,7 +1946,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Indiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2470,41 +1957,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guam" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "GU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "GUM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "316" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "316" + "@value": "Indiana" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UA", + "@id": "https://w3id.org/dpv/dpv-legal#ZW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2523,7 +1987,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Zimbabwe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2534,41 +1998,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Zimbabwe" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UA" + "@value": "ZW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UKR" + "@value": "ZWE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "804" + "@value": "716" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "804" + "@value": "716" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GS", + "@id": "https://w3id.org/dpv/dpv-legal#VE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2587,7 +2054,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Venezuela (Bolivarian Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2610,34 +2077,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Venezuela (Bolivarian Republic of)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GS" + "@value": "VE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SGS" + "@value": "VEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "239" + "@value": "862" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "239" + "@value": "862" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HM", + "@id": "https://w3id.org/dpv/dpv-legal#US-UM", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2654,7 +2121,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2665,102 +2132,221 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "United States Minor Outlying Islands" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "HM" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "HMD" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "334" + "@language": "en", + "@value": "Asia" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "334" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#OM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#QA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PS" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#SY" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#TJ" + }, { - "@language": "en", - "@value": "AustraliaandNewZealand" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#TH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#TL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#TR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#AU" + "@id": "https://w3id.org/dpv/dpv-legal#TM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CX" + "@id": "https://w3id.org/dpv/dpv-legal#AE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CC" + "@id": "https://w3id.org/dpv/dpv-legal#UZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HM" + "@id": "https://w3id.org/dpv/dpv-legal#VN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NF" + "@id": "https://w3id.org/dpv/dpv-legal#YE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "Asia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GI", + "@id": "https://w3id.org/dpv/dpv-legal#JO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2779,7 +2365,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Jordan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2790,43 +2376,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Jordan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GI" + "@value": "JO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GIB" + "@value": "JOR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "292" + "@value": "400" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "292" + "@value": "400" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ND", + "@id": "https://w3id.org/dpv/dpv-legal#SG", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2843,7 +2429,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Singapore" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2854,18 +2440,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Singapore" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "SG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "SGP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "702" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "702" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CC", + "@id": "https://w3id.org/dpv/dpv-legal#KE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2884,7 +2493,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "Kenya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2895,41 +2504,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "Kenya" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CC" + "@value": "KE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CCK" + "@value": "KEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "166" + "@value": "404" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "166" + "@value": "404" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-legal#US-VA", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2948,7 +2560,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2959,18 +2571,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Virginia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2989,7 +2601,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "EasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3005,111 +2617,38 @@ ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IR" + "@id": "https://w3id.org/dpv/dpv-legal#CN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MV" + "@id": "https://w3id.org/dpv/dpv-legal#HK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NP" + "@id": "https://w3id.org/dpv/dpv-legal#MO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PK" + "@id": "https://w3id.org/dpv/dpv-legal#KP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LK" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "SouthernAsia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SN", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Senegal" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#JP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#KR" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Senegal" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SEN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "686" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "686" + "@value": "EasternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ER", + "@id": "https://w3id.org/dpv/dpv-legal#US-NC", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3126,7 +2665,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eritrea" + "@value": "North Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3137,44 +2676,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Eritrea" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "ER" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "ERI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "232" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "232" + "@language": "en", + "@value": "North Carolina" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MZ", + "@id": "https://w3id.org/dpv/dpv-legal#KP", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3193,7 +2706,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Democratic People's Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3204,46 +2717,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Democratic People's Republic of Korea" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MZ" + "@value": "KP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MOZ" + "@value": "PRK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "508" + "@value": "408" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "508" + "@value": "408" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania", + "@id": "https://w3id.org/dpv/dpv-legal#KY", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3260,7 +2770,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oceania" + "@value": "Cayman Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3269,116 +2779,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WS" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SB" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TK" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TV" - }, + "@language": "en", + "@value": "Cayman Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UM" - }, + "@value": "KY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VU" - }, + "@value": "CYM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WF" + "@value": "136" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Oceania" + "@value": "136" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CA", + "@id": "https://w3id.org/dpv/dpv-legal#GF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3397,7 +2837,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Canada" + "@value": "French Guiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3411,40 +2851,43 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Canada" + "@value": "French Guiana" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CA" + "@value": "GF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CAN" + "@value": "GUF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "124" + "@value": "254" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "124" + "@value": "254" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VE", + "@id": "https://w3id.org/dpv/dpv-legal#US-TX", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3461,7 +2904,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Texas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3472,46 +2915,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "VE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "VEN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "862" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "862" + "@value": "Texas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#LC", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3528,7 +2945,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Saint Lucia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3539,18 +2956,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Saint Lucia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "LC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "LCA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "662" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "662" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PW", + "@id": "https://w3id.org/dpv/dpv-legal#LA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3569,7 +3012,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Palau" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3580,41 +3023,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Palau" + "@value": "Lao People's Democratic Republic" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PW" + "@value": "LA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PLW" + "@value": "LAO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "585" + "@value": "418" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "585" + "@value": "418" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MP", + "@id": "https://w3id.org/dpv/dpv-legal#SR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3633,7 +3076,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Suriname" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3644,43 +3087,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Suriname" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MP" + "@value": "SR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNP" + "@value": "SUR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "580" + "@value": "740" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "580" + "@value": "740" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", + "@id": "https://w3id.org/dpv/dpv-legal#DM", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3697,7 +3143,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Melanesia" + "@value": "Dominica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3708,35 +3154,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#FJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PG" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SB" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VU" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Melanesia" + "@value": "Dominica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "DM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "DMA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "212" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NU", + "@id": "https://w3id.org/dpv/dpv-legal#NG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3755,7 +3210,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niue" + "@value": "Nigeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3766,43 +3221,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Niue" + "@value": "Nigeria" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NU" + "@value": "NG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NIU" + "@value": "NGA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "570" + "@value": "566" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "570" + "@value": "566" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC", + "@id": "https://w3id.org/dpv/dpv-legal#UG", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3819,7 +3277,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Uganda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3830,18 +3288,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Uganda" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "UG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "UGA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "800" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "800" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IN", + "@id": "https://w3id.org/dpv/dpv-legal#AO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3860,7 +3344,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "India" + "@value": "Angola" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3871,41 +3355,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "India" + "@value": "Angola" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IN" + "@value": "AO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IND" + "@value": "AGO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "356" + "@value": "24" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "356" + "@value": "24" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BJ", + "@id": "https://w3id.org/dpv/dpv-legal#TC", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3924,7 +3411,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Benin" + "@value": "Turks and Caicos Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3935,39 +3422,39 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benin" + "@value": "Turks and Caicos Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BJ" + "@value": "TC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BEN" + "@value": "TCA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "204" + "@value": "796" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "204" + "@value": "796" } ] }, @@ -4039,7 +3526,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MQ", + "@id": "https://w3id.org/dpv/dpv-legal#ZM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4058,7 +3545,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Martinique" + "@value": "Zambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4069,44 +3556,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Martinique" + "@value": "Zambia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MQ" + "@value": "ZM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MTQ" + "@value": "ZMB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "474" + "@value": "894" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "474" + "@value": "894" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV", + "@id": "https://w3id.org/dpv/dpv-legal#US-WV", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4125,7 +3612,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nevada" + "@value": "West Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4142,14 +3629,81 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nevada" + "@value": "West Virginia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IO", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "British Indian Ocean Territory" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "British Indian Ocean Territory" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "IO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "IOT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "86" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "86" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AE", + "@id": "https://w3id.org/dpv/dpv-legal#US-CO", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4166,7 +3720,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Colorado" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4177,41 +3731,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Arab Emirates" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "AE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "ARE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "784" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "784" + "@value": "Colorado" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TR", + "@id": "https://w3id.org/dpv/dpv-legal#TF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4230,7 +3761,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkey" + "@value": "French Southern Territories" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4241,41 +3772,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turkey" + "@value": "French Southern Territories" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TR" + "@value": "TF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TUR" + "@value": "ATF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "792" + "@value": "260" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "792" + "@value": "260" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KW", + "@id": "https://w3id.org/dpv/dpv-legal#SC", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4294,7 +3828,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Seychelles" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4305,41 +3839,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Seychelles" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KW" + "@value": "SC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KWT" + "@value": "SYC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "414" + "@value": "690" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "414" + "@value": "690" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AS", + "@id": "https://w3id.org/dpv/dpv-legal#BB", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4358,7 +3895,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Barbados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4369,41 +3906,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Barbados" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AS" + "@value": "BB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ASM" + "@value": "BRB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "16" + "@value": "52" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "16" + "@value": "52" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#Oceania", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4422,7 +3962,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony" + "@value": "Oceania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4431,22 +3971,118 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WF" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saxony" + "@value": "Oceania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS", + "@id": "https://w3id.org/dpv/dpv-legal#HR", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4463,7 +4099,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Croatia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4474,18 +4110,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Croatia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "HR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "HRV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "191" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "191" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GY", + "@id": "https://w3id.org/dpv/dpv-legal#NZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4504,7 +4163,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guyana" + "@value": "New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4515,46 +4174,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guyana" + "@value": "New Zealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GY" + "@value": "NZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUY" + "@value": "NZL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "328" + "@value": "554" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "328" + "@value": "554" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA", + "@id": "https://w3id.org/dpv/dpv-legal#RE", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4571,7 +4227,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Virginia" + "@value": "Réunion" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4582,18 +4238,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Virginia" + "@value": "Réunion" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "RE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "REU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "638" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "638" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FK", + "@id": "https://w3id.org/dpv/dpv-legal#LR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4612,7 +4294,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Liberia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4623,44 +4305,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Liberia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FK" + "@value": "LR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FLK" + "@value": "LBR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "238" + "@value": "430" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "238" + "@value": "430" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas", + "@id": "https://w3id.org/dpv/dpv-legal#US-ND", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4679,7 +4361,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Americas" + "@value": "North Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4688,194 +4370,20 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VI" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#US" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Americas" + "@value": "North Dakota" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AZ", + "@id": "https://w3id.org/dpv/dpv-legal#TR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4894,7 +4402,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Turkey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4914,34 +4422,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Turkey" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AZ" + "@value": "TR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AZE" + "@value": "TUR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "31" + "@value": "792" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "31" + "@value": "792" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE", + "@id": "https://w3id.org/dpv/dpv-legal#MH", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4958,7 +4466,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nebraska" + "@value": "Marshall Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4969,13 +4477,36 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nebraska" + "@value": "Marshall Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "MH" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "MHL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "584" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "584" } ] }, @@ -5047,7 +4578,48 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IQ", + "@id": "https://w3id.org/dpv/dpv-legal#US-MO", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Missouri" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Missouri" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AD", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5066,7 +4638,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iraq" + "@value": "Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5077,43 +4649,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iraq" + "@value": "Andorra" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IQ" + "@value": "AD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IRQ" + "@value": "AND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "368" + "@value": "20" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "368" + "@value": "20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa", + "@id": "https://w3id.org/dpv/dpv-legal#NO", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -5130,7 +4702,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Africa" + "@value": "Norway" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5139,203 +4711,110 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SN" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SO" - }, + "@language": "en", + "@value": "Norway" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, + "@value": "NO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SS" - }, + "@value": "NOR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, + "@value": "578" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SD" - }, + "@value": "578" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TG", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TN" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UG" - }, + "@language": "en", + "@value": "Togo" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EH" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Africa" + "@value": "Togo" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "TG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "TGO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "768" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "768" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TK", + "@id": "https://w3id.org/dpv/dpv-legal#KH", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5354,7 +4833,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Cambodia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5365,43 +4844,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Cambodia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TK" + "@value": "KH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TKL" + "@value": "KHM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "772" + "@value": "116" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "772" + "@value": "116" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA", + "@id": "https://w3id.org/dpv/dpv-legal#GA", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -5418,7 +4897,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Gabon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5429,20 +4908,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Gabon" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "GA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "GAB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "266" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "266" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-DC", + "@id": "https://w3id.org/dpv/dpv-legal#FM", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -5459,7 +4964,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5470,18 +4975,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Micronesia (Federated States of)" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "FM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "FSM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "583" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "583" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LA", + "@id": "https://w3id.org/dpv/dpv-legal#CN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5500,7 +5028,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "China" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5514,33 +5042,33 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "China" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LA" + "@value": "CN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LAO" + "@value": "CHN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "418" + "@value": "156" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "418" + "@value": "156" } ] }, @@ -5567,26 +5095,90 @@ "@value": "Arizona" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Arizona" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SD", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Sudan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Sudan" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "SD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "SDN" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "729" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Arizona" + "@value": "729" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NO", + "@id": "https://w3id.org/dpv/dpv-legal#BJ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5605,7 +5197,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norway" + "@value": "Benin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5616,43 +5208,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Norway" + "@value": "Benin" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NO" + "@value": "BJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NOR" + "@value": "BEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "578" + "@value": "204" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "578" + "@value": "204" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TJ", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -5669,7 +5264,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "Bavaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5680,41 +5275,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tajikistan" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "TJ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "TJK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "762" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "762" + "@value": "Bavaria" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GT", + "@id": "https://w3id.org/dpv/dpv-legal#TZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5733,7 +5305,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guatemala" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5744,44 +5316,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guatemala" + "@value": "United Republic of Tanzania" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GT" + "@value": "TZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GTM" + "@value": "TZA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "320" + "@value": "834" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "320" + "@value": "834" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KP", + "@id": "https://w3id.org/dpv/dpv-legal#GY", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5800,7 +5372,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic People's Republic of Korea" + "@value": "Guyana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5811,41 +5383,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Democratic People's Republic of Korea" + "@value": "Guyana" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KP" + "@value": "GY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRK" + "@value": "GUY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "408" + "@value": "328" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "408" + "@value": "328" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IS", + "@id": "https://w3id.org/dpv/dpv-legal#MM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5864,7 +5439,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iceland" + "@value": "Myanmar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5875,41 +5450,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iceland" + "@value": "Myanmar" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IS" + "@value": "MM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ISL" + "@value": "MMR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "352" + "@value": "104" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "352" + "@value": "104" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GN", + "@id": "https://w3id.org/dpv/dpv-legal#TH", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5928,7 +5503,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea" + "@value": "Thailand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5939,44 +5514,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea" + "@value": "Thailand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GN" + "@value": "TH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GIN" + "@value": "THA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "324" + "@value": "764" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "324" + "@value": "764" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VN", + "@id": "https://w3id.org/dpv/dpv-legal#MK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5995,7 +5567,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Viet Nam" + "@value": "North Macedonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6006,43 +5578,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Viet Nam" + "@value": "North Macedonia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VN" + "@value": "MK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VNM" + "@value": "MKD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "704" + "@value": "807" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "704" + "@value": "807" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL", + "@id": "https://w3id.org/dpv/dpv-legal#ZA", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6059,7 +5631,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Illinois" + "@value": "South Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6070,18 +5642,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Illinois" + "@value": "South Africa" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "ZA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ZAF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "710" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "710" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RE", + "@id": "https://w3id.org/dpv/dpv-legal#LY", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6100,7 +5698,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Réunion" + "@value": "Libya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6114,43 +5712,40 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Réunion" + "@value": "Libya" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RE" + "@value": "LY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "REU" + "@value": "LBY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "638" + "@value": "434" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "638" + "@value": "434" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LB", + "@id": "https://w3id.org/dpv/dpv-legal#US-AL", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6167,7 +5762,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Alabama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6178,43 +5773,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lebanon" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "LB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LBN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "422" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "422" + "@value": "Alabama" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO", + "@id": "https://w3id.org/dpv/dpv-legal#UM", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6231,7 +5803,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Missouri" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6242,20 +5814,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Missouri" + "@value": "United States Minor Outlying Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "UM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "UMI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "581" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "581" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WF", + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6272,7 +5867,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "EasternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6283,41 +5878,50 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Wallis and Futuna Islands" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#BY" + }, { - "@value": "WF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, { - "@value": "WLF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@value": "876" + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UA" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "876" + "@language": "en", + "@value": "EasternEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AI", + "@id": "https://w3id.org/dpv/dpv-legal#NA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6336,7 +5940,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Namibia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6347,46 +5951,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Namibia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AI" + "@value": "NA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AIA" + "@value": "NAM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "660" + "@value": "516" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "660" + "@value": "516" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TC", + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6403,7 +6007,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6414,111 +6018,191 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#BJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BW" + }, { - "@language": "en", - "@value": "Turks and Caicos Islands" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#IO" + }, { - "@value": "TC" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#BF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, { - "@value": "TCA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#ST" + }, { - "@value": "796" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#SN" + }, { - "@value": "796" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BQ", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, { - "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SS" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#TG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, { - "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, { - "@value": "BQ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, { - "@value": "BES" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, { - "@value": "535" + "@id": "https://w3id.org/dpv/dpv-legal#ZW" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "535" + "@language": "en", + "@value": "SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EG", + "@id": "https://w3id.org/dpv/dpv-legal#KZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6537,7 +6221,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Egypt" + "@value": "Kazakhstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6548,41 +6232,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Egypt" + "@value": "Kazakhstan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EG" + "@value": "KZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "EGY" + "@value": "KAZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "818" + "@value": "398" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "818" + "@value": "398" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FO", + "@id": "https://w3id.org/dpv/dpv-legal#GB", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6601,7 +6285,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6621,34 +6305,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FO" + "@value": "GB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FRO" + "@value": "GBR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "234" + "@value": "826" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "234" + "@value": "826" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PA", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6665,7 +6349,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Panama" + "@value": "SouthernAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6676,108 +6360,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Panama" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "PA" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@value": "PAN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#AF" + }, { - "@value": "591" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#BD" + }, { - "@value": "591" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CX", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#BT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#IN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#IR" + }, { - "@language": "en", - "@value": "Christmas Island" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#MV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#NP" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#PK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#LK" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Christmas Island" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CX" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "CXR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "162" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "162" + "@value": "SouthernAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KR", + "@id": "https://w3id.org/dpv/dpv-legal#BV", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6796,7 +6419,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Bouvet Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6807,41 +6430,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Bouvet Island" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KR" + "@value": "BV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KOR" + "@value": "BVT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "410" + "@value": "74" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "410" + "@value": "74" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CV", + "@id": "https://w3id.org/dpv/dpv-legal#GD", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6860,7 +6486,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Grenada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6871,44 +6497,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Grenada" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CV" + "@value": "GD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CPV" + "@value": "GRD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "132" + "@value": "308" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "132" + "@value": "308" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VG", + "@id": "https://w3id.org/dpv/dpv-legal#AF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6927,7 +6553,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Afghanistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6938,46 +6564,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Afghanistan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VG" + "@value": "AF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VGB" + "@value": "AFG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "92" + "@value": "4" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "92" + "@value": "4" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BW", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6994,7 +6617,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Botswana" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7005,44 +6628,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Botswana" + "@value": "Baden-Württemberg" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-IL", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "BW" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "BWA" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "72" + "@language": "en", + "@value": "Illinois" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "72" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Illinois" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EC", + "@id": "https://w3id.org/dpv/dpv-legal#GM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7061,7 +6699,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Gambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7072,44 +6710,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Gambia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EC" + "@value": "GM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ECU" + "@value": "GMB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "218" + "@value": "270" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "218" + "@value": "270" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-legal#US-OK", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7128,7 +6766,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland" + "@value": "Oklahoma" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7139,20 +6777,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland" + "@value": "Oklahoma" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", + "@id": "https://w3id.org/dpv/dpv-legal#IR", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7169,7 +6807,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "ChannelIslands" + "@value": "Iran (Islamic Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7180,31 +6818,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, + "@language": "en", + "@value": "Iran (Islamic Republic of)" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, + "@value": "IR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" + "@value": "IRN" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "ChannelIslands" + "@value": "364" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "364" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZA", + "@id": "https://w3id.org/dpv/dpv-legal#US-MD", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7221,7 +6871,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Africa" + "@value": "Maryland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7232,44 +6882,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Africa" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "ZA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "ZAF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "710" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "710" + "@value": "Maryland" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AU", + "@id": "https://w3id.org/dpv/dpv-legal#PE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7288,7 +6912,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Australia" + "@value": "Peru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7299,43 +6923,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Australia" + "@value": "Peru" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AU" + "@value": "PE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AUS" + "@value": "PER" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "36" + "@value": "604" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "36" + "@value": "604" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH", + "@id": "https://w3id.org/dpv/dpv-legal#MY", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7352,7 +6979,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ohio" + "@value": "Malaysia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7363,18 +6990,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ohio" + "@value": "Malaysia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "MY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "MYS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "458" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "458" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MC", + "@id": "https://w3id.org/dpv/dpv-legal#SZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7393,7 +7043,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Monaco" + "@value": "Eswatini" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7404,43 +7054,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Monaco" + "@value": "Eswatini" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MC" + "@value": "SZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MCO" + "@value": "SWZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "492" + "@value": "748" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "492" + "@value": "748" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JM", + "@id": "https://w3id.org/dpv/dpv-legal#US-ME", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7457,7 +7110,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Maine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7468,44 +7121,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jamaica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "JM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "JAM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "388" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "388" + "@value": "Maine" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HT", + "@id": "https://w3id.org/dpv/dpv-legal#CO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7524,7 +7151,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Haiti" + "@value": "Colombia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7538,41 +7165,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Haiti" + "@value": "Colombia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HT" + "@value": "CO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HTI" + "@value": "COL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "332" + "@value": "170" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "332" + "@value": "170" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7591,7 +7218,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavaria" + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7608,12 +7235,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavaria" + "@value": "Schleswig-Holstein" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TG", + "@id": "https://w3id.org/dpv/dpv-legal#SB", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7632,7 +7259,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Togo" + "@value": "Solomon Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7643,44 +7270,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Togo" + "@value": "Solomon Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TG" + "@value": "SB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TGO" + "@value": "SLB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "768" + "@value": "90" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "768" + "@value": "90" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CN", + "@id": "https://w3id.org/dpv/dpv-legal#IL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7699,7 +7323,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China" + "@value": "Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7713,38 +7337,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China" + "@value": "Israel" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CN" + "@value": "IL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CHN" + "@value": "ISR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "156" + "@value": "376" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "156" + "@value": "376" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AX", + "@id": "https://w3id.org/dpv/dpv-legal#VN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7763,7 +7387,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Viet Nam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7774,41 +7398,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Viet Nam" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AX" + "@value": "VN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ALA" + "@value": "VNM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "248" + "@value": "704" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "248" + "@value": "704" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MH", + "@id": "https://w3id.org/dpv/dpv-legal#GN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7827,7 +7451,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7838,43 +7462,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Guinea" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MH" + "@value": "GN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MHL" + "@value": "GIN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "584" + "@value": "324" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "584" + "@value": "324" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR", + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7891,7 +7518,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brazil" + "@value": "Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7902,44 +7529,50 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#CK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#PF" + }, { - "@language": "en", - "@value": "Brazil" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#NU" + }, { - "@value": "BR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#PN" + }, { - "@value": "BRA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#WS" + }, { - "@value": "76" + "@id": "https://w3id.org/dpv/dpv-legal#TK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WF" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "76" + "@language": "en", + "@value": "Polynesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-legal#NU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7958,7 +7591,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Poland" + "@value": "Niue" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7969,82 +7602,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Poland" + "@value": "Niue" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PL" + "@value": "NU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "POL" + "@value": "NIU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "616" + "@value": "570" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "616" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Maryland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Maryland" + "@value": "570" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#Europe", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8063,7 +7655,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Europe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8072,49 +7664,185 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AD" + }, { "@id": "https://w3id.org/dpv/dpv-legal#AT" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BY" + }, { "@id": "https://w3id.org/dpv/dpv-legal#BE" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, { "@id": "https://w3id.org/dpv/dpv-legal#FR" }, { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, { "@id": "https://w3id.org/dpv/dpv-legal#LI" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, { "@id": "https://w3id.org/dpv/dpv-legal#LU" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, { "@id": "https://w3id.org/dpv/dpv-legal#MC" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ME" + }, { "@id": "https://w3id.org/dpv/dpv-legal#NL" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { "@id": "https://w3id.org/dpv/dpv-legal#CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AX" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Europe" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ME", + "@id": "https://w3id.org/dpv/dpv-legal#HN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8133,7 +7861,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Honduras" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8144,41 +7872,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Honduras" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ME" + "@value": "HN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNE" + "@value": "HND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "499" + "@value": "340" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "499" + "@value": "340" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-legal#AW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8197,7 +7928,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malta" + "@value": "Aruba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8208,41 +7939,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malta" + "@value": "Aruba" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MT" + "@value": "AW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MLT" + "@value": "ABW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "470" + "@value": "533" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "470" + "@value": "533" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JO", + "@id": "https://w3id.org/dpv/dpv-legal#EH", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8261,7 +7995,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jordan" + "@value": "Western Sahara" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8272,41 +8006,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jordan" + "@value": "Western Sahara" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "JO" + "@value": "EH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JOR" + "@value": "ESH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "400" + "@value": "732" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "400" + "@value": "732" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT", + "@id": "https://w3id.org/dpv/dpv-legal#US-KS", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8325,7 +8059,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vermont" + "@value": "Kansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8342,14 +8076,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vermont" + "@value": "Kansas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -8366,7 +8100,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Berlin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8377,46 +8111,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antigua and Barbuda" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "AG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "ATG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "28" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "28" + "@value": "Berlin" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", + "@id": "https://w3id.org/dpv/dpv-legal#HT", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -8433,7 +8141,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Haiti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8444,50 +8152,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NU" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PN" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TK" - }, + "@language": "en", + "@value": "Haiti" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TO" - }, + "@value": "HT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TV" - }, + "@value": "HTI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WF" + "@value": "332" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Polynesia" + "@value": "332" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AQ", + "@id": "https://w3id.org/dpv/dpv-legal#NE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8506,7 +8208,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antarctica" + "@value": "Niger" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8515,35 +8217,46 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antarctica" + "@value": "Niger" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AQ" + "@value": "NE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ATA" + "@value": "NER" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "10" + "@value": "562" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "10" + "@value": "562" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MO", + "@id": "https://w3id.org/dpv/dpv-legal#IN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8562,7 +8275,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "India" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8576,38 +8289,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "India" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MO" + "@value": "IN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAC" + "@value": "IND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "446" + "@value": "356" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "446" + "@value": "356" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8626,7 +8339,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "WesternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8642,48 +8355,69 @@ ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BN" + "@id": "https://w3id.org/dpv/dpv-legal#AM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KH" + "@id": "https://w3id.org/dpv/dpv-legal#AZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ID" + "@id": "https://w3id.org/dpv/dpv-legal#BH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LA" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MY" + "@id": "https://w3id.org/dpv/dpv-legal#GE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MM" + "@id": "https://w3id.org/dpv/dpv-legal#IQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PH" + "@id": "https://w3id.org/dpv/dpv-legal#IL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SG" + "@id": "https://w3id.org/dpv/dpv-legal#JO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TH" + "@id": "https://w3id.org/dpv/dpv-legal#KW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TL" + "@id": "https://w3id.org/dpv/dpv-legal#LB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VN" + "@id": "https://w3id.org/dpv/dpv-legal#OM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#QA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#YE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "WesternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CH", + "@id": "https://w3id.org/dpv/dpv-legal#PW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8702,7 +8436,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Palau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8713,41 +8447,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Palau" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CH" + "@value": "PW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CHE" + "@value": "PLW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "756" + "@value": "585" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "756" + "@value": "585" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-legal#MF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8766,7 +8500,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Czechia" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8777,41 +8511,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Czechia" + "@value": "Saint Martin (French Part)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CZ" + "@value": "MF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CZE" + "@value": "MAF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "203" + "@value": "663" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "203" + "@value": "663" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BY", + "@id": "https://w3id.org/dpv/dpv-legal#BM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8830,7 +8567,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belarus" + "@value": "Bermuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8841,82 +8578,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belarus" + "@value": "Bermuda" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BY" + "@value": "BM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BLR" + "@value": "BMU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "112" + "@value": "60" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "112" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Schleswig-Holstein" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "60" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-legal#KW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8935,7 +8631,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Kuwait" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8946,41 +8642,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Kuwait" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NL" + "@value": "KW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NLD" + "@value": "KWT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "528" + "@value": "414" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "528" + "@value": "414" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-legal#BR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8999,7 +8695,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sweden" + "@value": "Brazil" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9010,41 +8706,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sweden" + "@value": "Brazil" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SE" + "@value": "BR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SWE" + "@value": "BRA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "752" + "@value": "76" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "752" + "@value": "76" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PH", + "@id": "https://w3id.org/dpv/dpv-legal#KM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9063,7 +8762,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Philippines" + "@value": "Comoros" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9074,41 +8773,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Philippines" + "@value": "Comoros" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PH" + "@value": "KM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PHL" + "@value": "COM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "608" + "@value": "174" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "608" + "@value": "174" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL", + "@id": "https://w3id.org/dpv/dpv-legal#Sark", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9127,7 +8829,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alabama" + "@value": "Sark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9138,18 +8840,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alabama" + "@value": "Sark" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BT", + "@id": "https://w3id.org/dpv/dpv-legal#IE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9168,7 +8876,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9179,41 +8887,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Ireland" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BT" + "@value": "IE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BTN" + "@value": "IRL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "64" + "@value": "372" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "64" + "@value": "372" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GH", + "@id": "https://w3id.org/dpv/dpv-legal#GE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9232,7 +8940,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ghana" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9243,44 +8951,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ghana" + "@value": "Georgia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GH" + "@value": "GE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GHA" + "@value": "GEO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "288" + "@value": "268" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "288" + "@value": "268" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MV", + "@id": "https://w3id.org/dpv/dpv-legal#EG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9299,7 +9004,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maldives" + "@value": "Egypt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9310,43 +9015,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maldives" + "@value": "Egypt" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MV" + "@value": "EG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MDV" + "@value": "EGY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "462" + "@value": "818" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "462" + "@value": "818" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VC", + "@id": "https://w3id.org/dpv/dpv-legal#US-GU", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9363,7 +9068,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9374,44 +9079,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "VC" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "VCT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "670" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "670" + "@value": "Guam" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SR", + "@id": "https://w3id.org/dpv/dpv-legal#NF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9430,7 +9109,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Suriname" + "@value": "Norfolk Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9441,46 +9120,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Suriname" + "@value": "Norfolk Island" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SR" + "@value": "NF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SUR" + "@value": "NFK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "740" + "@value": "574" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "740" + "@value": "574" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SX", + "@id": "https://w3id.org/dpv/dpv-legal#US-IA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9497,7 +9173,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Iowa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9508,46 +9184,61 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Iowa" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-ID", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "SX" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "SXM" + "@language": "en", + "@value": "Idaho" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "534" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "534" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Idaho" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC", + "@id": "https://w3id.org/dpv/dpv-legal#SE", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9558,35 +9249,58 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Sweden" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Sweden" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "South Carolina" + "@value": "SE" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "SWE" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "752" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "South Carolina" + "@value": "752" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GW", + "@id": "https://w3id.org/dpv/dpv-legal#CU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9605,7 +9319,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Cuba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9616,44 +9330,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Cuba" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GW" + "@value": "CU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GNB" + "@value": "CUB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "624" + "@value": "192" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "624" + "@value": "192" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ID", + "@id": "https://w3id.org/dpv/dpv-legal#AI", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9672,7 +9386,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Anguilla" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9683,43 +9397,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Anguilla" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ID" + "@value": "AI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IDN" + "@value": "AIA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "360" + "@value": "660" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "360" + "@value": "660" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US", + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9736,7 +9453,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States of America" + "@value": "Caribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9747,216 +9464,170 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-DC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD" + "@id": "https://w3id.org/dpv/dpv-legal#AI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA" + "@id": "https://w3id.org/dpv/dpv-legal#AG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MI" + "@id": "https://w3id.org/dpv/dpv-legal#AW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN" + "@id": "https://w3id.org/dpv/dpv-legal#BS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MS" + "@id": "https://w3id.org/dpv/dpv-legal#BB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO" + "@id": "https://w3id.org/dpv/dpv-legal#BQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT" + "@id": "https://w3id.org/dpv/dpv-legal#VG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE" + "@id": "https://w3id.org/dpv/dpv-legal#KY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV" + "@id": "https://w3id.org/dpv/dpv-legal#CU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH" + "@id": "https://w3id.org/dpv/dpv-legal#CW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + "@id": "https://w3id.org/dpv/dpv-legal#DM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM" + "@id": "https://w3id.org/dpv/dpv-legal#DO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY" + "@id": "https://w3id.org/dpv/dpv-legal#GD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC" + "@id": "https://w3id.org/dpv/dpv-legal#GP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ND" + "@id": "https://w3id.org/dpv/dpv-legal#HT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP" + "@id": "https://w3id.org/dpv/dpv-legal#JM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + "@id": "https://w3id.org/dpv/dpv-legal#MQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + "@id": "https://w3id.org/dpv/dpv-legal#MS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR" + "@id": "https://w3id.org/dpv/dpv-legal#PR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA" + "@id": "https://w3id.org/dpv/dpv-legal#BL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR" + "@id": "https://w3id.org/dpv/dpv-legal#KN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI" + "@id": "https://w3id.org/dpv/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC" + "@id": "https://w3id.org/dpv/dpv-legal#MF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD" + "@id": "https://w3id.org/dpv/dpv-legal#VC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TN" + "@id": "https://w3id.org/dpv/dpv-legal#SX" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX" + "@id": "https://w3id.org/dpv/dpv-legal#TT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI" + "@id": "https://w3id.org/dpv/dpv-legal#TC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#VI" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-UT" - }, + "@language": "en", + "@value": "Caribbean" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA" - }, + "@language": "en", + "@value": "Lithuania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WI" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States of America" + "@value": "Lithuania" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "US" + "@value": "LT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "USA" + "@value": "LTU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "840" + "@value": "440" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "840" + "@value": "440" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#TM", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9973,7 +9644,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Turkmenistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9984,18 +9655,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Turkmenistan" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "TM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "TKM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "795" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "795" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SM", + "@id": "https://w3id.org/dpv/dpv-legal#CZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10014,7 +9708,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "San Marino" + "@value": "Czechia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10028,40 +9722,40 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "San Marino" + "@value": "Czechia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SM" + "@value": "CZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SMR" + "@value": "CZE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "674" + "@value": "203" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "674" + "@value": "203" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#SM", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10078,7 +9772,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAfrica" + "@value": "San Marino" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10089,35 +9783,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#BW" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" - }, + "@language": "en", + "@value": "San Marino" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, + "@value": "SM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NA" - }, + "@value": "SMR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" + "@value": "674" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "SouthernAfrica" + "@value": "674" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NA", + "@id": "https://w3id.org/dpv/dpv-legal#BW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10136,7 +9836,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Namibia" + "@value": "Botswana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10159,32 +9859,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Namibia" + "@value": "Botswana" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NA" + "@value": "BW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NAM" + "@value": "BWA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "516" + "@value": "72" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "516" + "@value": "72" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BV", + "@id": "https://w3id.org/dpv/dpv-legal#CX", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10203,7 +9903,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Christmas Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10214,44 +9914,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Christmas Island" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BV" + "@value": "CX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BVT" + "@value": "CXR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "74" + "@value": "162" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "74" + "@value": "162" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CW", + "@id": "https://w3id.org/dpv/dpv-legal#CK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10270,7 +9967,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Cook Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10281,46 +9978,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Cook Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CW" + "@value": "CK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CUW" + "@value": "COK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "531" + "@value": "184" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "531" + "@value": "184" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#KI", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10337,7 +10031,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Kiribati" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10348,41 +10042,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EG" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MA" - }, + "@language": "en", + "@value": "Kiribati" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SD" - }, + "@value": "KI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TN" - }, + "@value": "KIR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EH" + "@value": "296" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "NorthernAfrica" + "@value": "296" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TV", + "@id": "https://w3id.org/dpv/dpv-legal#DO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10401,7 +10095,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Dominican Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10412,41 +10106,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Dominican Republic" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TV" + "@value": "DO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TUV" + "@value": "DOM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "798" + "@value": "214" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "798" + "@value": "214" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RW", + "@id": "https://w3id.org/dpv/dpv-legal#VA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10465,7 +10162,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Holy See" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10476,44 +10173,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Holy See" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RW" + "@value": "VA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "RWA" + "@value": "VAT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "646" + "@value": "336" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "646" + "@value": "336" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BD", + "@id": "https://w3id.org/dpv/dpv-legal#CH", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10532,7 +10226,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10543,41 +10237,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Switzerland" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BD" + "@value": "CH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BGD" + "@value": "CHE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "50" + "@value": "756" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "50" + "@value": "756" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SB", + "@id": "https://w3id.org/dpv/dpv-legal#AS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10596,7 +10290,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10610,38 +10304,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "American Samoa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SB" + "@value": "AS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SLB" + "@value": "ASM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "90" + "@value": "16" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "90" + "@value": "16" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NI", + "@id": "https://w3id.org/dpv/dpv-legal#HU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10660,7 +10354,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "Hungary" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10671,44 +10365,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "Hungary" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NI" + "@value": "HU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NIC" + "@value": "HUN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "558" + "@value": "348" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "558" + "@value": "348" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#SN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10727,7 +10418,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Germany" + "@value": "Senegal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10738,91 +10429,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Germany" + "@value": "Senegal" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DE" + "@value": "SN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DEU" + "@value": "SEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "276" + "@value": "686" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "276" + "@value": "686" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10841,7 +10485,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Hamburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10852,20 +10496,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Hamburg" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CM", + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10882,7 +10526,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cameroon" + "@value": "SoutheasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10893,44 +10537,53 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#BN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#KH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#ID" + }, { - "@language": "en", - "@value": "Cameroon" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#LA" + }, { - "@value": "CM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#MY" + }, { - "@value": "CMR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MM" + }, { - "@value": "120" + "@id": "https://w3id.org/dpv/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VN" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "120" + "@language": "en", + "@value": "SoutheasternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LS", + "@id": "https://w3id.org/dpv/dpv-legal#AE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10949,7 +10602,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lesotho" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10960,44 +10613,82 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lesotho" + "@value": "United Arab Emirates" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LS" + "@value": "AE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LSO" + "@value": "ARE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "426" + "@value": "784" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "426" + "@value": "784" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NG", + "@id": "https://w3id.org/dpv/dpv-legal#US-HI", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Hawaii" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Hawaii" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11016,7 +10707,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Rwanda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11033,38 +10724,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Rwanda" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NG" + "@value": "RW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NGA" + "@value": "RWA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "566" + "@value": "646" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "566" + "@value": "646" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL", + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11083,7 +10774,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Florida" + "@value": "New Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11100,12 +10791,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Florida" + "@value": "New Jersey" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AF", + "@id": "https://w3id.org/dpv/dpv-legal#BD", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11124,7 +10815,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Bangladesh" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11144,34 +10835,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Bangladesh" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AF" + "@value": "BD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AFG" + "@value": "BGD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "4" + "@value": "50" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "4" + "@value": "50" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe", + "@id": "https://w3id.org/dpv/dpv-legal#KN", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11188,7 +10879,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Europe" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11197,228 +10888,48 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UA" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AX" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Europe" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "Saint Kitts and Nevis" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Maine" + "@value": "KN" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "KNA" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "659" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Maine" + "@value": "659" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LY", + "@id": "https://w3id.org/dpv/dpv-legal#US-LA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11435,7 +10946,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Libya" + "@value": "Louisiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11446,41 +10957,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Libya" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "LY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LBY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "434" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "434" + "@value": "Louisiana" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR", + "@id": "https://w3id.org/dpv/dpv-legal#US-AR", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11499,7 +10987,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oregon" + "@value": "Arkansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11516,12 +11004,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oregon" + "@value": "Arkansas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MU", + "@id": "https://w3id.org/dpv/dpv-legal#BE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11540,7 +11028,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Belgium" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11551,46 +11039,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Belgium" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MU" + "@value": "BE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MUS" + "@value": "BEL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "480" + "@value": "56" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "480" + "@value": "56" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", + "@id": "https://w3id.org/dpv/dpv-legal#PF", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11607,7 +11092,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "French Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11618,185 +11103,105 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PY" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PR" - }, + "@language": "en", + "@value": "French Polynesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, + "@value": "PF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, + "@value": "PYF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, + "@value": "258" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, + "@value": "258" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VC" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SX" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GS" - }, + "@language": "en", + "@value": "Denmark" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SR" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, + "@language": "en", + "@value": "Denmark" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VI" - }, + "@value": "DK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, + "@value": "DNK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VE" + "@value": "208" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "208" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FM", + "@id": "https://w3id.org/dpv/dpv-legal#PY", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11815,7 +11220,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "Paraguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11826,43 +11231,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "Paraguay" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FM" + "@value": "PY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FSM" + "@value": "PRY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "583" + "@value": "600" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "583" + "@value": "600" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TH", + "@id": "https://w3id.org/dpv/dpv-legal#US-TN", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11879,7 +11287,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thailand" + "@value": "Tennessee" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11890,41 +11298,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thailand" + "@value": "Tennessee" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "TH" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "THA" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "764" + "@language": "en", + "@value": "Saarland" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "764" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Saarland" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR", + "@id": "https://w3id.org/dpv/dpv-legal#US-WI", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11943,7 +11369,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Wisconsin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11960,12 +11386,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Wisconsin" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#YE", + "@id": "https://w3id.org/dpv/dpv-legal#BG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11984,7 +11410,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Yemen" + "@value": "Bulgaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11995,41 +11421,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Yemen" + "@value": "Bulgaria" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "YE" + "@value": "BG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "YEM" + "@value": "BGR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "887" + "@value": "100" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "887" + "@value": "100" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SC", + "@id": "https://w3id.org/dpv/dpv-legal#OM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12048,7 +11474,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Seychelles" + "@value": "Oman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12059,44 +11485,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seychelles" + "@value": "Oman" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SC" + "@value": "OM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SYC" + "@value": "OMN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "690" + "@value": "512" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "690" + "@value": "512" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-legal#LS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12115,7 +11538,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spain" + "@value": "Lesotho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12126,41 +11549,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spain" + "@value": "Lesotho" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ES" + "@value": "LS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ESP" + "@value": "LSO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "724" + "@value": "426" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "724" + "@value": "426" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MM", + "@id": "https://w3id.org/dpv/dpv-legal#LU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12179,7 +11605,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Luxembourg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12190,41 +11616,123 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Luxembourg" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MM" + "@value": "LU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MMR" + "@value": "LUX" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "104" + "@value": "442" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "104" + "@value": "442" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-legal#US-KY", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Kentucky" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Kentucky" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MP", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Northern Mariana Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Northern Mariana Islands" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12243,7 +11751,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12254,41 +11762,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "Saint Barthélemy" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LU" + "@value": "BL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LUX" + "@value": "BLM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "442" + "@value": "652" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "442" + "@value": "652" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AL", + "@id": "https://w3id.org/dpv/dpv-legal#AG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12307,7 +11818,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Albania" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12318,41 +11829,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Albania" + "@value": "Antigua and Barbuda" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AL" + "@value": "AG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ALB" + "@value": "ATG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "8" + "@value": "28" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "8" + "@value": "28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PM", + "@id": "https://w3id.org/dpv/dpv-legal#UY", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12371,7 +11885,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12385,38 +11899,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Uruguay" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PM" + "@value": "UY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SPM" + "@value": "URY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "666" + "@value": "858" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "666" + "@value": "858" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DJ", + "@id": "https://w3id.org/dpv/dpv-legal#YT", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12435,7 +11952,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Mayotte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12458,32 +11975,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Mayotte" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DJ" + "@value": "YT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DJI" + "@value": "MYT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "262" + "@value": "175" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "262" + "@value": "175" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-legal#KR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12502,7 +12019,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungary" + "@value": "Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12513,41 +12030,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungary" + "@value": "Republic of Korea" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HU" + "@value": "KR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HUN" + "@value": "KOR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "348" + "@value": "410" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "348" + "@value": "410" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-legal#GW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12566,7 +12083,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatia" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12577,41 +12094,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Croatia" + "@value": "Guinea-Bissau" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HR" + "@value": "GW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HRV" + "@value": "GNB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "191" + "@value": "624" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "191" + "@value": "624" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TL", + "@id": "https://w3id.org/dpv/dpv-legal#NP", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12630,7 +12150,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Nepal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12644,38 +12164,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Nepal" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TL" + "@value": "NP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TLS" + "@value": "NPL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "626" + "@value": "524" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "626" + "@value": "524" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VI", + "@id": "https://w3id.org/dpv/dpv-legal#BF", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12694,7 +12214,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Burkina Faso" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12705,44 +12225,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Burkina Faso" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VI" + "@value": "BF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VIR" + "@value": "BFA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "850" + "@value": "854" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "850" + "@value": "854" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BH", + "@id": "https://w3id.org/dpv/dpv-legal#SY", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12761,7 +12281,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12781,32 +12301,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Syrian Arab Republic" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BH" + "@value": "SY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BHR" + "@value": "SYR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "48" + "@value": "760" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "48" + "@value": "760" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GE", + "@id": "https://w3id.org/dpv/dpv-legal#TT", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12825,7 +12345,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Trinidad and Tobago" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12836,41 +12356,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Georgia" + "@value": "Trinidad and Tobago" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GE" + "@value": "TT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GEO" + "@value": "TTO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "268" + "@value": "780" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "268" + "@value": "780" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-legal#HM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12889,7 +12412,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12900,41 +12423,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Heard Island and McDonald Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BG" + "@value": "HM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BGR" + "@value": "HMD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "100" + "@value": "334" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "100" + "@value": "334" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA", + "@id": "https://w3id.org/dpv/dpv-legal#US-WY", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12953,7 +12476,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Wyoming" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12970,7 +12493,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Wyoming" } ] }, @@ -13016,7 +12539,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM", + "@id": "https://w3id.org/dpv/dpv-legal#ET", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13035,7 +12558,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zambia" + "@value": "Ethiopia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13058,32 +12581,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Zambia" + "@value": "Ethiopia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ZM" + "@value": "ET" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ZMB" + "@value": "ETH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "894" + "@value": "231" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "894" + "@value": "231" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KE", + "@id": "https://w3id.org/dpv/dpv-legal#NR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13102,7 +12625,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kenya" + "@value": "Nauru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13113,46 +12636,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kenya" + "@value": "Nauru" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KE" + "@value": "NR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KEN" + "@value": "NRU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "404" + "@value": "520" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "404" + "@value": "520" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", + "@id": "https://w3id.org/dpv/dpv-legal#IM", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13166,32 +12686,55 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Isle of Man" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Isle of Man" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Baden-Württemberg" + "@value": "IM" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "IMN" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "833" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Baden-Württemberg" + "@value": "833" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#YT", + "@id": "https://w3id.org/dpv/dpv-legal#JM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13210,7 +12753,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Jamaica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13221,44 +12764,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Jamaica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "YT" + "@value": "JM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MYT" + "@value": "JAM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "175" + "@value": "388" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "175" + "@value": "388" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", + "@id": "https://w3id.org/dpv/dpv-legal#US-NH", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13277,7 +12820,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "New Hampshire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13288,35 +12831,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#KZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UZ" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "New Hampshire" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ML", + "@id": "https://w3id.org/dpv/dpv-legal#TD", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13335,7 +12861,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mali" + "@value": "Chad" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13349,41 +12875,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mali" + "@value": "Chad" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ML" + "@value": "TD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MLI" + "@value": "TCD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "466" + "@value": "148" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "466" + "@value": "148" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BS", + "@id": "https://w3id.org/dpv/dpv-legal#TW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13402,7 +12928,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Taiwan (Province of China)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13411,46 +12937,15 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bahamas" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BHS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "44" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "44" + "@value": "Taiwan (Province of China)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-legal#YE", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13469,7 +12964,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgium" + "@value": "Yemen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13480,43 +12975,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgium" + "@value": "Yemen" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BE" + "@value": "YE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BEL" + "@value": "YEM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "56" + "@value": "887" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "56" + "@value": "887" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN", + "@id": "https://w3id.org/dpv/dpv-legal#ES", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13533,7 +13028,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Minnesota" + "@value": "Spain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13544,88 +13039,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Minnesota" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MiddleAfrica" + "@value": "Spain" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "ES" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@value": "ESP" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GA" - }, + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ST" + "@value": "724" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "MiddleAfrica" + "@value": "724" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AM", + "@id": "https://w3id.org/dpv/dpv-legal#LB", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13644,7 +13092,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Armenia" + "@value": "Lebanon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13664,34 +13112,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Armenia" + "@value": "Lebanon" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AM" + "@value": "LB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARM" + "@value": "LBN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "51" + "@value": "422" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "51" + "@value": "422" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13708,7 +13156,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Romania" + "@value": "CentralAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13719,41 +13167,35 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Romania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#KZ" + }, { - "@value": "RO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#KG" + }, { - "@value": "ROU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#TJ" + }, { - "@value": "642" + "@id": "https://w3id.org/dpv/dpv-legal#TM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UZ" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "642" + "@language": "en", + "@value": "CentralAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CI", + "@id": "https://w3id.org/dpv/dpv-legal#TK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13772,7 +13214,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Tokelau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13783,46 +13225,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Tokelau" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CI" + "@value": "TK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CIV" + "@value": "TKL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "384" + "@value": "772" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "384" + "@value": "772" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#VI", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13839,7 +13278,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "United States Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13850,18 +13289,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "United States Virgin Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "VI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "VIR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "850" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "850" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-legal#TV", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13880,7 +13345,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Portugal" + "@value": "Tuvalu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13891,43 +13356,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Portugal" + "@value": "Tuvalu" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PT" + "@value": "TV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRT" + "@value": "TUV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "620" + "@value": "798" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "620" + "@value": "798" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PY", + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13944,7 +13409,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Paraguay" + "@value": "LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13956,112 +13421,186 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#AG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AR" + }, { - "@language": "en", - "@value": "Paraguay" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#AW" + }, { - "@value": "PY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#BS" + }, { - "@value": "PRY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#BB" + }, { - "@value": "600" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#BZ" + }, { - "@value": "600" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GD", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LC" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#MF" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#VC" + }, { - "@language": "en", - "@value": "Grenada" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SX" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#GS" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#TT" + }, { - "@language": "en", - "@value": "Grenada" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#TC" + }, { - "@value": "GD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#VI" + }, { - "@value": "GRD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#UY" + }, { - "@value": "308" + "@id": "https://w3id.org/dpv/dpv-legal#VE" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "308" + "@language": "en", + "@value": "LatinAmericaandtheCaribbean" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SY", + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14078,7 +13617,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Thuringia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14089,41 +13628,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Syrian Arab Republic" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SYR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "760" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "760" + "@value": "Thuringia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS", + "@id": "https://w3id.org/dpv/dpv-legal#US-FL", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14142,7 +13658,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kansas" + "@value": "Florida" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14159,14 +13675,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kansas" + "@value": "Florida" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MW", + "@id": "https://w3id.org/dpv/dpv-legal#US-SD", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14183,7 +13699,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malawi" + "@value": "South Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14194,44 +13710,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malawi" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MW" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "MWI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "454" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "454" + "@value": "South Dakota" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SS", + "@id": "https://w3id.org/dpv/dpv-legal#SJ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14250,7 +13740,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14261,85 +13751,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Svalbard and Jan Mayen Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SS" + "@value": "SJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SSD" + "@value": "SJM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "728" + "@value": "744" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "728" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "U.S. Virgin Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "744" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LK", + "@id": "https://w3id.org/dpv/dpv-legal#BS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14358,7 +13804,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Bahamas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14369,41 +13815,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Bahamas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LK" + "@value": "BS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LKA" + "@value": "BHS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "144" + "@value": "44" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "144" + "@value": "44" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-legal#NI", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14422,7 +13871,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "Nicaragua" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14433,41 +13882,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greece" + "@value": "Nicaragua" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GR" + "@value": "NI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRC" + "@value": "NIC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "300" + "@value": "558" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "300" + "@value": "558" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SL", + "@id": "https://w3id.org/dpv/dpv-legal#LK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14486,7 +13938,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Sri Lanka" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14497,46 +13949,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Sri Lanka" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SL" + "@value": "LK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SLE" + "@value": "LKA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "694" + "@value": "144" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "694" + "@value": "144" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OK", + "@id": "https://w3id.org/dpv/dpv-legal#RS", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14553,7 +14002,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "Serbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14564,54 +14013,36 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oklahoma" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "Serbia" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Washington" + "@value": "RS" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "SRB" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "688" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Washington" + "@value": "688" } ] }, @@ -14713,9 +14144,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY", + "@id": "https://w3id.org/dpv/dpv-legal#BT", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14732,7 +14163,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kentucky" + "@value": "Bhutan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14743,20 +14174,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kentucky" + "@value": "Bhutan" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "BT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BTN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "64" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "64" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", + "@id": "https://w3id.org/dpv/dpv-legal#FK", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14773,7 +14227,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Caribbean" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14784,145 +14238,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TT" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TC" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VI" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Caribbean" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "Falkland Islands (Malvinas)" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Hawaii" + "@value": "FK" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "FLK" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "238" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Hawaii" + "@value": "238" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#US-RI", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14935,58 +14288,35 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "EasternAsia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KP" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JP" - }, + "@language": "en", + "@value": "Rhode Island" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KR" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Rhode Island" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SD", + "@id": "https://w3id.org/dpv/dpv-legal#PG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15005,7 +14335,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sudan" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15016,43 +14346,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sudan" + "@value": "Papua New Guinea" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SD" + "@value": "PG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SDN" + "@value": "PNG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "729" + "@value": "598" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "729" + "@value": "598" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-legal#US-MA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15069,7 +14399,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austria" + "@value": "Massachusetts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15080,41 +14410,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Austria" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "AT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "AUT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "40" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "40" + "@value": "Massachusetts" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-legal#RU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15133,7 +14440,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Russian Federation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15147,40 +14454,40 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Russian Federation" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LT" + "@value": "RU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LTU" + "@value": "RUS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "440" + "@value": "643" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "440" + "@value": "643" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CU", + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15197,7 +14504,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cuba" + "@value": "Micronesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15208,46 +14515,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#GU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#KI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#MH" + }, { - "@language": "en", - "@value": "Cuba" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#FM" + }, { - "@value": "CU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#NR" + }, { - "@value": "CUB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MP" + }, { - "@value": "192" + "@id": "https://w3id.org/dpv/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UM" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "192" + "@language": "en", + "@value": "Micronesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NF", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15264,7 +14571,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15275,41 +14582,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Norfolk Island" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DZ" + }, { - "@value": "NF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#EG" + }, { - "@value": "NFK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#LY" + }, { - "@value": "574" + "@id": "https://w3id.org/dpv/dpv-legal#MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EH" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "574" + "@language": "en", + "@value": "NorthernAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IM", + "@id": "https://w3id.org/dpv/dpv-legal#TO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15328,7 +14635,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Tonga" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15339,43 +14646,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Tonga" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IM" + "@value": "TO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IMN" + "@value": "TON" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "833" + "@value": "776" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "833" + "@value": "776" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GP", + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15392,7 +14699,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "WesternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15403,44 +14710,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, { - "@language": "en", - "@value": "Guadeloupe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@value": "GP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#LI" + }, { - "@value": "GLP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, { - "@value": "312" + "@id": "https://w3id.org/dpv/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CH" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "312" + "@language": "en", + "@value": "WesternEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AW", + "@id": "https://w3id.org/dpv/dpv-legal#VG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15459,7 +14769,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Aruba" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15482,32 +14792,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Aruba" + "@value": "British Virgin Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AW" + "@value": "VG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ABW" + "@value": "VGB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "533" + "@value": "92" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "533" + "@value": "92" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AO", + "@id": "https://w3id.org/dpv/dpv-legal#BQ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15526,7 +14836,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Angola" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15537,44 +14847,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Angola" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AO" + "@value": "BQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AGO" + "@value": "BES" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "24" + "@value": "535" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "24" + "@value": "535" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BI", + "@id": "https://w3id.org/dpv/dpv-legal#CC", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15593,7 +14903,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burundi" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15604,44 +14914,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burundi" + "@value": "Cocos (Keeling) Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BI" + "@value": "CC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BDI" + "@value": "CCK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "108" + "@value": "166" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "108" + "@value": "166" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY", + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15660,7 +14967,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New York" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15671,18 +14978,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ST" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New York" + "@value": "MiddleAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-legal#PT", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15701,7 +15037,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Portugal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15721,34 +15057,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Portugal" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SI" + "@value": "PT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SVN" + "@value": "PRT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "705" + "@value": "620" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "705" + "@value": "620" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#FO", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15765,7 +15101,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15776,18 +15112,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Faroe Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "FO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "FRO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "234" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "234" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#US-MI", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15806,7 +15165,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Michigan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15817,191 +15176,146 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, + "@language": "en", + "@value": "Michigan" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, + "@language": "en", + "@value": "Finland" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RW" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SH" - }, + "@language": "en", + "@value": "Finland" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ST" - }, + "@value": "FI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SN" - }, + "@value": "FIN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SC" - }, + "@value": "246" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SL" - }, + "@value": "246" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CA", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SS" - }, + "@language": "en", + "@value": "Canada" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TG" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" - }, + "@language": "en", + "@value": "Canada" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, + "@value": "CA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" - }, + "@value": "CAN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" + "@value": "124" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "124" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-legal#MS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16020,7 +15334,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "Montserrat" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16031,41 +15345,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Latvia" + "@value": "Montserrat" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LV" + "@value": "MS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LVA" + "@value": "MSR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "428" + "@value": "500" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "428" + "@value": "500" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CK", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Hesse" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Hesse" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16084,7 +15442,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16104,34 +15462,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Samoa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CK" + "@value": "WS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COK" + "@value": "WSM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "184" + "@value": "882" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "184" + "@value": "882" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY", + "@id": "https://w3id.org/dpv/dpv-legal#MR", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16148,7 +15506,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Mauritania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16159,18 +15517,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Mauritania" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "MR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "MRT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "478" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Wyoming" + "@value": "478" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BN", + "@id": "https://w3id.org/dpv/dpv-legal#DZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16189,7 +15573,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Algeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16200,41 +15584,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Algeria" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BN" + "@value": "DZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BRN" + "@value": "DZA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "96" + "@value": "12" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "96" + "@value": "12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16253,7 +15637,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "NorthernAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16263,6 +15647,23 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PM" + }, { "@id": "https://w3id.org/dpv/dpv-legal#US" } @@ -16270,14 +15671,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "NorthernAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UZ", + "@id": "https://w3id.org/dpv/dpv-legal#US-SC", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16294,7 +15695,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "South Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16305,41 +15706,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uzbekistan" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "UZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "UZB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "860" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "860" + "@value": "South Carolina" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#US-MT", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16358,7 +15736,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin" + "@value": "Montana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16369,18 +15747,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin" + "@value": "Montana" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#OM", + "@id": "https://w3id.org/dpv/dpv-legal#HK", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16399,7 +15777,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oman" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16413,38 +15791,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oman" + "@value": "China, Hong Kong Special Administrative Region" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "OM" + "@value": "HK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "OMN" + "@value": "HKG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "512" + "@value": "344" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "512" + "@value": "344" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Sark", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16463,7 +15841,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sark" + "@value": "EasternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16474,129 +15852,86 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#IO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#BI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, { - "@language": "en", - "@value": "Sark" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, { - "@language": "en", - "@value": "New Hampshire" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, { - "@language": "en", - "@value": "New Hampshire" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PK", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#MW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, { - "@language": "en", - "@value": "Pakistan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#RE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, { - "@language": "en", - "@value": "Pakistan" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, { - "@value": "PK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SS" + }, { - "@value": "PAK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, { - "@value": "586" + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZW" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "586" + "@language": "en", + "@value": "EasternAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NC", + "@id": "https://w3id.org/dpv/dpv-legal#IQ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16615,7 +15950,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Iraq" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16626,43 +15961,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Iraq" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NC" + "@value": "IQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NCL" + "@value": "IRQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "540" + "@value": "368" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "540" + "@value": "368" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", + "@id": "https://w3id.org/dpv/dpv-legal#MP", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16679,7 +16014,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16691,43 +16026,40 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NR" - }, + "@language": "en", + "@value": "Northern Mariana Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MP" - }, + "@value": "MP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PW" - }, + "@value": "MNP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UM" + "@value": "580" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Micronesia" + "@value": "580" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MX", + "@id": "https://w3id.org/dpv/dpv-legal#KG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16746,7 +16078,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mexico" + "@value": "Kyrgyzstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16757,44 +16089,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mexico" + "@value": "Kyrgyzstan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MX" + "@value": "KG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MEX" + "@value": "KGZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "484" + "@value": "417" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "484" + "@value": "417" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LI", + "@id": "https://w3id.org/dpv/dpv-legal#GG", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16813,7 +16142,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16827,40 +16156,43 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Guernsey" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LI" + "@value": "GG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LIE" + "@value": "GGY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "438" + "@value": "831" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "438" + "@value": "831" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA", + "@id": "https://w3id.org/dpv/dpv-legal#BI", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16877,7 +16209,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iowa" + "@value": "Burundi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16888,18 +16220,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iowa" + "@value": "Burundi" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "BI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BDI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "108" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "108" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CD", + "@id": "https://w3id.org/dpv/dpv-legal#AQ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16918,7 +16276,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Antarctica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16927,48 +16285,37 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Antarctica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CD" + "@value": "AQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COD" + "@value": "ATA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "180" + "@value": "10" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "180" + "@value": "10" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TN", + "@id": "https://w3id.org/dpv/dpv-legal#BN", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16985,7 +16332,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tennessee" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16996,18 +16343,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tennessee" + "@value": "Brunei Darussalam" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "BN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BRN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "96" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "96" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JP", + "@id": "https://w3id.org/dpv/dpv-legal#AX", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17026,7 +16396,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Japan" + "@value": "Åland Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17037,43 +16407,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Japan" + "@value": "Åland Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "JP" + "@value": "AX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JPN" + "@value": "ALA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "392" + "@value": "248" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "392" + "@value": "248" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA", + "@id": "https://w3id.org/dpv/dpv-legal#CM", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -17090,7 +16460,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Cameroon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17101,18 +16471,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Cameroon" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "CM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "CMR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "120" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "120" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17131,7 +16527,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California" + "@value": "Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17142,18 +16538,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California" + "@value": "Bremen" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#Africa", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17172,7 +16568,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17181,54 +16577,205 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BY" + "@id": "https://w3id.org/dpv/dpv-legal#DZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#AO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#BJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#IO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MD" + "@id": "https://w3id.org/dpv/dpv-legal#BF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#BI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RU" + "@id": "https://w3id.org/dpv/dpv-legal#CV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#CM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UA" + "@id": "https://w3id.org/dpv/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZW" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Africa" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN", + "@id": "https://w3id.org/dpv/dpv-legal#VU", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -17245,7 +16792,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indiana" + "@value": "Vanuatu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17256,59 +16803,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indiana" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "Vanuatu" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Delaware" + "@value": "VU" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "VUT" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "548" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Delaware" + "@value": "548" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NR", + "@id": "https://w3id.org/dpv/dpv-legal#ST", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17327,7 +16856,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nauru" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17338,41 +16867,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nauru" + "@value": "Sao Tome and Principe" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NR" + "@value": "ST" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NRU" + "@value": "STP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "520" + "@value": "678" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "520" + "@value": "678" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BL", + "@id": "https://w3id.org/dpv/dpv-legal#AZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17391,7 +16923,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Azerbaijan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17402,44 +16934,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Azerbaijan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BL" + "@value": "AZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BLM" + "@value": "AZE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "652" + "@value": "31" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "652" + "@value": "31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TF", + "@id": "https://w3id.org/dpv/dpv-legal#UZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17458,7 +16987,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Uzbekistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17469,44 +16998,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Uzbekistan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TF" + "@value": "UZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ATF" + "@value": "UZB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "260" + "@value": "860" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "260" + "@value": "860" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17525,7 +17051,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arkansas" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17536,20 +17062,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Arkansas" + "@value": "Lower-Saxony" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TD", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -17566,7 +17092,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chad" + "@value": "Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17577,44 +17103,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chad" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "TD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "TCD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "148" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "148" + "@value": "Brandenburg" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KM", + "@id": "https://w3id.org/dpv/dpv-legal#ID", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17633,7 +17133,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comoros" + "@value": "Indonesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17644,44 +17144,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comoros" + "@value": "Indonesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KM" + "@value": "ID" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COM" + "@value": "IDN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "174" + "@value": "360" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "174" + "@value": "360" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KI", + "@id": "https://w3id.org/dpv/dpv-legal#US", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17700,7 +17197,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kiribati" + "@value": "United States of America" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17711,108 +17208,214 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-DC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-FL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-HI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-IA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-KS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-ND" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-OR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-RI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SC" + }, { - "@language": "en", - "@value": "Kiribati" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SD" + }, { - "@value": "KI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-TN" + }, { - "@value": "KIR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-TX" + }, { - "@value": "296" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VI" + }, { - "@value": "296" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CL", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UM" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UT" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VT" + }, { - "@language": "en", - "@value": "Chile" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#US-WV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#US-WI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US-WY" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chile" + "@value": "United States of America" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CL" + "@value": "US" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CHL" + "@value": "USA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "152" + "@value": "840" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "152" + "@value": "840" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SH", + "@id": "https://w3id.org/dpv/dpv-legal#SA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17831,7 +17434,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "Saudi Arabia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17842,85 +17445,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "Saudi Arabia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SH" + "@value": "SA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SHN" + "@value": "SAU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "654" + "@value": "682" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "654" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Lower-Saxony" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Lower-Saxony" + "@value": "682" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VA", + "@id": "https://w3id.org/dpv/dpv-legal#GR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17939,7 +17498,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Holy See" + "@value": "Greece" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17959,32 +17518,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Holy See" + "@value": "Greece" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VA" + "@value": "GR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VAT" + "@value": "GRC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "336" + "@value": "300" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "336" + "@value": "300" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID", + "@id": "https://w3id.org/dpv/dpv-legal#US-OH", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18003,7 +17562,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Idaho" + "@value": "Ohio" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18020,12 +17579,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Idaho" + "@value": "Ohio" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MN", + "@id": "https://w3id.org/dpv/dpv-legal#BH", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18044,7 +17603,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Bahrain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18058,107 +17617,40 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Mongolia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "MNG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "496" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "496" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PE", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Peru" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Peru" + "@value": "Bahrain" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PE" + "@value": "BH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PER" + "@value": "BHR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "604" + "@value": "48" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "604" + "@value": "48" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY", + "@id": "https://w3id.org/dpv/dpv-legal#US-DC", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18175,7 +17667,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uruguay" + "@value": "District of Columbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18186,44 +17678,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uruguay" + "@value": "District of Columbia" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NM", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "UY" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "URY" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "858" + "@language": "en", + "@value": "New Mexico" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "858" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "New Mexico" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CG", + "@id": "https://w3id.org/dpv/dpv-legal#GT", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18242,7 +17749,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Congo" + "@value": "Guatemala" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18253,46 +17760,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Congo" + "@value": "Guatemala" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CG" + "@value": "GT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COG" + "@value": "GTM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "178" + "@value": "320" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "178" + "@value": "320" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UT", + "@id": "https://w3id.org/dpv/dpv-legal#LI", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18309,7 +17816,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Utah" + "@value": "Liechtenstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18320,18 +17827,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Utah" + "@value": "Liechtenstein" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "LI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "LIE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "438" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "438" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#QA", + "@id": "https://w3id.org/dpv/dpv-legal#BY", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18350,7 +17880,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Qatar" + "@value": "Belarus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18361,43 +17891,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Qatar" + "@value": "Belarus" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "QA" + "@value": "BY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "QAT" + "@value": "BLR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "634" + "@value": "112" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "634" + "@value": "112" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#ER", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18414,7 +17944,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Eritrea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18425,18 +17955,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Eritrea" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "ER" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ERI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "232" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "232" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TO", + "@id": "https://w3id.org/dpv/dpv-legal#MC", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18455,7 +18011,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tonga" + "@value": "Monaco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18466,43 +18022,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tonga" + "@value": "Monaco" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TO" + "@value": "MC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TON" + "@value": "MCO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "776" + "@value": "492" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "776" + "@value": "492" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ST", + "@id": "https://w3id.org/dpv/dpv-legal#US-WA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18519,7 +18075,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "Washington" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18530,44 +18086,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sao Tome and Principe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "ST" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "STP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "678" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "678" + "@value": "Washington" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SA", + "@id": "https://w3id.org/dpv/dpv-legal#SH", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18586,7 +18116,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Saint Helena" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18597,41 +18127,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Saint Helena" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SA" + "@value": "SH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SAU" + "@value": "SHN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "682" + "@value": "654" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "682" + "@value": "654" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX", + "@id": "https://w3id.org/dpv/dpv-legal#US-MS", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18650,7 +18183,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Texas" + "@value": "Mississippi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18667,12 +18200,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Texas" + "@value": "Mississippi" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UG", + "@id": "https://w3id.org/dpv/dpv-legal#BO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18691,7 +18224,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uganda" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18702,44 +18235,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uganda" + "@value": "Bolivia (Plurinational State of)" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UG" + "@value": "BO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UGA" + "@value": "BOL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "800" + "@value": "68" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "800" + "@value": "68" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KY", + "@id": "https://w3id.org/dpv/dpv-legal#CD", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18758,7 +18291,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18769,44 +18302,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Democratic Republic of the Congo" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KY" + "@value": "CD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CYM" + "@value": "COD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "136" + "@value": "180" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "136" + "@value": "180" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GM", + "@id": "https://w3id.org/dpv/dpv-legal#EC", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18825,7 +18358,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gambia" + "@value": "Ecuador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18836,44 +18369,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gambia" + "@value": "Ecuador" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GM" + "@value": "EC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GMB" + "@value": "ECU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "270" + "@value": "218" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "270" + "@value": "218" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BA", + "@id": "https://w3id.org/dpv/dpv-legal#TJ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18892,7 +18425,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Tajikistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18903,41 +18436,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Tajikistan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BA" + "@value": "TJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BIH" + "@value": "TJK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "70" + "@value": "762" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "70" + "@value": "762" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18956,7 +18489,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen" + "@value": "CentralAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18967,18 +18500,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#BZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PA" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bremen" + "@value": "CentralAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZW", + "@id": "https://w3id.org/dpv/dpv-legal#GH", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18997,7 +18556,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Ghana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19014,38 +18573,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Ghana" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ZW" + "@value": "GH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ZWE" + "@value": "GHA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "716" + "@value": "288" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "716" + "@value": "288" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AD", + "@id": "https://w3id.org/dpv/dpv-legal#LV", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19064,7 +18623,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Andorra" + "@value": "Latvia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19078,38 +18637,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Andorra" + "@value": "Latvia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AD" + "@value": "LV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AND" + "@value": "LVA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "20" + "@value": "428" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "20" + "@value": "428" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GG", + "@id": "https://w3id.org/dpv/dpv-legal#MT", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19128,7 +18687,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guernsey" + "@value": "Malta" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19142,41 +18701,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guernsey" + "@value": "Malta" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GG" + "@value": "MT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GGY" + "@value": "MLT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "831" + "@value": "470" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "831" + "@value": "470" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BB", + "@id": "https://w3id.org/dpv/dpv-legal#GL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19195,7 +18751,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Barbados" + "@value": "Greenland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19209,41 +18765,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Barbados" + "@value": "Greenland" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BB" + "@value": "GL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BRB" + "@value": "GRL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "52" + "@value": "304" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "52" + "@value": "304" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BM", + "@id": "https://w3id.org/dpv/dpv-legal#IT", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19262,7 +18815,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Italy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19273,43 +18826,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Italy" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BM" + "@value": "IT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BMU" + "@value": "ITA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "60" + "@value": "380" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "60" + "@value": "380" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VU", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19326,7 +18879,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "California" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19337,41 +18890,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vanuatu" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "VU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "VUT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "548" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "548" + "@value": "California" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MR", + "@id": "https://w3id.org/dpv/dpv-legal#AT", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19390,7 +18920,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Austria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19401,44 +18931,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Austria" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MR" + "@value": "AT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MRT" + "@value": "AUT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "478" + "@value": "40" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "478" + "@value": "40" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EH", + "@id": "https://w3id.org/dpv/dpv-legal#MV", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19457,7 +18984,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Maldives" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19468,43 +18995,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Maldives" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EH" + "@value": "MV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ESH" + "@value": "MDV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "732" + "@value": "462" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "732" + "@value": "462" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CR", + "@id": "https://w3id.org/dpv/dpv-legal#US-NV", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19521,7 +19048,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Nevada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19532,44 +19059,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Costa Rica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "CRI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "188" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "188" + "@value": "Nevada" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WI", + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19588,7 +19089,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "AustraliaandNewZealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19599,18 +19100,38 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#AU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NF" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "AustraliaandNewZealand" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TZ", + "@id": "https://w3id.org/dpv/dpv-legal#ME", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19629,7 +19150,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Montenegro" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19640,44 +19161,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Montenegro" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TZ" + "@value": "ME" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TZA" + "@value": "MNE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "834" + "@value": "499" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "834" + "@value": "499" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GL", + "@id": "https://w3id.org/dpv/dpv-legal#MA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19696,7 +19214,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greenland" + "@value": "Morocco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19707,1108 +19225,1821 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greenland" + "@value": "Morocco" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GL" + "@value": "MA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRL" + "@value": "MAR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "304" + "@value": "504" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "304" + "@value": "504" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LocationConcepts", + "@id": "https://w3id.org/dpv/dpv-legal#DE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AS" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AD" - }, + "@language": "en", + "@value": "Germany" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AI" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AQ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AM" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AU" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AZ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BS" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BD" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, + "@language": "en", + "@value": "Germany" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BY" - }, + "@value": "DE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "@value": "DEU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" - }, + "@value": "276" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, + "@value": "276" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BT" - }, + "@language": "en", + "@value": "Americas" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BO" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" + "@id": "https://w3id.org/dpv/dpv-legal#AI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BA" + "@id": "https://w3id.org/dpv/dpv-legal#AG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BW" + "@id": "https://w3id.org/dpv/dpv-legal#AR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BV" + "@id": "https://w3id.org/dpv/dpv-legal#AW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#BS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR" + "@id": "https://w3id.org/dpv/dpv-legal#BB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#BZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IO" + "@id": "https://w3id.org/dpv/dpv-legal#BM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VG" + "@id": "https://w3id.org/dpv/dpv-legal#BO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BN" + "@id": "https://w3id.org/dpv/dpv-legal#BQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#BV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BF" + "@id": "https://w3id.org/dpv/dpv-legal#BR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BI" + "@id": "https://w3id.org/dpv/dpv-legal#VG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CV" + "@id": "https://w3id.org/dpv/dpv-legal#CA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-legal#KY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KH" + "@id": "https://w3id.org/dpv/dpv-legal#CL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CM" + "@id": "https://w3id.org/dpv/dpv-legal#CO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CA" + "@id": "https://w3id.org/dpv/dpv-legal#CR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#CU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KY" + "@id": "https://w3id.org/dpv/dpv-legal#CW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CF" + "@id": "https://w3id.org/dpv/dpv-legal#DM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#DO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TD" + "@id": "https://w3id.org/dpv/dpv-legal#SV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#FK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CL" + "@id": "https://w3id.org/dpv/dpv-legal#GF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CN" + "@id": "https://w3id.org/dpv/dpv-legal#GL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HK" + "@id": "https://w3id.org/dpv/dpv-legal#GD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MO" + "@id": "https://w3id.org/dpv/dpv-legal#GP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CX" + "@id": "https://w3id.org/dpv/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CC" + "@id": "https://w3id.org/dpv/dpv-legal#GY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CO" + "@id": "https://w3id.org/dpv/dpv-legal#HT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO" + "@id": "https://w3id.org/dpv/dpv-legal#HN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KM" + "@id": "https://w3id.org/dpv/dpv-legal#JM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CG" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CT" + "@id": "https://w3id.org/dpv/dpv-legal#MQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CK" + "@id": "https://w3id.org/dpv/dpv-legal#MX" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CR" + "@id": "https://w3id.org/dpv/dpv-legal#MS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CU" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CW" + "@id": "https://w3id.org/dpv/dpv-legal#PA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-legal#PY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#PE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CI" + "@id": "https://w3id.org/dpv/dpv-legal#PR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE" + "@id": "https://w3id.org/dpv/dpv-legal#BL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KP" + "@id": "https://w3id.org/dpv/dpv-legal#KN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CD" + "@id": "https://w3id.org/dpv/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#MF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-DC" + "@id": "https://w3id.org/dpv/dpv-legal#PM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" + "@id": "https://w3id.org/dpv/dpv-legal#VC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DM" + "@id": "https://w3id.org/dpv/dpv-legal#SX" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DO" + "@id": "https://w3id.org/dpv/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#TT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#TC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EC" + "@id": "https://w3id.org/dpv/dpv-legal#VI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EG" + "@id": "https://w3id.org/dpv/dpv-legal#US" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SV" + "@id": "https://w3id.org/dpv/dpv-legal#UY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#VE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ER" - }, + "@language": "en", + "@value": "Americas" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SV", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ET" - }, + "@language": "en", + "@value": "El Salvador" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FK" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FJ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@language": "en", + "@value": "El Salvador" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL" - }, + "@value": "SV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@value": "SLV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GF" - }, + "@value": "222" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PF" - }, + "@value": "222" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CI", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TF" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GM" - }, + "@language": "en", + "@value": "Côte d’Ivoire" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GI" - }, + "@language": "en", + "@value": "Côte d’Ivoire" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@value": "CI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GL" - }, + "@value": "CIV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, + "@value": "384" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GP" - }, + "@value": "384" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GU" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-GU" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GT" - }, + "@language": "en", + "@value": "Poland" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GN" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GY" - }, + "@language": "en", + "@value": "Poland" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HT" - }, + "@value": "PL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" - }, + "@value": "POL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI" - }, + "@value": "616" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HM" - }, + "@value": "616" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CG", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HN" - }, + "@language": "en", + "@value": "Congo" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IS" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IN" - }, + "@language": "en", + "@value": "Congo" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN" - }, + "@value": "CG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ID" - }, + "@value": "COG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA" - }, + "@value": "178" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IR" - }, + "@value": "178" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IQ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IM" - }, + "@language": "en", + "@value": "Djibouti" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IL" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JM" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JP" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, + "@language": "en", + "@value": "Djibouti" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JO" - }, + "@value": "DJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS" - }, + "@value": "DJI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KZ" - }, + "@value": "262" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "262" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KI" - }, + "@language": "en", + "@value": "Estonia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KW" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KG" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, + "@language": "en", + "@value": "Estonia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@value": "EE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LB" - }, + "@value": "EST" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, + "@value": "233" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, + "@value": "233" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PA", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LY" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@language": "en", + "@value": "Panama" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME" - }, + "@language": "en", + "@value": "Panama" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, + "@value": "PA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MY" - }, + "@value": "PAN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MV" - }, + "@value": "591" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ML" - }, + "@value": "591" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AR", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MH" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MR" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" - }, + "@value": "AR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" - }, + "@value": "ARG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MX" - }, + "@value": "32" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MI" - }, + "@value": "32" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ML", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, + "@language": "en", + "@value": "Mali" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MS" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MN" - }, + "@language": "en", + "@value": "Mali" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT" - }, + "@value": "ML" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ME" - }, + "@value": "MLI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, + "@value": "466" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MA" - }, + "@value": "466" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-VT", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NA" - }, + "@language": "en", + "@value": "Vermont" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NP" - }, + "@language": "en", + "@value": "Vermont" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IS", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NC" - }, + "@language": "en", + "@value": "Iceland" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY" - }, + "@language": "en", + "@value": "Iceland" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" - }, + "@value": "IS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NI" - }, + "@value": "ISL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, + "@value": "352" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NG" - }, + "@value": "352" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AU", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NU" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NF" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC" - }, + "@language": "en", + "@value": "Australia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ND" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MK" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MP" - }, + "@language": "en", + "@value": "Australia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP" - }, + "@value": "AU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - }, + "@value": "AUS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" - }, + "@value": "36" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, + "@value": "36" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PK", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Pakistan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#OM" - }, + "@language": "en", + "@value": "Pakistan" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR" - }, + "@value": "PK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PK" - }, + "@value": "PAK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PW" - }, + "@value": "586" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - }, + "@value": "586" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MG", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA" - }, + "@language": "en", + "@value": "Madagascar" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PH" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PN" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, + "@language": "en", + "@value": "Madagascar" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "MG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PR" - }, + "@value": "MDG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR" - }, + "@value": "450" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#QA" - }, + "@value": "450" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AL", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MD" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" - }, + "@language": "en", + "@value": "Albania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RW" - }, + "@language": "en", + "@value": "Albania" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RE" - }, + "@value": "AL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - }, + "@value": "ALB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, + "@value": "8" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SH" - }, + "@value": "8" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, + "@language": "en", + "@value": "SouthernAfrica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WS" + "@id": "https://w3id.org/dpv/dpv-legal#BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SM" + "@id": "https://w3id.org/dpv/dpv-legal#SZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ST" + "@id": "https://w3id.org/dpv/dpv-legal#LS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-legal#NA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" - }, + "@language": "en", + "@value": "SouthernAfrica" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FJ", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SN" - }, + "@language": "en", + "@value": "Fiji" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SG" - }, + "@language": "en", + "@value": "Fiji" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SX" - }, + "@value": "FJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, + "@value": "FJI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@value": "242" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SB" - }, + "@value": "242" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CL", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC" - }, + "@language": "en", + "@value": "Chile" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GS" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SS" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - }, + "@language": "en", + "@value": "Chile" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, + "@value": "CL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, + "@value": "CHL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, + "@value": "152" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, + "@value": "152" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CT", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PS" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, + "@language": "en", + "@value": "Connecticut" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SD" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SJ" - }, + "@language": "en", + "@value": "Connecticut" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MN", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CH" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SY" - }, + "@language": "en", + "@value": "Mongolia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TW" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TJ" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX" - }, + "@language": "en", + "@value": "Mongolia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TH" - }, + "@value": "MN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" - }, + "@value": "MNG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TL" - }, + "@value": "496" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TG" - }, + "@value": "496" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MO", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TO" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, + "@language": "en", + "@value": "China, Macao Special Administrative Region" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, + "@language": "en", + "@value": "China, Macao Special Administrative Region" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TV" - }, + "@value": "MO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI" - }, + "@value": "MAC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UG" - }, + "@value": "446" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UA" - }, + "@value": "446" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" - }, + "@language": "en", + "@value": "Saxony" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VI" - }, + "@language": "en", + "@value": "Saxony" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-UT" - }, + "@language": "en", + "@value": "SouthernEurope" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UZ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VE" + "@id": "https://w3id.org/dpv/dpv-legal#AL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT" + "@id": "https://w3id.org/dpv/dpv-legal#AD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#VN" + "@id": "https://w3id.org/dpv/dpv-legal#BA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WF" + "@id": "https://w3id.org/dpv/dpv-legal#GI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA" + "@id": "https://w3id.org/dpv/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV" + "@id": "https://w3id.org/dpv/dpv-legal#VA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EH" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#ME" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#MK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WI" + "@id": "https://w3id.org/dpv/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + "@id": "https://w3id.org/dpv/dpv-legal#SM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#YE" + "@id": "https://w3id.org/dpv/dpv-legal#RS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#ES" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AX" + "@language": "en", + "@value": "SouthernEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-GU", + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20827,7 +21058,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "SouthAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20838,85 +21069,68 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Guam" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SO", - "@type": [ - "https://w3id.org/dpv#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#AR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#BO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EC" + }, { - "@language": "en", - "@value": "Somalia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#FK" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#GF" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#GY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#PY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#PE" + }, { - "@language": "en", - "@value": "Somalia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#GS" + }, { - "@value": "SO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SR" + }, { - "@value": "SOM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#UY" + }, { - "@value": "706" + "@id": "https://w3id.org/dpv/dpv-legal#VE" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "706" + "@language": "en", + "@value": "SouthAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FJ", + "@id": "https://w3id.org/dpv/dpv-legal#VC", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20935,7 +21149,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Fiji" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20946,41 +21160,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fiji" + "@value": "Saint Vincent and the Grenadines" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FJ" + "@value": "VC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FJI" + "@value": "VCT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "242" + "@value": "670" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "242" + "@value": "670" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-legal#SS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20999,7 +21216,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "France" + "@value": "South Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21010,246 +21227,110 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "France" + "@value": "South Sudan" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FR" + "@value": "SS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FRA" + "@value": "SSD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "250" + "@value": "728" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "250" + "@value": "728" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "@id": "https://w3id.org/dpv/dpv-legal#NC", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Asia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#OM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#QA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SY" - }, + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TJ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TH" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TL" - }, + "@language": "en", + "@value": "New Caledonia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TM" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UZ" - }, + "@language": "en", + "@value": "New Caledonia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VN" - }, + "@value": "NC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - }, + "@value": "NCL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#YE" + "@value": "540" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Asia" + "@value": "540" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV", + "@id": "https://w3id.org/dpv/dpv-legal#PS", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21266,7 +21347,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "West Virginia" + "@value": "State of Palestine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21277,18 +21358,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "West Virginia" + "@value": "State of Palestine" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "PS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "PSE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "275" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "275" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MS", + "@id": "https://w3id.org/dpv/dpv-legal#MU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21307,7 +21411,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montserrat" + "@value": "Mauritius" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21318,44 +21422,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montserrat" + "@value": "Mauritius" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MS" + "@value": "MU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MSR" + "@value": "MUS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "500" + "@value": "480" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "500" + "@value": "480" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TM", + "@id": "https://w3id.org/dpv/dpv-legal#FR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21374,7 +21478,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "France" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21385,41 +21489,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "France" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TM" + "@value": "FR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TKM" + "@value": "FRA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "795" + "@value": "250" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "795" + "@value": "250" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PS", + "@id": "https://w3id.org/dpv/dpv-legal#UA", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21438,7 +21542,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Ukraine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21449,43 +21553,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Ukraine" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PS" + "@value": "UA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PSE" + "@value": "UKR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "275" + "@value": "804" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "275" + "@value": "804" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "@id": "https://w3id.org/dpv/dpv-legal#PM", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21502,7 +21606,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21513,70 +21617,107 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AL" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AD" - }, + "@language": "en", + "@value": "Saint Pierre and Miquelon" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BA" - }, + "@value": "PM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@value": "SPM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GI" - }, + "@value": "666" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@value": "666" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PH", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@language": "en", + "@value": "Philippines" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ME" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MK" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SM" - }, + "@language": "en", + "@value": "Philippines" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RS" - }, + "@value": "PH" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@value": "PHL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@value": "608" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "SouthernEurope" + "@value": "608" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NE", + "@id": "https://w3id.org/dpv/dpv-legal#US-GA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21593,7 +21734,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niger" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21604,46 +21745,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Niger" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "NE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "NER" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "562" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "562" + "@value": "Georgia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HK", + "@id": "https://w3id.org/dpv/dpv-legal#US-AS", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21660,7 +21775,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21671,41 +21786,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "American Samoa" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-DE", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "HK" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "HKG" + "@language": "en", + "@value": "Delaware" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "344" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "344" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Delaware" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-legal#GS", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21724,7 +21857,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ireland" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21735,41 +21868,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ireland" + "@value": "South Georgia and the South Sandwich Islands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IE" + "@value": "GS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IRL" + "@value": "SGS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "372" + "@value": "239" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "372" + "@value": "239" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LC", + "@id": "https://w3id.org/dpv/dpv-legal#GU", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21788,7 +21924,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21799,44 +21935,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Guam" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LC" + "@value": "GU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LCA" + "@value": "GUM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "662" + "@value": "316" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "662" + "@value": "316" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PN", + "@id": "https://w3id.org/dpv/dpv-legal#CW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21855,7 +21988,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Curaçao" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21866,41 +21999,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Curaçao" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PN" + "@value": "CW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PCN" + "@value": "CUW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "612" + "@value": "531" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "612" + "@value": "531" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI", + "@id": "https://w3id.org/dpv/dpv-legal#US-MN", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21919,7 +22055,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Minnesota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21936,12 +22072,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Minnesota" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21960,7 +22096,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Melanesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21971,68 +22107,99 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AR" + "@id": "https://w3id.org/dpv/dpv-legal#FJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BO" + "@id": "https://w3id.org/dpv/dpv-legal#NC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BV" + "@id": "https://w3id.org/dpv/dpv-legal#PG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR" + "@id": "https://w3id.org/dpv/dpv-legal#SB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#VU" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CO" - }, + "@language": "en", + "@value": "Melanesia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WF", + "@type": [ + "https://w3id.org/dpv#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EC" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GF" - }, + "@language": "en", + "@value": "Wallis and Futuna Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GY" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PY" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GS" - }, + "@language": "en", + "@value": "Wallis and Futuna Islands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SR" - }, + "@value": "WF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, + "@value": "WLF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VE" + "@value": "876" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "SouthAmerica" + "@value": "876" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MA", + "@id": "https://w3id.org/dpv/dpv-legal#MD", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22051,7 +22218,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Morocco" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22062,43 +22229,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Morocco" + "@value": "Republic of Moldova" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MA" + "@value": "MD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAR" + "@value": "MDA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "504" + "@value": "498" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "504" + "@value": "498" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#RO", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22115,7 +22282,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "Romania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22126,59 +22293,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rhineland-Palatinate" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA", - "@type": [ - "https://w3id.org/dpv#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "Romania" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Georgia" + "@value": "RO" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "ROU" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "642" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Georgia" + "@value": "642" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KG", + "@id": "https://w3id.org/dpv/dpv-legal#MX", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22197,7 +22346,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22208,41 +22357,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Mexico" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KG" + "@value": "MX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KGZ" + "@value": "MEX" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "417" + "@value": "484" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "417" + "@value": "484" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-legal#US-VI", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22261,7 +22413,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hesse" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22272,18 +22424,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hesse" + "@value": "U.S. Virgin Islands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#US-NY", "@type": [ "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22302,7 +22454,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "New York" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22313,71 +22465,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TG" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "New York" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GF", + "@id": "https://w3id.org/dpv/dpv-legal#MW", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22396,7 +22495,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Malawi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22407,44 +22506,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Malawi" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GF" + "@value": "MW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUF" + "@value": "MWI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "254" + "@value": "454" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "254" + "@value": "454" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DM", + "@id": "https://w3id.org/dpv/dpv-legal#CR", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22463,7 +22562,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominica" + "@value": "Costa Rica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22477,41 +22576,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominica" + "@value": "Costa Rica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DM" + "@value": "CR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DMA" + "@value": "CRI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "212" + "@value": "188" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "212" + "@value": "188" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BF", + "@id": "https://w3id.org/dpv/dpv-legal#CY", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22530,7 +22629,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Cyprus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22541,46 +22640,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Cyprus" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BF" + "@value": "CY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BFA" + "@value": "CYP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "854" + "@value": "196" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "854" + "@value": "196" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RS", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22597,7 +22693,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Serbia" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22608,41 +22704,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serbia" + "@value": "North-Rhine Westphalia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "@type": [ + "https://w3id.org/dpv#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "RS" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Rhineland-Palatinate" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "SRB" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "688" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "688" + "@language": "en", + "@value": "Rhineland-Palatinate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HN", + "@id": "https://w3id.org/dpv/dpv-legal#SO", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22661,7 +22775,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Honduras" + "@value": "Somalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22672,44 +22786,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Honduras" + "@value": "Somalia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HN" + "@value": "SO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HND" + "@value": "SOM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "340" + "@value": "706" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "340" + "@value": "706" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TN", + "@id": "https://w3id.org/dpv/dpv-legal#GI", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22728,7 +22842,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Gibraltar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22739,43 +22853,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Gibraltar" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TN" + "@value": "GI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TUN" + "@value": "GIB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "788" + "@value": "292" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "788" + "@value": "292" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM", + "@id": "https://w3id.org/dpv/dpv-legal#SI", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22792,7 +22906,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22803,18 +22917,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Slovenia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "SI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "SVN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "705" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "705" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MG", + "@id": "https://w3id.org/dpv/dpv-legal#NL", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22833,7 +22970,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Netherlands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22844,46 +22981,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Netherlands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MG" + "@value": "NL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MDG" + "@value": "NLD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "450" + "@value": "528" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "450" + "@value": "528" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR", + "@id": "https://w3id.org/dpv/dpv-legal#US-PA", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22900,7 +23034,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Argentina" + "@value": "Pennsylvania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22911,46 +23045,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Argentina" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "AR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "ARG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "32" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "32" + "@value": "Pennsylvania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BZ", + "@id": "https://w3id.org/dpv/dpv-legal#US-PR", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22967,7 +23075,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belize" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22978,44 +23086,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belize" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BLZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "84" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "84" + "@value": "Puerto Rico" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SJ", + "@id": "https://w3id.org/dpv/dpv-legal#MQ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23034,7 +23116,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Martinique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23045,41 +23127,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Martinique" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SJ" + "@value": "MQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SJM" + "@value": "MTQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "744" + "@value": "474" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "744" + "@value": "474" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JE", + "@id": "https://w3id.org/dpv/dpv-legal#PN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23098,7 +23183,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jersey" + "@value": "Pitcairn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23109,46 +23194,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jersey" + "@value": "Pitcairn" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "JE" + "@value": "PN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JEY" + "@value": "PCN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "832" + "@value": "612" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "832" + "@value": "612" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MF", + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23165,7 +23247,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23174,48 +23256,22 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Saint Martin (French Part)" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "MAF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "663" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "663" + "@language": "en", + "@value": "Saxony-Anhalt" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-legal#US-UT", "@type": [ - "https://w3id.org/dpv#Country", + "https://w3id.org/dpv#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23232,7 +23288,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Finland" + "@value": "Utah" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23243,41 +23299,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Finland" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "FI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "FIN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "246" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "246" + "@value": "Utah" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DO", + "@id": "https://w3id.org/dpv/dpv-legal#TN", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23296,7 +23329,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Tunisia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23307,44 +23340,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Tunisia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DO" + "@value": "TN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DOM" + "@value": "TUN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "214" + "@value": "788" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "214" + "@value": "788" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UM", + "@id": "https://w3id.org/dpv/dpv-legal#GP", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23363,7 +23393,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Guadeloupe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23374,41 +23404,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Guadeloupe" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UM" + "@value": "GP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UMI" + "@value": "GLP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "581" + "@value": "312" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "581" + "@value": "312" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MK", + "@id": "https://w3id.org/dpv/dpv-legal#AM", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23427,7 +23460,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "Armenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23438,43 +23471,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "Armenia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MK" + "@value": "AM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MKD" + "@value": "ARM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "807" + "@value": "51" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "807" + "@value": "51" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#CF", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23491,7 +23524,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "Central African Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23502,86 +23535,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SO" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UG" - }, + "@language": "en", + "@value": "Central African Republic" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" - }, + "@value": "CF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" - }, + "@value": "CAF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" + "@value": "140" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "EasternAfrica" + "@value": "140" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL", + "@id": "https://w3id.org/dpv/dpv-legal#BZ", "@type": [ "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23600,7 +23591,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Israel" + "@value": "Belize" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23611,43 +23602,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Israel" + "@value": "Belize" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IL" + "@value": "BZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ISR" + "@value": "BLZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "376" + "@value": "84" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "376" + "@value": "84" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#QA", "@type": [ - "https://w3id.org/dpv#Region", + "https://w3id.org/dpv#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23664,7 +23658,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Qatar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23675,30 +23669,36 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#BM" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CA" - }, + "@language": "en", + "@value": "Qatar" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GL" - }, + "@value": "QA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PM" - }, + "@value": "QAT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "634" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "NorthernAmerica" + "@value": "634" } ] } diff --git a/dpv-legal/modules/locations.rdf b/dpv-legal/modules/locations.rdf index d9a7beea6..6af6ebd0f 100644 --- a/dpv-legal/modules/locations.rdf +++ b/dpv-legal/modules/locations.rdf @@ -6,134 +6,193 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - SubSaharanAfrica - SubSaharanAfrica + Zimbabwe + Zimbabwe + ZW + ZWE + 716 + 716 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Iran (Islamic Republic of) - Iran (Islamic Republic of) - IR - IRN - 364 - 364 - - + Dominica + Dominica + DM + DMA + 212 + 212 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - United States Minor Outlying Islands - United States Minor Outlying Islands - UM - UMI - 581 - 581 - - + Oceania + Oceania 2022-03-30 accepted Harshvardhan J. Pandit - + - Mexico - Mexico - MX - MEX - 484 - 484 + Cuba + Cuba + CU + CUB + 192 + 192 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Puerto Rico - Puerto Rico - PR - PRI - 630 - 630 - - - + Guam + Guam + GU + GUM + 316 + 316 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Libya + Libya + LY + LBY + 434 + 434 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Americas + Americas 2022-03-30 accepted Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -151,150 +210,7 @@ accepted Harshvardhan J. Pandit - - - - Czechia - Czechia - CZ - CZE - 203 - 203 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Guadeloupe - Guadeloupe - GP - GLP - 312 - 312 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Spain - Spain - ES - ESP - 724 - 724 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Croatia - Croatia - HR - HRV - 191 - 191 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Jordan - Jordan - JO - JOR - 400 - 400 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Cocos (Keeling) Islands - Cocos (Keeling) Islands - CC - CCK - 166 - 166 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Pakistan - Pakistan - PK - PAK - 586 - 586 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Viet Nam - Viet Nam - VN - VNM - 704 - 704 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Saint Pierre and Miquelon - Saint Pierre and Miquelon - PM - SPM - 666 - 666 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Americas - Americas - 2022-03-30 - accepted - Harshvardhan J. Pandit + @@ -302,14 +218,14 @@ - - + + @@ -321,7 +237,6 @@ - @@ -329,12 +244,10 @@ - - @@ -343,17 +256,104 @@ - + - + + + LatinAmericaandtheCaribbean + LatinAmericaandtheCaribbean + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Tunisia + Tunisia + TN + TUN + 788 + 788 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Bhutan + Bhutan + BT + BTN + 64 + 64 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Ireland + Ireland + IE + IRL + 372 + 372 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Alaska + Alaska + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Albania + Albania + AL + ALB + 8 + 8 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Baden-Württemberg + Baden-Württemberg + + 2022-03-30 + accepted + Harshvardhan J. Pandit @@ -626,487 +626,146 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Guinea - Guinea - GN - GIN - 324 - 324 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Saarland - Saarland - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Yemen - Yemen - YE - YEM - 887 - 887 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Guatemala - Guatemala - GT - GTM - 320 - 320 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Massachusetts - Massachusetts - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Bhutan - Bhutan - BT - BTN - 64 - 64 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Turkey - Turkey - TR - TUR - 792 - 792 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Peru - Peru - PE - PER - 604 - 604 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Turks and Caicos Islands - Turks and Caicos Islands - TC - TCA - 796 - 796 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Rhineland-Palatinate - Rhineland-Palatinate - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Algeria - Algeria - DZ - DZA - 12 - 12 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Maryland - Maryland - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Africa - Africa - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Bonaire, Sint Eustatius and Saba - Bonaire, Sint Eustatius and Saba - BQ - BES - 535 - 535 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Utah - Utah - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Europe - Europe - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Cuba - Cuba - CU - CUB - 192 - 192 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Tajikistan - Tajikistan - TJ - TJK - 762 - 762 - - + Seychelles + Seychelles + SC + SYC + 690 + 690 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Maldives - Maldives - MV - MDV - 462 - 462 - - + Lithuania + Lithuania + LT + LTU + 440 + 440 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Syrian Arab Republic - Syrian Arab Republic - SY - SYR - 760 - 760 - - + North Macedonia + North Macedonia + MK + MKD + 807 + 807 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - British Virgin Islands - British Virgin Islands - VG - VGB - 92 - 92 + Martinique + Martinique + MQ + MTQ + 474 + 474 @@ -1114,104 +773,86 @@ accepted Harshvardhan J. Pandit - + - Brazil - Brazil - BR - BRA - 76 - 76 - - - + Cook Islands + Cook Islands + CK + COK + 184 + 184 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lao People's Democratic Republic - Lao People's Democratic Republic - LA - LAO - 418 - 418 - - + Pitcairn + Pitcairn + PN + PCN + 612 + 612 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bahamas - Bahamas - BS - BHS - 44 - 44 + Chile + Chile + CL + CHL + 152 + 152 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Berlin - Berlin - + Croatia + Croatia + HR + HRV + 191 + 191 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - - - - - - - - - - - - - - - - - - - - - @@ -1219,19 +860,57 @@ - - - - - - LatinAmericaandtheCaribbean - LatinAmericaandtheCaribbean + Caribbean + Caribbean + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + WesternAfrica + WesternAfrica + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Guyana + Guyana + GY + GUY + 328 + 328 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -1251,314 +930,418 @@ accepted Harshvardhan J. Pandit - + - Cyprus - Cyprus - CY - CYP - 196 - 196 + Israel + Israel + IL + ISR + 376 + 376 2022-03-30 accepted Harshvardhan J. Pandit - + - Republic of Moldova - Republic of Moldova - MD - MDA - 498 - 498 - - + Palau + Palau + PW + PLW + 585 + 585 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Africa - South Africa - ZA - ZAF - 710 - 710 - - - + Iran (Islamic Republic of) + Iran (Islamic Republic of) + IR + IRN + 364 + 364 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mecklenburg-Western-Pomerania - Mecklenburg-Western-Pomerania - + Africa + Africa + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + New Hampshire + New Hampshire + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + MiddleAfrica + MiddleAfrica + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Lithuania - Lithuania - LT - LTU - 440 - 440 + South Georgia and the South Sandwich Islands + South Georgia and the South Sandwich Islands + GS + SGS + 239 + 239 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Belarus + Belarus + BY + BLR + 112 + 112 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Oman - Oman - OM - OMN - 512 - 512 - - + Cocos (Keeling) Islands + Cocos (Keeling) Islands + CC + CCK + 166 + 166 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Gabon + Gabon + GA + GAB + 266 + 266 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - + + - WesternAsia - WesternAsia - + Malawi + Malawi + MW + MWI + 454 + 454 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Southern Territories - French Southern Territories - TF - ATF - 260 - 260 - - - + Vanuatu + Vanuatu + VU + VUT + 548 + 548 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Western Sahara - Western Sahara - EH - ESH - 732 - 732 + Morocco + Morocco + MA + MAR + 504 + 504 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Asia - Asia + New York + New York + 2022-03-30 accepted Harshvardhan J. Pandit - + - Poland - Poland - PL - POL - 616 - 616 - - + Côte d’Ivoire + Côte d’Ivoire + CI + CIV + 384 + 384 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Isle of Man - Isle of Man - IM - IMN - 833 - 833 + Finland + Finland + FI + FIN + 246 + 246 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Martinique - Martinique - MQ - MTQ - 474 - 474 - - - + Europe + Europe 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - + - SouthernAfrica - SouthernAfrica - + Nevada + Nevada + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Vermont - Vermont - + Georgia + Georgia + GE + GEO + 268 + 268 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United Republic of Tanzania - United Republic of Tanzania - TZ - TZA - 834 - 834 - - - + Jamaica + Jamaica + JM + JAM + 388 + 388 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sao Tome and Principe - Sao Tome and Principe - ST - STP - 678 - 678 - - - + French Guiana + French Guiana + GF + GUF + 254 + 254 + + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -1594,438 +1377,384 @@ accepted Harshvardhan J. Pandit - - - - - - - - - - + + + + + + + + + - WesternEurope - WesternEurope - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Ghana - Ghana - GH - GHA - 288 - 288 - - - + Micronesia + Micronesia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Canada - Canada - CA - CAN - 124 - 124 + Costa Rica + Costa Rica + CR + CRI + 188 + 188 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Cook Islands - Cook Islands - CK - COK - 184 - 184 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Svalbard and Jan Mayen Islands - Svalbard and Jan Mayen Islands - SJ - SJM - 744 - 744 + Poland + Poland + PL + POL + 616 + 616 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Falkland Islands (Malvinas) - Falkland Islands (Malvinas) - FK - FLK - 238 - 238 - - - + Turkey + Turkey + TR + TUR + 792 + 792 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Gabon - Gabon - GA - GAB - 266 - 266 - - - + Alabama + Alabama + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Libya - Libya - LY - LBY - 434 - 434 - - + Saxony + Saxony + 2022-03-30 accepted Harshvardhan J. Pandit - + - Democratic Republic of the Congo - Democratic Republic of the Congo - CD - COD - 180 - 180 - - - + Peru + Peru + PE + PER + 604 + 604 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + - Togo - Togo - TG - TGO - 768 - 768 - - - + AustraliaandNewZealand + AustraliaandNewZealand + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Palau - Palau - PW - PLW - 585 - 585 - - + Utah + Utah + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tunisia - Tunisia - TN - TUN - 788 - 788 - - + Andorra + Andorra + AD + AND + 20 + 20 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Tonga - Tonga - TO - TON - 776 - 776 - - + Lower-Saxony + Lower-Saxony + 2022-03-30 accepted Harshvardhan J. Pandit - + - British Indian Ocean Territory - British Indian Ocean Territory - IO - IOT - 86 - 86 - - - + Jersey + Jersey + JE + JEY + 832 + 832 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Marshall Islands - Marshall Islands - MH - MHL - 584 - 584 - - + Rwanda + Rwanda + RW + RWA + 646 + 646 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - State of Palestine - State of Palestine - PS - PSE - 275 - 275 - - + Rhineland-Palatinate + Rhineland-Palatinate + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + - Japan - Japan - JP - JPN - 392 - 392 - - + SouthAmerica + SouthAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Israel - Israel - IL - ISR - 376 - 376 + Azerbaijan + Azerbaijan + AZ + AZE + 31 + 31 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - + + - NorthernAfrica - NorthernAfrica - + Uruguay + Uruguay + UY + URY + 858 + 858 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Albania - Albania - AL - ALB - 8 - 8 + Gibraltar + Gibraltar + GI + GIB + 292 + 292 2022-03-30 accepted Harshvardhan J. Pandit - + - Nigeria - Nigeria - NG - NGA - 566 - 566 - - - + Malaysia + Malaysia + MY + MYS + 458 + 458 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Niue - Niue - NU - NIU - 570 - 570 - - + Zambia + Zambia + ZM + ZMB + 894 + 894 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Turkmenistan - Turkmenistan - TM - TKM - 795 - 795 - - + Comoros + Comoros + KM + COM + 174 + 174 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Portugal - Portugal - PT - PRT - 620 - 620 + Slovenia + Slovenia + SI + SVN + 705 + 705 2022-03-30 accepted Harshvardhan J. Pandit - + - New Zealand - New Zealand - NZ - NZL - 554 - 554 - - + Venezuela (Bolivarian Republic of) + Venezuela (Bolivarian Republic of) + VE + VEN + 862 + 862 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - Guam - Guam - GU - GUM - 316 - 316 - - + + + + + Lesotho + Lesotho + LS + LSO + 426 + 426 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - + - Polynesia - Polynesia - + Idaho + Idaho + 2022-03-30 accepted Harshvardhan J. Pandit - + - Rwanda - Rwanda - RW - RWA - 646 - 646 + South Sudan + South Sudan + SS + SSD + 728 + 728 @@ -2059,87 +1788,91 @@ accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Caribbean - Caribbean + Montana + Montana + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Mexico + Mexico + MX + MEX + 484 + 484 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - + + - EasternAfrica - EasternAfrica + Benin + Benin + BJ + BEN + 204 + 204 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Andorra - Andorra - AD - AND - 20 - 20 - - + French Southern Territories + French Southern Territories + TF + ATF + 260 + 260 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Paraguay + Paraguay + PY + PRY + 600 + 600 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Japan + Japan + JP + JPN + 392 + 392 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -2160,511 +1893,544 @@ accepted Harshvardhan J. Pandit - - + + + + Anguilla + Anguilla + AI + AIA + 660 + 660 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Mayotte + Mayotte + YT + MYT + 175 + 175 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Cameroon + Cameroon + CM + CMR + 120 + 120 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + British Virgin Islands + British Virgin Islands + VG + VGB + 92 + 92 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Lebanon + Lebanon + LB + LBN + 422 + 422 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + - Solomon Islands - Solomon Islands - SB - SLB - 90 - 90 - - + NorthernAmerica + NorthernAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sweden - Sweden - SE - SWE - 752 - 752 - - + Uzbekistan + Uzbekistan + UZ + UZB + 860 + 860 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Wisconsin - Wisconsin - + Algeria + Algeria + DZ + DZA + 12 + 12 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Norfolk Island - Norfolk Island - NF - NFK - 574 - 574 - - + Belize + Belize + BZ + BLZ + 84 + 84 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Martin (French Part) - Saint Martin (French Part) - MF - MAF - 663 - 663 - - - + Greece + Greece + GR + GRC + 300 + 300 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bavaria - Bavaria - + Connecticut + Connecticut + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - + + - SouthAmerica - SouthAmerica - + Cabo Verde + Cabo Verde + CV + CPV + 132 + 132 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + - Virginia - Virginia - + EasternEurope + EasternEurope + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - United States of America - United States of America - US - USA - 840 - 840 - - + Wyoming + Wyoming + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Seychelles - Seychelles - SC - SYC - 690 - 690 + SubSaharanAfrica + SubSaharanAfrica - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Nicaragua - Nicaragua - NI - NIC - 558 - 558 - - - 2022-03-30 accepted Harshvardhan J. Pandit - + - Vanuatu - Vanuatu - VU - VUT - 548 - 548 + Samoa + Samoa + WS + WSM + 882 + 882 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Myanmar - Myanmar - MM - MMR - 104 - 104 + Afghanistan + Afghanistan + AF + AFG + 4 + 4 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Pitcairn - Pitcairn - PN - PCN - 612 - 612 + Micronesia (Federated States of) + Micronesia (Federated States of) + FM + FSM + 583 + 583 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ethiopia - Ethiopia - ET - ETH - 231 - 231 - - - + Sweden + Sweden + SE + SWE + 752 + 752 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Timor-Leste - Timor-Leste - TL - TLS - 626 - 626 + Syrian Arab Republic + Syrian Arab Republic + SY + SYR + 760 + 760 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Chad - Chad - TD - TCD - 148 - 148 - - - + Tajikistan + Tajikistan + TJ + TJK + 762 + 762 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - San Marino - San Marino - SM - SMR - 674 - 674 - - + Burkina Faso + Burkina Faso + BF + BFA + 854 + 854 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Liechtenstein - Liechtenstein - LI - LIE - 438 - 438 + Romania + Romania + RO + ROU + 642 + 642 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Sudan - Sudan - SD - SDN - 729 - 729 - - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Papua New Guinea - Papua New Guinea - PG - PNG - 598 - 598 - - + Malta + Malta + MT + MLT + 470 + 470 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Lesotho - Lesotho - LS - LSO - 426 - 426 - - - + Saarland + Saarland + 2022-03-30 accepted Harshvardhan J. Pandit - + - Serbia - Serbia - RS - SRB - 688 - 688 - - + Kyrgyzstan + Kyrgyzstan + KG + KGZ + 417 + 417 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Romania - Romania - RO - ROU - 642 - 642 - - + Maryland + Maryland + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mayotte - Mayotte - YT - MYT - 175 - 175 - - - + Bahrain + Bahrain + BH + BHR + 48 + 48 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Northern Mariana Islands - Northern Mariana Islands - MP - MNP - 580 - 580 - - + Ecuador + Ecuador + EC + ECU + 218 + 218 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Micronesia (Federated States of) - Micronesia (Federated States of) - FM - FSM - 583 - 583 + New Zealand + New Zealand + NZ + NZL + 554 + 554 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + - Malawi - Malawi - MW - MWI - 454 - 454 - - - + CentralAmerica + CentralAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Italy - Italy - IT - ITA - 380 - 380 - - + Burundi + Burundi + BI + BDI + 108 + 108 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Dominica - Dominica - DM - DMA - 212 - 212 + Saint Barthélemy + Saint Barthélemy + BL + BLM + 652 + 652 @@ -2672,195 +2438,267 @@ accepted Harshvardhan J. Pandit - + - Indonesia - Indonesia - ID - IDN - 360 - 360 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Indiana - Indiana - + Democratic Republic of the Congo + Democratic Republic of the Congo + CD + COD + 180 + 180 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Gambia - Gambia - GM - GMB - 270 - 270 + South Africa + South Africa + ZA + ZAF + 710 + 710 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Suriname - Suriname - SR - SUR - 740 - 740 - - - + Iceland + Iceland + IS + ISL + 352 + 352 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Hungary - Hungary - HU - HUN - 348 - 348 + Austria + Austria + AT + AUT + 40 + 40 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Oregon - Oregon - + Russian Federation + Russian Federation + RU + RUS + 643 + 643 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Slovakia - Slovakia - SK - SVK - 703 - 703 - - + Greenland + Greenland + GL + GRL + 304 + 304 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Azerbaijan - Azerbaijan - AZ - AZE - 31 - 31 + Kuwait + Kuwait + KW + KWT + 414 + 414 2022-03-30 accepted Harshvardhan J. Pandit - + - China - China - CN - CHN - 156 - 156 - - + Switzerland + Switzerland + CH + CHE + 756 + 756 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Malaysia - Malaysia - MY - MYS - 458 - 458 - - + United States of America + United States of America + US + USA + 840 + 840 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Arkansas + Arkansas + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Saudi Arabia - Saudi Arabia - SA - SAU - 682 - 682 - - + Ukraine + Ukraine + UA + UKR + 804 + 804 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Honduras - Honduras - HN - HND - 340 - 340 + Canada + Canada + CA + CAN + 124 + 124 - - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Connecticut - Connecticut - + Colombia + Colombia + CO + COL + 170 + 170 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Georgia - Georgia - + American Samoa + American Samoa + AS + ASM + 16 + 16 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -2880,230 +2718,149 @@ accepted Harshvardhan J. Pandit - - - - Somalia - Somalia - SO - SOM - 706 - 706 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - + + + + + + + + + + + - Switzerland - Switzerland - CH - CHE - 756 - 756 + WesternEurope + WesternEurope - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Congo - Congo - CG - COG - 178 - 178 - - - 2022-03-30 accepted Harshvardhan J. Pandit - + - Zambia - Zambia - ZM - ZMB - 894 - 894 - - - + Saint Pierre and Miquelon + Saint Pierre and Miquelon + PM + SPM + 666 + 666 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Jamaica - Jamaica - JM - JAM - 388 - 388 - - - + CentralAsia + CentralAsia + 2022-03-30 accepted Harshvardhan J. Pandit + + + + + - + - Kazakhstan - Kazakhstan - KZ - KAZ - 398 - 398 + Iraq + Iraq + IQ + IRQ + 368 + 368 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Saint Barthélemy - Saint Barthélemy - BL - BLM - 652 - 652 - - - + Rhode Island + Rhode Island + 2022-03-30 accepted Harshvardhan J. Pandit - + - Finland - Finland - FI - FIN - 246 - 246 - - + Mongolia + Mongolia + MN + MNG + 496 + 496 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Samoa - Samoa - WS - WSM - 882 - 882 - - + Massachusetts + Massachusetts + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Oceania - Oceania + Florida + Florida + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - + - EasternAsia - EasternAsia - + North Dakota + North Dakota + 2022-03-30 accepted Harshvardhan J. Pandit - + - Comoros - Comoros - KM - COM - 174 - 174 - - - + Denmark + Denmark + DK + DNK + 208 + 208 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Lucia - Saint Lucia - LC - LCA - 662 - 662 + Grenada + Grenada + GD + GRD + 308 + 308 @@ -3111,18 +2868,17 @@ accepted Harshvardhan J. Pandit - + - Burundi - Burundi - BI - BDI - 108 - 108 - - - + Slovakia + Slovakia + SK + SVK + 703 + 703 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -3137,129 +2893,142 @@ accepted Harshvardhan J. Pandit - - + + + + + + + + + + + - Eritrea - Eritrea - ER - ERI - 232 - 232 - - - + SouthernAsia + SouthernAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Latvia - Latvia - LV - LVA - 428 - 428 - - + Panama + Panama + PA + PAN + 591 + 591 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Qatar - Qatar - QA - QAT - 634 - 634 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Brandenburg - Brandenburg - + New Caledonia + New Caledonia + NC + NCL + 540 + 540 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Arizona - Arizona - + Puerto Rico + Puerto Rico + PR + PRI + 630 + 630 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - American Samoa - American Samoa - AS - ASM - 16 - 16 - - + Barbados + Barbados + BB + BRB + 52 + 52 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cambodia - Cambodia - KH - KHM - 116 - 116 - - + Fiji + Fiji + FJ + FJI + 242 + 242 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + + + - Mongolia - Mongolia - MN - MNG - 496 - 496 + WesternAsia + WesternAsia - 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Vincent and the Grenadines - Saint Vincent and the Grenadines - VC - VCT - 670 - 670 - - - + Nauru + Nauru + NR + NRU + 520 + 520 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -3280,358 +3049,328 @@ accepted Harshvardhan J. Pandit - + - Afghanistan - Afghanistan - AF - AFG - 4 - 4 - - + Tuvalu + Tuvalu + TV + TUV + 798 + 798 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guinea-Bissau - Guinea-Bissau - GW - GNB - 624 - 624 - - - + Heard Island and McDonald Islands + Heard Island and McDonald Islands + HM + HMD + 334 + 334 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Iraq - Iraq - IQ - IRQ - 368 - 368 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - New Mexico - New Mexico - + Estonia + Estonia + EE + EST + 233 + 233 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Republic of Korea - Republic of Korea - KR - KOR - 410 - 410 + Jordan + Jordan + JO + JOR + 400 + 400 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Costa Rica - Costa Rica - CR - CRI - 188 - 188 + Suriname + Suriname + SR + SUR + 740 + 740 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Mali - Mali - ML - MLI - 466 - 466 - - - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + - Arkansas - Arkansas - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Benin - Benin - BJ - BEN - 204 - 204 + NorthernAfrica + NorthernAfrica - - 2022-03-30 accepted Harshvardhan J. Pandit - + - Estonia - Estonia - EE - EST - 233 - 233 - - + Honduras + Honduras + HN + HND + 340 + 340 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saxony - Saxony - + Ohio + Ohio + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kyrgyzstan - Kyrgyzstan - KG - KGZ - 417 - 417 - - + Antarctica + Antarctica + AQ + ATA + 10 + 10 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + - Bremen - Bremen - + EasternAfrica + EasternAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Russian Federation - Russian Federation - RU - RUS - 643 - 643 - - + Michigan + Michigan + 2022-03-30 accepted Harshvardhan J. Pandit - + - Armenia - Armenia - AM - ARM - 51 - 51 + Qatar + Qatar + QA + QAT + 634 + 634 2022-03-30 accepted Harshvardhan J. Pandit - + - Sierra Leone - Sierra Leone - SL - SLE - 694 - 694 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Schleswig-Holstein - Schleswig-Holstein - + Portugal + Portugal + PT + PRT + 620 + 620 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Malta - Malta - MT - MLT - 470 - 470 + Liechtenstein + Liechtenstein + LI + LIE + 438 + 438 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - + + - MiddleAfrica - MiddleAfrica + Guinea-Bissau + Guinea-Bissau + GW + GNB + 624 + 624 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - California - California - + Thailand + Thailand + TH + THA + 764 + 764 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Denmark - Denmark - DK - DNK - 208 - 208 + Republic of Moldova + Republic of Moldova + MD + MDA + 498 + 498 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Namibia - Namibia - NA - NAM - 516 - 516 - - - + San Marino + San Marino + SM + SMR + 674 + 674 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Réunion - Réunion - RE - REU - 638 - 638 - - - + Holy See + Holy See + VA + VAT + 336 + 336 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - + + - NorthernAmerica - NorthernAmerica - + Liberia + Liberia + LR + LBR + 430 + 430 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - Norway - Norway - NO - NOR - 578 - 578 - - + + + + China, Hong Kong Special Administrative Region + China, Hong Kong Special Administrative Region + HK + HKG + 344 + 344 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -3652,15 +3391,94 @@ accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asia + Asia + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Antigua and Barbuda - Antigua and Barbuda - AG - ATG - 28 - 28 + Cyprus + Cyprus + CY + CYP + 196 + 196 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Guadeloupe + Guadeloupe + GP + GLP + 312 + 312 @@ -3678,15 +3496,15 @@ accepted Harshvardhan J. Pandit - + - Paraguay - Paraguay - PY - PRY - 600 - 600 + Falkland Islands (Malvinas) + Falkland Islands (Malvinas) + FK + FLK + 238 + 238 @@ -3694,614 +3512,691 @@ accepted Harshvardhan J. Pandit - + - Uruguay - Uruguay - UY - URY - 858 - 858 - - - + Oman + Oman + OM + OMN + 512 + 512 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Belarus - Belarus - BY - BLR - 112 - 112 - - + District of Columbia + District of Columbia + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Polynesia - French Polynesia - PF - PYF - 258 - 258 - - + Monaco + Monaco + MC + MCO + 492 + 492 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mauritania - Mauritania - MR - MRT - 478 - 478 + Réunion + Réunion + RE + REU + 638 + 638 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + NorthernEurope + NorthernEurope + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Ukraine - Ukraine - UA - UKR - 804 - 804 + France + France + FR + FRA + 250 + 250 - + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Missouri + Missouri + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Mozambique + Mozambique + MZ + MOZ + 508 + 508 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Oklahoma - Oklahoma - + Sint Maarten (Dutch part) + Sint Maarten (Dutch part) + SX + SXM + 534 + 534 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United Arab Emirates - United Arab Emirates - AE - ARE - 784 - 784 - - + Bouvet Island + Bouvet Island + BV + BVT + 74 + 74 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bolivia (Plurinational State of) - Bolivia (Plurinational State of) - BO - BOL - 68 - 68 + Saint Martin (French Part) + Saint Martin (French Part) + MF + MAF + 663 + 663 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Equatorial Guinea - Equatorial Guinea - GQ - GNQ - 226 - 226 - - - + Faroe Islands + Faroe Islands + FO + FRO + 234 + 234 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Luxembourg - Luxembourg - LU - LUX - 442 - 442 + Belgium + Belgium + BE + BEL + 56 + 56 2022-03-30 accepted Harshvardhan J. Pandit - + - Côte d’Ivoire - Côte d’Ivoire - CI - CIV - 384 - 384 - - - + Bermuda + Bermuda + BM + BMU + 60 + 60 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Montenegro - Montenegro - ME - MNE - 499 - 499 - - + Saxony-Anhalt + Saxony-Anhalt + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Mozambique - Mozambique - MZ - MOZ - 508 - 508 - - - + Northern Mariana Islands + Northern Mariana Islands + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cabo Verde - Cabo Verde - CV - CPV - 132 - 132 - - - + Guernsey + Guernsey + GG + GGY + 831 + 831 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - New Caledonia - New Caledonia - NC - NCL - 540 - 540 - - + Nebraska + Nebraska + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - New Hampshire - New Hampshire - + Pakistan + Pakistan + PK + PAK + 586 + 586 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Zimbabwe - Zimbabwe - ZW - ZWE - 716 - 716 + Guinea + Guinea + GN + GIN + 324 + 324 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Holy See - Holy See - VA - VAT - 336 - 336 - - + Papua New Guinea + Papua New Guinea + PG + PNG + 598 + 598 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bangladesh - Bangladesh - BD - BGD - 50 - 50 - - + El Salvador + El Salvador + SV + SLV + 222 + 222 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - West Virginia - West Virginia + Illinois + Illinois 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Italy + Italy + IT + ITA + 380 + 380 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Austria - Austria - AT - AUT - 40 - 40 - - + Aruba + Aruba + AW + ABW + 533 + 533 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Madagascar - Madagascar - MG - MDG - 450 - 450 - - - + United States Minor Outlying Islands + United States Minor Outlying Islands + UM + UMI + 581 + 581 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Sudan - South Sudan - SS - SSD - 728 - 728 + Western Sahara + Western Sahara + EH + ESH + 732 + 732 - - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - NorthernEurope - NorthernEurope - + SoutheasternAsia + SoutheasternAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Niger - Niger - NE - NER - 562 - 562 - - - + Serbia + Serbia + RS + SRB + 688 + 688 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - U.S. Virgin Islands - U.S. Virgin Islands - + Åland Islands + Åland Islands + AX + ALA + 248 + 248 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Hesse - Hesse - + Argentina + Argentina + AR + ARG + 32 + 32 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - ChannelIslands - ChannelIslands - + Maldives + Maldives + MV + MDV + 462 + 462 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - + - India - India - IN - IND - 356 - 356 + Brunei Darussalam + Brunei Darussalam + BN + BRN + 96 + 96 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Helena - Saint Helena - SH - SHN - 654 - 654 + Montenegro + Montenegro + ME + MNE + 499 + 499 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Central African Republic + Central African Republic + CF + CAF + 140 + 140 + - 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - + + + + Norway + Norway + NO + NOR + 578 + 578 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - SoutheasternAsia - SoutheasternAsia - + Puerto Rico + Puerto Rico + 2022-03-30 accepted Harshvardhan J. Pandit - + - Panama - Panama - PA - PAN - 591 - 591 + Saint Vincent and the Grenadines + Saint Vincent and the Grenadines + VC + VCT + 670 + 670 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Bouvet Island - Bouvet Island - BV - BVT - 74 - 74 - - - + Madagascar + Madagascar + MG + MDG + 450 + 450 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Aruba - Aruba - AW - ABW - 533 - 533 - - - + Botswana + Botswana + BW + BWA + 72 + 72 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Singapore - Singapore - SG - SGP - 702 - 702 - - + Sao Tome and Principe + Sao Tome and Principe + ST + STP + 678 + 678 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Tuvalu - Tuvalu - TV - TUV - 798 - 798 - - + Bavaria + Bavaria + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ecuador - Ecuador - EC - ECU - 218 - 218 - - - + Viet Nam + Viet Nam + VN + VNM + 704 + 704 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Northern Mariana Islands - Northern Mariana Islands - + Indonesia + Indonesia + ID + IDN + 360 + 360 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - North Dakota - North Dakota + Vermont + Vermont 2022-03-30 accepted Harshvardhan J. Pandit - + - Cameroon - Cameroon - CM - CMR - 120 - 120 + Somalia + Somalia + SO + SOM + 706 + 706 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Guernsey - Guernsey - GG - GGY - 831 - 831 + Sark + Sark @@ -4309,459 +4204,437 @@ accepted Harshvardhan J. Pandit - - + + - Guyana - Guyana - GY - GUY - 328 - 328 - - - + Louisiana + Louisiana + 2022-03-30 accepted Harshvardhan J. Pandit - + - CentralAsia - CentralAsia - + North Carolina + North Carolina + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - + - Venezuela (Bolivarian Republic of) - Venezuela (Bolivarian Republic of) - VE - VEN - 862 - 862 - - - + Bulgaria + Bulgaria + BG + BGR + 100 + 100 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ireland - Ireland - IE - IRL - 372 - 372 - - + Marshall Islands + Marshall Islands + MH + MHL + 584 + 584 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Colombia - Colombia - CO - COL - 170 - 170 + Tokelau + Tokelau + TK + TKL + 772 + 772 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Saint Kitts and Nevis + Saint Kitts and Nevis + KN + KNA + 659 + 659 + - 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Sudan + Sudan + SD + SDN + 729 + 729 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Montana - Montana + Indiana + Indiana 2022-03-30 accepted Harshvardhan J. Pandit - + - United States Minor Outlying Islands - United States Minor Outlying Islands - + Thuringia + Thuringia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Botswana - Botswana - BW - BWA - 72 - 72 - - - + Turks and Caicos Islands + Turks and Caicos Islands + TC + TCA + 796 + 796 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Thailand - Thailand - TH - THA - 764 - 764 + Lao People's Democratic Republic + Lao People's Democratic Republic + LA + LAO + 418 + 418 2022-03-30 accepted Harshvardhan J. Pandit - - - - Thuringia - Thuringia - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - + + - Alabama - Alabama - + Spain + Spain + ES + ESP + 724 + 724 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Faroe Islands - Faroe Islands - FO - FRO - 234 - 234 + Hungary + Hungary + HU + HUN + 348 + 348 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Louisiana - Louisiana + Mississippi + Mississippi 2022-03-30 accepted Harshvardhan J. Pandit - + - Belize - Belize - BZ - BLZ - 84 - 84 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - EasternEurope - EasternEurope - + Saudi Arabia + Saudi Arabia + SA + SAU + 682 + 682 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - + - Micronesia - Micronesia - + Oklahoma + Oklahoma + 2022-03-30 accepted Harshvardhan J. Pandit - + - United States Virgin Islands - United States Virgin Islands - VI - VIR - 850 - 850 - - - + Chad + Chad + TD + TCD + 148 + 148 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - El Salvador - El Salvador - SV - SLV - 222 - 222 - - - + Oregon + Oregon + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Bermuda - Bermuda - BM - BMU - 60 - 60 - - + South Carolina + South Carolina + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bahrain - Bahrain - BH - BHR - 48 - 48 - - + Togo + Togo + TG + TGO + 768 + 768 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Fiji - Fiji - FJ - FJI - 242 - 242 - - + Nicaragua + Nicaragua + NI + NIC + 558 + 558 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - + + - SouthernAsia - SouthernAsia - + Tonga + Tonga + TO + TON + 776 + 776 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - France - France - FR - FRA - 250 - 250 - - + Equatorial Guinea + Equatorial Guinea + GQ + GNQ + 226 + 226 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - South Dakota - South Dakota - + Mauritania + Mauritania + MR + MRT + 478 + 478 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - New Jersey - New Jersey - + Turkmenistan + Turkmenistan + TM + TKM + 795 + 795 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Jersey - Jersey - JE - JEY - 832 - 832 - - - + Arizona + Arizona + 2022-03-30 accepted Harshvardhan J. Pandit - + - Slovenia - Slovenia - SI - SVN - 705 - 705 - - + Saint Lucia + Saint Lucia + LC + LCA + 662 + 662 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Georgia - Georgia - GE - GEO - 268 - 268 + Yemen + Yemen + YE + YEM + 887 + 887 2022-03-30 accepted Harshvardhan J. Pandit - + - Baden-Württemberg - Baden-Württemberg - + Georgia + Georgia + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - + - AustraliaandNewZealand - AustraliaandNewZealand - + American Samoa + American Samoa + 2022-03-30 accepted Harshvardhan J. Pandit - + - Chile - Chile - CL - CHL - 152 - 152 - - - + Kenya + Kenya + KE + KEN + 404 + 404 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Missouri - Missouri - + Gambia + Gambia + GM + GMB + 270 + 270 + + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -4782,219 +4655,254 @@ accepted Harshvardhan J. Pandit - + - Central African Republic - Central African Republic - CF - CAF - 140 - 140 - - - + Northern Mariana Islands + Northern Mariana Islands + MP + MNP + 580 + 580 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + ChannelIslands + ChannelIslands + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + - Kiribati - Kiribati - KI - KIR - 296 - 296 - - + Egypt + Egypt + EG + EGY + 818 + 818 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Hawaii - Hawaii + South Dakota + South Dakota 2022-03-30 accepted Harshvardhan J. Pandit - + - Democratic People's Republic of Korea - Democratic People's Republic of Korea - KP - PRK - 408 - 408 + Myanmar + Myanmar + MM + MMR + 104 + 104 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Schleswig-Holstein + Schleswig-Holstein + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Singapore + Singapore + SG + SGP + 702 + 702 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + - Egypt - Egypt - EG - EGY - 818 - 818 - - + Polynesia + Polynesia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Alaska - Alaska - + Mecklenburg-Western-Pomerania + Mecklenburg-Western-Pomerania + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Taiwan (Province of China) - Taiwan (Province of China) + Bremen + Bremen + 2022-03-30 accepted Harshvardhan J. Pandit - + - Christmas Island - Christmas Island - CX - CXR - 162 - 162 - - + Eswatini + Eswatini + SZ + SWZ + 748 + 748 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Gibraltar - Gibraltar - GI - GIB - 292 - 292 - - + Australia + Australia + AU + AUS + 36 + 36 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Greece - Greece - GR - GRC - 300 - 300 - - + Timor-Leste + Timor-Leste + TL + TLS + 626 + 626 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Ohio - Ohio - + Nigeria + Nigeria + NG + NGA + 566 + 566 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - China, Macao Special Administrative Region - China, Macao Special Administrative Region - MO - MAC - 446 - 446 + Bangladesh + Bangladesh + BD + BGD + 50 + 50 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Michigan - Michigan - + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Guiana - French Guiana - GF - GUF - 254 - 254 - - - + Angola + Angola + AO + AGO + 24 + 24 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sint Maarten (Dutch part) - Sint Maarten (Dutch part) - SX - SXM - 534 - 534 - - - + British Indian Ocean Territory + British Indian Ocean Territory + IO + IOT + 86 + 86 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Tokelau - Tokelau - TK - TKL - 772 - 772 - - + Guam + Guam + 2022-03-30 accepted Harshvardhan J. Pandit @@ -5014,120 +4922,153 @@ accepted Harshvardhan J. Pandit - + + + + + + + + + SouthernAfrica + SouthernAfrica + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Belgium - Belgium - BE - BEL - 56 - 56 - - + Bolivia (Plurinational State of) + Bolivia (Plurinational State of) + BO + BOL + 68 + 68 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nevada - Nevada - + Hesse + Hesse + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Guatemala + Guatemala + GT + GTM + 320 + 320 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bosnia and Herzegovina - Bosnia and Herzegovina - BA - BIH - 70 - 70 - - + Kazakhstan + Kazakhstan + KZ + KAZ + 398 + 398 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Morocco - Morocco - MA - MAR - 504 - 504 - - + French Polynesia + French Polynesia + PF + PYF + 258 + 258 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Heard Island and McDonald Islands - Heard Island and McDonald Islands - HM - HMD - 334 - 334 - - + Bonaire, Sint Eustatius and Saba + Bonaire, Sint Eustatius and Saba + BQ + BES + 535 + 535 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Colorado - Colorado + Tennessee + Tennessee 2022-03-30 accepted Harshvardhan J. Pandit - + - Sri Lanka - Sri Lanka - LK - LKA - 144 - 144 - - + Svalbard and Jan Mayen Islands + Svalbard and Jan Mayen Islands + SJ + SJM + 744 + 744 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kentucky - Kentucky + Kansas + Kansas 2022-03-30 accepted Harshvardhan J. Pandit - + - Grenada - Grenada - GD - GRD - 308 - 308 + Dominican Republic + Dominican Republic + DO + DOM + 214 + 214 @@ -5135,81 +5076,78 @@ accepted Harshvardhan J. Pandit - + - Lebanon - Lebanon - LB - LBN - 422 - 422 + Democratic People's Republic of Korea + Democratic People's Republic of Korea + KP + PRK + 408 + 408 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Burkina Faso - Burkina Faso - BF - BFA - 854 - 854 + Uganda + Uganda + UG + UGA + 800 + 800 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Kitts and Nevis - Saint Kitts and Nevis - KN - KNA - 659 - 659 - - - + Norfolk Island + Norfolk Island + NF + NFK + 574 + 574 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Eswatini - Eswatini - SZ - SWZ - 748 - 748 - - - + Czechia + Czechia + CZ + CZE + 203 + 203 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Montserrat - Montserrat - MS - MSR - 500 - 500 - - - + Latvia + Latvia + LV + LVA + 428 + 428 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -5229,97 +5167,106 @@ accepted Harshvardhan J. Pandit - - + + - Texas - Texas - + Solomon Islands + Solomon Islands + SB + SLB + 90 + 90 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Puerto Rico - Puerto Rico - + Armenia + Armenia + AM + ARM + 51 + 51 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - District of Columbia - District of Columbia - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - + Bosnia and Herzegovina + Bosnia and Herzegovina + BA + BIH + 70 + 70 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + - WesternAfrica - WesternAfrica - + Niue + Niue + NU + NIU + 570 + 570 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kuwait - Kuwait - KW - KWT - 414 - 414 - - + Mali + Mali + ML + MLI + 466 + 466 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Idaho - Idaho - + Isle of Man + Isle of Man + IM + IMN + 833 + 833 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Argentina - Argentina - AR - ARG - 32 - 32 + Brazil + Brazil + BR + BRA + 76 + 76 @@ -5327,424 +5274,478 @@ accepted Harshvardhan J. Pandit - + - Greenland - Greenland - GL - GRL - 304 - 304 - - + Saint Helena + Saint Helena + SH + SHN + 654 + 654 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + - Mississippi - Mississippi - + Melanesia + Melanesia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Rhode Island - Rhode Island - + North-Rhine Westphalia + North-Rhine Westphalia + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + - South Carolina - South Carolina - + EasternAsia + EasternAsia + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Maine - Maine - + United States Virgin Islands + United States Virgin Islands + VI + VIR + 850 + 850 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Wyoming - Wyoming - + China, Macao Special Administrative Region + China, Macao Special Administrative Region + MO + MAC + 446 + 446 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Ghana + Ghana + GH + GHA + 288 + 288 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Guam - Guam + Virginia + Virginia 2022-03-30 accepted Harshvardhan J. Pandit - + - Trinidad and Tobago - Trinidad and Tobago - TT - TTO - 780 - 780 - - - + Republic of Korea + Republic of Korea + KR + KOR + 410 + 410 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Georgia and the South Sandwich Islands - South Georgia and the South Sandwich Islands - GS - SGS - 239 - 239 - - - + Eritrea + Eritrea + ER + ERI + 232 + 232 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Brandenburg + Brandenburg + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Åland Islands - Åland Islands - AX - ALA - 248 - 248 - - + Montserrat + Montserrat + MS + MSR + 500 + 500 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Uzbekistan - Uzbekistan - UZ - UZB - 860 - 860 - - + Kiribati + Kiribati + KI + KIR + 296 + 296 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - China, Hong Kong Special Administrative Region - China, Hong Kong Special Administrative Region - HK - HKG - 344 - 344 - - + Taiwan (Province of China) + Taiwan (Province of China) 2022-03-30 accepted Harshvardhan J. Pandit - + - Nebraska - Nebraska + New Jersey + New Jersey 2022-03-30 accepted Harshvardhan J. Pandit - + - Iceland - Iceland - IS - ISL - 352 - 352 - - + Bahamas + Bahamas + BS + BHS + 44 + 44 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Nepal - Nepal - NP - NPL - 524 - 524 - - + New Mexico + New Mexico + 2022-03-30 accepted Harshvardhan J. Pandit - + - Angola - Angola - AO - AGO - 24 - 24 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Lower-Saxony - Lower-Saxony - + Christmas Island + Christmas Island + CX + CXR + 162 + 162 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - + + - CentralAmerica - CentralAmerica - + Namibia + Namibia + NA + NAM + 516 + 516 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Monaco - Monaco - MC - MCO - 492 - 492 - - + State of Palestine + State of Palestine + PS + PSE + 275 + 275 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Washington - Washington + Pennsylvania + Pennsylvania 2022-03-30 accepted Harshvardhan J. Pandit - + - Illinois - Illinois + California + California 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Saxony-Anhalt - Saxony-Anhalt - + United Republic of Tanzania + United Republic of Tanzania + TZ + TZA + 834 + 834 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nauru - Nauru - NR - NRU - 520 - 520 - - + Ethiopia + Ethiopia + ET + ETH + 231 + 231 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Iowa - Iowa + United States Minor Outlying Islands + United States Minor Outlying Islands 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Pennsylvania - Pennsylvania - + Trinidad and Tobago + Trinidad and Tobago + TT + TTO + 780 + 780 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - American Samoa - American Samoa + Wisconsin + Wisconsin 2022-03-30 accepted Harshvardhan J. Pandit - + - Senegal - Senegal - SN - SEN - 686 - 686 - - - + China + China + CN + CHN + 156 + 156 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - North Macedonia - North Macedonia - MK - MKD - 807 - 807 - - + Antigua and Barbuda + Antigua and Barbuda + AG + ATG + 28 + 28 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - New York - New York + Delaware + Delaware 2022-03-30 accepted Harshvardhan J. Pandit - + - Kansas - Kansas - + Washington + Washington + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Sierra Leone + Sierra Leone + SL + SLE + 694 + 694 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Dominican Republic - Dominican Republic - DO - DOM - 214 - 214 - - - + United Arab Emirates + United Arab Emirates + AE + ARE + 784 + 784 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Anguilla - Anguilla - AI - AIA - 660 - 660 - - - + Luxembourg + Luxembourg + LU + LUX + 442 + 442 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Liberia - Liberia - LR - LBR - 430 - 430 + Niger + Niger + NE + NER + 562 + 562 @@ -5752,185 +5753,184 @@ accepted Harshvardhan J. Pandit - + - Antarctica - Antarctica - AQ - ATA - 10 - 10 + Nepal + Nepal + NP + NPL + 524 + 524 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - North Carolina - North Carolina - + Sri Lanka + Sri Lanka + LK + LKA + 144 + 144 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Brunei Darussalam - Brunei Darussalam - BN - BRN - 96 - 96 - - + Berlin + Berlin + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tennessee - Tennessee + Colorado + Colorado 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - + - Melanesia - Melanesia - + Iowa + Iowa + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sark - Sark - - - + U.S. Virgin Islands + U.S. Virgin Islands + 2022-03-30 accepted Harshvardhan J. Pandit - + - Barbados - Barbados - BB - BRB - 52 - 52 - - - + India + India + IN + IND + 356 + 356 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Delaware - Delaware + Texas + Texas 2022-03-30 accepted Harshvardhan J. Pandit - + - Uganda - Uganda - UG - UGA - 800 - 800 + Senegal + Senegal + SN + SEN + 686 + 686 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Bulgaria - Bulgaria - BG - BGR - 100 - 100 - - + Hawaii + Hawaii + 2022-03-30 accepted Harshvardhan J. Pandit - + - North-Rhine Westphalia - North-Rhine Westphalia - + West Virginia + West Virginia + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Maine + Maine + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Australia - Australia - AU - AUS - 36 - 36 - - + Cambodia + Cambodia + KH + KHM + 116 + 116 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Florida - Florida + Kentucky + Kentucky 2022-03-30 accepted Harshvardhan J. Pandit - + - Kenya - Kenya - KE - KEN - 404 - 404 + Congo + Congo + CG + COG + 178 + 178 + - 2022-03-30 accepted Harshvardhan J. Pandit diff --git a/dpv-legal/modules/ontology.jsonld b/dpv-legal/modules/ontology.jsonld index 58be008c0..3c0843950 100644 --- a/dpv-legal/modules/ontology.jsonld +++ b/dpv-legal/modules/ontology.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric", + "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha3", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -50,18 +50,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Numeric code for a given region" + "@value": "The ISO-Alpha3 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ISO-numeric" + "@value": "ISO-alpha3" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2", + "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -111,18 +111,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Alpha2 code for a given region" + "@value": "The ISO-Numeric code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ISO-alpha2" + "@value": "ISO-numeric" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha3", + "@id": "https://w3id.org/dpv/dpv-legal#un_m49", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -140,7 +140,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@id": "https://unstats.un.org/unsd/methodology/m49" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -172,18 +172,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Alpha3 code for a given region" + "@value": "The UN-M49 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ISO-alpha3" + "@value": "UN-M49" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#un_m49", + "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -201,7 +201,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://unstats.un.org/unsd/methodology/m49" + "@id": "https://www.iso.org/iso-3166-country-codes.html" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -233,13 +233,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The UN-M49 code for a given region" + "@value": "The ISO-Alpha2 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "UN-M49" + "@value": "ISO-alpha2" } ] } diff --git a/dpv-legal/modules/ontology.rdf b/dpv-legal/modules/ontology.rdf index 39fbac825..40df45019 100644 --- a/dpv-legal/modules/ontology.rdf +++ b/dpv-legal/modules/ontology.rdf @@ -6,42 +6,42 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - ISO-numeric - The ISO-Numeric code for a given region + ISO-alpha3 + The ISO-Alpha3 code for a given region 2022-03-30 accepted Harshvardhan J. Pandit - + - ISO-alpha2 - The ISO-Alpha2 code for a given region + ISO-numeric + The ISO-Numeric code for a given region 2022-03-30 accepted Harshvardhan J. Pandit - + - ISO-alpha3 - The ISO-Alpha3 code for a given region + ISO-alpha2 + The ISO-Alpha2 code for a given region 2022-03-30 accepted diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.html b/dpv-owl/dpv-gdpr/dpv-gdpr.html index 2c0107e01..75fd1813d 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.html +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvo-gdpr", title: "DPVO-GDPR: GDPR Extension for DPV-OWL", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld b/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld index 929cc0e21..767e29ce9 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A15", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -12,30 +12,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Binding corporate rules" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Right of access" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -46,15 +40,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-b)" + "@value": "A15 Right of Access" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -65,42 +56,164 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv-owl/dpv-gdpr", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ + { + "@language": "en", + "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Bert Bos" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Ramisa Gachpaz Hamed" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" + "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." + } + ], + "http://purl.org/dc/terms/license": [ + { + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-04-02" } ], "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://www.w3.org/community/dpvcg/" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/title": [ { "@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": "DPV-GDPR: GDPR Extension for DPV" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "dpvo-gdpr" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv-owl/dpv-gdpr" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.6" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A21", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Right to object to processing of personal data" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -111,12 +224,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "A21 Right to object" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -127,34 +240,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Eva Schlehahn" }, { - "@value": "Rigo Wenning" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "consent of the data subject" + "@value": "public interest or official authority" } ], "http://purl.org/dc/terms/modified": [ @@ -165,13 +272,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -182,12 +283,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art.6(1-a) regular consent" + "@value": "Art 6(1-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -198,7 +302,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A20", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -210,30 +314,83 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request." + "@value": "Right to data portability" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "A20 Right to Data Portability" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-22" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj" + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -244,15 +401,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-b)" + "@value": "Binding Corporate Rules (BCR)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -263,7 +417,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A18", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A22", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -287,12 +441,12 @@ "http://purl.org/dc/terms/description": [ { "@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://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": [ @@ -303,7 +457,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A18 Right to Restrict Processing" + "@value": "A22 Right to object to automated decision making" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -319,42 +473,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "employment and social security and social protection law" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -365,15 +510,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-f)" + "@value": "Art 9(2-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -384,7 +526,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -405,7 +547,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "substantial public interest, on the basis of Union or Member State law" + "@value": "explicit consent with special categories of data" } ], "http://purl.org/dc/terms/modified": [ @@ -416,7 +558,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_9/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -427,12 +569,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 9(2-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -443,7 +585,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -461,7 +603,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights" + "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person." } ], "http://purl.org/dc/terms/modified": [ @@ -472,13 +614,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -489,10 +631,13 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-e)" + "@value": "Art 49(1-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" + }, { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } @@ -505,7 +650,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A77", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A14", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -516,25 +661,25 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to lodge a complaint with a supervisory authority" + "@value": "information to be provided where personal data is collected from other sources" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -545,7 +690,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "A14 Right to be Informed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -561,7 +706,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -579,7 +724,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary." + "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights" } ], "http://purl.org/dc/terms/modified": [ @@ -590,13 +735,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has Adequacy Decision." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -607,7 +752,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 45(3)" + "@value": "Art 46(2-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -623,39 +768,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "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 necessary for the establishment, exercise or defence of legal claims." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -666,12 +814,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "Art 49(1-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -682,28 +830,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request." } ], "http://purl.org/dc/terms/modified": [ @@ -714,7 +859,13 @@ ], "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_b/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -725,12 +876,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "Art 49(1-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -794,7 +948,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -812,7 +966,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." + "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary." } ], "http://purl.org/dc/terms/modified": [ @@ -823,13 +977,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Transfer from EU to a third country. Third country has Adequacy Decision." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -840,13 +994,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-d)" + "@value": "Art 45(3)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" - }, { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } @@ -859,7 +1010,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -877,7 +1028,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" + "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." } ], "http://purl.org/dc/terms/modified": [ @@ -888,13 +1039,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. 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/2000/01/rdf-schema#isDefinedBy": [ @@ -905,15 +1056,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-c)" + "@value": "Art 46(3-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -924,30 +1072,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" + "@value": "data manifestly made public by the data subject" } ], "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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -958,12 +1109,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification Mechanisms for Data Transfers" + "@value": "Art 9(2-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -974,7 +1125,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -992,7 +1143,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" + "@value": "Standard data protection clauses adopted by the Commission" } ], "http://purl.org/dc/terms/modified": [ @@ -1003,13 +1154,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority" + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1020,15 +1171,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-d)" + "@value": "Art 46(2-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1039,7 +1190,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1051,83 +1202,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg Krog" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "information to be provided where personal data is collected from other sources" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "A14 Right to be Informed" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@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_46/par_3/pnt_b/oj" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj" + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1138,15 +1236,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "Art 46(3-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1157,39 +1252,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-g", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" + "@value": "Eva Schlehahn" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" + "@value": "substantial public interest, on the basis of Union or Member State law" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/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": [ @@ -1200,12 +1295,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SCCs adopted by Commission" + "@value": "Art 9(2-g)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1216,7 +1311,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1234,7 +1329,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." + "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights" } ], "http://purl.org/dc/terms/modified": [ @@ -1245,13 +1340,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1262,7 +1357,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(3-a)" + "@value": "Art 46(2-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1278,36 +1373,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Eva Schlehahn" }, { - "@value": "Georg Krog" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" + "@value": "legitimate interests" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1318,12 +1416,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "Art 6(1-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1334,36 +1432,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Eva Schlehahn" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legal instrument or tool intended to assist or justify data transfers" + "@value": "compliance with a legal obligation" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1374,12 +1475,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Tool" + "@value": "Art 6(1-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1390,36 +1491,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg Krog" + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/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": [ @@ -1430,12 +1534,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "SCCs adopted by Commission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1446,39 +1550,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Eva Schlehahn" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises." + "@value": "protection of the vital interests" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1489,12 +1593,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "Art 9(2-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1505,36 +1609,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SupplementaryMeasure", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" + "@value": "protection of the vital interests" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1545,12 +1652,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Supplementary Measure" + "@value": "Art 6(1-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1561,164 +1668,101 @@ ] }, { - "@id": "https://w3id.org/dpv-owl/dpv-gdpr", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-a", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/abstract": [ - { - "@language": "en", - "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Bert Bos" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Javier D. Fernández" - }, - { - "@value": "Piero Bonatti" - } + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-18" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." - } - ], - "http://purl.org/dc/terms/license": [ - { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards." } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "DPV-GDPR: GDPR Extension for DPV" + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "dpvo-gdpr" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "https://w3id.org/dpv-owl/dpv-gdpr" + "@language": "en", + "@value": "Art 49(1-a)" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "0.5" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Consent" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SupplementaryMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, { "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1729,15 +1773,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Supplementary Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1748,7 +1789,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1766,7 +1807,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights" + "@value": "The transfer is necessary for important reasons of public interest." } ], "http://purl.org/dc/terms/modified": [ @@ -1777,13 +1818,13 @@ ], "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_49/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1794,10 +1835,13 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(3-b)" + "@value": "Art 49(1-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + }, { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } @@ -1810,36 +1854,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#AdHocContractualClauses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "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/description": [ { "@language": "en", - "@value": "information to be provided where personal data is directly collected from data subject" + "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/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": [ @@ -1850,12 +1888,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A13 Right to be Informed" + "@value": "AdHoc Contractual Clauses" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1866,28 +1907,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;" + "@value": "Standard data protection clauses adopted by a Supervisory Authority" } ], "http://purl.org/dc/terms/modified": [ @@ -1898,7 +1936,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1909,12 +1953,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-d)" + "@value": "Art 46(2-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1925,42 +1972,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CodesOfConductForDataTransfers", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1971,12 +2006,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-e)" + "@value": "Codes of Conduct for Data Transfers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1987,7 +2022,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A13", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1999,30 +2034,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Georg Krog" + }, { - "@language": "en", - "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case." - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Beatriz Esteves" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj" + "@language": "en", + "@value": "information to be provided where personal data is directly collected from data subject" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2033,12 +2062,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-g)" + "@value": "A13 Right to be Informed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2049,30 +2078,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CodesOfConductForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-2", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" + "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2083,12 +2124,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Codes of Conduct for Data Transfers" + "@value": "Art 49(2)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2099,7 +2143,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-j", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2111,16 +2155,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" } ], "http://purl.org/dc/terms/modified": [ @@ -2131,7 +2175,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2142,12 +2186,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 9(2-j)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2158,25 +2202,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "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": "performance of a contract" } ], "http://purl.org/dc/terms/modified": [ @@ -2187,13 +2234,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@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": [ @@ -2204,15 +2245,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-a)" + "@value": "Art 6(1-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2223,7 +2261,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A17", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2235,30 +2273,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Right to erasure ('Right to be forgotten')" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2269,12 +2301,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-f)" + "@value": "A17 Right to Erasure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2285,17 +2317,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-non-explicit-consent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rigo Wenning" + }, + { + "@value": "Harshvardhan J. Pandit" + }, { "@value": "Eva Schlehahn" }, @@ -2306,7 +2344,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@value": "consent of the data subject" } ], "http://purl.org/dc/terms/modified": [ @@ -2317,7 +2355,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2328,12 +2372,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "Art.6(1-a) regular consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2344,28 +2388,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "performance of a contract" + "@value": "Binding corporate rules" } ], "http://purl.org/dc/terms/modified": [ @@ -2376,7 +2417,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2387,12 +2434,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-b)" + "@value": "Art 46(2-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2403,28 +2453,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-g", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" - }, - { - "@value": "Eva Schlehahn" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case." } ], "http://purl.org/dc/terms/modified": [ @@ -2435,7 +2482,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2446,12 +2499,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 49(1-g)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2462,39 +2515,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" }, { - "@value": "Eva Schlehahn" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest or official authority" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2505,15 +2558,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "SCCs adopted by Supervisory Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2524,7 +2574,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-2", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A7-3", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2536,30 +2586,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Right to withdraw consent" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2570,15 +2614,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(2)" + "@value": "A7-3 Right to Withdraw Consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2601,16 +2642,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Rigo Wenning" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" }, { - "@value": "Rigo Wenning" + "@value": "Bud Bruegger" }, { - "@value": "Eva Schlehahn" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ @@ -2660,33 +2701,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A16", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Georg Krog" }, { - "@value": "Eva Schlehahn" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@value": "Right to rectification" } ], "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_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2697,12 +2741,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "A16 Right to Rectification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2713,7 +2757,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A19", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2724,25 +2768,25 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Georg Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2753,7 +2797,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A17 Right to Erasure" + "@value": "A19 Right to Rectification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2769,7 +2813,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A18", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2793,12 +2837,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to data portability" + "@value": "Right to restriction of processing" } ], "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_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2809,7 +2853,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A20 Right to Data Portability" + "@value": "A18 Right to Restrict Processing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2825,7 +2869,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-h", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2837,27 +2881,21 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest in public health" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/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": [ @@ -2868,12 +2906,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-i)" + "@value": "Art 9(2-h)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2884,7 +2922,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2905,7 +2943,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;" } ], "http://purl.org/dc/terms/modified": [ @@ -2916,7 +2954,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2927,12 +2965,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-c)" + "@value": "Art 9(2-d)" } ], "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": [ @@ -2943,7 +2981,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A77", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2955,10 +2993,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Beatriz Esteves" }, { - "@value": "Beatriz Esteves" + "@value": "Georg Krog" }, { "@value": "Harshvardhan J. Pandit" @@ -2967,12 +3005,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right of access" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2983,7 +3021,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "A77 Right to Complaint" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2999,36 +3037,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to rectification" + "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj" + "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3039,12 +3080,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A16 Right to Rectification" + "@value": "Standard Contractual Clauses (SCC)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3055,23 +3099,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CertificationMechanismsForDataTransfers", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg Krog" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" } @@ -3079,12 +3117,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right not to be subject to a decision based solely on automated processing including profiling" + "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/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": [ @@ -3095,12 +3133,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "Certification Mechanisms for Data Transfers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3111,7 +3149,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-i", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3132,7 +3170,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" + "@value": "public interest in public health" } ], "http://purl.org/dc/terms/modified": [ @@ -3143,7 +3181,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3154,7 +3192,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "Art 9(2-i)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -3170,30 +3208,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" + "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3204,15 +3254,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Art 49(1-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson" }, { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3223,33 +3273,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool", "@type": [ "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": "Eva Schlehahn" + "@value": "David Hickey" }, { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@value": "A legal instrument or tool intended to assist or justify data transfers" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj" + "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3260,12 +3313,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "Data Transfer Tool" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3276,89 +3329,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-h", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" - }, - { - "@value": "Eva Schlehahn" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3" - } - ], - "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-owl/dpv-gdpr#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Art 9(2-h)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "A legally binding and enforceable instrument between public authorities or bodies" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A7-3", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Beatriz Esteves" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Right to withdraw consent" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj" + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3369,12 +3375,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "Art 46(2-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.n3 b/dpv-owl/dpv-gdpr/dpv-gdpr.n3 index 358e33627..4fb3154cf 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.n3 +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.n3 @@ -9,7 +9,8 @@ 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", @@ -17,6 +18,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -36,7 +38,7 @@ 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 . + owl:versionInfo "0.6"^^xsd:string . dpvo-gdpr:A13 a owl:Class ; rdfs:label "A13 Right to be Informed"@en ; diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.rdf b/dpv-owl/dpv-gdpr/dpv-gdpr.rdf index b56e0407c..3b822a35d 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.rdf +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.rdf @@ -7,763 +7,765 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - + + accepted - Beatriz Esteves - Harshvardhan J. Pandit Georg Krog - - A14 Right to be Informed - accepted - information to be provided where personal data is collected from other sources - - 2020-11-04 - - - - - + Beatriz Esteves Harshvardhan J. Pandit - AdHoc Contractual Clauses - 2021-09-22 - accepted - - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller - - - - 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. - accepted - 2021-09-08 - + Right to object to processing of personal data - Georg P Krog + + A21 Right to object 2020-11-04 - - - - 2019-04-05 - - 2021-09-08 - - Eva Schlehahn - Bud Bruegger - - legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects; - accepted - Art 9(2-d) - - - - Beatriz Esteves - Harshvardhan J. Pandit - Georg Krog - accepted - A77 Right to Complaint - Right to lodge a complaint with a supervisory authority - - 2020-11-04 - - - - - accepted - Art 46(2-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. - Georg P Krog - 2021-09-08 - 2020-11-04 + - + 2021-09-08 Binding corporate rules - - - - + - 2020-11-04 - 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. - - 2021-09-08 - Art 49(1-a) - accepted - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - Georg P Krog - - - accepted - - Eva Schlehahn - Bud Bruegger - protection of the vital interests - 2021-09-08 - Art 6(1-d) - + Art 46(2-b) - 2019-04-05 - - - explicit consent with special categories of data - + Bud Bruegger Eva Schlehahn - - 2019-04-05 accepted - 2021-09-08 - - Art 9(2-a) - - - - Bud Bruegger - Eva Schlehahn - 2019-04-05 - accepted - Art 9(2-h) - - preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3 + public interest in public health - - - Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning - Eva Schlehahn - accepted - explicit' consent of the data subject - - Art 6(1-a) explicit consent + 2021-09-08 - - 2019-04-10 - Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)" - - - - - - Bud Bruegger - Eva Schlehahn Art 9(2-i) - public interest in public health + + + Transfer from EU to a third country. Third country has Adequacy Decision. 2021-09-08 - 2019-04-05 accepted - + Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. + + + Georg P Krog + + + 2020-11-04 + Art 45(3) - - 2019-04-05 - accepted - Eva Schlehahn - Bud Bruegger - protection of the vital interests - Art 9(2-c) - + - + Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers + accepted + Harshvardhan J. Pandit + + Certification Mechanisms for Data Transfers - 2021-09-08 + 2021-09-22 + - + + 2020-11-04 + Art 46(2-e) + 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 + accepted + An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights + + + + 2020-11-04 + Harshvardhan J. Pandit + Georg Krog + Beatriz Esteves + information to be provided where personal data is collected from other sources + accepted - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - Georg P Krog - - 2020-11-04 - Art 49(1-d) - The transfer is necessary for important reasons of public interest. + A14 Right to be Informed + - - + + accepted 2021-09-08 + Art 6(1-a) explicit consent - Harshvardhan J. Pandit - Bud Bruegger - Eva Schlehahn - Rigo Wenning - Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'. 2019-04-10 - accepted + Rigo Wenning + Eva Schlehahn + Bud Bruegger + Harshvardhan J. Pandit + - consent of the data subject - Art.6(1-a) regular 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)" - + + + 2020-11-04 Georg Krog - Beatriz Esteves Harshvardhan J. Pandit - - 2020-11-04 - - - Right not to be subject to a decision based solely on automated processing including profiling + Beatriz Esteves accepted - A22 Right to object to automated decision making + + A18 Right to Restrict Processing + Right to restriction of processing + - - 2020-11-04 - - Art 46(2-e) - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. - + + Bert Bos + Paul Ryan + Bud Bruegger + Georg P Krog + Harshvardhan J. Pandit + Rob Brennan + Beatriz Esteves + Julian Flake + David Hickey + Piero Bonatti + Simon Steyskal + Mark Lizar + Eva Schlehahn + Elmar Kiesling + Rigo Wenning + Fajar J. Ekaputra + Javier D. Fernández + Axel Polleres + Ramisa Gachpaz Hamed + https://w3id.org/dpv-owl/dpv-gdpr + Axel Polleres + Harshvardhan J. Pandit + The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. + + 2022-04-02 + + DPV-GDPR: GDPR Extension for DPV + 0.6 + 2019-06-18 + dpvo-gdpr + The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. + + + + + + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + 2021-09-22 + AdHoc Contractual Clauses + accepted - 2021-09-08 + Harshvardhan J. Pandit - - 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 + - - + + + A legal instrument or tool intended to assist or justify data transfers + + + 2021-09-22 David Hickey Harshvardhan J. Pandit - Paul Ryan - Georg P Krog + Data Transfer Tool - - - 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 - Binding Corporate Rules (BCR) + - - employment and social security and social protection law - - Bud Bruegger + Eva Schlehahn + Bud Bruegger + 2019-04-05 + + + 2021-09-08 + accepted + + + Art 6(1-c) + compliance with a legal obligation + + + Eva Schlehahn + Bud Bruegger + + Art 9(2-e) + data manifestly made public by the data subject + accepted + 2019-04-05 + + + accepted + employment and social security and social protection law Art 9(2-b) + 2019-04-05 + Eva Schlehahn + Bud Bruegger + + - - information to be provided where personal data is directly collected from data subject + + + Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + + 2021-09-22 + David Hickey + Georg P Krog + Harshvardhan J. Pandit + + Supplementary Measure accepted - A13 Right to be Informed + + + 2020-11-04 - - Beatriz Esteves - Harshvardhan J. Pandit Georg Krog - + Harshvardhan J. Pandit + + + + accepted + Right to lodge a complaint with a supervisory authority + A77 Right to Complaint - + + accepted + A19 Right to Rectification + Georg Krog Harshvardhan J. Pandit Beatriz Esteves + + + Right to be notified in case of rectification or erasure of personal data or restriction of processing + 2020-11-04 - + + + Eva Schlehahn + Bud Bruegger + + preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3 + 2019-04-05 - + + Art 9(2-h) accepted - A16 Right to Rectification - Right to rectification - - establishment, exercise or defence of legal claims / courts acting in their judicial capacity + + + + Paul Ryan + Harshvardhan J. Pandit + David Hickey + Georg P Krog + 2021-09-22 + SCCs adopted by Commission - - + + accepted + Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) + + Eva Schlehahn Bud Bruegger + + public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law + 2019-04-05 + Art 9(2-j) + + accepted + 2021-09-08 - Art 9(2-f) - 2019-04-05 - - 2021-09-08 - Art 49(1-f) - + + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + accepted Georg P Krog - 2020-11-04 - - - The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent. + + 2020-11-04 + Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + 2021-09-08 + + Art 46(3-a) + + + Art 9(2-a) accepted + explicit consent with special categories of data + + + Eva Schlehahn + Bud Bruegger + + 2019-04-05 + 2021-09-08 - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + + A22 Right to object to automated decision making + + Georg Krog + Harshvardhan J. Pandit + Beatriz Esteves 2020-11-04 - + accepted + Right not to be subject to a decision based solely on automated processing including profiling - + + + 2021-09-08 accepted - Georg P Krog - Art 49(1-g) - Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. - 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. + + Eva Schlehahn + Bud Bruegger + 2019-04-05 + Art 6(1-e) + + + public interest or official authority + + - - 2020-11-04 + - accepted - Right to be notified in case of rectification or erasure of personal data or restriction of processing - Harshvardhan J. Pandit + + Beatriz Esteves + Harshvardhan J. Pandit Georg Krog - A19 Right to Rectification - + A17 Right to Erasure + Right to erasure ('Right to be forgotten') + 2020-11-04 - - Right to restriction of processing + + Art 6(1-b) + + accepted + - Georg Krog - Harshvardhan J. Pandit - Beatriz Esteves - 2020-11-04 - A18 Right to Restrict Processing + Eva Schlehahn + Bud Bruegger + 2019-04-05 - - accepted - - - - 2019-06-18 - 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. - Eva Schlehahn - Georg P Krog - Bud Bruegger - Bert Bos - Simon Steyskal - Fajar J. Ekaputra - David Hickey - Julian Flake - Elmar Kiesling - Rob Brennan - Paul Ryan - Ramisa Gachpaz Hamed - Beatriz Esteves - Mark Lizar - Rigo Wenning - Javier D. Fernández - Piero Bonatti - Axel Polleres - Harshvardhan J. Pandit - - dpvo-gdpr - - The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. - https://w3id.org/dpv-owl/dpv-gdpr - 2022-04-02 - - 0.5 + performance of a contract + 2021-09-08 - - - Standard Contractual Clauses (SCC) - - - David Hickey - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - 2021-09-22 + + + + The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request. + 2021-09-08 accepted - - Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries + Art 49(1-b) + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + + + 2020-11-04 + Georg P Krog - - + accepted + Georg P Krog + Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. - Georg Krog - Harshvardhan J. Pandit - Beatriz Esteves + 2020-11-04 - A20 Right to Data Portability + - - Right to data portability + Art 49(1-g) + 2021-09-08 + The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case. - - A7-3 Right to Withdraw Consent - Georg Krog + Right to withdraw consent + + 2020-11-04 Harshvardhan J. Pandit + Georg Krog Beatriz Esteves - 2020-11-04 + accepted - - Right to withdraw consent + A7-3 Right to Withdraw Consent - + + 2020-11-04 + 2021-09-08 accepted + + The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards. + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + Art 49(1-a) + 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. - - 2020-11-04 - - Transfer from EU to a third country. Third country has Adequacy Decision. - - 2021-09-08 + + + 2020-11-04 Art 46(2-a) A legally binding and enforceable instrument between public authorities or bodies - 2020-11-04 - + accepted + 2021-09-08 - accepted - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. Georg P Krog - 2021-09-08 - - - Georg Krog - Beatriz Esteves - Harshvardhan J. Pandit - 2020-11-04 - - - A15 Right of Access - accepted - - Right of access + - - compliance with a legal obligation - - 2019-04-05 - 2021-09-08 + + establishment, exercise or defence of legal claims / courts acting in their judicial capacity accepted + + Eva Schlehahn Bud Bruegger - + + 2019-04-05 + Art 9(2-f) - Art 6(1-c) - - - - + + 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'. + Rigo Wenning + Harshvardhan J. Pandit + Eva Schlehahn + Bud Bruegger + + consent of the data subject + 2021-09-08 + + Art.6(1-a) regular consent + 2019-04-10 accepted + + + + + 2021-09-08 - 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. + The transfer is necessary for the establishment, exercise or defence of legal claims. + Art 49(1-e) + + accepted Georg P Krog + + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2020-11-04 + + + + Right to rectification + + Georg Krog + Harshvardhan J. Pandit + Beatriz Esteves + + A16 Right to Rectification 2020-11-04 - + accepted - David Hickey Georg P Krog - Harshvardhan J. Pandit Paul Ryan + Harshvardhan J. Pandit + David Hickey SCCs adopted by Supervisory Authority - 2021-09-22 + accepted - Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2) + 2021-09-22 - - Bud Bruegger - Eva Schlehahn - - legitimate interests - - 2021-09-08 - 2019-04-05 - accepted - Art 6(1-f) + + Harshvardhan J. Pandit + David Hickey + Georg P Krog + Paul Ryan + 2021-09-22 - - - + accepted - + + + Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries + Standard Contractual Clauses (SCC) + + + 2020-11-04 + Georg Krog + Harshvardhan J. Pandit + Beatriz Esteves + A13 Right to be Informed + + accepted - The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - Georg P Krog + information to be provided where personal data is directly collected from data subject + + + + + + Eva Schlehahn + Bud Bruegger + + 2019-04-05 + 2021-09-08 + + Art 9(2-d) + legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects; + accepted + + + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + A20 Right to Data Portability + 2020-11-04 - Art 49(1-b) + + Right to data portability + + accepted - - 2021-09-22 - David Hickey + Georg P Krog - Harshvardhan J. Pandit + + accepted - Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + 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 - Supplementary Measure + 2021-09-08 + Art 46(2-c) - - - - - - Paul Ryan - Harshvardhan J. Pandit - David Hickey - Georg P Krog + - Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) - SCCs adopted by Commission - 2021-09-22 + substantial public interest, on the basis of Union or Member State law accepted - + + Art 9(2-g) + 2019-04-05 + Eva Schlehahn + Bud Bruegger + + + 2021-09-08 + + + 2020-11-04 + Art 46(3-b) + 2021-09-08 + accepted + + + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + Georg P Krog + + Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights - + 2020-11-04 + Harshvardhan J. Pandit + Georg Krog + Beatriz Esteves - Art 49(1-c) - - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person. - Georg P Krog - 2021-09-08 - accepted - - - - - Art 6(1-e) - Bud Bruegger - Eva Schlehahn + + Right of access + A15 Right of Access - 2019-04-05 - - accepted - 2021-09-08 - public interest or official authority - + - + + 2020-11-04 + Art 49(1-d) - - + - 2020-11-04 - 2021-09-08 - 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. + The transfer is necessary for important reasons of public interest. accepted + Georg P Krog - Art 49(2) - - - The transfer is necessary for the establishment, exercise or defence of legal claims. - Art 49(1-e) Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + + + 2020-11-04 + Art 49(2) + The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data. 2021-09-08 accepted + + + Georg P Krog + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply. + + + + 2020-11-04 - + 2021-09-08 + - - - + Art 49(1-f) + accepted + Georg P Krog + + The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent. + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + + + + Art 9(2-c) + Eva Schlehahn + Bud Bruegger + 2019-04-05 + 2021-09-08 + accepted - Georg P Krog - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority + + protection of the vital interests + + + Art 46(2-d) + Standard data protection clauses adopted by a Supervisory Authority + 2020-11-04 + 2021-09-08 + - 2020-11-04 - - Standard data protection clauses adopted by a Supervisory Authority - Art 46(2-d) - - - Codes of Conduct that outline sufficient safeguards for carrying out data transfers + 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 - Codes of Conduct for Data Transfers + Georg P Krog - 2021-09-22 - - - Harshvardhan J. Pandit - - 2020-11-04 + + 2021-09-08 + Art 46(2-f) + + An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights + accepted + 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. - Georg P Krog - 2021-09-08 - Standard data protection clauses adopted by the Commission - Art 46(2-c) + 2020-11-04 - + - Bud Bruegger - Eva Schlehahn - accepted - 2019-04-05 - public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law - - + Binding Corporate Rules (BCR) + David Hickey + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + 2021-09-22 + - 2021-09-08 - Art 9(2-j) + accepted + Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises. + - - - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers - Certification Mechanisms for Data Transfers - - - Harshvardhan J. Pandit + + protection of the vital interests accepted - 2021-09-22 + - - Eva Schlehahn Bud Bruegger - accepted - - substantial public interest, on the basis of Union or Member State law - Art 9(2-g) 2019-04-05 - 2021-09-08 - - + 2021-09-08 + Art 6(1-d) + - - Art 6(1-b) - - Eva Schlehahn - Bud Bruegger - - - 2019-04-05 - performance of a contract - accepted + + Art 49(1-c) + + 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. + accepted 2021-09-08 - - - - Eva Schlehahn - Bud Bruegger - Art 9(2-e) - data manifestly made public by the data subject - - - 2019-04-05 - accepted - - - Beatriz Esteves - Georg Krog - Harshvardhan J. Pandit - Right to erasure ('Right to be forgotten') - A17 Right to Erasure - + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. 2020-11-04 - - + - accepted - - - - David Hickey - Harshvardhan J. Pandit - Data Transfer Tool + + accepted - A legal instrument or tool intended to assist or justify data transfers - - 2021-09-22 - - - - Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights - Georg P Krog + Art 6(1-f) + Eva Schlehahn + Bud Bruegger + + 2019-04-05 - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. 2021-09-08 - Art 46(3-b) - 2020-11-04 - - - accepted - + legitimate interests - - Beatriz Esteves - Harshvardhan J. Pandit - Georg Krog - Right to object to processing of personal data + - + + Harshvardhan J. Pandit + 2021-09-22 + Codes of Conduct that outline sufficient safeguards for carrying out data transfers - A21 Right to object - 2020-11-04 accepted - + Codes of Conduct for Data Transfers + diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.ttl b/dpv-owl/dpv-gdpr/dpv-gdpr.ttl index 358e33627..4fb3154cf 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.ttl +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.ttl @@ -9,7 +9,8 @@ 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", @@ -17,6 +18,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -36,7 +38,7 @@ 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 . + owl:versionInfo "0.6"^^xsd:string . dpvo-gdpr:A13 a owl:Class ; rdfs:label "A13 Right to be Informed"@en ; diff --git a/dpv-owl/dpv-gdpr/index.html b/dpv-owl/dpv-gdpr/index.html index 2c0107e01..75fd1813d 100644 --- a/dpv-owl/dpv-gdpr/index.html +++ b/dpv-owl/dpv-gdpr/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvo-gdpr", title: "DPVO-GDPR: GDPR Extension for DPV-OWL", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", diff --git a/dpv-owl/dpv-gdpr/modules/data_transfers.jsonld b/dpv-owl/dpv-gdpr/modules/data_transfers.jsonld index a2ac33cc6..1445ee2f9 100644 --- a/dpv-owl/dpv-gdpr/modules/data_transfers.jsonld +++ b/dpv-owl/dpv-gdpr/modules/data_transfers.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SupplementaryMeasure", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -14,6 +14,9 @@ { "@value": "David Hickey" }, + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, @@ -24,12 +27,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" + "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -40,12 +43,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Supplementary Measure" + "@value": "Standard Contractual Clauses (SCC)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -165,7 +171,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CodesOfConductForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -176,6 +182,15 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -183,12 +198,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" + "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)" } ], "http://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": [ @@ -199,12 +214,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Codes of Conduct for Data Transfers" + "@value": "SCCs adopted by Supervisory Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -215,7 +230,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -242,12 +257,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)" + "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/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": [ @@ -258,12 +273,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "Binding Corporate Rules (BCR)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -274,7 +289,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SupplementaryMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -288,9 +303,6 @@ { "@value": "David Hickey" }, - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, @@ -301,12 +313,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries" + "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://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": [ @@ -317,15 +329,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "Supplementary Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -336,7 +345,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -347,6 +356,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, { "@value": "Harshvardhan J. Pandit" } @@ -354,12 +366,15 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" + "@value": "A legal instrument or tool intended to assist or justify data transfers" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj" + }, + { + "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -370,15 +385,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Data Transfer Tool" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -389,7 +401,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#AdHocContractualClauses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -400,9 +412,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } @@ -410,15 +419,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legal instrument or tool intended to assist or justify data transfers" + "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj" - }, - { - "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" + "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -429,12 +435,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Tool" + "@value": "AdHoc Contractual Clauses" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -445,7 +454,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CodesOfConductForDataTransfers", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -456,15 +465,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -472,12 +472,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises." + "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_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": [ @@ -488,7 +488,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "Codes of Conduct for Data Transfers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/dpv-owl/dpv-gdpr/modules/data_transfers.rdf b/dpv-owl/dpv-gdpr/modules/data_transfers.rdf index 5617969ab..219bb57c3 100644 --- a/dpv-owl/dpv-gdpr/modules/data_transfers.rdf +++ b/dpv-owl/dpv-gdpr/modules/data_transfers.rdf @@ -5,12 +5,24 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - 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. - + + AdHoc Contractual Clauses + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + + 2021-09-22 + accepted + 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) + 2021-09-22 accepted David Hickey @@ -19,11 +31,11 @@ Harshvardhan J. Pandit - + - Codes of Conduct for Data Transfers - Codes of Conduct that outline sufficient safeguards for carrying out data transfers + Certification Mechanisms for Data Transfers + Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers 2021-09-22 accepted @@ -45,43 +57,30 @@ Harshvardhan J. Pandit - + - - AdHoc Contractual Clauses - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + Codes of Conduct for Data Transfers + Codes of Conduct that outline sufficient safeguards for carrying out data transfers 2021-09-22 accepted Harshvardhan J. Pandit - + - - SCCs adopted by Commission - Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) - + + Supplementary Measure + Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + 2021-09-22 accepted David Hickey - Paul Ryan Georg P Krog Harshvardhan J. Pandit - - - - 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 - - @@ -95,25 +94,26 @@ Harshvardhan J. Pandit - + - - Supplementary Measure - Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements - + + Binding Corporate Rules (BCR) + Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises. + 2021-09-22 accepted David Hickey + Paul Ryan Georg P Krog Harshvardhan J. Pandit - + - 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 diff --git a/dpv-owl/dpv-gdpr/modules/legal_basis.jsonld b/dpv-owl/dpv-gdpr/modules/legal_basis.jsonld index 00530af6e..4edfbeba0 100644 --- a/dpv-owl/dpv-gdpr/modules/legal_basis.jsonld +++ b/dpv-owl/dpv-gdpr/modules/legal_basis.jsonld @@ -1,24 +1,27 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Binding corporate rules" + "@value": "public interest or official authority" } ], "http://purl.org/dc/terms/modified": [ @@ -29,13 +32,63 @@ ], "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_6/par_1/pnt_e/oj" } ], - "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/dpv-gdpr#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@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": "Art 6(1-e)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-b", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "employment and social security and social protection law" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -46,15 +99,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-b)" + "@value": "Art 9(2-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -65,7 +115,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -83,7 +133,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" + "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person." } ], "http://purl.org/dc/terms/modified": [ @@ -94,13 +144,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -111,12 +161,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "Art 49(1-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -127,14 +180,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -143,18 +196,12 @@ }, { "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "consent of the data subject" + "@value": "explicit consent with special categories of data" } ], "http://purl.org/dc/terms/modified": [ @@ -165,13 +212,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -182,7 +223,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art.6(1-a) regular consent" + "@value": "Art 9(2-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -198,7 +239,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -216,7 +257,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request." + "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights" } ], "http://purl.org/dc/terms/modified": [ @@ -227,13 +268,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -244,15 +285,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-b)" + "@value": "Art 46(2-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -263,28 +301,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "substantial public interest, on the basis of Union or Member State law" + "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." } ], "http://purl.org/dc/terms/modified": [ @@ -295,7 +330,13 @@ ], "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_e/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -306,12 +347,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 49(1-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -322,7 +363,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -340,7 +381,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent." + "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request." } ], "http://purl.org/dc/terms/modified": [ @@ -351,7 +392,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ @@ -368,7 +409,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-f)" + "@value": "Art 49(1-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -376,7 +417,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -387,42 +428,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -433,12 +465,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-e)" + "@value": "Art 9(2-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -511,28 +543,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." } ], "http://purl.org/dc/terms/modified": [ @@ -543,7 +572,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -554,12 +589,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "Art 46(3-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -570,33 +605,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" + "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -607,12 +651,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-f)" + "@value": "Art 46(2-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -623,42 +667,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "data manifestly made public by the data subject" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@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": [ @@ -669,15 +704,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-d)" + "@value": "Art 9(2-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -688,7 +720,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -706,7 +738,7 @@ "http://purl.org/dc/terms/description": [ { "@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://purl.org/dc/terms/modified": [ @@ -717,13 +749,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. 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/2000/01/rdf-schema#isDefinedBy": [ @@ -734,15 +766,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-c)" + "@value": "Art 46(3-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -753,25 +782,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-g", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" + "@value": "substantial public interest, on the basis of Union or Member State law" } ], "http://purl.org/dc/terms/modified": [ @@ -782,13 +814,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -799,15 +825,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-d)" + "@value": "Art 9(2-g)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -818,25 +841,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." + "@value": "legitimate interests" } ], "http://purl.org/dc/terms/modified": [ @@ -847,13 +873,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -864,12 +884,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(3-a)" + "@value": "Art 6(1-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -880,7 +900,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -898,7 +918,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person." + "@value": "Standard data protection clauses adopted by the Commission" } ], "http://purl.org/dc/terms/modified": [ @@ -909,13 +929,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -926,7 +946,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Art 46(2-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -934,7 +954,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -945,25 +965,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights" + "@value": "compliance with a legal obligation" } ], "http://purl.org/dc/terms/modified": [ @@ -974,13 +997,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -991,12 +1008,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(3-b)" + "@value": "Art 6(1-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1007,7 +1024,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1028,7 +1045,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;" + "@value": "protection of the vital interests" } ], "http://purl.org/dc/terms/modified": [ @@ -1039,7 +1056,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1050,12 +1067,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-d)" + "@value": "Art 9(2-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1066,25 +1083,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." + "@value": "protection of the vital interests" } ], "http://purl.org/dc/terms/modified": [ @@ -1095,13 +1115,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1112,12 +1126,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-e)" + "@value": "Art 6(1-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1128,7 +1142,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1146,7 +1160,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case." + "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards." } ], "http://purl.org/dc/terms/modified": [ @@ -1157,13 +1171,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1174,12 +1188,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-g)" + "@value": "Art 49(1-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1190,28 +1207,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@value": "The transfer is necessary for important reasons of public interest." } ], "http://purl.org/dc/terms/modified": [ @@ -1222,7 +1236,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1233,12 +1253,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 49(1-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1249,7 +1272,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1267,7 +1290,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards." + "@value": "Standard data protection clauses adopted by a Supervisory Authority" } ], "http://purl.org/dc/terms/modified": [ @@ -1278,13 +1301,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1295,7 +1318,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-a)" + "@value": "Art 46(2-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1303,7 +1326,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1314,7 +1337,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-2", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1332,7 +1355,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights" + "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data." } ], "http://purl.org/dc/terms/modified": [ @@ -1343,13 +1366,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. 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/2000/01/rdf-schema#isDefinedBy": [ @@ -1360,12 +1383,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-f)" + "@value": "Art 49(2)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1376,7 +1402,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-j", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1397,7 +1423,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" } ], "http://purl.org/dc/terms/modified": [ @@ -1408,7 +1434,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_9/par_2/pnt_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1419,12 +1445,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "Art 9(2-j)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1494,14 +1520,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-non-explicit-consent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ @@ -1510,12 +1536,18 @@ }, { "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest or official authority" + "@value": "consent of the data subject" } ], "http://purl.org/dc/terms/modified": [ @@ -1526,7 +1558,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1537,15 +1575,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "Art.6(1-a) regular consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1556,28 +1591,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "Binding corporate rules" } ], "http://purl.org/dc/terms/modified": [ @@ -1588,7 +1620,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1599,12 +1637,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 46(2-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1615,7 +1656,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-2", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-g", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1633,7 +1674,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data." + "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case." } ], "http://purl.org/dc/terms/modified": [ @@ -1644,13 +1685,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply." + "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1661,15 +1702,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(2)" + "@value": "Art 49(1-g)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1751,7 +1789,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-h", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1772,12 +1810,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3" } ], "http://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_h/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1788,7 +1826,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "Art 9(2-h)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1804,7 +1842,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1825,7 +1863,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest in public health" + "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;" } ], "http://purl.org/dc/terms/modified": [ @@ -1836,7 +1874,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1847,12 +1885,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-i)" + "@value": "Art 9(2-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1863,7 +1901,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-i", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1884,7 +1922,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "public interest in public health" } ], "http://purl.org/dc/terms/modified": [ @@ -1895,7 +1933,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1906,12 +1944,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-c)" + "@value": "Art 9(2-i)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1922,28 +1960,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" + "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent." } ], "http://purl.org/dc/terms/modified": [ @@ -1954,7 +1989,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1965,12 +2006,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "Art 49(1-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1981,86 +2025,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Art 9(2-e)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "A legally binding and enforceable instrument between public authorities or bodies" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-h", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Eva Schlehahn" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Bud Bruegger" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj" + "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2071,12 +2071,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Art 46(2-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/dpv-gdpr/modules/legal_basis.rdf b/dpv-owl/dpv-gdpr/modules/legal_basis.rdf index 7e5289ed0..5a79660f7 100644 --- a/dpv-owl/dpv-gdpr/modules/legal_basis.rdf +++ b/dpv-owl/dpv-gdpr/modules/legal_basis.rdf @@ -5,26 +5,26 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - - Art 6(1-e) - public interest or official authority - - 2019-04-05 + + + Art 46(2-b) + Binding corporate rules + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. + + 2020-11-04 2021-09-08 accepted - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - - Art 6(1-f) - legitimate interests - + + Art 9(2-i) + public interest in public health + 2019-04-05 2021-09-08 accepted @@ -32,52 +32,52 @@ Bud Bruegger - + - Art 46(2-f) - An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. - + + Art 49(1-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-d) - legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects; - - 2019-04-05 + + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - - Art 46(2-b) - Binding corporate rules - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. - + Art 46(3-a) + Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 6(1-c) - compliance with a legal obligation - + + Art 6(1-b) + performance of a contract + 2019-04-05 2021-09-08 accepted @@ -85,93 +85,107 @@ 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 46(2-e) + An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 49(1-a) - The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards. + + Art 49(1-b) + The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request. Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + 2020-11-04 2021-09-08 accepted Georg P Krog - + - Art 9(2-a) - explicit consent with special categories of data - - 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 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(2-f) + An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority. + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 6(1-d) - protection of the vital interests - - 2019-04-05 + + Art 46(3-b) + Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. + + 2020-11-04 2021-09-08 accepted + Georg P Krog + + + + + + Art 9(2-f) + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + + 2019-04-05 + accepted Eva Schlehahn Bud Bruegger - + - - Art 46(2-d) - Standard data protection clauses adopted by a Supervisory Authority - Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority - + + Art 49(1-a) + The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards. + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 9(2-g) - substantial public interest, on the basis of Union or Member State law - + + Art 6(1-c) + compliance with a legal obligation + 2019-04-05 2021-09-08 accepted @@ -179,178 +193,161 @@ Bud Bruegger - + - Art 9(2-h) - preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3 - + Art 9(2-e) + data manifestly made public by the data subject + 2019-04-05 accepted Eva Schlehahn Bud Bruegger - + - - Art 6(1-a) explicit consent - explicit' consent of the data subject - Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)" - - 2019-04-10 - 2021-09-08 + + Art 9(2-b) + employment and social security and social protection law + + 2019-04-05 accepted Eva Schlehahn Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning - + + - Art 9(2-i) - public interest in public health - - 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-c) - 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.6(1-a) regular consent - consent of the data subject - Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'. - - 2019-04-10 - 2021-09-08 - accepted - Eva Schlehahn - Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning - - - + - - Art 6(1-b) - performance of a contract - - 2019-04-05 + + Art 49(1-g) + The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case. + Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. + + 2020-11-04 2021-09-08 accepted - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - 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 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-b) - employment and social security and social protection law - + + 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 - + - - - Art 49(1-b) - The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - 2020-11-04 + + Art 9(2-d) + legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects; + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - Art 9(2-f) - establishment, exercise or defence of legal claims / courts acting in their judicial capacity - + + Art 9(2-a) + explicit consent with special categories of data + 2019-04-05 + 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - Art 45(3) - Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. - Transfer from EU to a third country. Third country has Adequacy Decision. - + + Art 49(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-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 + + + Art 6(1-e) + public interest or official authority + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - Art 49(1-g) - The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case. - Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. - - 2020-11-04 + + Art 9(2-c) + protection of the vital interests + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger @@ -366,45 +363,60 @@ Georg P Krog - + - Art 46(3-a) - Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority. - + + Art 46(2-d) + Standard data protection clauses adopted by a Supervisory Authority + Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - - Art 49(1-c) - The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - 2020-11-04 + + Art.6(1-a) regular consent + consent of the data subject + Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'. + + 2019-04-10 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger + Harshvardhan J. Pandit + Rigo Wenning - + - - - Art 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 9(2-g) + substantial public interest, on the basis of Union or Member State law + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger + + + + + + Art 6(1-d) + protection of the vital interests + + 2019-04-05 + 2021-09-08 + accepted + Eva Schlehahn + Bud Bruegger @@ -420,24 +432,12 @@ Georg P Krog - - - - Art 9(2-e) - data manifestly made public by the data subject - - 2019-04-05 - 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 - + + Art 6(1-f) + legitimate interests + 2019-04-05 2021-09-08 accepted diff --git a/dpv-owl/dpv-gdpr/modules/rights.jsonld b/dpv-owl/dpv-gdpr/modules/rights.jsonld index 5401623aa..b330703fb 100644 --- a/dpv-owl/dpv-gdpr/modules/rights.jsonld +++ b/dpv-owl/dpv-gdpr/modules/rights.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A13", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -24,12 +24,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@value": "information to be provided where personal data is directly collected from data subject" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -40,7 +40,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A17 Right to Erasure" + "@value": "A13 Right to be Informed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -56,7 +56,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A15", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -80,12 +80,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@value": "Right of access" } ], "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_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -96,7 +96,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "A15 Right of Access" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -112,7 +112,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A77", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -136,12 +136,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "information to be provided where personal data is directly collected from data subject" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -152,7 +152,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A13 Right to be Informed" + "@value": "A77 Right to Complaint" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -168,7 +168,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A21", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -192,12 +192,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to data portability" + "@value": "Right to object to processing of personal data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -208,7 +208,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A20 Right to Data Portability" + "@value": "A21 Right to object" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -224,7 +224,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A18", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A20", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -248,12 +248,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to restriction of processing" + "@value": "Right to data portability" } ], "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_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -264,7 +264,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A18 Right to Restrict Processing" + "@value": "A20 Right to Data Portability" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -280,7 +280,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A77", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A17", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -304,12 +304,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to lodge a complaint with a supervisory authority" + "@value": "Right to erasure ('Right to be forgotten')" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -320,7 +320,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "A17 Right to Erasure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -336,7 +336,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A7-3", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -360,12 +360,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to rectification" + "@value": "Right to withdraw consent" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -376,7 +376,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A16 Right to Rectification" + "@value": "A7-3 Right to Withdraw Consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -448,7 +448,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A16", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -472,12 +472,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right of access" + "@value": "Right to rectification" } ], "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_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -488,7 +488,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "A16 Right to Rectification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -504,7 +504,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A19", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -528,12 +528,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "information to be provided where personal data is collected from other sources" + "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -544,7 +544,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A14 Right to be Informed" + "@value": "A19 Right to Rectification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -560,7 +560,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A14", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -584,12 +584,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" + "@value": "information to be provided where personal data is collected from other sources" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -600,7 +600,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "A14 Right to be Informed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -616,7 +616,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A18", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -640,12 +640,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@value": "Right to restriction of processing" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -656,7 +656,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "A18 Right to Restrict Processing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/dpv-owl/dpv-gdpr/modules/rights.rdf b/dpv-owl/dpv-gdpr/modules/rights.rdf index 1e9b459d3..b1e50d914 100644 --- a/dpv-owl/dpv-gdpr/modules/rights.rdf +++ b/dpv-owl/dpv-gdpr/modules/rights.rdf @@ -5,12 +5,12 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - A7-3 Right to Withdraw Consent - Right to withdraw consent - + A21 Right to object + Right to object to processing of personal data + 2020-11-04 accepted Beatriz Esteves @@ -18,12 +18,12 @@ Harshvardhan J. Pandit - + - A14 Right to be Informed - information to be provided where personal data is collected from other sources - + A7-3 Right to Withdraw Consent + Right to withdraw consent + 2020-11-04 accepted Beatriz Esteves @@ -31,12 +31,12 @@ Harshvardhan J. Pandit - + - A13 Right to be Informed - information to be provided where personal data is directly collected from data subject - + A18 Right to Restrict Processing + Right to restriction of processing + 2020-11-04 accepted Beatriz Esteves @@ -44,12 +44,12 @@ Harshvardhan J. Pandit - + - A77 Right to Complaint - Right to lodge a complaint with a supervisory authority - + A13 Right to be Informed + information to be provided where personal data is directly collected from data subject + 2020-11-04 accepted Beatriz Esteves @@ -57,12 +57,12 @@ Harshvardhan J. Pandit - + - A17 Right to Erasure - Right to erasure ('Right to be forgotten') - + A14 Right to be Informed + information to be provided where personal data is collected from other sources + 2020-11-04 accepted Beatriz Esteves @@ -70,12 +70,12 @@ Harshvardhan J. Pandit - + - A18 Right to Restrict Processing - Right to restriction of processing - + A20 Right to Data Portability + Right to data portability + 2020-11-04 accepted Beatriz Esteves @@ -83,12 +83,12 @@ Harshvardhan J. Pandit - + - A19 Right to Rectification - Right to be notified in case of rectification or erasure of personal data or restriction of processing - + A16 Right to Rectification + Right to rectification + 2020-11-04 accepted Beatriz Esteves @@ -109,12 +109,12 @@ Harshvardhan J. Pandit - + - A16 Right to Rectification - Right to rectification - + A15 Right of Access + Right of access + 2020-11-04 accepted Beatriz Esteves @@ -122,12 +122,12 @@ Harshvardhan J. Pandit - + - A21 Right to object - Right to object to processing of personal data - + A17 Right to Erasure + Right to erasure ('Right to be forgotten') + 2020-11-04 accepted Beatriz Esteves @@ -135,12 +135,12 @@ Harshvardhan J. Pandit - + - A15 Right of Access - Right of access - + A77 Right to Complaint + Right to lodge a complaint with a supervisory authority + 2020-11-04 accepted Beatriz Esteves @@ -148,12 +148,12 @@ Harshvardhan J. Pandit - + - A20 Right to Data Portability - Right to data portability - + A19 Right to Rectification + Right to be notified in case of rectification or erasure of personal data or restriction of processing + 2020-11-04 accepted Beatriz Esteves diff --git a/dpv-owl/dpv-pd/dpv-pd.html b/dpv-owl/dpv-pd/dpv-pd.html index 8c195448d..02701846c 100644 --- a/dpv-owl/dpv-pd/dpv-pd.html +++ b/dpv-owl/dpv-pd/dpv-pd.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvo-pd", title: "DPVO-PD: Extended Personal Data concepts for DPV-OWL", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -941,7 +941,7 @@

Behavioral

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

Browsing Behavior

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

Communications Metadata

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

Contact

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

Criminal

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

Device Based

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

Financial

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

Health

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

LinkClicked

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

Location

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

Official ID

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

PhysicalCharacteristic

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

Political Affiliation

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

Preference

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

Purchase

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

Service Consumption Behavior

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

Social Media Communication

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

TV Viewing Behavior

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

UID

See Also: - svd:UniqueId + svd:UniqueId diff --git a/dpv-owl/dpv-pd/dpv-pd.jsonld b/dpv-owl/dpv-pd/dpv-pd.jsonld index 4750a9b16..ae22df78c 100644 --- a/dpv-owl/dpv-pd/dpv-pd.jsonld +++ b/dpv-owl/dpv-pd/dpv-pd.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -21,7 +21,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about devices" + "@value": "Information about Behavior or activity" } ], "http://purl.org/dc/terms/source": [ @@ -37,17 +37,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Device Based" + "@value": "Behavioral" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/data#Computer" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Activity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -58,7 +58,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Age", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BloodType", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -79,7 +79,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about age" + "@value": "Information about blood type." } ], "http://purl.org/dc/terms/source": [ @@ -95,12 +95,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Age" + "@value": "Blood Type" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -111,7 +111,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Job", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SecretText", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -132,7 +132,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about professional jobs" + "@value": "Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password." } ], "http://purl.org/dc/terms/source": [ @@ -148,12 +148,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Job" + "@value": "Secret Text" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -164,7 +164,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MentalHealth", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialMediaCommunication", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -185,7 +185,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about mental health." + "@value": "Information about social media communication, including the communication itself and metadata." } ], "http://purl.org/dc/terms/source": [ @@ -201,12 +201,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mental Health" + "@value": "Social Media Communication" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -217,7 +222,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalPardon", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sale", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -238,7 +243,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about criminal pardons." + "@value": "Information about sales e.g. selling of goods or services" } ], "http://purl.org/dc/terms/source": [ @@ -254,12 +259,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Criminal Pardon" + "@value": "Sale" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -270,7 +275,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CarOwned", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -291,7 +296,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about cars ownership and ownership history." + "@value": "Information about public life" } ], "http://purl.org/dc/terms/source": [ @@ -307,12 +312,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Car Owned" + "@value": "Public Life" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -323,7 +328,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteColor", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -344,7 +349,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about favorite color." + "@value": "Information about a purchasing, spending or income" } ], "http://purl.org/dc/terms/source": [ @@ -360,12 +365,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Favorite Color" + "@value": "Transactional" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -376,7 +381,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Income", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EthnicOrigin", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -397,7 +402,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial income e.g. for individual or household or family" + "@value": "Information about ethnic origin" } ], "http://purl.org/dc/terms/source": [ @@ -413,12 +418,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Income" + "@value": "Ethnic Origin" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -429,7 +437,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalCertification", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteMusic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -450,7 +458,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about professional certifications" + "@value": "Information about favorite music." } ], "http://purl.org/dc/terms/source": [ @@ -466,12 +474,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Professional Certification" + "@value": "Favorite Music" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -482,7 +490,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Race", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Piercing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -503,7 +511,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about race or racial history." + "@value": "Information about piercings" } ], "http://purl.org/dc/terms/source": [ @@ -519,15 +527,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Race" + "@value": "Piercing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -538,7 +543,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Proclivitie", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Personality", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -559,7 +564,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about proclivities in a sexual context" + "@value": "Information about personality (e.g., categorization in terms of the Big Five personality traits)" } ], "http://purl.org/dc/terms/source": [ @@ -575,12 +580,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Proclivitie" + "@value": "Personality" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -591,7 +596,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthRecord", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Age", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -612,7 +617,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about health record." + "@value": "Information about age" } ], "http://purl.org/dc/terms/source": [ @@ -628,12 +633,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Health Record" + "@value": "Age" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -644,7 +649,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SkinTone", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditScore", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -665,7 +670,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about skin tone" + "@value": "Information about credit score." } ], "http://purl.org/dc/terms/source": [ @@ -681,12 +686,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Skin Tone" + "@value": "Credit Score" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -697,7 +702,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Password", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -718,7 +723,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about language and lingual history." + "@value": "Information about password used in the process of authenticating the individual as an user accessing a system." } ], "http://purl.org/dc/terms/source": [ @@ -734,12 +739,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Language" + "@value": "Password" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -750,7 +755,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#WorkHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Geographic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -771,7 +776,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about work history in a professional context" + "@value": "Information about location or based on geography (e.g. home address)" } ], "http://purl.org/dc/terms/source": [ @@ -787,12 +792,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Work History" + "@value": "Geographic" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -803,33 +808,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TVViewingBehavior", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed" + "@value": "Information about knowledge and beliefs" } ], "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": [ @@ -840,12 +845,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "TV Viewing Behavior" + "@value": "Knowledge and Beliefs" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -856,7 +861,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Connection", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interaction", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -877,7 +882,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about and including connections in a social network" + "@value": "Information about interactions in the public sphere" } ], "http://purl.org/dc/terms/source": [ @@ -893,12 +898,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Connection" + "@value": "Interaction" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -962,7 +967,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CommunicationsMetadata", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Fingerprint", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -983,7 +988,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about communication metadata in the public sphere" + "@value": "Information about fingerprint used for biometric purposes." } ], "http://purl.org/dc/terms/source": [ @@ -999,17 +1004,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communications Metadata" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Interactive" + "@value": "Fingerprint" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1020,7 +1020,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalInterview", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1041,7 +1041,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit worthiness." + "@value": "Information about professional interviews" } ], "http://purl.org/dc/terms/source": [ @@ -1057,12 +1057,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Worthiness" + "@value": "Professional Interview" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1073,33 +1073,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PrivacyPreference", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TVViewingBehavior", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about privacy preferences" + "@value": "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1110,12 +1110,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Preference" + "@value": "TV Viewing Behavior" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1126,33 +1126,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceApplications", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial accounts." + "@value": "Information about applications or application-like software on a device." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1163,12 +1169,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Financial Account" + "@value": "Device Applications" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1179,7 +1185,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#School", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1200,7 +1206,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about ownership and history, including renting, borrowing, possessions." + "@value": "Information about school such as name of school, conduct, or grades obtained." } ], "http://purl.org/dc/terms/source": [ @@ -1216,12 +1222,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ownership" + "@value": "School" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1232,7 +1238,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SkinTone", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1253,7 +1259,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about educational or professional career" + "@value": "Information about skin tone" } ], "http://purl.org/dc/terms/source": [ @@ -1269,12 +1275,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Professional" + "@value": "Skin Tone" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1285,7 +1291,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#OfficialID", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1306,7 +1312,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about finance including monetary characteristics and transactions" + "@value": "Information about an official identifier or identification document" } ], "http://purl.org/dc/terms/source": [ @@ -1322,17 +1328,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Financial" + "@value": "Official ID" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/data#Financial" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Government" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1343,7 +1349,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Disability", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Connection", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1364,7 +1370,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about disabilities." + "@value": "Information about and including connections in a social network" } ], "http://purl.org/dc/terms/source": [ @@ -1380,12 +1386,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disability" + "@value": "Connection" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1396,7 +1402,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Personality", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalConviction", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1417,7 +1423,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about personality (e.g., categorization in terms of the Big Five personality traits)" + "@value": "Information about criminal convictions." } ], "http://purl.org/dc/terms/source": [ @@ -1433,12 +1439,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personality" + "@value": "Criminal Conviction" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1449,39 +1455,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GeneralReputation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about software on or related to a device." + "@value": "Information about reputation in the public sphere" } ], "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": [ @@ -1492,12 +1492,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Device Software" + "@value": "General Reputation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1508,7 +1508,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MACAddress", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1529,7 +1529,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the Media Access Control (MAC) address of a device" + "@value": "Information about devices" } ], "http://purl.org/dc/terms/source": [ @@ -1545,12 +1545,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "MAC Address" + "@value": "Device Based" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Computer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1561,7 +1566,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MentalHealth", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1582,7 +1587,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about health, medical conditions or health care" + "@value": "Information about mental health." } ], "http://purl.org/dc/terms/source": [ @@ -1598,15 +1603,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "MedicalHealth" + "@value": "Mental Health" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1617,7 +1619,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditStanding", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1638,7 +1640,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about friends or connections expressed as a social network" + "@value": "Information about credit standing." } ], "http://purl.org/dc/terms/source": [ @@ -1654,12 +1656,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Network" + "@value": "Credit Standing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1670,7 +1672,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Religion", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Income", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1691,7 +1693,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about religion, religious inclinations, and religious history." + "@value": "Information about financial income e.g. for individual or household or family" } ], "http://purl.org/dc/terms/source": [ @@ -1707,15 +1709,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Religion" + "@value": "Income" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1726,7 +1725,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IncomeBracket", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1747,7 +1746,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about authentication and information used for authenticating" + "@value": "Information about income bracket." } ], "http://purl.org/dc/terms/source": [ @@ -1763,12 +1762,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authenticating" + "@value": "Income Bracket" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1779,7 +1778,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalTrait", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1800,7 +1799,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about family and familial structure." + "@value": "Information about defining traits or features regarding the body." } ], "http://purl.org/dc/terms/source": [ @@ -1816,12 +1815,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Family Structure" + "@value": "Physical Trait" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1832,7 +1831,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Picture", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1853,7 +1852,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about visual representation or image e.g. profile photo." + "@value": "Information about contacts or used for contacting e.g. email address or phone number" } ], "http://purl.org/dc/terms/source": [ @@ -1869,12 +1868,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Picture" + "@value": "Contact" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Physical" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1885,7 +1889,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1906,7 +1910,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about biometrics and biometric characteristics." + "@value": "Information about health history." } ], "http://purl.org/dc/terms/source": [ @@ -1922,15 +1926,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Biometric" + "@value": "Health History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1941,7 +1942,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SexualPreference", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#RoomNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1962,7 +1963,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sexual preferences" + "@value": "Information about location expressed as Room number or similar numbering systems" } ], "http://purl.org/dc/terms/source": [ @@ -1978,12 +1979,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sexual Preference" + "@value": "Room Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1994,33 +1995,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DNACode", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceOperatingSystem", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about DNA." + "@value": "Information about the operating system (OS) or system software that manages hardware or software resources." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2031,12 +2038,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "DNA Code" + "@value": "Device Operating System" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2047,7 +2054,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2068,7 +2075,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about external characteristics that can be observed" + "@value": "Information about health, medical conditions or health care" } ], "http://purl.org/dc/terms/source": [ @@ -2084,12 +2091,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "External" + "@value": "MedicalHealth" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2100,33 +2110,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Geographic", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AuthenticationHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about location or based on geography (e.g. home address)" + "@value": "Information about prior authentication and its outcomes such as login attempts or location." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2137,12 +2144,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Geographic" + "@value": "Authentication History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2153,7 +2160,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Acquantaince", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2174,7 +2181,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about acquaintainces in a social network." + "@value": "Information about language and lingual history." } ], "http://purl.org/dc/terms/source": [ @@ -2190,12 +2197,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Acquantaince" + "@value": "Language" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2206,7 +2213,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalCertification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2227,7 +2234,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about house(s) owned and ownership history." + "@value": "Information about professional certifications" } ], "http://purl.org/dc/terms/source": [ @@ -2243,12 +2250,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "House Owned" + "@value": "Professional Certification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2259,7 +2266,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IncomeBracket", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Purchase", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2280,7 +2287,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about income bracket." + "@value": "Information about purchases such as items bought e.g. grocery or clothing" } ], "http://purl.org/dc/terms/source": [ @@ -2296,12 +2303,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Income Bracket" + "@value": "Purchase" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Purchase" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2312,60 +2324,135 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalTrait", + "@id": "https://w3id.org/dpv-owl/dpv-pd", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ + { + "@language": "en", + "@value": "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/description": [ { "@language": "en", - "@value": "Information about defining traits or features regarding the body." + "@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/source": [ + "http://purl.org/dc/terms/license": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@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-owl/dpv-pd#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-02" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Physical Trait" + "@value": "DPV-PD: Personal Data Extension for DPV" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" + "@value": "dpvo-pd" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@language": "en", - "@value": "accepted" + "@value": "https://w3id.org/dpv-owl/dpv-pd" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.6" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Fetish", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2386,7 +2473,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information an individual's sexual fetishes" + "@value": "Information that uniquely or semi-uniquely identifies an individual or a group" } ], "http://purl.org/dc/terms/source": [ @@ -2402,12 +2489,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Fetish" + "@value": "Identifying" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2418,7 +2505,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Dislike", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demeanor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2439,7 +2526,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about dislikes or preferences regarding repulsions." + "@value": "Information about demeanor." } ], "http://purl.org/dc/terms/source": [ @@ -2455,12 +2542,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dislike" + "@value": "Demeanor" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2471,7 +2558,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Relationship", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2492,7 +2579,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about relationships and relationship history." + "@value": "Information about browsing Behavior." } ], "http://purl.org/dc/terms/source": [ @@ -2508,12 +2595,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Relationship" + "@value": "Browsing Behavior" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#OnlineActivity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2524,7 +2616,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TelephoneNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Parent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2545,7 +2637,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about telephone number." + "@value": "Information about parent(s)." } ], "http://purl.org/dc/terms/source": [ @@ -2561,12 +2653,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Telephone Number" + "@value": "Parent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2577,7 +2669,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PoliticalAffiliation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2598,7 +2690,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about family and relationships" + "@value": "Information about political affiliation and history" } ], "http://purl.org/dc/terms/source": [ @@ -2614,12 +2706,20 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Family" + "@value": "Political Affiliation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Political" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2630,7 +2730,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GeneralReputation", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Religion", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2651,7 +2751,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about reputation in the public sphere" + "@value": "Information about religion, religious inclinations, and religious history." } ], "http://purl.org/dc/terms/source": [ @@ -2667,12 +2767,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "General Reputation" + "@value": "Religion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2683,7 +2786,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalInterview", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2704,7 +2807,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about professional interviews" + "@value": "Information about health." } ], "http://purl.org/dc/terms/source": [ @@ -2720,12 +2823,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Professional Interview" + "@value": "Health" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Health" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2736,7 +2844,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Historical", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Retina", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2757,7 +2865,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about historical data related to or relevant regarding history or past events" + "@value": "Information about retina and the retinal patterns." } ], "http://purl.org/dc/terms/source": [ @@ -2773,12 +2881,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Historical" + "@value": "Retina" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2789,7 +2897,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IndividualHealthHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Reference", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2810,7 +2918,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about information health history." + "@value": "Information about references in the professional context" } ], "http://purl.org/dc/terms/source": [ @@ -2826,12 +2934,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Individual Health History" + "@value": "Reference" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2842,7 +2950,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sibling", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailContent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2863,7 +2971,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sibling(s)." + "@value": "Information about the contents of Emails sent or received" } ], "http://purl.org/dc/terms/source": [ @@ -2879,12 +2987,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sibling" + "@value": "Email Content" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2895,33 +3003,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about public life" + "@value": "Information about payment card number." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2932,12 +3037,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Life" + "@value": "Payment Card Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2948,7 +3056,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteMusic", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Salary", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2969,7 +3077,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about favorite music." + "@value": "Information about salary" } ], "http://purl.org/dc/terms/source": [ @@ -2985,12 +3093,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Favorite Music" + "@value": "Salary" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3001,7 +3109,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DisciplinaryAction", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalAddress", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3022,7 +3130,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about disciplinary actions and its history" + "@value": "Information about physical address." } ], "http://purl.org/dc/terms/source": [ @@ -3038,12 +3146,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disciplinary Action" + "@value": "Physical Address" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3054,7 +3162,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#VoiceMail", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Attitude", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3075,7 +3183,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about voice mail messages." + "@value": "Information about attitude." } ], "http://purl.org/dc/terms/source": [ @@ -3091,12 +3199,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Voice Mail" + "@value": "Attitude" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3107,7 +3215,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalEvaluation", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Name", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3128,7 +3236,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about professional evaluations" + "@value": "Information about names associated or used as given name or nickname." } ], "http://purl.org/dc/terms/source": [ @@ -3144,12 +3252,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Professional Evaluation" + "@value": "Name" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3160,7 +3268,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditScore", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditRecord", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3181,7 +3289,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit score." + "@value": "Information about credit record." } ], "http://purl.org/dc/terms/source": [ @@ -3197,12 +3305,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Score" + "@value": "Credit Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3213,7 +3321,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ReligiousBelief", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3234,7 +3342,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about religion and religious beliefs." + "@value": "Information used to track an individual or group e.g. location or email" } ], "http://purl.org/dc/terms/source": [ @@ -3250,15 +3358,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Religious Belief" + "@value": "Tracking" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3269,7 +3374,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccountNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#VoiceCommunicationRecording", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3290,7 +3395,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial account number" + "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" } ], "http://purl.org/dc/terms/source": [ @@ -3306,12 +3411,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Financial Account Number" + "@value": "Voice Communication Recording" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3322,7 +3427,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GroupMembership", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DNACode", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3343,7 +3448,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about groups and memberships included or associated with a social network" + "@value": "Information about DNA." } ], "http://purl.org/dc/terms/source": [ @@ -3359,12 +3464,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Group Membership" + "@value": "DNA Code" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3375,7 +3480,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Attitude", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#VoiceMail", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3396,7 +3501,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about attitude." + "@value": "Information about voice mail messages." } ], "http://purl.org/dc/terms/source": [ @@ -3412,12 +3517,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Attitude" + "@value": "Voice Mail" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3428,7 +3533,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteFood", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalPardon", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3449,7 +3554,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about favorite food." + "@value": "Information about criminal pardons." } ], "http://purl.org/dc/terms/source": [ @@ -3465,12 +3570,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Favorite Food" + "@value": "Criminal Pardon" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3481,7 +3586,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LoanRecord", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3502,7 +3607,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about health." + "@value": "Information about loans, whether applied, provided or rejected, and its history" } ], "http://purl.org/dc/terms/source": [ @@ -3518,17 +3623,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Health" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Health" + "@value": "Loan Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3539,7 +3639,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sale", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tattoo", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3560,7 +3660,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sales e.g. selling of goods or services" + "@value": "Information about tattoos" } ], "http://purl.org/dc/terms/source": [ @@ -3576,12 +3676,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sale" + "@value": "Tattoo" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3592,30 +3692,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about payment card number." + "@value": "Information about ownership and history, including renting, borrowing, possessions." } ], "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": [ @@ -3626,15 +3729,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment Card Number" + "@value": "Ownership" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3645,7 +3745,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddress", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Historical", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3666,7 +3766,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about Email address." + "@value": "Information about historical data related to or relevant regarding history or past events" } ], "http://purl.org/dc/terms/source": [ @@ -3682,12 +3782,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Email Address" + "@value": "Historical" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3698,7 +3798,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Reference", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Username", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3719,7 +3819,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about references in the professional context" + "@value": "Information about usernames." } ], "http://purl.org/dc/terms/source": [ @@ -3735,12 +3835,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Reference" + "@value": "Username" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3751,7 +3851,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Character", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3772,7 +3872,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about character in the public sphere" + "@value": "Information about preferences or interests" } ], "http://purl.org/dc/terms/source": [ @@ -3788,12 +3888,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Character" + "@value": "Preference" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3804,7 +3909,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Divorce", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3825,7 +3930,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about social aspects such as family, public life, or professional networks." + "@value": "Information about divorce(s)." } ], "http://purl.org/dc/terms/source": [ @@ -3841,12 +3946,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social" + "@value": "Divorce" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3857,7 +3962,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PINCode", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3878,7 +3983,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system." + "@value": "Information about credit worthiness." } ], "http://purl.org/dc/terms/source": [ @@ -3894,12 +3999,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "PIN Code" + "@value": "Credit Worthiness" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3910,7 +4015,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Thought", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transaction", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3931,7 +4036,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about thoughts" + "@value": "Information about financial transactions e.g. bank transfers" } ], "http://purl.org/dc/terms/source": [ @@ -3947,12 +4052,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Thought" + "@value": "Transaction" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3963,7 +4068,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Marriage", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3984,7 +4089,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about marriage(s)." + "@value": "Information about house(s) owned and ownership history." } ], "http://purl.org/dc/terms/source": [ @@ -4000,12 +4105,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marriage" + "@value": "House Owned" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4016,7 +4121,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Salary", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4037,7 +4142,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about salary" + "@value": "Information about ethnic origins and lineage" } ], "http://purl.org/dc/terms/source": [ @@ -4053,12 +4158,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Salary" + "@value": "Ethnicity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4069,7 +4174,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalHealth", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sibling", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4090,7 +4195,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical health." + "@value": "Information about sibling(s)." } ], "http://purl.org/dc/terms/source": [ @@ -4106,12 +4211,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Physical Health" + "@value": "Sibling" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4122,30 +4227,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#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": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about payment card such as Credit Card, Debit Card." + "@value": "Information about location" } ], "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": [ @@ -4155,13 +4263,18 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "Payment Card" + "@language": "en", + "@value": "Location" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Location" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4172,7 +4285,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Name", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Country", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4193,7 +4306,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about names associated or used as given name or nickname." + "@value": "Information about country e.g. residence, travel." } ], "http://purl.org/dc/terms/source": [ @@ -4209,12 +4322,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Name" + "@value": "Country" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4225,7 +4338,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalAddress", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MaritalStatus", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4246,7 +4359,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical address." + "@value": "Information about marital status and history" } ], "http://purl.org/dc/terms/source": [ @@ -4262,12 +4375,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Physical Address" + "@value": "Marital Status" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4278,7 +4391,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Like", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4299,7 +4412,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about likes or preferences regarding attractions." + "@value": "Information about social aspects such as family, public life, or professional networks." } ], "http://purl.org/dc/terms/source": [ @@ -4315,12 +4428,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Like" + "@value": "Social" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4331,7 +4444,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Opinion", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tax", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4352,7 +4465,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about opinions" + "@value": "Information about financial tax e.g. tax records or tax due" } ], "http://purl.org/dc/terms/source": [ @@ -4368,12 +4481,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Opinion" + "@value": "Tax" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4384,7 +4497,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HairColor", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Intention", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4405,7 +4518,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about hair color" + "@value": "Information about intentions" } ], "http://purl.org/dc/terms/source": [ @@ -4421,12 +4534,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hair Color" + "@value": "Intention" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4437,7 +4550,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LifeHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4458,7 +4571,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)" + "@value": "Information about financial account identifier." } ], "http://purl.org/dc/terms/source": [ @@ -4474,12 +4587,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Life History" + "@value": "Account Identifier" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Historical" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4490,7 +4603,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Dialect", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DisciplinaryAction", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4511,7 +4624,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about linguistic dialects." + "@value": "Information about disciplinary actions and its history" } ], "http://purl.org/dc/terms/source": [ @@ -4527,12 +4640,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dialect" + "@value": "Disciplinary Action" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4543,7 +4656,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tattoo", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Job", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4564,7 +4677,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about tattoos" + "@value": "Information about professional jobs" } ], "http://purl.org/dc/terms/source": [ @@ -4580,12 +4693,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tattoo" + "@value": "Job" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4596,39 +4709,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceApplications", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Relationship", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about applications or application-like software on a device." + "@value": "Information about relationships and relationship history." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4639,12 +4746,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Device Applications" + "@value": "Relationship" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4655,7 +4762,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#VoiceCommunicationRecording", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4676,7 +4783,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" + "@value": "Information about physical characteristics" } ], "http://purl.org/dc/terms/source": [ @@ -4692,12 +4799,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Voice Communication Recording" + "@value": "PhysicalCharacteristic" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Demographic" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4708,7 +4820,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmploymentHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Dialect", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4729,7 +4841,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about employment history" + "@value": "Information about linguistic dialects." } ], "http://purl.org/dc/terms/source": [ @@ -4745,12 +4857,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Employment History" + "@value": "Dialect" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4761,33 +4873,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Parent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about parent(s)." + "@value": "Information about payment card such as Credit Card, Debit Card." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4798,12 +4907,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Parent" + "@value": "Payment Card" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4814,7 +4923,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#UID", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4835,7 +4944,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about favorites" + "@value": "Information about unique identifiers." } ], "http://purl.org/dc/terms/source": [ @@ -4851,12 +4960,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Favorite" + "@value": "UID" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#UniqueId" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4867,7 +4981,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Weight", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Thought", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4888,7 +5002,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical weight" + "@value": "Information about thoughts" } ], "http://purl.org/dc/terms/source": [ @@ -4904,12 +5018,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Weight" + "@value": "Thought" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4920,7 +5034,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditCapacity", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditCardNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4941,7 +5055,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit capacity." + "@value": "Information about credit card number" } ], "http://purl.org/dc/terms/source": [ @@ -4957,12 +5071,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Capacity" + "@value": "Credit Card Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4973,7 +5087,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Association", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccountNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4994,7 +5108,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend" + "@value": "Information about financial account number" } ], "http://purl.org/dc/terms/source": [ @@ -5010,12 +5124,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Association" + "@value": "Financial Account Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5026,33 +5140,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DrugTestResult", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingReferral", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about drug test results." + "@value": "Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5063,12 +5174,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Drug Test Result" + "@value": "Browsing Referral" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5079,7 +5190,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#RoomNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5100,7 +5211,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about location expressed as Room number or similar numbering systems" + "@value": "Information about family and relationships" } ], "http://purl.org/dc/terms/source": [ @@ -5116,12 +5227,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Room Number" + "@value": "Family" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5132,7 +5243,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Password", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5153,7 +5264,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about password used in the process of authenticating the individual as an user accessing a system." + "@value": "Information about criminal activity e.g. criminal convictions or jail time" } ], "http://purl.org/dc/terms/source": [ @@ -5169,12 +5280,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Password" + "@value": "Criminal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Judicial" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5185,7 +5301,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GPSCoordinate", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5206,7 +5322,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Informatoin about internal characteristics that cannot be seen or observed" + "@value": "Information about location expressed using Global Position System coordinates (GPS)" } ], "http://purl.org/dc/terms/source": [ @@ -5222,12 +5338,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Internal" + "@value": "GPS Coordinate" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5238,7 +5354,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5259,7 +5375,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about preferences or interests" + "@value": "Information about sexuality and sexual history" } ], "http://purl.org/dc/terms/source": [ @@ -5275,17 +5391,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Preference" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Preference" + "@value": "Sexual" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5296,7 +5410,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SexualHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5317,7 +5431,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about demography and demographic characteristics" + "@value": "Information about sexual history" } ], "http://purl.org/dc/terms/source": [ @@ -5333,12 +5447,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Demographic" + "@value": "Sexual History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5349,7 +5463,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LoanRecord", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Opinion", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5370,7 +5484,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about loans, whether applied, provided or rejected, and its history" + "@value": "Information about opinions" } ], "http://purl.org/dc/terms/source": [ @@ -5386,12 +5500,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Loan Record" + "@value": "Opinion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5402,7 +5516,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Username", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5423,7 +5537,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about usernames." + "@value": "Information about financial accounts." } ], "http://purl.org/dc/terms/source": [ @@ -5439,12 +5553,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Username" + "@value": "Financial Account" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5455,7 +5569,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmploymentHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5476,7 +5590,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about knowledge and beliefs" + "@value": "Information about employment history" } ], "http://purl.org/dc/terms/source": [ @@ -5492,12 +5606,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Knowledge and Beliefs" + "@value": "Employment History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5508,7 +5622,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Purchase", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Friend", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5529,7 +5643,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about purchases such as items bought e.g. grocery or clothing" + "@value": "Information about friends in a social network, including aspects of friendships such as years together or nature of friendship." } ], "http://purl.org/dc/terms/source": [ @@ -5545,17 +5659,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purchase" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Purchase" + "@value": "Friend" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5566,7 +5675,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Fingerprint", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddress", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5587,7 +5696,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about fingerprint used for biometric purposes." + "@value": "Information about Email address." } ], "http://purl.org/dc/terms/source": [ @@ -5603,12 +5712,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Fingerprint" + "@value": "Email Address" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5619,7 +5728,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#School", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CommunicationsMetadata", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5640,7 +5749,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about school such as name of school, conduct, or grades obtained." + "@value": "Information about communication metadata in the public sphere" } ], "http://purl.org/dc/terms/source": [ @@ -5656,12 +5765,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "School" + "@value": "Communications Metadata" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5672,7 +5786,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ApartmentOwned", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DrugTestResult", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5693,7 +5807,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about apartment(s) owned and its history" + "@value": "Information about drug test results." } ], "http://purl.org/dc/terms/source": [ @@ -5709,12 +5823,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Apartment Owned" + "@value": "Drug Test Result" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5725,7 +5839,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GPSCoordinate", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowserFingerprint", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5746,7 +5860,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about location expressed using Global Position System coordinates (GPS)" + "@value": "Information about the web browser which is used as a 'fingerprint'" } ], "http://purl.org/dc/terms/source": [ @@ -5762,12 +5876,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GPS Coordinate" + "@value": "Browser Fingerprint" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5778,7 +5892,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5799,7 +5913,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about browsing Behavior." + "@value": "Information about educational or professional career" } ], "http://purl.org/dc/terms/source": [ @@ -5815,17 +5929,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Browsing Behavior" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#OnlineActivity" + "@value": "Professional" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5836,7 +5945,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BankAccount", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Picture", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5857,7 +5966,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about bank accounts." + "@value": "Information about visual representation or image e.g. profile photo." } ], "http://purl.org/dc/terms/source": [ @@ -5873,12 +5982,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bank Account" + "@value": "Picture" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5889,7 +5998,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LinkClicked", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5910,7 +6019,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about contacts or used for contacting e.g. email address or phone number" + "@value": "Information about the links that an individual has clicked." } ], "http://purl.org/dc/terms/source": [ @@ -5926,17 +6035,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Contact" + "@value": "LinkClicked" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.specialprivacy.eu/vocabs/data#Physical" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Navigation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5947,7 +6056,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BankAccount", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5968,7 +6077,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical characteristics" + "@value": "Information about bank accounts." } ], "http://purl.org/dc/terms/source": [ @@ -5984,17 +6093,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "PhysicalCharacteristic" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Demographic" + "@value": "Bank Account" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6005,7 +6109,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Gender", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Character", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6026,7 +6130,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about gender" + "@value": "Information about character in the public sphere" } ], "http://purl.org/dc/terms/source": [ @@ -6042,12 +6146,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gender" + "@value": "Character" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6058,33 +6162,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalCharge", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardExpiry", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about criminal charges." + "@value": "Information about payment card expiry such as a date." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6095,12 +6196,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Criminal Charge" + "@value": "Payment Card Expiry" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6111,7 +6212,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IPAddress", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PINCode", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6132,7 +6233,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the Internet protocol (IP) address of a device" + "@value": "Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system." } ], "http://purl.org/dc/terms/source": [ @@ -6148,12 +6249,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "IP Address" + "@value": "PIN Code" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6164,7 +6265,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EthnicOrigin", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IPAddress", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6185,7 +6286,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about ethnic origin" + "@value": "Information about the Internet protocol (IP) address of a device" } ], "http://purl.org/dc/terms/source": [ @@ -6201,15 +6302,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ethnic Origin" + "@value": "IP Address" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6220,33 +6318,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PersonalPossession", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the consumption of a service, e.g. time and duration of consumption." + "@value": "Information about personal possessions." } ], "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": [ @@ -6257,12 +6355,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Consumption Behavior" + "@value": "Personal Possession" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6273,7 +6371,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MaritalStatus", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6294,7 +6392,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about marital status and history" + "@value": "Information about reputation with regards to money" } ], "http://purl.org/dc/terms/source": [ @@ -6310,12 +6408,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marital Status" + "@value": "Credit" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6326,33 +6424,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information used to track an individual or group e.g. location or email" + "@value": "Information about software on or related to a device." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6363,12 +6467,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tracking" + "@value": "Device Software" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6379,7 +6483,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interaction", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Acquantaince", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6400,7 +6504,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about interactions in the public sphere" + "@value": "Information about acquaintainces in a social network." } ], "http://purl.org/dc/terms/source": [ @@ -6416,12 +6520,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Interaction" + "@value": "Acquantaince" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6432,7 +6536,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#OfficialID", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Height", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6453,7 +6557,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about an official identifier or identification document" + "@value": "Information about physical height" } ], "http://purl.org/dc/terms/source": [ @@ -6469,17 +6573,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Official ID" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Government" + "@value": "Height" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6543,7 +6642,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailContent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ReligiousBelief", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6564,7 +6663,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the contents of Emails sent or received" + "@value": "Information about religion and religious beliefs." } ], "http://purl.org/dc/terms/source": [ @@ -6580,12 +6679,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Email Content" + "@value": "Religious Belief" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6596,7 +6698,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SexualHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalHealth", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6617,7 +6719,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sexual history" + "@value": "Information about physical health." } ], "http://purl.org/dc/terms/source": [ @@ -6633,12 +6735,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sexual History" + "@value": "Physical Health" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6649,7 +6751,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialStatus", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6670,7 +6772,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about reputation with regards to money" + "@value": "Information about social status" } ], "http://purl.org/dc/terms/source": [ @@ -6686,12 +6788,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit" + "@value": "Social Status" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6702,30 +6804,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AuthenticationHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about prior authentication and its outcomes such as login attempts or location." + "@value": "Information about biometrics and biometric characteristics." } ], "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": [ @@ -6736,12 +6841,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authentication History" + "@value": "Biometric" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6752,7 +6860,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditRecord", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Proclivitie", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6773,7 +6881,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit record." + "@value": "Information about proclivities in a sexual context" } ], "http://purl.org/dc/terms/source": [ @@ -6789,12 +6897,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Record" + "@value": "Proclivitie" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6805,7 +6913,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SecretText", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Gender", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6826,7 +6934,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password." + "@value": "Information about gender" } ], "http://purl.org/dc/terms/source": [ @@ -6842,12 +6950,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Secret Text" + "@value": "Gender" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6858,7 +6966,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PoliticalAffiliation", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalEvaluation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6879,7 +6987,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about political affiliation and history" + "@value": "Information about professional evaluations" } ], "http://purl.org/dc/terms/source": [ @@ -6895,20 +7003,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Political Affiliation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Political" + "@value": "Professional Evaluation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6919,7 +7019,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transaction", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Fetish", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6940,7 +7040,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial transactions e.g. bank transfers" + "@value": "Information an individual's sexual fetishes" } ], "http://purl.org/dc/terms/source": [ @@ -6956,12 +7056,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transaction" + "@value": "Fetish" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6972,7 +7072,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#WorkHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6993,7 +7093,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial account identifier." + "@value": "Information about work history in a professional context" } ], "http://purl.org/dc/terms/source": [ @@ -7009,12 +7109,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Account Identifier" + "@value": "Work History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7025,7 +7125,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LinkClicked", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Offspring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7046,7 +7146,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the links that an individual has clicked." + "@value": "Information about offspring(s)." } ], "http://purl.org/dc/terms/source": [ @@ -7062,17 +7162,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "LinkClicked" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Navigation" + "@value": "Offspring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7083,7 +7178,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BloodType", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Association", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7104,7 +7199,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about blood type." + "@value": "Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend" } ], "http://purl.org/dc/terms/source": [ @@ -7120,12 +7215,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Blood Type" + "@value": "Association" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7136,7 +7231,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Friend", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditCapacity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7157,7 +7252,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about friends in a social network, including aspects of friendships such as years together or nature of friendship." + "@value": "Information about credit capacity." } ], "http://purl.org/dc/terms/source": [ @@ -7173,12 +7268,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Friend" + "@value": "Credit Capacity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7189,7 +7284,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Divorce", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Dislike", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7210,7 +7305,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about divorce(s)." + "@value": "Information about dislikes or preferences regarding repulsions." } ], "http://purl.org/dc/terms/source": [ @@ -7226,12 +7321,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Divorce" + "@value": "Dislike" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7242,7 +7337,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditStanding", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthRecord", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7263,7 +7358,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit standing." + "@value": "Information about health record." } ], "http://purl.org/dc/terms/source": [ @@ -7279,12 +7374,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Standing" + "@value": "Health Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7295,30 +7390,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardExpiry", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about payment card expiry such as a date." + "@value": "Information about family and familial structure." } ], "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": [ @@ -7329,12 +7427,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment Card Expiry" + "@value": "Family Structure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7345,7 +7443,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Like", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7366,7 +7464,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about criminal activity e.g. criminal convictions or jail time" + "@value": "Information about likes or preferences regarding attractions." } ], "http://purl.org/dc/terms/source": [ @@ -7382,17 +7480,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Criminal" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Judicial" + "@value": "Like" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7403,7 +7496,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PrivacyPreference", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7424,7 +7517,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about location" + "@value": "Information about privacy preferences" } ], "http://purl.org/dc/terms/source": [ @@ -7440,17 +7533,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Location" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Location" + "@value": "Privacy Preference" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7461,7 +7549,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#UID", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ApartmentOwned", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7482,7 +7570,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about unique identifiers." + "@value": "Information about apartment(s) owned and its history" } ], "http://purl.org/dc/terms/source": [ @@ -7498,17 +7586,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "UID" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#UniqueId" + "@value": "Apartment Owned" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7519,7 +7602,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Prescription", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7540,7 +7623,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about medical and pharmaceutical prescriptions" + "@value": "Information about friends or connections expressed as a social network" } ], "http://purl.org/dc/terms/source": [ @@ -7556,12 +7639,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Prescription" + "@value": "Social Network" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7572,7 +7655,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyHealthHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SexualPreference", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7593,7 +7676,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about family health history." + "@value": "Information about sexual preferences" } ], "http://purl.org/dc/terms/source": [ @@ -7609,12 +7692,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Family Health History" + "@value": "Sexual Preference" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7625,7 +7708,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyHealthHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7646,7 +7729,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about interests" + "@value": "Information about family health history." } ], "http://purl.org/dc/terms/source": [ @@ -7662,12 +7745,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Interest" + "@value": "Family Health History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7678,7 +7761,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7699,7 +7782,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sexuality and sexual history" + "@value": "Information about favorites" } ], "http://purl.org/dc/terms/source": [ @@ -7715,15 +7798,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sexual" + "@value": "Favorite" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7734,39 +7814,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceOperatingSystem", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the operating system (OS) or system software that manages hardware or software resources." + "@value": "Information about external characteristics that can be observed" } ], "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": [ @@ -7777,12 +7851,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Device Operating System" + "@value": "External" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7793,7 +7867,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Intention", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MACAddress", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7814,7 +7888,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about intentions" + "@value": "Information about the Media Access Control (MAC) address of a device" } ], "http://purl.org/dc/terms/source": [ @@ -7830,12 +7904,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Intention" + "@value": "MAC Address" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7846,30 +7920,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingReferral", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IndividualHealthHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns." + "@value": "Information about information health history." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7880,12 +7957,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Browsing Referral" + "@value": "Individual Health History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7896,7 +7973,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PurchasesAndSpendingHabit", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7917,7 +7994,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends" + "@value": "Information about interests" } ], "http://purl.org/dc/terms/source": [ @@ -7933,12 +8010,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purchases and Spending Habit" + "@value": "Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7949,33 +8026,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialStatus", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about social status" + "@value": "Information about the consumption of a service, e.g. time and duration of consumption." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7986,12 +8063,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Status" + "@value": "Service Consumption Behavior" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8002,7 +8079,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HairColor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8023,7 +8100,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about ethnic origins and lineage" + "@value": "Information about hair color" } ], "http://purl.org/dc/terms/source": [ @@ -8039,12 +8116,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ethnicity" + "@value": "Hair Color" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8055,7 +8132,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialMediaCommunication", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Prescription", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8076,7 +8153,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about social media communication, including the communication itself and metadata." + "@value": "Information about medical and pharmaceutical prescriptions" } ], "http://purl.org/dc/terms/source": [ @@ -8092,17 +8169,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Media Communication" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Social" + "@value": "Prescription" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8113,7 +8185,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Race", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8134,7 +8206,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about health history." + "@value": "Information about race or racial history." } ], "http://purl.org/dc/terms/source": [ @@ -8150,12 +8222,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Health History" + "@value": "Race" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8166,7 +8241,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8187,7 +8262,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information that uniquely or semi-uniquely identifies an individual or a group" + "@value": "Informatoin about internal characteristics that cannot be seen or observed" } ], "http://purl.org/dc/terms/source": [ @@ -8203,12 +8278,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Identifying" + "@value": "Internal" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8219,7 +8294,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Height", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalCharge", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8240,7 +8315,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical height" + "@value": "Information about criminal charges." } ], "http://purl.org/dc/terms/source": [ @@ -8256,12 +8331,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Height" + "@value": "Criminal Charge" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8272,7 +8347,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowserFingerprint", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CarOwned", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8293,7 +8368,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the web browser which is used as a 'fingerprint'" + "@value": "Information about cars ownership and ownership history." } ], "http://purl.org/dc/terms/source": [ @@ -8309,12 +8384,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Browser Fingerprint" + "@value": "Car Owned" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8325,7 +8400,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PersonalPossession", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Disability", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8346,7 +8421,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about personal possessions." + "@value": "Information about disabilities." } ], "http://purl.org/dc/terms/source": [ @@ -8362,12 +8437,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Possession" + "@value": "Disability" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8378,7 +8453,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Retina", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LifeHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8399,7 +8474,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about retina and the retinal patterns." + "@value": "Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)" } ], "http://purl.org/dc/terms/source": [ @@ -8415,12 +8490,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Retina" + "@value": "Life History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Historical" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8431,7 +8506,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalConviction", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TelephoneNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8452,7 +8527,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about criminal convictions." + "@value": "Information about telephone number." } ], "http://purl.org/dc/terms/source": [ @@ -8468,12 +8543,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Criminal Conviction" + "@value": "Telephone Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8484,7 +8559,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditCardNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8505,7 +8580,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit card number" + "@value": "Information about authentication and information used for authenticating" } ], "http://purl.org/dc/terms/source": [ @@ -8521,12 +8596,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Card Number" + "@value": "Authenticating" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8537,7 +8612,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tax", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8558,7 +8633,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial tax e.g. tax records or tax due" + "@value": "Information about finance including monetary characteristics and transactions" } ], "http://purl.org/dc/terms/source": [ @@ -8574,12 +8649,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tax" + "@value": "Financial" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8590,7 +8670,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Offspring", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteFood", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8611,7 +8691,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about offspring(s)." + "@value": "Information about favorite food." } ], "http://purl.org/dc/terms/source": [ @@ -8627,12 +8707,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Offspring" + "@value": "Favorite Food" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8643,7 +8723,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Country", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Weight", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8664,7 +8744,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about country e.g. residence, travel." + "@value": "Information about physical weight" } ], "http://purl.org/dc/terms/source": [ @@ -8680,12 +8760,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Country" + "@value": "Weight" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8696,7 +8776,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demeanor", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhilosophicalBelief", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8717,7 +8797,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about demeanor." + "@value": "Information about philosophical beliefs." } ], "http://purl.org/dc/terms/source": [ @@ -8733,12 +8813,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Demeanor" + "@value": "Philosophical Belief" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8749,7 +8832,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhilosophicalBelief", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8770,7 +8853,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about philosophical beliefs." + "@value": "Information about demography and demographic characteristics" } ], "http://purl.org/dc/terms/source": [ @@ -8786,15 +8869,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Philosophical Belief" + "@value": "Demographic" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8805,129 +8885,60 @@ ] }, { - "@id": "https://w3id.org/dpv-owl/dpv-pd", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PurchasesAndSpendingHabit", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/abstract": [ - { - "@language": "en", - "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "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": "Javier D. Fernández" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Piero Bonatti" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Simon Steyskal" - } + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." - } - ], - "http://purl.org/dc/terms/license": [ - { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@value": "Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends" } ], "http://purl.org/dc/terms/source": [ { - "@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": [ { - "@language": "en", - "@value": "DPV-PD: Personal Data Extension for DPV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "dpvo-pd" + "@language": "en", + "@value": "Purchases and Spending Habit" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "https://w3id.org/dpv-owl/dpv-pd" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], - "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/dpv-pd#Piercing", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteColor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8948,7 +8959,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about piercings" + "@value": "Information about favorite color." } ], "http://purl.org/dc/terms/source": [ @@ -8964,12 +8975,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Piercing" + "@value": "Favorite Color" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8980,7 +8991,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Marriage", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -9001,7 +9012,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about Behavior or activity" + "@value": "Information about marriage(s)." } ], "http://purl.org/dc/terms/source": [ @@ -9017,17 +9028,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Behavioral" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://www.specialprivacy.eu/vocabs/data#Activity" + "@value": "Marriage" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9038,7 +9044,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GroupMembership", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -9059,7 +9065,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information communicated from or to an individual" + "@value": "Information about groups and memberships included or associated with a social network" } ], "http://purl.org/dc/terms/source": [ @@ -9075,12 +9081,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication" + "@value": "Group Membership" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9091,7 +9097,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -9112,7 +9118,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about a purchasing, spending or income" + "@value": "Information communicated from or to an individual" } ], "http://purl.org/dc/terms/source": [ @@ -9128,12 +9134,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transactional" + "@value": "Communication" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/dpv-pd/dpv-pd.n3 b/dpv-owl/dpv-pd/dpv-pd.n3 index fce5657d3..2b5f20ae5 100644 --- a/dpv-owl/dpv-pd/dpv-pd.n3 +++ b/dpv-owl/dpv-pd/dpv-pd.n3 @@ -3,14 +3,15 @@ @prefix dpvo-pd: . @prefix owl: . @prefix rdfs: . -@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", @@ -18,6 +19,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -37,7 +39,7 @@ 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 . + owl:versionInfo "0.6"^^xsd:string . dpvo-pd:Accent a owl:Class ; rdfs:label "Accent"@en ; @@ -1290,7 +1292,7 @@ dpvo-pd:TVViewingBehavior a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo-pd: ; rdfs:subClassOf dpvo-pd:ServiceConsumptionBehavior ; sw:term_status "accepted"@en . @@ -1479,7 +1481,7 @@ dpvo-pd:ServiceConsumptionBehavior a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Information about the consumption of a service, e.g. time and duration of consumption."@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo-pd: ; rdfs:subClassOf dpvo-pd:Behavioral ; sw:term_status "accepted"@en . diff --git a/dpv-owl/dpv-pd/dpv-pd.rdf b/dpv-owl/dpv-pd/dpv-pd.rdf index c152648ee..8afec5192 100644 --- a/dpv-owl/dpv-pd/dpv-pd.rdf +++ b/dpv-owl/dpv-pd/dpv-pd.rdf @@ -7,36 +7,11 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Social - Information about social aspects such as family, public life, or professional networks. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - Transactional - Information about a purchasing, spending or income - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - + - - Financial - Information about finance including monetary characteristics and transactions - + + Country + Information about country e.g. residence, travel. 2019-06-04 accepted @@ -44,23 +19,11 @@ Fajar Ekaputra - + - Disability - Information about disabilities. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - GPS Coordinate - Information about location expressed using Global Position System coordinates (GPS) + Drug Test Result + Information about drug test results. 2019-06-04 accepted @@ -68,11 +31,11 @@ Fajar Ekaputra - + - Work History - Information about work history in a professional context + Disciplinary Action + Information about disciplinary actions and its history 2019-06-04 accepted @@ -80,12 +43,11 @@ Fajar Ekaputra - + - - - Religion - Information about religion, religious inclinations, and religious history. + + Marriage + Information about marriage(s). 2019-06-04 accepted @@ -93,46 +55,37 @@ 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 - - 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 - + - - Email Address - Information about Email address. - - 2019-06-04 + + Device Software + Information about software on or related to a device. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan - + - - Income - Information about financial income e.g. for individual or household or family + + Browser Fingerprint + Information about the web browser which is used as a 'fingerprint' 2019-06-04 accepted @@ -140,11 +93,11 @@ Fajar Ekaputra - + - - Professional - Information about educational or professional career + + Sexual History + Information about sexual history 2019-06-04 accepted @@ -152,11 +105,12 @@ Fajar Ekaputra - + - - MAC Address - Information about the Media Access Control (MAC) address of a device + + Criminal + Information about criminal activity e.g. criminal convictions or jail time + 2019-06-04 accepted @@ -164,11 +118,11 @@ Fajar Ekaputra - + - - Demeanor - Information about demeanor. + + Favorite Food + Information about favorite food. 2019-06-04 accepted @@ -176,11 +130,11 @@ Fajar Ekaputra - + - - Piercing - Information about piercings + + Work History + Information about work history in a professional context 2019-06-04 accepted @@ -188,12 +142,11 @@ Fajar Ekaputra - + - - Browsing Behavior - Information about browsing Behavior. - + + Criminal Pardon + Information about criminal pardons. 2019-06-04 accepted @@ -201,11 +154,12 @@ Fajar Ekaputra - + - - Credit Worthiness - Information about credit worthiness. + + UID + Information about unique identifiers. + 2019-06-04 accepted @@ -213,11 +167,11 @@ Fajar Ekaputra - + - - Personal Possession - Information about personal possessions. + + Like + Information about likes or preferences regarding attractions. 2019-06-04 accepted @@ -225,11 +179,11 @@ Fajar Ekaputra - + - - Criminal Conviction - Information about criminal convictions. + + Blood Type + Information about blood type. 2019-06-04 accepted @@ -237,11 +191,11 @@ Fajar Ekaputra - + - - Weight - Information about physical weight + + Income + Information about financial income e.g. for individual or household or family 2019-06-04 accepted @@ -249,11 +203,11 @@ Fajar Ekaputra - + - Acquantaince - Information about acquaintainces in a social network. + Connection + Information about and including connections in a social network 2019-06-04 accepted @@ -261,11 +215,12 @@ Fajar Ekaputra - + - - Fetish - Information an individual's sexual fetishes + + + Ethnic Origin + Information about ethnic origin 2019-06-04 accepted @@ -273,11 +228,12 @@ Fajar Ekaputra - + - - Financial Account Number - Information about financial account number + + Official ID + Information about an official identifier or identification document + 2019-06-04 accepted @@ -285,12 +241,11 @@ Fajar Ekaputra - + - - UID - Information about unique identifiers. - + + Income Bracket + Information about income bracket. 2019-06-04 accepted @@ -298,11 +253,11 @@ Fajar Ekaputra - + - - Ownership - Information about ownership and history, including renting, borrowing, possessions. + + Language + Information about language and lingual history. 2019-06-04 accepted @@ -310,11 +265,11 @@ Fajar Ekaputra - + - - Association - Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend + + Identifying + Information that uniquely or semi-uniquely identifies an individual or a group 2019-06-04 accepted @@ -322,11 +277,23 @@ Fajar Ekaputra - + - - Dialect - Information about linguistic dialects. + + 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 + + + + + + Professional Certification + Information about professional certifications 2019-06-04 accepted @@ -334,11 +301,11 @@ Fajar Ekaputra - + - - Identifying - Information that uniquely or semi-uniquely identifies an individual or a group + + Fingerprint + Information about fingerprint used for biometric purposes. 2019-06-04 accepted @@ -346,11 +313,11 @@ Fajar Ekaputra - + - - Language - Information about language and lingual history. + + Interest + Information about interests 2019-06-04 accepted @@ -358,23 +325,11 @@ Fajar Ekaputra - - - - Group Membership - Information about groups and memberships included or associated with a social network - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - + - - Family - Information about family and relationships + + Tax + Information about financial tax e.g. tax records or tax due 2019-06-04 accepted @@ -382,11 +337,12 @@ Fajar Ekaputra - + - - Demographic - Information about demography and demographic characteristics + + Location + Information about location + 2019-06-04 accepted @@ -394,11 +350,11 @@ Fajar Ekaputra - + - - Ethnicity - Information about ethnic origins and lineage + + General Reputation + Information about reputation in the public sphere 2019-06-04 accepted @@ -406,12 +362,11 @@ Fajar Ekaputra - + - - Preference - Information about preferences or interests - + + Mental Health + Information about mental health. 2019-06-04 accepted @@ -419,11 +374,11 @@ Fajar Ekaputra - + - - Social Network - Information about friends or connections expressed as a social network + + Opinion + Information about opinions 2019-06-04 accepted @@ -431,11 +386,11 @@ Fajar Ekaputra - + - - Account Identifier - Information about financial account identifier. + + Dislike + Information about dislikes or preferences regarding repulsions. 2019-06-04 accepted @@ -443,11 +398,12 @@ Fajar Ekaputra - + - - Interest - Information about interests + + + Biometric + Information about biometrics and biometric characteristics. 2019-06-04 accepted @@ -455,43 +411,12 @@ 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 - - + - - Family Health History - Information about family health history. + + LinkClicked + Information about the links that an individual has clicked. + 2019-06-04 accepted @@ -499,11 +424,11 @@ Fajar Ekaputra - + - - Picture - Information about visual representation or image e.g. profile photo. + + Privacy Preference + Information about privacy preferences 2019-06-04 accepted @@ -511,11 +436,11 @@ Fajar Ekaputra - + - - Call Log - Information about the calls that an individual has made. + + Criminal Conviction + Information about criminal convictions. 2019-06-04 accepted @@ -523,11 +448,11 @@ Fajar Ekaputra - + - - Email Content - Information about the contents of Emails sent or received + + Job + Information about professional jobs 2019-06-04 accepted @@ -535,11 +460,11 @@ Fajar Ekaputra - + - - Sibling - Information about sibling(s). + + Skin Tone + Information about skin tone 2019-06-04 accepted @@ -547,11 +472,11 @@ Fajar Ekaputra - + - - Privacy Preference - Information about privacy preferences + + Gender + Information about gender 2019-06-04 accepted @@ -559,11 +484,11 @@ Fajar Ekaputra - + - - Character - Information about character in the public sphere + + Attitude + Information about attitude. 2019-06-04 accepted @@ -571,11 +496,11 @@ Fajar Ekaputra - + - - School - Information about school such as name of school, conduct, or grades obtained. + + Financial Account Number + Information about financial account number 2019-06-04 accepted @@ -583,11 +508,11 @@ Fajar Ekaputra - + - - Apartment Owned - Information about apartment(s) owned and its history + + Authenticating + Information about authentication and information used for authenticating 2019-06-04 accepted @@ -595,11 +520,11 @@ Fajar Ekaputra - + - - Credit Card Number - Information about credit card number + + Email Address + Information about Email address. 2019-06-04 accepted @@ -607,11 +532,11 @@ Fajar Ekaputra - + - Age - Information about age + Piercing + Information about piercings 2019-06-04 accepted @@ -619,11 +544,11 @@ Fajar Ekaputra - + - Income Bracket - Information about income bracket. + Physical Trait + Information about defining traits or features regarding the body. 2019-06-04 accepted @@ -631,11 +556,11 @@ Fajar Ekaputra - + - - Job - Information about professional jobs + + Transaction + Information about financial transactions e.g. bank transfers 2019-06-04 accepted @@ -643,11 +568,11 @@ Fajar Ekaputra - + - - Physical Health - Information about physical health. + + Social Network + Information about friends or connections expressed as a social network 2019-06-04 accepted @@ -655,20 +580,6 @@ Fajar Ekaputra - - - - Device Software - Information about software on or related to a device. - - 2020-11-04 - accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan - - @@ -681,11 +592,11 @@ Fajar Ekaputra - + - - Interaction - Information about interactions in the public sphere + + Age + Information about age 2019-06-04 accepted @@ -693,11 +604,11 @@ Fajar Ekaputra - + - - Drug Test Result - Information about drug test results. + + External + Information about external characteristics that can be observed 2019-06-04 accepted @@ -705,11 +616,12 @@ Fajar Ekaputra - + - - Dislike - Information about dislikes or preferences regarding repulsions. + + Behavioral + Information about Behavior or activity + 2019-06-04 accepted @@ -717,11 +629,11 @@ Fajar Ekaputra - + - - PIN Code - Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system. + + Offspring + Information about offspring(s). 2019-06-04 accepted @@ -729,11 +641,11 @@ Fajar Ekaputra - + - - Life History - Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11) + + Social + Information about social aspects such as family, public life, or professional networks. 2019-06-04 accepted @@ -741,11 +653,12 @@ Fajar Ekaputra - + - - Connection - Information about and including connections in a social network + + Device Based + Information about devices + 2019-06-04 accepted @@ -753,26 +666,25 @@ Fajar Ekaputra - + - - Device Operating System - Information about the operating system (OS) or system software that manages hardware or software resources. - - 2020-11-04 + + House Owned + Information about house(s) owned and ownership history. + + 2019-06-04 accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Official ID - Information about an official identifier or identification document - + + + Political Affiliation + Information about political affiliation and history + 2019-06-04 accepted @@ -780,11 +692,45 @@ Fajar Ekaputra - + + + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. + Axel Polleres + Beatriz Esteves + Bert Bos + Bud Bruegger + David Hickey + Elmar Kiesling + Eva Schlehahn + Fajar J. Ekaputra + Georg P Krog + Harshvardhan J. Pandit + Javier D. Fernández + Julian Flake + Mark Lizar + Paul Ryan + Piero Bonatti + Ramisa Gachpaz Hamed + Rigo Wenning + Rob Brennan + Simon Steyskal + 2022-04-02 + 2022-04-02 + Axel Polleres + Harshvardhan J. Pandit + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. + + DPV-PD: Personal Data Extension for DPV + dpvo-pd + https://w3id.org/dpv-owl/dpv-pd + + 0.6 + + - - Marital Status - Information about marital status and history + + Financial Account + Information about financial accounts. 2019-06-04 accepted @@ -792,11 +738,12 @@ Fajar Ekaputra - + - - Professional Interview - Information about professional interviews + + PhysicalCharacteristic + Information about physical characteristics + 2019-06-04 accepted @@ -804,11 +751,12 @@ Fajar Ekaputra - + - - Communication - Information communicated from or to an individual + + + Religion + Information about religion, religious inclinations, and religious history. 2019-06-04 accepted @@ -816,11 +764,11 @@ Fajar Ekaputra - + - - Geographic - Information about location or based on geography (e.g. home address) + + Username + Information about usernames. 2019-06-04 accepted @@ -828,11 +776,11 @@ Fajar Ekaputra - + - - Secret Text - Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password. + + Interaction + Information about interactions in the public sphere 2019-06-04 accepted @@ -840,11 +788,11 @@ Fajar Ekaputra - + - - Skin Tone - Information about skin tone + + Personality + Information about personality (e.g., categorization in terms of the Big Five personality traits) 2019-06-04 accepted @@ -852,11 +800,25 @@ Fajar Ekaputra - + - - Credit Score - Information about credit score. + + 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 + + + + + + DNA Code + Information about DNA. 2019-06-04 accepted @@ -864,12 +826,34 @@ Fajar Ekaputra - + - - Device Based - Information about devices - + + Family + Information about family and relationships + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + Payment Card Expiry + Information about payment card expiry such as a date. + + 2020-11-04 + accepted + Georg P Krog + + + + + + Favorite + Information about favorites 2019-06-04 accepted @@ -889,11 +873,11 @@ Fajar Ekaputra - + - - Mental Health - Information about mental health. + + Credit + Information about reputation with regards to money 2019-06-04 accepted @@ -901,11 +885,11 @@ Fajar Ekaputra - + - - Health History - Information about health history. + + Favorite Music + Information about favorite music. 2019-06-04 accepted @@ -913,12 +897,11 @@ Fajar Ekaputra - + - - Criminal - Information about criminal activity e.g. criminal convictions or jail time - + + Dialect + Information about linguistic dialects. 2019-06-04 accepted @@ -926,11 +909,11 @@ Fajar Ekaputra - + - - Thought - Information about thoughts + + Parent + Information about parent(s). 2019-06-04 accepted @@ -938,11 +921,11 @@ Fajar Ekaputra - + - - Name - Information about names associated or used as given name or nickname. + + Bank Account + Information about bank accounts. 2019-06-04 accepted @@ -950,12 +933,48 @@ Fajar Ekaputra - + + + + Voice Communication Recording + Information about vocal recorded communication (e.g. telephony, VoIP) + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + Password + Information about password used in the process of authenticating the individual as an user accessing a system. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + Health Record + Information about health record. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + - Behavioral - Information about Behavior or activity - + + Sexual + Information about sexuality and sexual history 2019-06-04 accepted @@ -963,11 +982,49 @@ Fajar Ekaputra - + - - Authenticating - Information about authentication and information used for authenticating + + Device Operating System + Information about the operating system (OS) or system software that manages hardware or software resources. + + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + + + + + + Credit Worthiness + Information about credit worthiness. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + Relationship + Information about relationships and relationship history. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + Communication + Information communicated from or to an individual 2019-06-04 accepted @@ -975,11 +1032,11 @@ Fajar Ekaputra - + - - Physical Address - Information about physical address. + + Health History + Information about health history. 2019-06-04 accepted @@ -987,24 +1044,22 @@ Fajar Ekaputra - + - - Favorite Food - Information about favorite food. - - 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 - + - - - Sexual - Information about sexuality and sexual history + + Criminal Charge + Information about criminal charges. 2019-06-04 accepted @@ -1012,11 +1067,11 @@ Fajar Ekaputra - + - - Public Life - Information about public life + + 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 @@ -1024,12 +1079,11 @@ Fajar Ekaputra - + - - - Religious Belief - Information about religion and religious beliefs. + + Sexual Preference + Information about sexual preferences 2019-06-04 accepted @@ -1037,25 +1091,23 @@ Fajar Ekaputra - + - - Device Applications - Information about applications or application-like software on a device. - - 2020-11-04 + + Geographic + Information about location or based on geography (e.g. home address) + + 2019-06-04 accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Blood Type - Information about blood type. + + Public Life + Information about public life 2019-06-04 accepted @@ -1063,11 +1115,12 @@ Fajar Ekaputra - + - - Loan Record - Information about loans, whether applied, provided or rejected, and its history + + Health + Information about health. + 2019-06-04 accepted @@ -1087,11 +1140,11 @@ Fajar Ekaputra - + - - Username - Information about usernames. + + Telephone Number + Information about telephone number. 2019-06-04 accepted @@ -1099,11 +1152,12 @@ Fajar Ekaputra - + - - Room Number - Information about location expressed as Room number or similar numbering systems + + + MedicalHealth + Information about health, medical conditions or health care 2019-06-04 accepted @@ -1111,11 +1165,11 @@ Fajar Ekaputra - + - - Offspring - Information about offspring(s). + + Loan Record + Information about loans, whether applied, provided or rejected, and its history 2019-06-04 accepted @@ -1123,12 +1177,11 @@ 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 @@ -1136,11 +1189,11 @@ Fajar Ekaputra - + - - Opinion - Information about opinions + + Height + Information about physical height 2019-06-04 accepted @@ -1148,6 +1201,17 @@ 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 + + @@ -1160,12 +1224,11 @@ Fajar Ekaputra - + - - Location - Information about location - + + Purchases and Spending Habit + Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends 2019-06-04 accepted @@ -1173,11 +1236,11 @@ Fajar Ekaputra - + - - Fingerprint - Information about fingerprint used for biometric purposes. + + Tracking + Information used to track an individual or group e.g. location or email 2019-06-04 accepted @@ -1185,12 +1248,11 @@ Fajar Ekaputra - + - - - Ethnic Origin - Information about ethnic origin + + Thought + Information about thoughts 2019-06-04 accepted @@ -1198,11 +1260,11 @@ Fajar Ekaputra - + - - Employment History - Information about employment history + + Knowledge and Beliefs + Information about knowledge and beliefs 2019-06-04 accepted @@ -1210,23 +1272,23 @@ Fajar Ekaputra - + - - - Payment Card Number - Information about payment card number. - - 2020-11-04 + + Fetish + Information an individual's sexual fetishes + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Professional Evaluation - Information about professional evaluations + + Picture + Information about visual representation or image e.g. profile photo. 2019-06-04 accepted @@ -1234,11 +1296,11 @@ Fajar Ekaputra - + - - Financial Account - Information about financial accounts. + + Credit Score + Information about credit score. 2019-06-04 accepted @@ -1246,11 +1308,11 @@ Fajar Ekaputra - + - - Sexual Preference - Information about sexual preferences + + Association + Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend 2019-06-04 accepted @@ -1258,12 +1320,11 @@ Fajar Ekaputra - + - - Contact - Information about contacts or used for contacting e.g. email address or phone number - + + Hair Color + Information about hair color 2019-06-04 accepted @@ -1271,12 +1332,12 @@ Fajar Ekaputra - + - - Social Media Communication - Information about social media communication, including the communication itself and metadata. - + + Contact + Information about contacts or used for contacting e.g. email address or phone number + 2019-06-04 accepted @@ -1284,11 +1345,11 @@ Fajar Ekaputra - + - - Credit - Information about reputation with regards to money + + Acquantaince + Information about acquaintainces in a social network. 2019-06-04 accepted @@ -1296,11 +1357,11 @@ Fajar Ekaputra - + - - Like - Information about likes or preferences regarding attractions. + + Employment History + Information about employment history 2019-06-04 accepted @@ -1308,12 +1369,12 @@ Fajar Ekaputra - + - - - Philosophical Belief - Information about philosophical beliefs. + + Communications Metadata + Information about communication metadata in the public sphere + 2019-06-04 accepted @@ -1321,11 +1382,11 @@ Fajar Ekaputra - - - - Family Structure - Information about family and familial structure. + + + + Group Membership + Information about groups and memberships included or associated with a social network 2019-06-04 accepted @@ -1333,11 +1394,11 @@ Fajar Ekaputra - + - - External - Information about external characteristics that can be observed + + Tattoo + Information about tattoos 2019-06-04 accepted @@ -1345,11 +1406,11 @@ Fajar Ekaputra - + - Bank Account - Information about bank accounts. + Account Identifier + Information about financial account identifier. 2019-06-04 accepted @@ -1357,11 +1418,11 @@ Fajar Ekaputra - + - - Favorite - Information about favorites + + Favorite Color + Information about favorite color. 2019-06-04 accepted @@ -1369,12 +1430,11 @@ Fajar Ekaputra - + - - - MedicalHealth - Information about health, medical conditions or health care + + Car Owned + Information about cars ownership and ownership history. 2019-06-04 accepted @@ -1382,11 +1442,11 @@ Fajar Ekaputra - + - - Professional Certification - Information about professional certifications + + Name + Information about names associated or used as given name or nickname. 2019-06-04 accepted @@ -1394,11 +1454,11 @@ Fajar Ekaputra - + - - Credit Standing - Information about credit standing. + + Physical Health + Information about physical health. 2019-06-04 accepted @@ -1406,11 +1466,11 @@ Fajar Ekaputra - + - - Physical Trait - Information about defining traits or features regarding the body. + + Proclivitie + Information about proclivities in a sexual context 2019-06-04 accepted @@ -1418,11 +1478,11 @@ Fajar Ekaputra - + - - Transaction - Information about financial transactions e.g. bank transfers + + Voice Mail + Information about voice mail messages. 2019-06-04 accepted @@ -1430,11 +1490,11 @@ Fajar Ekaputra - + - - Telephone Number - Information about telephone number. + + Character + Information about character in the public sphere 2019-06-04 accepted @@ -1442,35 +1502,34 @@ Fajar Ekaputra - + - - Proclivitie - Information about proclivities in a sexual context - - 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 - + - - Accent - Information about linguistic and speech accents. - - 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 - + - - DNA Code - Information about DNA. + + Ethnicity + Information about ethnic origins and lineage 2019-06-04 accepted @@ -1478,11 +1537,11 @@ Fajar Ekaputra - + - - Height - Information about physical height + + Family Health History + Information about family health history. 2019-06-04 accepted @@ -1490,11 +1549,11 @@ Fajar Ekaputra - + - - Browser Fingerprint - Information about the web browser which is used as a 'fingerprint' + + Ownership + Information about ownership and history, including renting, borrowing, possessions. 2019-06-04 accepted @@ -1502,11 +1561,11 @@ Fajar Ekaputra - + - - Reference - Information about references in the professional context + + Credit Standing + Information about credit standing. 2019-06-04 accepted @@ -1514,13 +1573,11 @@ Fajar Ekaputra - + - - Political Affiliation - Information about political affiliation and history - + Marital Status + Information about marital status and history 2019-06-04 accepted @@ -1528,12 +1585,11 @@ Fajar Ekaputra - + - - Purchase - Information about purchases such as items bought e.g. grocery or clothing - + + Individual Health History + Information about information health history. 2019-06-04 accepted @@ -1541,24 +1597,24 @@ Fajar Ekaputra - + - - TV Viewing Behavior - Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed - - 2019-11-26 + + Browsing Behavior + Information about browsing Behavior. + + + 2019-06-04 accepted - Harshvardhan J. Pandit - Rudy Jacob + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - PhysicalCharacteristic - Information about physical characteristics - + + Retina + Information about retina and the retinal patterns. 2019-06-04 accepted @@ -1566,11 +1622,11 @@ Fajar Ekaputra - + - - Gender - Information about gender + + Salary + Information about salary 2019-06-04 accepted @@ -1578,11 +1634,11 @@ Fajar Ekaputra - + - - Purchases and Spending Habit - Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends + + Sibling + Information about sibling(s). 2019-06-04 accepted @@ -1590,11 +1646,11 @@ Fajar Ekaputra - + - - Marriage - Information about marriage(s). + + Weight + Information about physical weight 2019-06-04 accepted @@ -1602,11 +1658,11 @@ Fajar Ekaputra - + - Country - Information about country e.g. residence, travel. + GPS Coordinate + Information about location expressed using Global Position System coordinates (GPS) 2019-06-04 accepted @@ -1614,11 +1670,11 @@ Fajar Ekaputra - + - - Salary - Information about salary + + Email Content + Information about the contents of Emails sent or received 2019-06-04 accepted @@ -1626,12 +1682,11 @@ Fajar Ekaputra - + - - Health - Information about health. - + + Professional Evaluation + Information about professional evaluations 2019-06-04 accepted @@ -1639,11 +1694,11 @@ Fajar Ekaputra - + - - Retina - Information about retina and the retinal patterns. + + Friend + Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. 2019-06-04 accepted @@ -1651,11 +1706,12 @@ Fajar Ekaputra - + - - Historical - Information about historical data related to or relevant regarding history or past events + + + Philosophical Belief + Information about philosophical beliefs. 2019-06-04 accepted @@ -1663,11 +1719,12 @@ Fajar Ekaputra - + - - Car Owned - Information about cars ownership and ownership history. + + Financial + Information about finance including monetary characteristics and transactions + 2019-06-04 accepted @@ -1675,11 +1732,11 @@ Fajar Ekaputra - + - - Criminal Pardon - Information about criminal pardons. + + 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 @@ -1687,11 +1744,11 @@ Fajar Ekaputra - + - - Tracking - Information used to track an individual or group e.g. location or email + + School + Information about school such as name of school, conduct, or grades obtained. 2019-06-04 accepted @@ -1699,11 +1756,11 @@ Fajar Ekaputra - + - - Criminal Charge - Information about criminal charges. + + Accent + Information about linguistic and speech accents. 2019-06-04 accepted @@ -1711,12 +1768,11 @@ Fajar Ekaputra - + - - LinkClicked - Information about the links that an individual has clicked. - + + Family Structure + Information about family and familial structure. 2019-06-04 accepted @@ -1724,11 +1780,11 @@ Fajar Ekaputra - + - - Individual Health History - Information about information health history. + + Call Log + Information about the calls that an individual has made. 2019-06-04 accepted @@ -1736,11 +1792,11 @@ Fajar Ekaputra - + - - Voice Communication Recording - Information about vocal recorded communication (e.g. telephony, VoIP) + + Demographic + Information about demography and demographic characteristics 2019-06-04 accepted @@ -1748,11 +1804,12 @@ Fajar Ekaputra - + - - Relationship - Information about relationships and relationship history. + + Social Media Communication + Information about social media communication, including the communication itself and metadata. + 2019-06-04 accepted @@ -1760,11 +1817,11 @@ Fajar Ekaputra - + - - Disciplinary Action - Information about disciplinary actions and its history + + 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 @@ -1784,11 +1841,12 @@ Fajar Ekaputra - + - - Sexual History - Information about sexual history + + Preference + Information about preferences or interests + 2019-06-04 accepted @@ -1796,11 +1854,11 @@ Fajar Ekaputra - + - - Credit Capacity - Information about credit capacity. + + Professional + Information about educational or professional career 2019-06-04 accepted @@ -1808,11 +1866,11 @@ Fajar Ekaputra - + - - Hair Color - Information about hair color + + Credit Capacity + Information about credit capacity. 2019-06-04 accepted @@ -1820,11 +1878,11 @@ Fajar Ekaputra - + - - Knowledge and Beliefs - Information about knowledge and beliefs + + Room Number + Information about location expressed as Room number or similar numbering systems 2019-06-04 accepted @@ -1832,11 +1890,11 @@ Fajar Ekaputra - + - House Owned - Information about house(s) owned and ownership history. + Personal Possession + Information about personal possessions. 2019-06-04 accepted @@ -1844,11 +1902,11 @@ Fajar Ekaputra - + - - Friend - Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. + + Demeanor + Information about demeanor. 2019-06-04 accepted @@ -1856,22 +1914,12 @@ Fajar Ekaputra - - - - Authentication History - Information about prior authentication and its outcomes such as login attempts or location. - - 2020-11-04 - accepted - Georg P Krog - - - + - - Tattoo - Information about tattoos + + + Race + Information about race or racial history. 2019-06-04 accepted @@ -1879,11 +1927,11 @@ Fajar Ekaputra - + - - Attitude - Information about attitude. + + IP Address + Information about the Internet protocol (IP) address of a device 2019-06-04 accepted @@ -1891,11 +1939,11 @@ Fajar Ekaputra - + - - Tax - Information about financial tax e.g. tax records or tax due + + Professional Interview + Information about professional interviews 2019-06-04 accepted @@ -1903,11 +1951,12 @@ Fajar Ekaputra - + - - Favorite Color - Information about favorite color. + + + Religious Belief + Information about religion and religious beliefs. 2019-06-04 accepted @@ -1927,24 +1976,11 @@ Fajar Ekaputra - - - - Parent - Information about parent(s). - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - + - - Communications Metadata - Information about communication metadata in the public sphere - + + Reference + Information about references in the professional context 2019-06-04 accepted @@ -1952,11 +1988,11 @@ Fajar Ekaputra - + - - General Reputation - Information about reputation in the public sphere + + Apartment Owned + Information about apartment(s) owned and its history 2019-06-04 accepted @@ -1964,22 +2000,11 @@ Fajar Ekaputra - - - - Payment Card - Information about payment card such as Credit Card, Debit Card. - - 2020-11-04 - accepted - Harshvardhan J. Pandit - - - + - Health Record - Information about health record. + Disability + Information about disabilities. 2019-06-04 accepted @@ -1987,11 +2012,11 @@ Fajar Ekaputra - + - - IP Address - Information about the Internet protocol (IP) address of a device + + Historical + Information about historical data related to or relevant regarding history or past events 2019-06-04 accepted @@ -1999,12 +2024,11 @@ Fajar Ekaputra - + - - - Biometric - Information about biometrics and biometric characteristics. + + Transactional + Information about a purchasing, spending or income 2019-06-04 accepted @@ -2012,11 +2036,11 @@ Fajar Ekaputra - + - - Personality - Information about personality (e.g., categorization in terms of the Big Five personality traits) + + Physical Address + Information about physical address. 2019-06-04 accepted @@ -2024,11 +2048,12 @@ Fajar Ekaputra - + - - Voice Mail - Information about voice mail messages. + + Purchase + Information about purchases such as items bought e.g. grocery or clothing + 2019-06-04 accepted @@ -2036,11 +2061,11 @@ Fajar Ekaputra - + - - Password - Information about password used in the process of authenticating the individual as an user accessing a system. + + Credit Card Number + Information about credit card number 2019-06-04 accepted @@ -2048,17 +2073,6 @@ Fajar Ekaputra - - - - Payment Card Expiry - Information about payment card expiry such as a date. - - 2020-11-04 - accepted - Georg P Krog - - @@ -2071,16 +2085,4 @@ Fajar Ekaputra - - - - Favorite Music - Information about favorite music. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - diff --git a/dpv-owl/dpv-pd/dpv-pd.ttl b/dpv-owl/dpv-pd/dpv-pd.ttl index fce5657d3..2b5f20ae5 100644 --- a/dpv-owl/dpv-pd/dpv-pd.ttl +++ b/dpv-owl/dpv-pd/dpv-pd.ttl @@ -3,14 +3,15 @@ @prefix dpvo-pd: . @prefix owl: . @prefix rdfs: . -@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", @@ -18,6 +19,7 @@ "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", + "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", @@ -37,7 +39,7 @@ 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 . + owl:versionInfo "0.6"^^xsd:string . dpvo-pd:Accent a owl:Class ; rdfs:label "Accent"@en ; @@ -1290,7 +1292,7 @@ dpvo-pd:TVViewingBehavior a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed"@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo-pd: ; rdfs:subClassOf dpvo-pd:ServiceConsumptionBehavior ; sw:term_status "accepted"@en . @@ -1479,7 +1481,7 @@ dpvo-pd:ServiceConsumptionBehavior a owl:Class ; dct:creator "Harshvardhan J. Pandit"^^xsd:string, "Rudy Jacob"^^xsd:string ; dct:description "Information about the consumption of a service, e.g. time and duration of consumption."@en ; - dct:source ; + dct:source ; rdfs:isDefinedBy dpvo-pd: ; rdfs:subClassOf dpvo-pd:Behavioral ; sw:term_status "accepted"@en . diff --git a/dpv-owl/dpv-pd/index.html b/dpv-owl/dpv-pd/index.html index 8c195448d..02701846c 100644 --- a/dpv-owl/dpv-pd/index.html +++ b/dpv-owl/dpv-pd/index.html @@ -9,7 +9,7 @@ var respecConfig = { shortName: "dpvo-pd", title: "DPVO-PD: Extended Personal Data concepts for DPV-OWL", - subtitle: "version 0.5", + subtitle: "version 0.6", publishDate: "2022-04-02", specStatus: "CG-DRAFT", group: "dpvcg", @@ -941,7 +941,7 @@

Behavioral

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

Browsing Behavior

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

Communications Metadata

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

Contact

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

Criminal

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

Device Based

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

Financial

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

Health

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

LinkClicked

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

Location

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

Official ID

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

PhysicalCharacteristic

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

Political Affiliation

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

Preference

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

Purchase

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

Service Consumption Behavior

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

Social Media Communication

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

TV Viewing Behavior

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

UID

See Also: - svd:UniqueId + svd:UniqueId diff --git a/dpv-owl/dpv.html b/dpv-owl/dpv.html index 88e41b0cd..d322051e1 100644 --- a/dpv-owl/dpv.html +++ b/dpv-owl/dpv.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/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