DPV-LEGAL extends the [[[DPV]]] to provide concepts related to ...
+
DPV-LEGAL extends the [[[DPV]]] to provide concepts related to Jurisdictions, Laws, Authorities, EU/EEA Memberships, EU Adequacy Decisions
The namespace for terms in DPV-LEGAL is https://www.w3id.org/dpv/dpv-legal#
The suggested prefix for the namespace is dpv-legal
The DPV-LEGAL vocabulary and its documentation is available on GitHub.
@@ -109,6 +109,10 @@
Introduction
The Data Privacy Vocabulary (DPV) provides terms to annotate and categorise instances of legally compliant personal data handling. In particular, the vocabulary provides Location, Law, and Authority as top-level concepts. 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-LEGAL, provides several collections of concepts based on extending those from the DPV regarding:
A hierarchical list of regions consisting of continents, countries, and regions within countries (limited data), along with their ISO and UN provisioned codes
@@ -117,7 +121,7 @@
A membership of EU and EEA along with specific temporal variations such as the introduction of exclusion of a member (e.g. EU-27 post-Brexit)
The ISO 3166 is a standard providing codes for countries and regions within them in various formats. DPV-LEGAL currently only models the Countries and Sub-Regions (for some jurisdictions). Adopters can provide additional concepts based on 3166.
The Global Privacy Assembly is a group of various data protection and privacy authorities, and as such provides an authorititative collection of their memberships. The 2020 Census and Members online presence are two convenient lists of authorities and their online/social links. Adopters can use these resources to extend this vocabulary.
+
Global Tables of Data Privacy Laws and Bills
+
Graham Greenleaf does a comprehensive and resourceful job of maintaining a collection of privacy and data protection laws across the world. Adopters can utilise this resource to add concepts to this vocabulary. See: Greenleaf G. (2019). Global Tables of Data Privacy Laws and Bills (6th Ed January 2019) (SSRN Scholarly Paper ID 3380794). Social Science Research Network. https://papers.ssrn.com/abstract=3380794
+
+
{% if proposed %}
Proposed Terms
diff --git a/documentation-generator/jinja2_resources/template_dpv_legal_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_legal_owl.jinja2
new file mode 100644
index 000000000..52619b248
--- /dev/null
+++ b/documentation-generator/jinja2_resources/template_dpv_legal_owl.jinja2
@@ -0,0 +1,534 @@
+{% from 'macro_term_table.jinja2' import table_classes %}
+{% from 'macro_term_table.jinja2' import table_properties %}
+{% from 'macro_dpv_document_family.jinja2' import dpv_document_family, sotd %}
+
+
+
+
+ DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV
+
+
+
+
+
+
+
DPV-LEGAL extends the [[[DPV]]] to provide concepts related to Jurisdictions, Laws, Authorities, EU/EEA Memberships, EU Adequacy Decisions
+
The namespace for terms in DPVO-LEGAL is https://www.w3id.org/dpv/dpv-owl/dpv-legal#
+ The suggested prefix for the namespace is dpvo-legal
+ The DPV-LEGAL vocabulary and its documentation is available on GitHub.
The Data Privacy Vocabulary (DPV) provides terms to annotate and categorise instances of legally compliant personal data handling. In particular, the vocabulary provides Location, Law, and Authority as top-level concepts. 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-LEGAL, provides several collections of concepts based on extending those from the DPV regarding:
+
+
A hierarchical list of regions consisting of continents, countries, and regions within countries (limited data), along with their ISO and UN provisioned codes
+
A list of laws and their applicable jurisdictions, and start and end dates where available
+
A list of authorities and the laws they enforce as well their applicable jurisdictions
+
A membership of EU and EEA along with specific temporal variations such as the introduction of exclusion of a member (e.g. EU-27 post-Brexit)
+ p>We welcome further contributions to refine or extend this data, See the sources appendix for documents and resources to extend this vocabulary.
+
+
+
+
Laws
+
+ {% for term in laws_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'w3.org' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
+
Authorities
+
+ {% for term in authorities_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'w3.org' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
EU/EEA Memberships
+
+ {% for term in EU_EEA_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'w3.org' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
EU Adequacy Decisions
+ {% for term in EU_Adequacy_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'w3.org' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
Locations
+ {% for term in locations_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'w3.org' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
Sources for Extending Concepts
+
ISO 3166 Codes
+
The ISO 3166 is a standard providing codes for countries and regions within them in various formats. DPV-LEGAL currently only models the Countries and Sub-Regions (for some jurisdictions). Adopters can provide additional concepts based on 3166.
The Global Privacy Assembly is a group of various data protection and privacy authorities, and as such provides an authorititative collection of their memberships. The 2020 Census and Members online presence are two convenient lists of authorities and their online/social links. Adopters can use these resources to extend this vocabulary.
+
Global Tables of Data Privacy Laws and Bills
+
Graham Greenleaf does a comprehensive and resourceful job of maintaining a collection of privacy and data protection laws across the world. Adopters can utilise this resource to add concepts to this vocabulary. See: Greenleaf G. (2019). Global Tables of Data Privacy Laws and Bills (6th Ed January 2019) (SSRN Scholarly Paper ID 3380794). Social Science Research Network. https://papers.ssrn.com/abstract=3380794
+
+
+{% if proposed %}
+
+
Proposed Terms
+
The following terms have been proposed for inclusion, and are under discussion. They are provided here for illustrative purposes and should not be considered as part of DPV.
+ {% for name, terms in proposed.items() %}
+ {{name}}
+
{% for term in terms %}
+
{{term}}
+ {% endfor %}
+ {% endfor %}
+
+{% endif %}
+
+
+
\ No newline at end of file
diff --git a/documentation-generator/jinja2_resources/template_dpv_legal_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_legal_skos.jinja2
new file mode 100644
index 000000000..646f1bc4b
--- /dev/null
+++ b/documentation-generator/jinja2_resources/template_dpv_legal_skos.jinja2
@@ -0,0 +1,534 @@
+{% from 'macro_term_table.jinja2' import table_classes %}
+{% from 'macro_term_table.jinja2' import table_properties %}
+{% from 'macro_dpv_document_family.jinja2' import dpv_document_family, sotd %}
+
+
+
+
+ DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV
+
+
+
+
+
+
+
DPV-LEGAL extends the [[[DPV]]] to provide concepts related to Jurisdictions, Laws, Authorities, EU/EEA Memberships, EU Adequacy Decisions
+
The namespace for terms in DPV-LEGAL is https://www.w3id.org/dpv/dpv-skos/dpv-legal#
+ The suggested prefix for the namespace is dpvs-legal
+ The DPV-LEGAL vocabulary and its documentation is available on GitHub.
The Data Privacy Vocabulary (DPV) provides terms to annotate and categorise instances of legally compliant personal data handling. In particular, the vocabulary provides Location, Law, and Authority as top-level concepts. 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-LEGAL, provides several collections of concepts based on extending those from the DPV regarding:
+
+
A hierarchical list of regions consisting of continents, countries, and regions within countries (limited data), along with their ISO and UN provisioned codes
+
A list of laws and their applicable jurisdictions, and start and end dates where available
+
A list of authorities and the laws they enforce as well their applicable jurisdictions
+
A membership of EU and EEA along with specific temporal variations such as the introduction of exclusion of a member (e.g. EU-27 post-Brexit)
+ p>We welcome further contributions to refine or extend this data, See the sources appendix for documents and resources to extend this vocabulary.
+
+
+
+
Laws
+
+ {% for term in laws_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'skos/core' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
+
Authorities
+
+ {% for term in authorities_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'skos' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
EU/EEA Memberships
+
+ {% for term in EU_EEA_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'skos' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
EU Adequacy Decisions
+ {% for term in EU_Adequacy_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'skos' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
Locations
+ {% for term in locations_terms | sort(attribute='iri') %}
+
+
{% if not prefix %}{{term.iri|fragment_this}}{% else %}{{term.iri|fragment_this}}{% endif %}
+
+
+
+
IRI
+
`{{ term.iri }}`
+
+
+
Type
+
{% for t in term.rdf_type %}{% if 'skos' not in t.iri %}{{ t|prefix_this }}{% endif %}{% endfor %}
+ {% if term.dct_creator is sequence and not term.dct_creator is string %}{% for person in term.dct_creator|sort %}
+ {{person}}{{', ' if not loop.last }}
+ {% endfor %}{% else %}
+ {{term.dct_creator}}
+ {% endif %}
+
+
+ {% endif %}
+ {% if term.skos_related %}
+
+
See Also:
+
+ {% if term.skos_related is sequence and not term.skos_related is string %}{% for link in term.skos_related %}
+ {{link|prefix_this}}{{", " if not loop.last}}
+ {% endfor %}{% else %}
+ {{term.skos_related|prefix_this}}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
Sources for Extending Concepts
+
ISO 3166 Codes
+
The ISO 3166 is a standard providing codes for countries and regions within them in various formats. DPV-LEGAL currently only models the Countries and Sub-Regions (for some jurisdictions). Adopters can provide additional concepts based on 3166.
The Global Privacy Assembly is a group of various data protection and privacy authorities, and as such provides an authorititative collection of their memberships. The 2020 Census and Members online presence are two convenient lists of authorities and their online/social links. Adopters can use these resources to extend this vocabulary.
+
Global Tables of Data Privacy Laws and Bills
+
Graham Greenleaf does a comprehensive and resourceful job of maintaining a collection of privacy and data protection laws across the world. Adopters can utilise this resource to add concepts to this vocabulary. See: Greenleaf G. (2019). Global Tables of Data Privacy Laws and Bills (6th Ed January 2019) (SSRN Scholarly Paper ID 3380794). Social Science Research Network. https://papers.ssrn.com/abstract=3380794
+
+
+{% if proposed %}
+
+
Proposed Terms
+
The following terms have been proposed for inclusion, and are under discussion. They are provided here for illustrative purposes and should not be considered as part of DPV.
+ {% for name, terms in proposed.items() %}
+ {{name}}
+
{% for term in terms %}
+
{{term}}
+ {% endfor %}
+ {% endfor %}
+
+{% endif %}
+
+
+
\ 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 412aa8bce..019ecd8b5 100644
--- a/documentation-generator/ontology_metadata/dpv-legal.ttl
+++ b/documentation-generator/ontology_metadata/dpv-legal.ttl
@@ -17,4 +17,4 @@
vann:preferredNamespacePrefix "dpv-legal" ;
vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
diff --git a/documentation-generator/ontology_metadata/dpv-owl.ttl b/documentation-generator/ontology_metadata/dpv-owl.ttl
index 07b412644..1a44120ce 100644
--- a/documentation-generator/ontology_metadata/dpv-owl.ttl
+++ b/documentation-generator/ontology_metadata/dpv-owl.ttl
@@ -4,7 +4,7 @@
@prefix rdfs: .
@prefix vann: .
@prefix xsd: .
-@prefix skos: .
+@prefix skos: .
@prefix dpvo: .
diff --git a/documentation-generator/ontology_metadata/dpv-semantics.ttl b/documentation-generator/ontology_metadata/dpv-semantics.ttl
index 91dff0154..a52b98a8d 100644
--- a/documentation-generator/ontology_metadata/dpv-semantics.ttl
+++ b/documentation-generator/ontology_metadata/dpv-semantics.ttl
@@ -4,7 +4,7 @@
@prefix rdfs: .
@prefix vann: .
@prefix xsd: .
-@prefix skos: .
+@prefix skos: .
@prefix dpv: .
diff --git a/documentation-generator/ontology_metadata/dpv-skos.ttl b/documentation-generator/ontology_metadata/dpv-skos.ttl
index e507c95c1..a1aca491e 100644
--- a/documentation-generator/ontology_metadata/dpv-skos.ttl
+++ b/documentation-generator/ontology_metadata/dpv-skos.ttl
@@ -4,7 +4,7 @@
@prefix rdfs: .
@prefix vann: .
@prefix xsd: .
-@prefix skos: .
+@prefix skos: .
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 ;
diff --git a/documentation-generator/ontology_metadata/dpv.ttl b/documentation-generator/ontology_metadata/dpv.ttl
index c3c3b5153..24fd87fca 100644
--- a/documentation-generator/ontology_metadata/dpv.ttl
+++ b/documentation-generator/ontology_metadata/dpv.ttl
@@ -4,7 +4,7 @@
@prefix rdfs: .
@prefix vann: .
@prefix xsd: .
-@prefix skos: .
+@prefix skos: .
@prefix dpv: .
diff --git a/documentation-generator/vocab_csv/Context_properties.csv b/documentation-generator/vocab_csv/Context_properties.csv
index 88adfc56d..989da4a6d 100644
--- a/documentation-generator/vocab_csv/Context_properties.csv
+++ b/documentation-generator/vocab_csv/Context_properties.csv
@@ -1,5 +1,5 @@
"Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","CreationDate","Modified","Status","Contributors","Resolution","","","","","","","","","","","","",""
-"hasContext","has context","Indicates a purpose is restricted to the specified context(s)","dpv:Purpose","dpv:Context","dpv:Relation","","","","","2019-04-05","","accepted","","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"hasContext","has context","Indicates a purpose is restricted to the specified context(s)","dpv:Concept","dpv:Context","dpv:Relation","","","","","2019-04-05","","accepted","","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"isImplementedByEntity","is implemented by entity","Indicates implementation details such as entities or agents","dpv:Concept","dpv:Entity","dpv:Relation","","","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","https://www.w3.org/2022/01/26-dpvcg-minutes.html","","","","","","","","","","","","",""
"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","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/Namespaces.csv b/documentation-generator/vocab_csv/Namespaces.csv
index d14416f8d..f8678380f 100644
--- a/documentation-generator/vocab_csv/Namespaces.csv
+++ b/documentation-generator/vocab_csv/Namespaces.csv
@@ -10,9 +10,11 @@
"dpvs-gdpr","https://w3id.org/dpv/dpv-skos/dpv-gdpr#","GDPR Extension for DPV expressed using DPV-SKOS","2022-02-09","approved","","","https://www.w3.org/2022/02/09-dpvcg-minutes.html"
"dpvs-pd","https://w3id.org/dpv/dpv-skos/dpv-pd#","Personal Data Categories Extension for DPV expressed using DPV-SKOS","2022-02-09","approved","","","https://www.w3.org/2022/02/09-dpvcg-minutes.html"
"dpvs-tech","https://w3id.org/dpv/dpv-skos/dpv-tech#","Technologies Extension for DPV expressed using DPV-SKOS","","proposed","","",""
+"dpvs-legal","https://w3id.org/dpv/dpv-skos/dpv-legal#","Legal Extension providing Jurisdictions, Laws, and Authorities for DPV-SKOS","2022-03-30","approved","","","https://www.w3.org/2022/03/30-dpvcg-minutes.html"
"dpvs-geo","https://w3id.org/dpv/dpv-skos/dpv-geo#","Legal Extension providing Jurisdictions, Laws, and Authorities for DPV expressed using DPV-SKOS","2022-03-30","approved","","","https://www.w3.org/2022/03/30-dpvcg-minutes.html"
"dpvo","https://w3id.org/dpv/dpv-owl#","DPV Specification expressed in OWL","2022-02-09","approved","","","https://www.w3.org/2022/02/09-dpvcg-minutes.html"
"dpvo-gdpr","https://w3id.org/dpv/dpv-owl/dpv-gdpr#","GDPR Extension for DPV expressed using DPV-OWL","2022-02-09","approved","","","https://www.w3.org/2022/02/09-dpvcg-minutes.html"
"dpvo-pd","https://w3id.org/dpv/dpv-owl/dpv-pd#","Personal Data Categories Extension for DPV expressed using DPV-OWL","2022-02-09","approved","","","https://www.w3.org/2022/02/09-dpvcg-minutes.html"
"dpvo-tech","https://w3id.org/dpv/dpv-owl/dpv-tech#","Technologies Extension for DPV expressed using DPV-OWL","","proposed","","",""
+"dpvo-legal","https://w3id.org/dpv/dpv-owl/dpv-legal#","Legal Extension providing Jurisdictions, Laws, and Authorities for DPV-OWL","2022-03-30","approved","","","https://www.w3.org/2022/03/30-dpvcg-minutes.html"
"dpvo-geo","https://w3id.org/dpv/dpv-owl/dpv-geo#","Legal Extension providing Jurisdictions, Laws, and Authorities for DPV expressed using DPV-OWL","2022-03-30","approved","","","https://www.w3.org/2022/03/30-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 db608b931..5df7570e8 100644
--- a/documentation-generator/vocab_csv/Namespaces_Other.csv
+++ b/documentation-generator/vocab_csv/Namespaces_Other.csv
@@ -11,4 +11,10 @@
"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
+"svdu","https://specialprivacy.ercim.eu/vocabs/duration#","Namespace for SPECIAL durations","","","","","","","","","","","","","","","","","","",""
+"foaf","http://xmlns.com/foaf/0.1/","Friend of a Friend vocabulary","","","","","","","","","","","","","","","","","","",""
+"odrl","http://www.w3.org/ns/odrl/2/","Open Digital Rights Language (ODRL)","","","","","","","","","","","","","","","","","","",""
+"prov","http://www.w3.org/ns/prov#","W3C Provenance Vocabulary","","","","","","","","","","","","","","","","","","",""
+"time","http://www.w3.org/2006/time#","W3C Time Ontology","","","","","","","","","","","","","","","","","","",""
+"sw","http://www.w3.org/2003/06/sw-vocab-status/ns#","Semantic Web Vocab","","","","","","","","","","","","","","","","","","",""
+"xsd","http://www.w3.org/2001/XMLSchema#","XML Schema","","","","","","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Processing.csv b/documentation-generator/vocab_csv/Processing.csv
index 85fee8583..78b8081e5 100644
--- a/documentation-generator/vocab_csv/Processing.csv
+++ b/documentation-generator/vocab_csv/Processing.csv
@@ -10,13 +10,16 @@
"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","","","","","","","","","","","","","","",""
+"Derive","Derive","to create new derivative data from the original data","dpv:Transform","svpr:Derive","rdfs:seeAlso","Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer.","(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","","","","","","","","","","","","","","",""
+"Generate","Generate","to generate or create data","dpv:Obtain","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"Infer","Infer","to infer data from existing data","dpv:Derive","","","Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
"MakeAvailable","Make Available","to transform or publish data to be used","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Match","Match","to combine, compare, or match data from different sources","dpv:Use","","","","(A29WP WP 248 rev.01 Guideliens on DPIA,https://ec.europa.eu/newsroom/article29/items/611236)","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
"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","","","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/ProcessingContext.csv b/documentation-generator/vocab_csv/ProcessingContext.csv
index e652ae87b..1af263a04 100644
--- a/documentation-generator/vocab_csv/ProcessingContext.csv
+++ b/documentation-generator/vocab_csv/ProcessingContext.csv
@@ -5,7 +5,7 @@
"NonPublicDataSource","Non-Public Data Source","A source of data that is not publicly accessible or available","dpv:DataSource","","","","","2022-01-26","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake","","","","","","","","","","","","","","","",""
"SystematicMonitoring","Systematic Monitoring","Processing that involves systematic monitoring of individuals","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
"EvaluationScoring","Evaluation and Scoring","Processing that involves evaluation and scoring of individuals","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
-"MatchingCombining","Matching and Combining","Processing that involves matching and combining of personal data","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
+"MatchingCombining","Matching and Combining","Processing that involves matching and combining of personal data","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","deprecated","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
"AutomatedDecisionMaking","Automated Decision Making","Processing that involves automated decision making","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
"LargeScaleProcessing","Large Scale Processing","Processing that takes place at large scales","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
"InnovativeUseOfNewTechnologies","Innovative Use of New Technologies","Processing that involves use of innovative and new technologies","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/Purpose.csv b/documentation-generator/vocab_csv/Purpose.csv
index 78a575ab6..dfffb51cf 100644
--- a/documentation-generator/vocab_csv/Purpose.csv
+++ b/documentation-generator/vocab_csv/Purpose.csv
@@ -15,12 +15,15 @@
"CustomerOrderManagement","Customer Order Management","Manage customer orders","dpv:CustomerManagement","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CustomerRelationshipManagement","Customer Relationship Management","Manage and analyse interactions with past, current, and potential customers","dpv:CustomerManagement","","","","","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz","https://www.w3.org/2020/07/08-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CustomerSolvencyMonitoring","Customer Solvency Monitoring","Monitor solvency of customers for financial diligence","dpv:CustomerManagement","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"CreditChecking","Credit Checking","Monitor, perform, or assess credit worthiness or solvency","dpv:CustomerSolvencyMonitoring","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
"DeliveryOfGoods","Delivery of Goods","Deliver goods and services requested or asked by consumer","dpv:RequestedServiceProvision","svpu:Delivery","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"DirectMarketing","Direct Marketing","Conduct direct marketing i.e. marketing communicated directly to the individual","dpv:Marketing","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
"DisputeManagement","Dispute Management","Manage disputes by natural persons, private bodies, or public authorities relevant to organisation","dpv:OrganisationGovernance","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"EnforceAccessControl","Enforce Access Control","Conduct or enforce access control","dpv:EnforceSecurity","svpu:Login","","Was previously ""Access Control"". Prefixed to distinguish from Technical Measure.","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"EnforceSecurity","Enforce Security","Ensure and enforce security e.g. of data, personnel","dpv:Purpose","","","Was previous ""Security"". Prefixed to distinguish from TechOrg measures.","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"FraudPreventionAndDetection","Fraud Prevention and Detection","Detect and prevent fraud","dpv:EnforceSecurity","svpu:Government","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"CounterMoneyLaundering","Counter Money Laundering","Detect and prevent or mitigate money laundering","dpv:FraudPreventionAndDetection","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"AntiTerrorismOperations","Anti-Terrorism Operations","Detect, prevent, mitigate, or otherwise act on anti-terrorism activities","dpv:EnforceSecurity","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
"HumanResourceManagement","Human Resources Management","Manage humans and 'human resources' within the organisation for effective and efficient operations.","dpv:Purpose","","","HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation.","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-01","","accepted","Paul Ryan, David Hickey, Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"IdentityVerification","Identity Verification","Verify or authorize identity","dpv:EnforceSecurity","","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"ImproveExistingProductsAndServices","Improve Existing Products and Services","Improve existing products and services","dpv:OptimisationForController","","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
@@ -43,6 +46,8 @@ Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.o
"PersonalisedAdvertising","Personalised Advertising","Create and provide personalised advertising","dpv:Advertising,dpv:Personalisation","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
"PersonalisedBenefits","Personalised Benefits","Create and provide personalised benefits for a service","dpv:ServicePersonalization","","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"PersonnelManagement","Personnel Management","Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries","dpv:HumanResources","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2022-03-30","","accepted","Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"PersonnelPayment","Personnel Payment","Management and execution of payment of personnel","dpv:PersonnelManagement","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"PersonnelHiring","Personnel Hiring","Management and execution of hiring processes of personnel","dpv:PersonnelManagement","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
"PublicRelations","Public Relations","Manage and conduct public relations processes. This includes creating goodwill for the organization.","dpv:Marketing","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-01","","accepted","Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"RecordManagement","Record Management","Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests","dpv:Purpose","","","","","2021-09-01","","accepted","Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"RegistrationAuthentication","Registration and Authentication","Register, authenticate, and identify users or agents in context of a service","dpv:ServiceProvision","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/dpv-pd.csv b/documentation-generator/vocab_csv/dpv-pd.csv
index c2ca2b01b..4812bbbae 100644
--- a/documentation-generator/vocab_csv/dpv-pd.csv
+++ b/documentation-generator/vocab_csv/dpv-pd.csv
@@ -3,6 +3,10 @@
"AccountIdentifier","Account Identifier","Information about financial account identifier.","dpv-pd:FinancialAccount","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Acquantaince","Acquantaince","Information about acquaintainces in a social network.","dpv-pd:SocialNetwork","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Age","Age","Information about age","dpv-pd:PhysicalCharacteristic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
+"AgeExact","Age Exact","Information about the exact age (i.e. to some degree within a year, month, or day)","dpv-pd:AgeRange","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"AgeRange","Age Range","Information about age range i.e. inexact age to some degree (i.e. some years)","dpv-pd:Age","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"BirthDate","Birth Date","Information about birth date","dpv-pd:Age","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"BirthPlace","Birth Place","Information about birth place","dpv-pd:Location","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"ApartmentOwned","Apartment Owned","Information about apartment(s) owned and its history","dpv-pd:HouseOwned","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Association","Association","Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend","dpv-pd:SocialNetwork","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Attitude","Attitude","Information about attitude.","dpv-pd:Behavioral","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
@@ -48,8 +52,12 @@
"DNACode","DNA Code","Information about DNA.","dpv-pd:MedicalHealth","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"DrugTestResult","Drug Test Result","Information about drug test results.","dpv-pd:MedicalHealth","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"EmailAddress","Email Address","Information about Email address.","dpv-pd:Contact","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
+"EmailAddressWork","Email Address Work","Information about Email address used for Work or in Professional capacity","dpv-pd:EmailAddress","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"EmailAddressPersonal","Email Address Personal","Information about Email address used in Personal capacity","dpv-pd:EmailAddress","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"EmailContent","Email Content","Information about the contents of Emails sent or received","dpv-pd:Communication","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"EmploymentHistory","Employment History","Information about employment history","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
+"CurrentEmployment","Current Employment","Information about current employment","dpv-pd:EmploymentHistory","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"PastEmployment","Past Employment","Information about past employment","dpv-pd:EmploymentHistory","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"Ethnicity","Ethnicity","Information about ethnic origins and lineage","dpv-pd:External","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"EthnicOrigin","Ethnic Origin","Information about ethnic origin","dpv-pd:Ethnicity, dpv:SpecialCategoryPersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"External","External","Information about external characteristics that can be observed","dpv:PersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
@@ -82,6 +90,7 @@
"Income","Income","Information about financial income e.g. for individual or household or family","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"IncomeBracket","Income Bracket","Information about income bracket.","dpv-pd:Demographic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"IndividualHealthHistory","Individual Health History","Information about information health history.","dpv-pd:HealthHistory","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Insurance","Insurance","Information about Insurance","dpv-pd:Financial","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"Intention","Intention","Information about intentions","dpv-pd:Preference","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Interaction","Interaction","Information about interactions in the public sphere","dpv-pd:PublicLife","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Interest","Interest","Information about interests","dpv-pd:Preference","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
@@ -89,7 +98,7 @@
"IPAddress","IP Address","Information about the Internet protocol (IP) address of a device","dpv-pd:DeviceBased","","","","(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","","","","","","","","","","","","",""
"Job","Job","Information about professional jobs","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","","","","","","","","","","","","",""
"KnowledgeBelief","Knowledge and Beliefs","Information about knowledge and beliefs","dpv-pd:Internal","","","","(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","","","","","","","","","","","","",""
-"Language","Language","Information about language and lingual history.","dpv-pd:Ethnicity","","","","(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","","","","","","","","","","","","",""
+"Language","Language","Information about language and lingual history.","dpv-pd:External","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","2022-04-20","changed","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"LifeHistory","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)","dpv-pd:Historical","","","","(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","","","","","","","","","","","","",""
"Like","Like","Information about likes or preferences regarding attractions.","dpv-pd:Interest","","","","(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","","","","","","","","","","","","",""
"LinkClicked","LinkClicked","Information about the links that an individual has clicked.","dpv-pd:Behavioral","svd:Navigation","","","(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","","","","","","","","","","","","",""
@@ -101,11 +110,13 @@
"MedicalHealth","MedicalHealth","Information about health, medical conditions or health care","dpv-pd:External, dpv:SpecialCategoryPersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"MentalHealth","Mental Health","Information about mental health.","dpv-pd:Health","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Name","Name","Information about names associated or used as given name or nickname.","dpv-pd:Identifying","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Nationality","Nationality","Information about nationality","dpv-pd:External","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"OfficialID","Official ID","Information about an official identifier or identification document ","dpv-pd:Identifying","svd:Government","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Offspring","Offspring","Information about offspring(s).","dpv-pd:FamilyStructure","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Opinion","Opinion","Information about opinions","dpv-pd:Preference","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Ownership","Ownership","Information about ownership and history, including renting, borrowing, possessions.","dpv-pd:Financial","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Parent","Parent","Information about parent(s).","dpv-pd:FamilyStructure","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Passport","Passport","Information about passport","dpv-pd:OfficialID","","","","","","","","","","","","","","","","","","","","","",""
"Password","Password","Information about password used in the process of authenticating the individual as an user accessing a system.","dpv-pd:Authenticating","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"PaymentCard","Payment Card","Information about payment card such as Credit Card, Debit Card.","dpv-pd:FinancialAccount","","","","(DPVCG, https://www.w3.org/community/dpvcg/)","2020-11-04","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
"PaymentCardExpiry","Payment Card Expiry","Information about payment card expiry such as a date.","dpv-pd:PaymentCard","","","","(DPVCG, https://www.w3.org/community/dpvcg/)","2020-11-04","","accepted","Georg P Krog","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
@@ -129,6 +140,9 @@
"ProfessionalCertification","Professional Certification","Information about professional certifications","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"ProfessionalEvaluation","Professional Evaluation","Information about professional evaluations","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"ProfessionalInterview","Professional Interview","Information about professional interviews","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Education","Education","Information about education","dpv-pd:Professional","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"EducationExperience","Education Experience","Information about education experience e.g. attending a university","dpv-pd:Education","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"EducationQualification","Education Qualification","Information about educational qualifications","dpv-pd:Education","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"PublicLife","Public Life","Information about public life","dpv-pd:Social","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Purchase","Purchase","Information about purchases such as items bought e.g. grocery or clothing","dpv-pd:Transactional","svd:Purchase","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"PurchasesAndSpendingHabit","Purchases and Spending Habit","Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
@@ -159,6 +173,7 @@
"Thought","Thought","Information about thoughts","dpv-pd:KnowledgeBelief","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Tracking","Tracking","Information used to track an individual or group e.g. location or email","dpv:PersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Transaction","Transaction","Information about financial transactions e.g. bank transfers","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
+"TravelHistory","Travel History","Information about travel history","dpv-pd:Location","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"Transactional","Transactional","Information about a purchasing, spending or income","dpv-pd:Financial","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"TVViewingBehavior","TV Viewing Behavior","Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed","dpv-pd:ServiceConsumptionBehavior","","","","(SPECIAL project, https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","",""
"UID","UID","Information about unique identifiers.","dpv-pd:Identifying","svd:UniqueId","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_management.py b/documentation-generator/vocab_management.py
new file mode 100644
index 000000000..00e155ac2
--- /dev/null
+++ b/documentation-generator/vocab_management.py
@@ -0,0 +1,48 @@
+#!/usr/bin/env python3
+#author: Harshvardhan J. Pandit
+
+'''Extracts Namespaces from CSV and builds RDFLib objects'''
+
+import csv
+from rdflib import Namespace
+
+import logging
+# logging configuration for debugging to console
+logging.basicConfig(
+ level=logging.DEBUG, format='%(levelname)s - %(funcName)s :: %(lineno)d - %(message)s')
+DEBUG = logging.debug
+INFO = logging.info
+
+###################### serializations
+# in the form of extention: rdflib name
+RDF_SERIALIZATIONS = {
+ 'rdf': 'xml',
+ 'ttl': 'turtle',
+ 'n3': 'n3',
+ 'jsonld': 'json-ld'
+ }
+
+
+###################### vocab term statuses
+VOCAB_TERM_ACCEPT = ('accepted', 'changed', 'modified')
+VOCAB_TERM_REJECT = ('deprecated', 'removed')
+
+
+###################### namespaces
+NAMESPACE_CSV = (
+ 'vocab_csv/Namespaces.csv',
+ 'vocab_csv/Namespaces_Other.csv',
+ )
+NAMESPACES = {}
+for csvfile in NAMESPACE_CSV:
+ DEBUG(f'Extracting namespaces from {csvfile}')
+ with open(csvfile, 'r') as fd:
+ csvreader = csv.reader(fd)
+ next(csvreader)
+ for row in csvreader:
+ prefix, iri = row[0], row[1]
+ variable = prefix.upper().replace('-', '_')
+ namespace = Namespace(iri)
+ globals()[variable] = namespace
+ NAMESPACES[prefix] = namespace
+ DEBUG(f'{variable} namespace with IRI {iri}')
\ No newline at end of file
diff --git a/dpv-gdpr/dpv-gdpr.html b/dpv-gdpr/dpv-gdpr.html
index 7374bc56a..b46906b54 100644
--- a/dpv-gdpr/dpv-gdpr.html
+++ b/dpv-gdpr/dpv-gdpr.html
@@ -373,6 +373,10 @@
diff --git a/dpv-gdpr/dpv-gdpr.jsonld b/dpv-gdpr/dpv-gdpr.jsonld
index 77a955842..064eb78db 100644
--- a/dpv-gdpr/dpv-gdpr.jsonld
+++ b/dpv-gdpr/dpv-gdpr.jsonld
@@ -1,33 +1,30 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/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": "Paul Ryan"
- },
- {
- "@value": "David Hickey"
- },
+ }
+ ],
+ "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/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": [
@@ -44,7 +41,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": "Standard data protection clauses adopted by the Commission"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -52,23 +49,29 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Standard Contractual Clauses (SCC)"
+ "@value": "Art 46(2-c)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -76,12 +79,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": [
@@ -92,7 +98,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_6/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -109,7 +115,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Binding corporate rules"
+ "@value": "performance of a contract"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -117,53 +123,38 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-b)"
+ "@value": "Art 6(1-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c",
+ "@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"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/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": [
@@ -180,7 +171,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person."
+ "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -188,35 +179,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-c)"
+ "@value": "AdHoc Contractual Clauses"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#Contract"
},
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#ConceptScheme"
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -224,26 +203,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": "David Hickey"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Beatriz Esteves"
},
{
- "@value": "Georg P Krog"
+ "@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": [
@@ -260,7 +236,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": [
@@ -271,17 +247,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#A6-1-e",
+ "@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"
@@ -289,15 +265,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": [
@@ -308,7 +281,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -325,7 +298,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest or official authority"
+ "@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": [
@@ -333,23 +306,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. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-e)"
+ "@value": "Art 46(3-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- },
- {
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -362,15 +338,15 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
+ "@value": "Bud Bruegger"
},
{
- "@value": "Bud Bruegger"
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -387,7 +363,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "employment and social security and social protection law"
+ "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -398,7 +374,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-b)"
+ "@value": "Art 9(2-f)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -408,7 +384,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -421,18 +397,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_49/par_2/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -449,7 +425,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": "Right to lodge a complaint with a supervisory authority"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -457,56 +433,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 and no other options apply."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(2)"
+ "@value": "A77 Right to Complaint"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/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": "Eva Schlehahn"
+ "@value": "Beatriz Esteves"
},
{
- "@value": "Bud Bruegger"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Georg Krog"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -523,7 +487,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "performance of a contract"
+ "@value": "information to be provided where personal data is collected from other sources"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -534,17 +498,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-b)"
+ "@value": "A14 Right to be Informed"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses",
+ "@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"
@@ -552,17 +516,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@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_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -579,7 +549,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 establishment, exercise or defence of legal claims."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -587,45 +557,39 @@
"@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-e)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://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-10"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Rigo Wenning"
- },
- {
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/modified": [
@@ -636,7 +600,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -653,7 +617,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "explicit' consent of the data subject"
+ "@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": [
@@ -664,23 +628,26 @@
"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. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-a) explicit consent"
+ "@value": "Art 49(1-f)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Consent"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A14",
+ "@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"
@@ -693,18 +660,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg Krog"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Beatriz Esteves"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -721,7 +688,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": "A legally binding and enforceable instrument between public authorities or bodies"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -729,23 +696,29 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A14 Right to be Informed"
+ "@value": "Art 46(2-a)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e",
+ "@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"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -766,7 +739,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_g/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -783,7 +756,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 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": [
@@ -794,13 +767,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 do not exist."
+ "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-e)"
+ "@value": "Art 49(1-g)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -810,7 +783,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j",
+ "@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"
@@ -837,7 +810,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_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -854,7 +827,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": "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": [
@@ -865,17 +838,23 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-j)"
+ "@value": "Art 9(2-d)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#ConceptScheme"
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -888,18 +867,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_17/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -916,7 +895,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to erasure ('Right to be forgotten')"
+ "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -924,20 +903,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 and no other options apply."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A17 Right to Erasure"
+ "@value": "Art 49(2)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19",
+ "@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"
@@ -950,18 +938,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_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -978,7 +966,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": "Standard data protection clauses adopted by a Supervisory Authority"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -986,23 +974,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": "A19 Right to Rectification"
+ "@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#A49-1-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1012,18 +1009,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Beatriz Esteves"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/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": [
@@ -1040,7 +1037,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": "Right to rectification"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1048,29 +1045,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-b)"
+ "@value": "A16 Right to Rectification"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d",
+ "@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"
@@ -1078,12 +1066,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": [
@@ -1094,7 +1085,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_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1111,7 +1102,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for important reasons of public interest."
+ "@value": "compliance with a legal obligation"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1119,29 +1110,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-d)"
+ "@value": "Art 6(1-c)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#LegalObligation"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1149,26 +1131,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": "Beatriz Esteves"
},
{
- "@value": "Bud Bruegger"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Georg Krog"
+ },
{
- "@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_9/par_2/pnt_g/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1185,7 +1164,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "substantial public interest, on the basis of Union or Member State law"
+ "@value": "Right to data portability"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1196,17 +1175,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-g)"
+ "@value": "A20 Right to Data Portability"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g",
+ "@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"
@@ -1214,12 +1193,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": "Rigo Wenning"
+ },
+ {
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
@@ -1230,7 +1218,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_6/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1247,7 +1235,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": "consent of the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1258,23 +1246,23 @@
"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": "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-g)"
+ "@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-a-non-explicit-consent",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1282,21 +1270,77 @@
"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": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
},
{
- "@value": "Rigo Wenning"
+ "@value": "David Hickey"
},
{
- "@value": "Eva Schlehahn"
+ "@value": "Paul Ryan"
},
{
- "@value": "Bud Bruegger"
+ "@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"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Standard data protection clauses adopted by 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": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "SCCs adopted by Supervisory Authority"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "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": [
@@ -1307,7 +1351,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1324,7 +1368,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "consent of the data subject"
+ "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1335,23 +1379,26 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art.6(1-a) regular consent"
+ "@value": "Art 49(1-c)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Consent"
+ "@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#SCCByCommission",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1359,26 +1406,26 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Georg P Krog"
+ },
{
- "@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_9/par_2/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": [
@@ -1395,7 +1442,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "explicit consent with special categories of data"
+ "@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": [
@@ -1406,17 +1453,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-a)"
+ "@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#SupplementaryMeasure",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1424,15 +1471,15 @@
"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": "Beatriz Esteves"
},
{
- "@value": "David Hickey"
+ "@value": "Georg Krog"
},
{
"@value": "Harshvardhan J. Pandit"
@@ -1440,7 +1487,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_17/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1457,7 +1504,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": "Right to erasure ('Right to be forgotten')"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1468,20 +1515,20 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Supplementary Measure"
+ "@value": "A17 Right to Erasure"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1490,6 +1537,12 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Georg P Krog"
+ },
+ {
+ "@value": "David Hickey"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -1513,7 +1566,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": "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": [
@@ -1524,17 +1577,17 @@
"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#A46-2-b",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1542,17 +1595,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1569,7 +1628,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": "Binding corporate rules"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1577,23 +1636,81 @@
"@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": "Certification Mechanisms for Data Transfers"
+ "@value": "Art 46(2-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@value": "Rights Concepts"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
+ }
+ ]
+ },
+ {
+ "@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"
],
"http://purl.org/dc/terms/created": [
{
@@ -1617,7 +1734,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": [
@@ -1634,7 +1751,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "protection of the vital interests"
+ "@value": "public interest in public health"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1645,12 +1762,12 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-c)"
+ "@value": "Art 9(2-i)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
@@ -1723,7 +1840,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21",
+ "@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"
@@ -1731,23 +1848,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": "Beatriz Esteves"
- },
+ "@value": "Eva Schlehahn"
+ }
+ ],
+ "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_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": [
@@ -1764,7 +1884,7 @@
"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": [
@@ -1775,20 +1895,20 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A21 Right to object"
+ "@value": "Art 9(2-c)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#VitalInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1806,7 +1926,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1823,7 +1943,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": "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": [
@@ -1834,7 +1954,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-f)"
+ "@value": "Art 9(2-h)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -1844,7 +1964,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1852,26 +1972,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": "Georg P Krog"
- },
- {
- "@value": "Paul Ryan"
- },
- {
- "@value": "David Hickey"
- },
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1888,7 +2005,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": "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": [
@@ -1896,36 +2013,39 @@
"@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": "Binding Corporate Rules (BCR)"
+ "@value": "Art 45(3)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f",
+ "@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"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Bud Bruegger"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/modified": [
@@ -1936,7 +2056,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_49/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1953,7 +2073,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "legitimate interests"
+ "@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": [
@@ -1961,20 +2081,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-f)"
+ "@value": "Art 49(1-a)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#Consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1982,26 +2111,17 @@
"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"
- }
- ],
- "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_9/par_2/pnt_d/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2018,7 +2138,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": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2029,20 +2149,20 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-d)"
+ "@value": "Codes of Conduct for Data Transfers"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2052,18 +2172,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Beatriz Esteves"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2080,7 +2200,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 object to processing of personal data"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2088,141 +2208,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards 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": "A21 Right to object"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@value": "Legal_Basis Concepts"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-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"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
- },
- {
- "@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#A6-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2234,22 +2233,13 @@
}
],
"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://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2266,7 +2256,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": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2277,17 +2267,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SCCs adopted by Supervisory Authority"
+ "@value": "Certification Mechanisms for Data Transfers"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2295,20 +2285,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": "Beatriz Esteves"
},
{
- "@value": "Bud Bruegger"
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2325,7 +2318,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "data manifestly made public by the data subject"
+ "@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": [
@@ -2336,12 +2329,12 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-e)"
+ "@value": "A22 Right to object to automated decision making"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
@@ -2359,18 +2352,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "David Hickey"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "David Hickey"
}
],
"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/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": [
@@ -2408,10 +2401,10 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2432,7 +2425,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_15/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2449,7 +2442,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to rectification"
+ "@value": "Right of access"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2460,7 +2453,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A16 Right to Rectification"
+ "@value": "A15 Right of Access"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -2470,7 +2463,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18",
+ "@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"
@@ -2478,23 +2471,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_18/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": [
@@ -2511,7 +2507,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to restriction of processing"
+ "@value": "legitimate interests"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2522,82 +2518,135 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A18 Right to Restrict Processing"
+ "@value": "Art 6(1-f)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3",
+ "@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": "Harshvardhan J. Pandit"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f"
},
{
- "@value": "Beatriz Esteves"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
},
{
- "@value": "Georg Krog"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ },
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
+ },
{
- "@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-d"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i"
+ },
{
- "@language": "en",
- "@value": "Right to withdraw consent"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#inScheme": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ },
{
- "@language": "en",
- "@value": "A7-3 Right to Withdraw Consent"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
+ },
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2621,7 +2670,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2638,7 +2687,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "compliance with a legal obligation"
+ "@value": "protection of the vital interests"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2649,17 +2698,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-c)"
+ "@value": "Art 6(1-d)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalObligation"
+ "@id": "https://w3id.org/dpv#VitalInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2683,7 +2732,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_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2700,7 +2749,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by a Supervisory Authority"
+ "@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": [
@@ -2711,26 +2760,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. 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-f)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
- },
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22",
+ "@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"
@@ -2743,18 +2789,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_22/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": [
@@ -2771,7 +2817,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": "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": [
@@ -2779,20 +2825,69 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A22 Right to object to automated decision making"
+ "@value": "Art 49(1-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
- }
- ]
- },
+ "@id": "https://w3id.org/dpv#Contract"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ }
+ ]
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@value": "Data_Transfers Concepts"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2800,10 +2895,16 @@
"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": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Rigo Wenning"
+ },
{
"@value": "Bud Bruegger"
},
@@ -2819,7 +2920,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_6/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2836,7 +2937,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": [
@@ -2844,23 +2945,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 6(1-d)"
+ "@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#A19",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2870,18 +2977,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Beatriz Esteves"
+ },
+ {
+ "@value": "Georg Krog"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2898,7 +3005,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": "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": [
@@ -2906,50 +3013,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-a)"
+ "@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#A13",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "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_13/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": [
@@ -2966,7 +3070,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": "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": [
@@ -2977,17 +3081,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A13 Right to be Informed"
+ "@value": "Art 9(2-j)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f",
+ "@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"
@@ -2995,12 +3099,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": [
@@ -3011,7 +3118,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_9/par_2/pnt_g/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3028,7 +3135,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights"
+ "@value": "substantial public interest, on the basis of Union or Member State law"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3036,50 +3143,41 @@
"@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": "Art 9(2-g)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#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": "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_f/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": [
@@ -3096,7 +3194,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": "employment and social security and social protection law"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3104,29 +3202,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-f)"
+ "@value": "Art 9(2-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c",
+ "@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"
@@ -3134,23 +3223,20 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Bud Bruegger"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3167,7 +3253,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by the Commission"
+ "@value": "data manifestly made public by the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3175,157 +3261,85 @@
"@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-e)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
"@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": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-22"
}
],
- "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"
- },
+ "http://purl.org/dc/terms/creator": [
{
"@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": "Paul Ryan"
},
{
- "@value": "Bud Bruegger"
+ "@value": "Harshvardhan J. Pandit"
},
{
"@value": "Georg P Krog"
}
],
- "http://purl.org/dc/terms/created": [
+ "http://purl.org/dc/terms/source": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-06-18"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj"
}
],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- },
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@value": "Axel Polleres"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://purl.org/dc/terms/description": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
- }
- ],
- "http://purl.org/dc/terms/license": [
- {
- "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-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-GDPR: GDPR Extension for DPV"
+ "@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/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": "Binding Corporate Rules (BCR)"
}
],
- "http://www.w3.org/2002/07/owl#versionInfo": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "0.6"
+ "@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#A49-1-d",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3349,7 +3363,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3366,7 +3380,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": "The transfer is necessary for important reasons of public interest."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3377,85 +3391,154 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-e)"
+ "@value": "Art 49(1-d)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77",
+ "@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": "Javier D. Fernández"
+ },
{
"@value": "Beatriz Esteves"
},
{
- "@value": "Georg Krog"
+ "@value": "Rigo Wenning"
+ },
+ {
+ "@value": "David Hickey"
+ },
+ {
+ "@value": "Fajar J. Ekaputra"
+ },
+ {
+ "@value": "Bert Bos"
+ },
+ {
+ "@value": "Paul Ryan"
+ },
+ {
+ "@value": "Julian Flake"
+ },
+ {
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Ramisa Gachpaz Hamed"
+ },
+ {
+ "@value": "Georg P Krog"
+ },
+ {
+ "@value": "Simon Steyskal"
+ },
+ {
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Axel Polleres"
+ },
+ {
+ "@value": "Elmar Kiesling"
+ },
+ {
+ "@value": "Rob Brennan"
+ },
+ {
+ "@value": "Piero Bonatti"
+ },
+ {
+ "@value": "Mark Lizar"
},
{
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/source": [
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2019-06-18"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ "@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Axel Polleres"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://purl.org/dc/terms/description": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
}
],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "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": "Right to lodge a complaint with a supervisory authority"
+ "@value": "DPV-GDPR: GDPR Extension for DPV"
}
],
- "http://www.w3.org/2004/02/skos/core#inScheme": [
+ "http://purl.org/vocab/vann/preferredNamespacePrefix": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ "@value": "dpv-gdpr"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://purl.org/vocab/vann/preferredNamespaceUri": [
{
- "@language": "en",
- "@value": "A77 Right to Complaint"
+ "@value": "https://w3id.org/dpv/dpv-gdpr"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://www.w3.org/2002/07/owl#versionInfo": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@value": "0.6"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3463,26 +3546,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": "Beatriz Esteves"
},
{
- "@value": "Bud Bruegger"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Georg Krog"
+ },
{
- "@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_9/par_2/pnt_i/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3499,7 +3579,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest in public health"
+ "@value": "information to be provided where personal data is directly collected from data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3510,66 +3590,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-i)"
+ "@value": "A13 Right to be Informed"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/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-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#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3585,15 +3616,15 @@
"@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Georg Krog"
+ "@value": "Beatriz Esteves"
},
{
- "@value": "Beatriz Esteves"
+ "@value": "Georg Krog"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3610,7 +3641,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right of access"
+ "@value": "Right to restriction of processing"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3621,7 +3652,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A15 Right of Access"
+ "@value": "A18 Right to Restrict Processing"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -3631,7 +3662,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h",
+ "@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"
@@ -3639,20 +3670,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_46/par_2/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3669,7 +3703,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": "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": [
@@ -3677,33 +3711,42 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-h)"
+ "@value": "Art 46(2-e)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3",
+ "@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"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/modified": [
@@ -3714,7 +3757,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_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3731,7 +3774,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": "explicit consent with special categories of data"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3739,66 +3782,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": "Art 9(2-a)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@value": "Data_Transfers Concepts"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#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#Consent"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20",
+ "@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"
@@ -3806,23 +3803,26 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg Krog"
+ "@value": "Bud Bruegger"
},
{
- "@value": "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_20/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": [
@@ -3839,7 +3839,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to data portability"
+ "@value": "public interest or official authority"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3850,41 +3850,47 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A20 Right to Data Portability"
+ "@value": "Art 6(1-e)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@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#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": "Paul Ryan"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
+ },
{
"@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "David Hickey"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3901,7 +3907,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": "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": [
@@ -3909,24 +3915,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-a)"
+ "@value": "Standard Contractual Clauses (SCC)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Consent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
},
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#Contract"
}
]
}
diff --git a/dpv-gdpr/dpv-gdpr.rdf b/dpv-gdpr/dpv-gdpr.rdf
index 5116795bb..8d4eebfef 100644
--- a/dpv-gdpr/dpv-gdpr.rdf
+++ b/dpv-gdpr/dpv-gdpr.rdf
@@ -9,945 +9,945 @@
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:vann="http://purl.org/vocab/vann/"
>
-
+
-
-
-
+ Art 49(1-d)
-
+ 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
+
+
+
+ 2020-11-04
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+ The transfer is necessary for important reasons of public interest.
+ 2021-09-08
+ accepted
- SCCs adopted by Supervisory Authority
-
+
-
- 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.
+ information to be provided where personal data is collected from other sourcesaccepted
-
- 2021-09-08
-
+ A14 Right to be Informed
+ Beatriz Esteves
+ Georg Krog
+ Harshvardhan J. Pandit
+
- 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.
+
+ 2020-11-04
-
+
-
+
+ A19 Right to Rectification
+ Harshvardhan J. Pandit
+ Beatriz Esteves
+ Georg Krog
+
- 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
+ 2020-11-04
+ accepted
- Art 9(2-j)
-
+ Right to be notified in case of rectification or erasure of personal data or restriction of processing
-
+
-
- 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
-
- 2021-09-08
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Legal_Basis Concepts
-
-
-
-
+ Art 6(1-c)
+
- 2021-09-08
+ 2019-04-05Bud BrueggerEva Schlehahn
- 2019-04-05
-
-
-
- compliance with a legal obligation
- Art 6(1-c)
- accepted
-
+
- 2021-09-08accepted
-
-
- 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
+ Harshvardhan J. Pandit
+ Beatriz Esteves
+ Georg Krog
+ A18 Right to Restrict Processing
+
+
+ 2020-11-04
+ Right to restriction of processing
-
+
- 2020-11-04
- accepted
-
- 2021-09-08
-
+
+ 2020-11-04Georg P Krog
+ 2021-09-08Transfer 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.
+ 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
+ Art 49(1-b)
+
-
+
- 2020-11-04
- A18 Right to Restrict Processing
+
- Right to restriction of processing
- Harshvardhan J. Pandit
- Georg Krog
- Beatriz Esteves
- accepted
-
+ 2020-11-04
-
-
-
- A20 Right to Data Portability
+ accepted
+ Beatriz EstevesGeorg KrogHarshvardhan J. Pandit
- Beatriz Esteves
-
-
-
-
- Right to data portability
- 2020-11-04
- accepted
-
+ Right to object to processing of personal data
+ A21 Right to object
-
+
- Art 46(2-d)accepted
- Standard data protection clauses adopted by a Supervisory Authority
+
-
-
+ 2019-04-05
+ Bud Bruegger
+ Eva Schlehahn
+ 2021-09-08
-
-
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority
- Georg P Krog
- 2020-11-04
+ Art 9(2-a)
+ explicit consent with special categories of data
+
- Right of access
- Harshvardhan J. Pandit
- Georg KrogBeatriz Esteves
+ Georg Krog
+ A15 Right of Access
+ 2020-11-04
+
+ Right of access
+ accepted
+
+
+
+
+ Harshvardhan J. Pandit
+ Beatriz Esteves
+ Georg Krog
+
+
- A15 Right of Access
+ accepted
+ 2020-11-04
+ Right to withdraw consent
+ A7-3 Right to Withdraw Consent
-
+
+ 2021-09-08accepted
-
-
- Bud Bruegger
- Eva Schlehahn
-
- Art 9(2-a)
- 2019-04-05
- explicit consent with special categories of data
- 2021-09-08
+
+
+
+ 2020-11-04
+ Art 46(3-b)
+ Georg P Krog
+ Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
-
+
-
+ accepted
+ 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.
-
+
+ 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
-
+
+ Art 46(2-e)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)
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+
+
+
+
+
+
+ accepted
+ 2020-11-04
+ A20 Right to Data Portability
+ Beatriz Esteves
+ Georg Krog
+ Harshvardhan J. Pandit
+ Right to data portability
+
-
+
+
+
+
+ Contractual Clauses not drafted by the EU Commission, e.g. by the Controller
+ accepted
+
+ 2021-09-22
+
+
+
+ AdHoc Contractual Clauses
+ Harshvardhan J. Pandit
+
+
- Georg P KrogDavid Hickey
+ Paul RyanHarshvardhan J. Pandit
-
- Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements
+ Georg P Krog
+
+ accepted
+
+ Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises.
+
+
+ Binding Corporate Rules (BCR)
+
+ 2021-09-22
+
+
+
+ Art 9(2-j)
+ accepted
+ Bud Bruegger
+ Eva Schlehahn
+
- Supplementary Measure
+ public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
+ 2019-04-05
+
+ 2021-09-08
+
+
+
+ Art 46(2-c)
+ accepted
+
+
+ Georg P Krog
+
+
+
+ Standard data protection clauses adopted by the Commission
+ 2020-11-04
+ 2021-09-08
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+
+
+
+ accepted
+ Data Transfer Tool2021-09-22
+
+
+ Harshvardhan J. Pandit
+ David Hickey
+
+
+ A legal instrument or tool intended to assist or justify data transfers
+
-
+
+
+ 2020-11-04
+
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+ 2021-09-08
- information to be provided where personal data is collected from other sources
+ accepted
+ The transfer is necessary for the establishment, exercise or defence of legal claims.
+ Georg P Krog
+ Art 49(1-e)
+
+
+
+ Georg P Krog
+ David HickeyHarshvardhan J. Pandit
- Georg Krog
- Beatriz Esteves
- 2020-11-04
- A14 Right to be Informed
+ Supplementary Measure
+ Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirementsaccepted
-
+
+
+
+
+ 2021-09-22
+
+
+
+
+
+ Right to rectification
+
+ accepted
+ 2020-11-04
+
+ Beatriz Esteves
+ Georg Krog
+ Harshvardhan J. Pandit
+ A16 Right to Rectification
- Harshvardhan J. Pandit
- Axel Polleres
- 0.6
- Harshvardhan J. Pandit
+ Javier D. FernándezBeatriz Esteves
- Elmar KieslingRigo Wenning
- Paul Ryan
- Fajar J. EkaputraDavid Hickey
- Ramisa Gachpaz Hamed
- Julian Flake
- Axel Polleres
+ Fajar J. EkaputraBert Bos
- Mark Lizar
+ Paul Ryan
+ Julian FlakeEva Schlehahn
- Javier D. Fernández
+ Ramisa Gachpaz Hamed
+ Georg P KrogSimon Steyskal
+ Bud Bruegger
+ Axel Polleres
+ Elmar KieslingRob BrennanPiero Bonatti
- Bud Bruegger
- Georg P Krog
- DPV-GDPR: GDPR Extension for DPV
-
-
+ Mark Lizar
+ Harshvardhan J. Pandit
+ Harshvardhan J. Pandit
+ Axel Polleres
+ 0.6
- 2022-04-02
+ DPV-GDPR: GDPR Extension for DPVThe GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
- dpv-gdpr
+ 2022-04-02https://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
+ The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
+
+ dpv-gdpr
+
-
+
+ explicit' consent of the data subject
+ accepted
-
- 2021-09-08
-
-
-
-
- Eva Schlehahn
- Bud Bruegger
- performance of a contract
- Art 6(1-b)
- 2019-04-05
-
-
-
- Paul Ryan
- David HickeyHarshvardhan J. Pandit
- Georg P Krog
-
- 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)
-
+ Rigo Wenning
+ Bud Bruegger
+ Eva Schlehahn
-
+
+
+ 2019-04-10
+ Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)"
+ 2021-09-08
+ Art 6(1-a) explicit consent
-
+
- 2019-04-05
- accepted
-
-
- 2021-09-08
- Art 6(1-d)
- protection of the vital interests
-
+
+ accepted
+ 2019-04-05Bud BrueggerEva Schlehahn
+ Art 9(2-g)
+
+ substantial public interest, on the basis of Union or Member State law
+ 2021-09-08
+
-
+
-
-
- accepted
-
- 2021-09-22
-
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
+ Art 46(3-a)
+ 2021-09-08
- Harshvardhan J. Pandit
- AdHoc Contractual Clauses
- Contractual Clauses not drafted by the EU Commission, e.g. by the Controller
+
+ Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation.
+ accepted
+ Georg P Krog
+
+ 2020-11-04
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rights Concepts
+
+
+
+ Art 9(2-i)
+ 2019-04-05
+ Bud Bruegger
+ Eva Schlehahn
+ public interest in public health
+
- data manifestly made public by the data subject
-
-
-
- Art 9(2-e)
+ accepted
+ 2021-09-08
+
+
+
+ acceptedEva SchlehahnBud Bruegger
+
+
+ 2019-04-05
+ Art 9(2-h)
+
+
+ preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3
+
-
+
-
- Harshvardhan J. Pandit
- Beatriz Esteves
- Georg Krog
- A17 Right to Erasure
+
- 2020-11-04
+ The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent.accepted
- Right to erasure ('Right to be forgotten')
-
-
+ Georg P Krog
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+
+
+
+ 2020-11-04
+ 2021-09-08
+ Art 49(1-f)
-
+
- Art 6(1-a) explicit consent
- explicit' consent of the data subject
- Rigo Wenning
- Eva Schlehahn
- Bud Bruegger
- Harshvardhan J. Pandit
-
+ 2021-09-08
+ The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards.
+ Art 49(1-a)
+
+ accepted
-
- 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
-
-
-
-
-
-
-
-
-
-
-
- Data_Transfers Concepts
-
+
+ Georg P Krog
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+ 2020-11-04
+
-
+
-
- 2021-09-22
-
-
+
+ 2019-04-05
+ Bud Bruegger
+ Eva Schlehahn
+ Art 9(2-d)
+ 2021-09-08
- Codes of Conduct that outline sufficient safeguards for carrying out data transfers
- Harshvardhan J. Pandit
+
+ accepted
- Codes of Conduct for Data Transfers
+ 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;
-
+
+
+
+ Paul RyanHarshvardhan J. Pandit
- Georg Krog
- Beatriz Esteves
+ Georg P Krog
+ David Hickey
+
+ Standard Contractual Clauses (SCC)
+
- information to be provided where personal data is directly collected from data subjectaccepted
-
-
-
- A13 Right to be Informed
- 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
+ 2021-09-22
-
+
-
+
+
+
- 2021-09-08accepted
-
-
- 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
-
+ 2019-04-05
+ Bud Bruegger
+ Eva Schlehahn
+ employment and social security and social protection law
+ Art 9(2-b)
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legal_Basis Concepts
+
+
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+ Beatriz Esteves
+ Georg Krog
+ Harshvardhan J. Panditaccepted
+ A13 Right to be Informed
-
- 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)
-
+ information to be provided where personal data is directly collected from data subject
+
-
+
- Georg P Krog
- Paul Ryan
- David Hickey
- Harshvardhan J. Pandit
- Binding Corporate Rules (BCR)
- 2021-09-22
+
+
+ 2020-11-04
-
- accepted
+ 2021-09-08
+ Binding corporate rules
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
- 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
+ Georg P Krog
+ Art 46(2-b)
+
-
+
- accepted
+
+
+ 2020-11-04
-
- A19 Right to Rectification
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
- Harshvardhan J. Pandit
+
+ The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person.
+ Art 49(1-c)
+ accepted
+ 2021-09-08
+ Georg P Krog
+
+
+
+
+ Beatriz EstevesGeorg Krog
+ Harshvardhan J. Pandit
+ Right not to be subject to a decision based solely on automated processing including profiling
+ accepted
+
+
+
+ A22 Right to object to automated decision making2020-11-04
-
- Right to be notified in case of rectification or erasure of personal data or restriction of processing
-
+
- Eva Schlehahn
- Bud Bruegger
-
-
+ Transfer from EU to 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 6(1-f)
- legitimate interests
- 2019-04-05
+
+ 2021-09-08
+ accepted
- 2021-09-08
-
+ A legally binding and enforceable instrument between public authorities or bodies
+
+ 2020-11-04
+ Art 46(2-a)
+ Georg P Krog
+
+ 2021-09-08
- public interest or official authority
- Eva Schlehahn
- Bud BrueggerArt 6(1-e)
-
-
-
- 2019-04-05
- accepted
-
-
-
-
- 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.
-
-
-
- 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
+ 2019-04-05
+ Bud Bruegger
+ Eva Schlehahn
+ public interest or official authority
+
-
+
- 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)
+ The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data.
+
+ 2020-11-04
+
+ Georg P Krog
+ Art 49(2)2021-09-08
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply.accepted
-
-
-
-
+
+
+ Right to erasure ('Right to be forgotten')2020-11-04
- Right to object to processing of personal data
-
-
- Harshvardhan J. Pandit
- Beatriz Esteves
- Georg Krog
+ accepted
-
- A21 Right to object
-
-
-
-
-
-
- Harshvardhan J. Pandit
+ Beatriz EstevesGeorg Krog
- 2020-11-04
- accepted
-
-
- A7-3 Right to Withdraw Consent
+ Harshvardhan J. Pandit
+ A17 Right to Erasure
- Right to withdraw consent
-
+
-
- Art 49(1-c)
- 2020-11-04
- 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
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
- Georg P Krog
-
-
-
-
- Art 9(2-c)accepted
-
-
- 2021-09-08
-
- Bud BrueggerEva Schlehahnprotection of the vital interests2019-04-05
+
+
+ Art 6(1-d)
+ 2021-09-08
-
+
-
+ accepted
+ Art 6(1-f)
+ legitimate interests
+
+
+ 2019-04-05Bud BrueggerEva Schlehahn
- 2019-04-05
- accepted
- 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;
-
+
-
-
-
- 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
-
-
- employment and social security and social protection law
- Eva Schlehahn
- Bud Bruegger
+ 2019-04-05
- Art 9(2-b)
-
+ Bud Bruegger
+ Eva Schlehahn
+ Art 9(2-e)
+ data manifestly made public by the data subject
+ accepted
-
+
- Art 9(2-g)
+ 2019-04-05
+
- 2021-09-08
- Eva Schlehahn
- Bud Bruegger
- substantial public interest, on the basis of Union or Member State law
-
-
- 2019-04-05
- accepted
+
+ establishment, exercise or defence of legal claims / courts acting in their judicial capacity
+ accepted
+ Bud Bruegger
+ Eva Schlehahn
+ Art 9(2-f)
-
+