From af270fc17b11050df16af816fb8764cb7bebfcba Mon Sep 17 00:00:00 2001 From: Harshvardhan Pandit Date: Sat, 2 Jul 2022 12:46:04 +0100 Subject: [PATCH] Fixes #37 Adds property domains/ranges in HTML Adds appropriate property domain/range for each of the semantics in DPV (Core, RDFS+SKOS, OWL) in the HTML documentation. This information was already present in the RDF files, so they did not require any changes. Where something was not provided, the string 'unspecified' is presented in documentation. --- .../jinja2_resources/macro_term_table.jinja2 | 8 + .../macro_term_table_owl.jinja2 | 8 +- .../macro_term_table_skos.jinja2 | 8 +- .../jinja2_resources/template_dpv.jinja2 | 6 + dpv-owl/dpv-legal/dpv-legal.html | 10 +- dpv-owl/dpv-legal/index.html | 10 +- dpv-owl/dpv-tech/dpv-tech.html | 42 +- dpv-owl/dpv-tech/index.html | 42 +- dpv-owl/dpv.html | 350 ++++++---- dpv-owl/index.html | 350 ++++++---- dpv-skos/dpv-tech/dpv-tech.html | 42 +- dpv-skos/dpv-tech/index.html | 42 +- dpv-skos/dpv.html | 506 ++++++++++++-- dpv-skos/index.html | 506 ++++++++++++-- dpv-tech/dpv-tech.html | 56 ++ dpv-tech/index.html | 56 ++ dpv/dpv.html | 654 ++++++++++++++++++ dpv/index.html | 654 ++++++++++++++++++ 18 files changed, 2900 insertions(+), 450 deletions(-) diff --git a/documentation-generator/jinja2_resources/macro_term_table.jinja2 b/documentation-generator/jinja2_resources/macro_term_table.jinja2 index b416ec84a..ac491de8d 100644 --- a/documentation-generator/jinja2_resources/macro_term_table.jinja2 +++ b/documentation-generator/jinja2_resources/macro_term_table.jinja2 @@ -141,6 +141,14 @@ {% endif %} + + Domain: + {% if term.dpv_hasDomain %}{{ term.dpv_hasDomain|prefix_this}}{% else %}unspecified{% endif %} + + + Range: + {% if term.dpv_hasRange %}{{ term.dpv_hasRange|prefix_this}}{% else %}unspecified{% endif %} + {% if term.dct_source %} Source: diff --git a/documentation-generator/jinja2_resources/macro_term_table_owl.jinja2 b/documentation-generator/jinja2_resources/macro_term_table_owl.jinja2 index 74f30f4f0..57e9abacf 100644 --- a/documentation-generator/jinja2_resources/macro_term_table_owl.jinja2 +++ b/documentation-generator/jinja2_resources/macro_term_table_owl.jinja2 @@ -153,18 +153,14 @@ {% endif %} - {% if term.rdfs_domain %} Domain: - {{term.rdfs_domain|prefix_this}} + {% if term.rdfs_domain %}{{ term.rdfs_domain|prefix_this}}{% else %}unspecified{% endif %} - {% endif %} - {% if term.rdfs_range %} Range: - {{term.rdfs_range|prefix_this}} + {% if term.rdfs_range %}{{ term.rdfs_range|prefix_this}}{% else %}unspecified{% endif %} - {% endif %} Created: diff --git a/documentation-generator/jinja2_resources/macro_term_table_skos.jinja2 b/documentation-generator/jinja2_resources/macro_term_table_skos.jinja2 index 738517031..338e25bce 100644 --- a/documentation-generator/jinja2_resources/macro_term_table_skos.jinja2 +++ b/documentation-generator/jinja2_resources/macro_term_table_skos.jinja2 @@ -170,18 +170,14 @@ {% endif %} - {% if term.rdfs_domain %} Domain: - {{term.rdfs_domain|prefix_this}} + {% if term.rdfs_domain %}{{ term.rdfs_domain|prefix_this}}{% else %}unspecified{% endif %} - {% endif %} - {% if term.rdfs_range %} Range: - {{term.rdfs_range|prefix_this}} + {% if term.rdfs_range %}{{ term.rdfs_range|prefix_this}}{% else %}unspecified{% endif %} - {% endif %} Created: diff --git a/documentation-generator/jinja2_resources/template_dpv.jinja2 b/documentation-generator/jinja2_resources/template_dpv.jinja2 index e69e9490c..9c67ab235 100644 --- a/documentation-generator/jinja2_resources/template_dpv.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv.jinja2 @@ -203,6 +203,7 @@ DPV base vocabulary
Base Vocabulary
+

DPV's terms are defined using abstract semantic notions Concept and Relation derived from SKOS concepts and semantic relations respectively. The use of relations is bounded using hasDomain and hasRange. This is to permit its interpretation in various semantic expressions, such as a vocabulary (collection of concepts), or as ontologies in OWL2 or RDFS or something else. The DPV Family of Documents provides an overview of such semantic interpretations provided by the DPVCG.

The 'Base' or 'Core' concepts in DPV represent the most relevant concepts for representing information regarding the what, how, where, who, why of personal data and its processing. Each of these concepts is further elaborated as a taxonomy of concepts in a hierarchical fashion. The DPV provides the following as 'top-level' concepts and relations to associate them with other concepts:

@@ -213,6 +214,11 @@ + + + + + diff --git a/dpv-owl/dpv-legal/dpv-legal.html b/dpv-owl/dpv-legal/dpv-legal.html index 885cd90cc..165fa5d25 100644 --- a/dpv-owl/dpv-legal/dpv-legal.html +++ b/dpv-owl/dpv-legal/dpv-legal.html @@ -3158,7 +3158,7 @@

Adequacy-EU-AD

- + @@ -3199,7 +3199,7 @@

Adequacy-EU-AR

- + @@ -3240,7 +3240,7 @@

Adequacy-EU-CA

- + @@ -3527,7 +3527,7 @@

Adequacy-EU-JE

- + @@ -3568,7 +3568,7 @@

Adequacy-EU-JP

- + diff --git a/dpv-owl/dpv-legal/index.html b/dpv-owl/dpv-legal/index.html index 885cd90cc..165fa5d25 100644 --- a/dpv-owl/dpv-legal/index.html +++ b/dpv-owl/dpv-legal/index.html @@ -3158,7 +3158,7 @@

Adequacy-EU-AD

- + @@ -3199,7 +3199,7 @@

Adequacy-EU-AR

- + @@ -3240,7 +3240,7 @@

Adequacy-EU-CA

- + @@ -3527,7 +3527,7 @@

Adequacy-EU-JE

- + @@ -3568,7 +3568,7 @@

Adequacy-EU-JP

- + diff --git a/dpv-owl/dpv-tech/dpv-tech.html b/dpv-owl/dpv-tech/dpv-tech.html index 3bae178b3..a8ecfa870 100644 --- a/dpv-owl/dpv-tech/dpv-tech.html +++ b/dpv-owl/dpv-tech/dpv-tech.html @@ -2599,7 +2599,11 @@

hasCommunicationMechanism

- + + + + + @@ -2632,7 +2636,11 @@

hasDeveloper

- + + + + + @@ -2665,7 +2673,11 @@

hasProvider

- + + + + + @@ -2698,7 +2710,11 @@

hasProvisionMethod

- + + + + + @@ -2731,7 +2747,11 @@

hasSubject

- + + + + + @@ -2764,7 +2784,11 @@

hasTRL

- + + + + + @@ -2797,7 +2821,11 @@

hasUser

- + + + + + diff --git a/dpv-owl/dpv-tech/index.html b/dpv-owl/dpv-tech/index.html index 3bae178b3..a8ecfa870 100644 --- a/dpv-owl/dpv-tech/index.html +++ b/dpv-owl/dpv-tech/index.html @@ -2599,7 +2599,11 @@

hasCommunicationMechanism

- + + + + + @@ -2632,7 +2636,11 @@

hasDeveloper

- + + + + + @@ -2665,7 +2673,11 @@

hasProvider

- + + + + + @@ -2698,7 +2710,11 @@

hasProvisionMethod

- + + + + + @@ -2731,7 +2747,11 @@

hasSubject

- + + + + + @@ -2764,7 +2784,11 @@

hasTRL

- + + + + + @@ -2797,7 +2821,11 @@

hasUser

- + + + + + diff --git a/dpv-owl/dpv.html b/dpv-owl/dpv.html index 74f4068f7..dd611bceb 100644 --- a/dpv-owl/dpv.html +++ b/dpv-owl/dpv.html @@ -1088,11 +1088,11 @@

has data controller

- + - + @@ -1129,11 +1129,11 @@

has data subject

- + - + @@ -1170,11 +1170,11 @@

has legal basis

- + - + @@ -1208,11 +1208,11 @@

has personal data

- + - + @@ -1245,11 +1245,11 @@

has personal data handling

- + - + @@ -1289,11 +1289,11 @@

has processing

- + - + @@ -1336,11 +1336,11 @@

has purpose

- + - + @@ -1383,11 +1383,11 @@

has recipient

- + - + @@ -1424,11 +1424,11 @@

has right

- + - + @@ -1461,11 +1461,11 @@

has risk

- + - + @@ -1498,11 +1498,11 @@

has technical and organisational

- + - + @@ -1742,11 +1742,11 @@

has address

- + - + @@ -1782,11 +1782,11 @@

has contact

- + - + @@ -1822,11 +1822,11 @@

has entity

- + - + @@ -1859,11 +1859,11 @@

has name

- + - + @@ -1905,11 +1905,11 @@

has representative

- + - + @@ -1951,11 +1951,11 @@

has responsible entity

- + - + @@ -2459,11 +2459,11 @@

has data controller

- + - + @@ -2506,11 +2506,11 @@

has data exporter

- + - + @@ -2551,11 +2551,11 @@

has data importer

- + - + @@ -2596,11 +2596,11 @@

has data processor

- + - + @@ -2641,11 +2641,11 @@

has data protection officer

- + - + @@ -2685,11 +2685,11 @@

has joint data controllers

- + - + @@ -2736,11 +2736,11 @@

has recipient

- + - + @@ -2783,11 +2783,11 @@

has recipient data controller

- + - + @@ -2828,11 +2828,11 @@

has recipient third party

- + - + @@ -3099,11 +3099,11 @@

has authority

- + - + @@ -3137,11 +3137,11 @@

is authority for

- + - + @@ -4593,11 +4593,11 @@

has data subject

- + - + @@ -7950,11 +7950,11 @@

has purpose

- + - + @@ -7991,11 +7991,11 @@

has sector

- + - + @@ -9855,11 +9855,11 @@

has processing

- + - + @@ -10427,11 +10427,11 @@

has personal data

- + - + @@ -12706,11 +12706,11 @@

has organisational measure

- + - + @@ -12749,11 +12749,11 @@

has policy

- + - + @@ -12792,11 +12792,11 @@

has technical measure

- + - + @@ -12829,11 +12829,11 @@

has technical and organisational meas

- + - + @@ -12870,11 +12870,11 @@

is policy for

- + - + @@ -14505,11 +14505,11 @@

has activity status

- + - + @@ -14548,11 +14548,11 @@

has compliance status

- + - + @@ -14585,11 +14585,11 @@

has context

- + - + @@ -14622,11 +14622,11 @@

has duration

- + - + @@ -14662,11 +14662,11 @@

has frequency

- + - + @@ -14699,11 +14699,11 @@

has human involvement

- + - + @@ -14738,11 +14738,11 @@

has identifier

- + - + @@ -14778,11 +14778,11 @@

has justification

- + - + @@ -14815,11 +14815,11 @@

has scope

- + - + @@ -14852,11 +14852,11 @@

has status

- + - + @@ -14889,11 +14889,11 @@

is after

- + - + @@ -14928,11 +14928,11 @@

is before

- + - + @@ -14967,11 +14967,11 @@

is implemented by entity

- + - + @@ -16914,11 +16914,11 @@

has algorithmic logic

- + - + @@ -16953,11 +16953,11 @@

has data source

- + - + @@ -16992,11 +16992,11 @@

has scale

- + - + @@ -17035,11 +17035,11 @@

has storage

- + - + @@ -17075,11 +17075,11 @@

is implemented using technology

- + - + @@ -17704,11 +17704,11 @@

has consequence

- + - + @@ -17751,11 +17751,11 @@

has impact

- + - + @@ -17798,11 +17798,11 @@

has impact on

- + - + @@ -17839,11 +17839,11 @@

has risk

- + - + @@ -17882,11 +17882,11 @@

is mitigated by measure

- + - + @@ -17919,11 +17919,11 @@

mitigates risk

- + - + @@ -18577,11 +18577,11 @@

has legal basis

- + - + @@ -18636,6 +18636,14 @@

has consent notice

+ + + + + + + + @@ -18667,6 +18675,14 @@

has expiry

+ + + + + + + + @@ -18704,6 +18720,14 @@

has expiry condition

dpvo:expiry + + + + + + + + @@ -18741,6 +18765,14 @@

has expiry time

dpvo:expiry + + + + + + + + @@ -18772,9 +18804,13 @@

has provision by

+ + + + - + @@ -18807,6 +18843,14 @@

has provision by justification

+ + + + + + + + @@ -18838,6 +18882,14 @@

has provision method

+ + + + + + + + @@ -18869,6 +18921,14 @@

has provision time

+ + + + + + + + @@ -18900,9 +18960,13 @@

has withdrawal by

+ + + + - + @@ -18935,6 +18999,14 @@

has withdrawal by justification

+ + + + + + + + @@ -18966,6 +19038,14 @@

has withdrawal method

+ + + + + + + + @@ -18997,6 +19077,14 @@

has withdrawal time

+ + + + + + + + @@ -19028,9 +19116,13 @@

is explicit

+ + + + - + diff --git a/dpv-owl/index.html b/dpv-owl/index.html index 74f4068f7..dd611bceb 100644 --- a/dpv-owl/index.html +++ b/dpv-owl/index.html @@ -1088,11 +1088,11 @@

has data controller

- + - + @@ -1129,11 +1129,11 @@

has data subject

- + - + @@ -1170,11 +1170,11 @@

has legal basis

- + - + @@ -1208,11 +1208,11 @@

has personal data

- + - + @@ -1245,11 +1245,11 @@

has personal data handling

- + - + @@ -1289,11 +1289,11 @@

has processing

- + - + @@ -1336,11 +1336,11 @@

has purpose

- + - + @@ -1383,11 +1383,11 @@

has recipient

- + - + @@ -1424,11 +1424,11 @@

has right

- + - + @@ -1461,11 +1461,11 @@

has risk

- + - + @@ -1498,11 +1498,11 @@

has technical and organisational

- + - + @@ -1742,11 +1742,11 @@

has address

- + - + @@ -1782,11 +1782,11 @@

has contact

- + - + @@ -1822,11 +1822,11 @@

has entity

- + - + @@ -1859,11 +1859,11 @@

has name

- + - + @@ -1905,11 +1905,11 @@

has representative

- + - + @@ -1951,11 +1951,11 @@

has responsible entity

- + - + @@ -2459,11 +2459,11 @@

has data controller

- + - + @@ -2506,11 +2506,11 @@

has data exporter

- + - + @@ -2551,11 +2551,11 @@

has data importer

- + - + @@ -2596,11 +2596,11 @@

has data processor

- + - + @@ -2641,11 +2641,11 @@

has data protection officer

- + - + @@ -2685,11 +2685,11 @@

has joint data controllers

- + - + @@ -2736,11 +2736,11 @@

has recipient

- + - + @@ -2783,11 +2783,11 @@

has recipient data controller

- + - + @@ -2828,11 +2828,11 @@

has recipient third party

- + - + @@ -3099,11 +3099,11 @@

has authority

- + - + @@ -3137,11 +3137,11 @@

is authority for

- + - + @@ -4593,11 +4593,11 @@

has data subject

- + - + @@ -7950,11 +7950,11 @@

has purpose

- + - + @@ -7991,11 +7991,11 @@

has sector

- + - + @@ -9855,11 +9855,11 @@

has processing

- + - + @@ -10427,11 +10427,11 @@

has personal data

- + - + @@ -12706,11 +12706,11 @@

has organisational measure

- + - + @@ -12749,11 +12749,11 @@

has policy

- + - + @@ -12792,11 +12792,11 @@

has technical measure

- + - + @@ -12829,11 +12829,11 @@

has technical and organisational meas

- + - + @@ -12870,11 +12870,11 @@

is policy for

- + - + @@ -14505,11 +14505,11 @@

has activity status

- + - + @@ -14548,11 +14548,11 @@

has compliance status

- + - + @@ -14585,11 +14585,11 @@

has context

- + - + @@ -14622,11 +14622,11 @@

has duration

- + - + @@ -14662,11 +14662,11 @@

has frequency

- + - + @@ -14699,11 +14699,11 @@

has human involvement

- + - + @@ -14738,11 +14738,11 @@

has identifier

- + - + @@ -14778,11 +14778,11 @@

has justification

- + - + @@ -14815,11 +14815,11 @@

has scope

- + - + @@ -14852,11 +14852,11 @@

has status

- + - + @@ -14889,11 +14889,11 @@

is after

- + - + @@ -14928,11 +14928,11 @@

is before

- + - + @@ -14967,11 +14967,11 @@

is implemented by entity

- + - + @@ -16914,11 +16914,11 @@

has algorithmic logic

- + - + @@ -16953,11 +16953,11 @@

has data source

- + - + @@ -16992,11 +16992,11 @@

has scale

- + - + @@ -17035,11 +17035,11 @@

has storage

- + - + @@ -17075,11 +17075,11 @@

is implemented using technology

- + - + @@ -17704,11 +17704,11 @@

has consequence

- + - + @@ -17751,11 +17751,11 @@

has impact

- + - + @@ -17798,11 +17798,11 @@

has impact on

- + - + @@ -17839,11 +17839,11 @@

has risk

- + - + @@ -17882,11 +17882,11 @@

is mitigated by measure

- + - + @@ -17919,11 +17919,11 @@

mitigates risk

- + - + @@ -18577,11 +18577,11 @@

has legal basis

- + - + @@ -18636,6 +18636,14 @@

has consent notice

+ + + + + + + + @@ -18667,6 +18675,14 @@

has expiry

+ + + + + + + + @@ -18704,6 +18720,14 @@

has expiry condition

dpvo:expiry + + + + + + + + @@ -18741,6 +18765,14 @@

has expiry time

dpvo:expiry + + + + + + + + @@ -18772,9 +18804,13 @@

has provision by

+ + + + - + @@ -18807,6 +18843,14 @@

has provision by justification

+ + + + + + + + @@ -18838,6 +18882,14 @@

has provision method

+ + + + + + + + @@ -18869,6 +18921,14 @@

has provision time

+ + + + + + + + @@ -18900,9 +18960,13 @@

has withdrawal by

+ + + + - + @@ -18935,6 +18999,14 @@

has withdrawal by justification

+ + + + + + + + @@ -18966,6 +19038,14 @@

has withdrawal method

+ + + + + + + + @@ -18997,6 +19077,14 @@

has withdrawal time

+ + + + + + + + @@ -19028,9 +19116,13 @@

is explicit

+ + + + - + diff --git a/dpv-skos/dpv-tech/dpv-tech.html b/dpv-skos/dpv-tech/dpv-tech.html index eb60b7163..b4f4e8381 100644 --- a/dpv-skos/dpv-tech/dpv-tech.html +++ b/dpv-skos/dpv-tech/dpv-tech.html @@ -2724,7 +2724,11 @@

hasCommunicationMechanism

- + + + + + @@ -2757,7 +2761,11 @@

hasDeveloper

- + + + + + @@ -2790,7 +2798,11 @@

hasProvider

- + + + + + @@ -2823,7 +2835,11 @@

hasProvisionMethod

- + + + + + @@ -2856,7 +2872,11 @@

hasSubject

- + + + + + @@ -2889,7 +2909,11 @@

hasTRL

- + + + + + @@ -2922,7 +2946,11 @@

hasUser

- + + + + + diff --git a/dpv-skos/dpv-tech/index.html b/dpv-skos/dpv-tech/index.html index eb60b7163..b4f4e8381 100644 --- a/dpv-skos/dpv-tech/index.html +++ b/dpv-skos/dpv-tech/index.html @@ -2724,7 +2724,11 @@

hasCommunicationMechanism

- + + + + + @@ -2757,7 +2761,11 @@

hasDeveloper

- + + + + + @@ -2790,7 +2798,11 @@

hasProvider

- + + + + + @@ -2823,7 +2835,11 @@

hasProvisionMethod

- + + + + + @@ -2856,7 +2872,11 @@

hasSubject

- + + + + + @@ -2889,7 +2909,11 @@

hasTRL

- + + + + + @@ -2922,7 +2946,11 @@

hasUser

- + + + + + diff --git a/dpv-skos/dpv.html b/dpv-skos/dpv.html index 08d2c1e10..89c81e06c 100644 --- a/dpv-skos/dpv.html +++ b/dpv-skos/dpv.html @@ -1076,9 +1076,13 @@

has data controller

+ + + + - + @@ -1113,9 +1117,13 @@

has data subject

+ + + + - + @@ -1150,9 +1158,13 @@

has legal basis

+ + + + - + @@ -1184,9 +1196,13 @@

has personal data

+ + + + - + @@ -1217,9 +1233,13 @@

has personal data handling

+ + + + - + @@ -1257,9 +1277,13 @@

has processing

SPECIAL Project + + + + - + @@ -1300,9 +1324,13 @@

has purpose

SPECIAL Project + + + + - + @@ -1343,9 +1371,13 @@

has recipient

SPECIAL Project + + + + - + @@ -1380,9 +1412,13 @@

has right

+ + + + - + @@ -1413,9 +1449,13 @@

has risk

+ + + + - + @@ -1446,9 +1486,13 @@

has technical and organisational

+ + + + - + @@ -1688,7 +1732,11 @@

has address

- + + + + + @@ -1724,7 +1772,11 @@

has contact

- + + + + + @@ -1758,9 +1810,13 @@

has entity

+ + + + - + @@ -1793,7 +1849,11 @@

has name

- + + + + + @@ -1835,11 +1895,11 @@

has representative

- + - + @@ -1879,9 +1939,13 @@

has responsible entity

dpvs:hasEntity + + + + - + @@ -2383,9 +2447,13 @@

has data controller

dpvs:hasEntity + + + + - + @@ -2426,9 +2494,13 @@

has data exporter

dpvs:hasEntity + + + + - + @@ -2467,9 +2539,13 @@

has data importer

dpvs:hasRecipient + + + + - + @@ -2508,9 +2584,13 @@

has data processor

dpvs:hasRecipient + + + + - + @@ -2549,9 +2629,13 @@

has data protection officer

dpvs:hasRepresentative + + + + - + @@ -2589,9 +2673,13 @@

has joint data controllers

dpvs:hasDataController + + + + - + @@ -2636,9 +2724,13 @@

has recipient

SPECIAL Project + + + + - + @@ -2679,9 +2771,13 @@

has recipient data controller

dpvs:hasRecipient + + + + - + @@ -2720,9 +2816,13 @@

has recipient third party

dpvs:hasRecipient + + + + - + @@ -2987,9 +3087,13 @@

has authority

+ + + + - + @@ -3023,7 +3127,11 @@

is authority for

- + + + + + @@ -4473,9 +4581,13 @@

has data subject

dpvs:hasEntity + + + + - + @@ -7914,9 +8026,13 @@

has purpose

SPECIAL Project + + + + - + @@ -7951,9 +8067,13 @@

has sector

+ + + + - + @@ -9888,9 +10008,13 @@

has processing

SPECIAL Project + + + + - + @@ -10456,9 +10580,13 @@

has personal data

+ + + + - + @@ -12801,9 +12929,13 @@

has organisational measure

dpvs:hasTechnicalOrganisationalMeasure + + + + - + @@ -12840,9 +12972,13 @@

has policy

dpvs:hasTechnicalOrganisationalMeasure + + + + - + @@ -12879,9 +13015,13 @@

has technical measure

dpvs:hasTechnicalOrganisationalMeasure + + + + - + @@ -12912,9 +13052,13 @@

has technical and organisational meas

+ + + + - + @@ -12951,7 +13095,11 @@

is policy for

- + + + + + @@ -14647,9 +14795,13 @@

has activity status

dpvs:hasStatus + + + + - + @@ -14686,9 +14838,13 @@

has compliance status

dpvs:hasStatus + + + + - + @@ -14719,9 +14875,13 @@

has context

+ + + + - + @@ -14752,9 +14912,13 @@

has duration

SPECIAL Project + + + + - + @@ -14788,9 +14952,13 @@

has frequency

+ + + + - + @@ -14821,9 +14989,13 @@

has human involvement

+ + + + - + @@ -14856,6 +15028,14 @@

has identifier

+ + + + + + + + @@ -14888,9 +15068,13 @@

has justification

+ + + + - + @@ -14921,9 +15105,13 @@

has scope

+ + + + - + @@ -14954,9 +15142,13 @@

has status

+ + + + - + @@ -14987,6 +15179,14 @@

is after

+ + + + + + + + @@ -15018,6 +15218,14 @@

is before

+ + + + + + + + @@ -15049,9 +15257,13 @@

is implemented by entity

+ + + + - + @@ -16923,9 +17135,13 @@

has algorithmic logic

+ + + + - + @@ -16958,9 +17174,13 @@

has data source

+ + + + - + @@ -16993,9 +17213,13 @@

has scale

+ + + + - + @@ -17032,9 +17256,13 @@

has storage

SPECIAL Project + + + + - + @@ -17068,9 +17296,13 @@

is implemented using technology

+ + + + - + @@ -17693,9 +17925,13 @@

has consequence

+ + + + - + @@ -17736,9 +17972,13 @@

has impact

dpvs:hasConsequence + + + + - + @@ -17781,7 +18021,11 @@

has impact on

- + + + + + @@ -17816,9 +18060,13 @@

has risk

+ + + + - + @@ -17857,11 +18105,11 @@

is mitigated by measure

- + - + @@ -17894,11 +18142,11 @@

mitigates risk

- + - + @@ -18721,9 +18969,13 @@

has applicable law

+ + + + - + @@ -18760,9 +19012,13 @@

has country

dpvs:hasLocation + + + + - + @@ -18794,9 +19050,13 @@

has jurisdiction

+ + + + - + @@ -18833,9 +19093,13 @@

has location

SPECIAL Project + + + + - + @@ -18875,9 +19139,13 @@

has third country

dpvs:hasCountry + + + + - + @@ -19543,9 +19811,13 @@

has legal basis

+ + + + - + @@ -19600,6 +19872,14 @@

has consent notice

+ + + + + + + + @@ -19631,6 +19911,14 @@

has expiry

+ + + + + + + + @@ -19668,6 +19956,14 @@

has expiry condition

dpvs:expiry + + + + + + + + @@ -19705,6 +20001,14 @@

has expiry time

dpvs:expiry + + + + + + + + @@ -19736,9 +20040,13 @@

has provision by

+ + + + - + @@ -19771,6 +20079,14 @@

has provision by justification

+ + + + + + + + @@ -19802,6 +20118,14 @@

has provision method

+ + + + + + + + @@ -19833,6 +20157,14 @@

has provision time

+ + + + + + + + @@ -19864,9 +20196,13 @@

has withdrawal by

+ + + + - + @@ -19899,6 +20235,14 @@

has withdrawal by justification

+ + + + + + + + @@ -19930,6 +20274,14 @@

has withdrawal method

+ + + + + + + + @@ -19961,6 +20313,14 @@

has withdrawal time

+ + + + + + + + @@ -19992,9 +20352,13 @@

is explicit

+ + + + - + diff --git a/dpv-skos/index.html b/dpv-skos/index.html index 08d2c1e10..89c81e06c 100644 --- a/dpv-skos/index.html +++ b/dpv-skos/index.html @@ -1076,9 +1076,13 @@

has data controller

+ + + + - + @@ -1113,9 +1117,13 @@

has data subject

+ + + + - + @@ -1150,9 +1158,13 @@

has legal basis

+ + + + - + @@ -1184,9 +1196,13 @@

has personal data

+ + + + - + @@ -1217,9 +1233,13 @@

has personal data handling

+ + + + - + @@ -1257,9 +1277,13 @@

has processing

SPECIAL Project + + + + - + @@ -1300,9 +1324,13 @@

has purpose

SPECIAL Project + + + + - + @@ -1343,9 +1371,13 @@

has recipient

SPECIAL Project + + + + - + @@ -1380,9 +1412,13 @@

has right

+ + + + - + @@ -1413,9 +1449,13 @@

has risk

+ + + + - + @@ -1446,9 +1486,13 @@

has technical and organisational

+ + + + - + @@ -1688,7 +1732,11 @@

has address

- + + + + + @@ -1724,7 +1772,11 @@

has contact

- + + + + + @@ -1758,9 +1810,13 @@

has entity

+ + + + - + @@ -1793,7 +1849,11 @@

has name

- + + + + + @@ -1835,11 +1895,11 @@

has representative

- + - + @@ -1879,9 +1939,13 @@

has responsible entity

dpvs:hasEntity + + + + - + @@ -2383,9 +2447,13 @@

has data controller

dpvs:hasEntity + + + + - + @@ -2426,9 +2494,13 @@

has data exporter

dpvs:hasEntity + + + + - + @@ -2467,9 +2539,13 @@

has data importer

dpvs:hasRecipient + + + + - + @@ -2508,9 +2584,13 @@

has data processor

dpvs:hasRecipient + + + + - + @@ -2549,9 +2629,13 @@

has data protection officer

dpvs:hasRepresentative + + + + - + @@ -2589,9 +2673,13 @@

has joint data controllers

dpvs:hasDataController + + + + - + @@ -2636,9 +2724,13 @@

has recipient

SPECIAL Project + + + + - + @@ -2679,9 +2771,13 @@

has recipient data controller

dpvs:hasRecipient + + + + - + @@ -2720,9 +2816,13 @@

has recipient third party

dpvs:hasRecipient + + + + - + @@ -2987,9 +3087,13 @@

has authority

+ + + + - + @@ -3023,7 +3127,11 @@

is authority for

- + + + + + @@ -4473,9 +4581,13 @@

has data subject

dpvs:hasEntity + + + + - + @@ -7914,9 +8026,13 @@

has purpose

SPECIAL Project + + + + - + @@ -7951,9 +8067,13 @@

has sector

+ + + + - + @@ -9888,9 +10008,13 @@

has processing

SPECIAL Project + + + + - + @@ -10456,9 +10580,13 @@

has personal data

+ + + + - + @@ -12801,9 +12929,13 @@

has organisational measure

dpvs:hasTechnicalOrganisationalMeasure + + + + - + @@ -12840,9 +12972,13 @@

has policy

dpvs:hasTechnicalOrganisationalMeasure + + + + - + @@ -12879,9 +13015,13 @@

has technical measure

dpvs:hasTechnicalOrganisationalMeasure + + + + - + @@ -12912,9 +13052,13 @@

has technical and organisational meas

+ + + + - + @@ -12951,7 +13095,11 @@

is policy for

- + + + + + @@ -14647,9 +14795,13 @@

has activity status

dpvs:hasStatus + + + + - + @@ -14686,9 +14838,13 @@

has compliance status

dpvs:hasStatus + + + + - + @@ -14719,9 +14875,13 @@

has context

+ + + + - + @@ -14752,9 +14912,13 @@

has duration

SPECIAL Project + + + + - + @@ -14788,9 +14952,13 @@

has frequency

+ + + + - + @@ -14821,9 +14989,13 @@

has human involvement

+ + + + - + @@ -14856,6 +15028,14 @@

has identifier

+ + + + + + + + @@ -14888,9 +15068,13 @@

has justification

+ + + + - + @@ -14921,9 +15105,13 @@

has scope

+ + + + - + @@ -14954,9 +15142,13 @@

has status

+ + + + - + @@ -14987,6 +15179,14 @@

is after

+ + + + + + + + @@ -15018,6 +15218,14 @@

is before

+ + + + + + + + @@ -15049,9 +15257,13 @@

is implemented by entity

+ + + + - + @@ -16923,9 +17135,13 @@

has algorithmic logic

+ + + + - + @@ -16958,9 +17174,13 @@

has data source

+ + + + - + @@ -16993,9 +17213,13 @@

has scale

+ + + + - + @@ -17032,9 +17256,13 @@

has storage

SPECIAL Project + + + + - + @@ -17068,9 +17296,13 @@

is implemented using technology

+ + + + - + @@ -17693,9 +17925,13 @@

has consequence

+ + + + - + @@ -17736,9 +17972,13 @@

has impact

dpvs:hasConsequence + + + + - + @@ -17781,7 +18021,11 @@

has impact on

- + + + + + @@ -17816,9 +18060,13 @@

has risk

+ + + + - + @@ -17857,11 +18105,11 @@

is mitigated by measure

- + - + @@ -17894,11 +18142,11 @@

mitigates risk

- + - + @@ -18721,9 +18969,13 @@

has applicable law

+ + + + - + @@ -18760,9 +19012,13 @@

has country

dpvs:hasLocation + + + + - + @@ -18794,9 +19050,13 @@

has jurisdiction

+ + + + - + @@ -18833,9 +19093,13 @@

has location

SPECIAL Project + + + + - + @@ -18875,9 +19139,13 @@

has third country

dpvs:hasCountry + + + + - + @@ -19543,9 +19811,13 @@

has legal basis

+ + + + - + @@ -19600,6 +19872,14 @@

has consent notice

+ + + + + + + + @@ -19631,6 +19911,14 @@

has expiry

+ + + + + + + + @@ -19668,6 +19956,14 @@

has expiry condition

dpvs:expiry + + + + + + + + @@ -19705,6 +20001,14 @@

has expiry time

dpvs:expiry + + + + + + + + @@ -19736,9 +20040,13 @@

has provision by

+ + + + - + @@ -19771,6 +20079,14 @@

has provision by justification

+ + + + + + + + @@ -19802,6 +20118,14 @@

has provision method

+ + + + + + + + @@ -19833,6 +20157,14 @@

has provision time

+ + + + + + + + @@ -19864,9 +20196,13 @@

has withdrawal by

+ + + + - + @@ -19899,6 +20235,14 @@

has withdrawal by justification

+ + + + + + + + @@ -19930,6 +20274,14 @@

has withdrawal method

+ + + + + + + + @@ -19961,6 +20313,14 @@

has withdrawal time

+ + + + + + + + @@ -19992,9 +20352,13 @@

is explicit

+ + + + - + diff --git a/dpv-tech/dpv-tech.html b/dpv-tech/dpv-tech.html index 649357f4b..51f511bb4 100644 --- a/dpv-tech/dpv-tech.html +++ b/dpv-tech/dpv-tech.html @@ -2597,6 +2597,14 @@

hasCommunicationMechanism

+ + + + + + + + @@ -2626,6 +2634,14 @@

hasDeveloper

+ + + + + + + + @@ -2655,6 +2671,14 @@

hasProvider

+ + + + + + + + @@ -2684,6 +2708,14 @@

hasProvisionMethod

+ + + + + + + + @@ -2713,6 +2745,14 @@

hasSubject

+ + + + + + + + @@ -2742,6 +2782,14 @@

hasTRL

+ + + + + + + + @@ -2771,6 +2819,14 @@

hasUser

+ + + + + + + + diff --git a/dpv-tech/index.html b/dpv-tech/index.html index 649357f4b..51f511bb4 100644 --- a/dpv-tech/index.html +++ b/dpv-tech/index.html @@ -2597,6 +2597,14 @@

hasCommunicationMechanism

+ + + + + + + + @@ -2626,6 +2634,14 @@

hasDeveloper

+ + + + + + + + @@ -2655,6 +2671,14 @@

hasProvider

+ + + + + + + + @@ -2684,6 +2708,14 @@

hasProvisionMethod

+ + + + + + + + @@ -2713,6 +2745,14 @@

hasSubject

+ + + + + + + + @@ -2742,6 +2782,14 @@

hasTRL

+ + + + + + + + @@ -2771,6 +2819,14 @@

hasUser

+ + + + + + + + diff --git a/dpv/dpv.html b/dpv/dpv.html index bdfa5fb84..b5b05ff94 100644 --- a/dpv/dpv.html +++ b/dpv/dpv.html @@ -346,6 +346,7 @@

Base Vocabulary

DPV base vocabulary
Base Vocabulary
+

DPV's terms are defined using abstract semantic notions Concept and Relation derived from SKOS concepts and semantic relations respectively. The use of relations is bounded using hasDomain and hasRange. This is to permit its interpretation in various semantic expressions, such as a vocabulary (collection of concepts), or as ontologies in OWL2 or RDFS or something else. The DPV Family of Documents provides an overview of such semantic interpretations provided by the DPVCG.

The 'Base' or 'Core' concepts in DPV represent the most relevant concepts for representing information regarding the what, how, where, who, why of personal data and its processing. Each of these concepts is further elaborated as a taxonomy of concepts in a hierarchical fashion. The DPV provides the following as 'top-level' concepts and relations to associate them with other concepts:

[=Concept=][=Relation=]Semantics of Concepts and Relationships
[=PersonalData=] [=hasPersonalData=]
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Domain:dpvo:Relationdpvo:Relation
Range:unspecified
Created:
Domain:dpvo:hasEntitydpvo:hasEntity
Range:unspecified
Created:
Domain:dpvo:hasEntitydpvo:hasEntity
Range:unspecified
Created:
Domain:dpvo:Relationdpvo:Relation
Range:unspecified
Created:
Domain:dpvo:hasEntitydpvo:hasEntity
Range:unspecified
Created:
Domain:dpvo:Relationdpvo:Relation
Range:unspecified
Created:
Domain:dpvo:hasEntitydpvo:hasEntity
Range:unspecified
Created:
Domain:dpvo:Relationdpvo:Relation
Range:unspecified
Created:
Domain:dpvo:hasEntitydpvo:hasEntity
Range:unspecified
Created:
Domain:dpvo:hasEntitydpvo:hasEntity
Range:unspecified
Created:
Domain:dpvo:Relationdpvo:Relation
Range:unspecified
Created:
Domain:dpvo:hasEntitydpvo:hasEntity
Range:unspecified
Created:
Domain:dpvo:Relationdpvo:Relation
Range:unspecified
Created:
Domain:dpvo:hasEntitydpvo:hasEntity
Range:unspecified
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:LegalEntitydpvo:LegalEntity
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataSubjectdpvo:DataSubject
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:LegalBasisdpvo:LegalBasis
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:PersonalDatadpvo:PersonalData
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:PersonalDataHandlingdpvo:PersonalDataHandling
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Processingdpvo:Processing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Purposedpvo:Purpose
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Recipientdpvo:Recipient
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Rightdpvo:Right
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Riskdpvo:Risk
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:TechnicalOrganisationalMeasuredpvo:TechnicalOrganisationalMeasure
Created:
Domain:dpvo:Entitydpvo:Entity
Range:owl:Thingowl:Thing
Created:
Domain:dpvo:Entitydpvo:Entity
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Entitydpvo:Entity
Created:
Domain:dpvo:Entitydpvo:Entity
Range:owl:Thingowl:Thing
Created:
Domain:dpvo:Entitydpvo:Entity
Range:dpvo:Representativedpvo:Representative
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Entitydpvo:Entity
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataControllerdpvo:DataController
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataExporterdpvo:DataExporter
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataImporterdpvo:DataImporter
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataProcessordpvo:DataProcessor
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataProtectionOfficerdpvo:DataProtectionOfficer
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:JointDataControllersdpvo:JointDataControllers
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Recipientdpvo:Recipient
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataControllerdpvo:DataController
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:ThirdPartydpvo:ThirdParty
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Authoritydpvo:Authority
Created:
Domain:dpvo:Authoritydpvo:Authority
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataSubjectdpvo:DataSubject
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Purposedpvo:Purpose
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Sectordpvo:Sector
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Processingdpvo:Processing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:PersonalDatadpvo:PersonalData
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:OrganisationalMeasuredpvo:OrganisationalMeasure
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Policydpvo:Policy
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:TechnicalMeasuredpvo:TechnicalMeasure
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:TechnicalOrganisationalMeasuredpvo:TechnicalOrganisationalMeasure
Created:
Domain:dpvo:Policydpvo:Policy
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:ActivityStatusdpvo:ActivityStatus
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:ComplianceStatusdpvo:ComplianceStatus
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Contextdpvo:Context
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Durationdpvo:Duration
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Frequencydpvo:Frequency
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:HumanInvolvementdpvo:HumanInvolvement
Created:
Domain:owl:Thingowl:Thing
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Justificationdpvo:Justification
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Scopedpvo:Scope
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Statusdpvo:Status
Created:
Domain:owl:Thingowl:Thing
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Entitydpvo:Entity
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:AlgorithmicLogicdpvo:AlgorithmicLogic
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataSourcedpvo:DataSource
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Scaledpvo:Scale
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:StorageConditiondpvo:StorageCondition
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Technologydpvo:Technology
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Consequencedpvo:Consequence
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Impactdpvo:Impact
Created:
Domain:dpvo:Impactdpvo:Impact
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Riskdpvo:Risk
Created:
Domain:dpvo:Riskdpvo:Risk
Range:dpvo:RiskMitigationMeasuredpvo:RiskMitigationMeasure
Created:
Domain:dpvo:RiskMitigationMeasuredpvo:RiskMitigationMeasure
Range:dpvo:Riskdpvo:Risk
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:LegalBasisdpvo:LegalBasis
Created: Description: Specifies the notice provided in context of consent
Domain:unspecified
Range:unspecified
Created: Description: Generic property specifying when or under which condition(s) the consent will expire
Domain:unspecified
Range:unspecified
Created:
Domain:unspecified
Range:unspecified
Created:
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that provisioned or provided consent
Domain:unspecified
Range:dpvo:LegalEntitydpvo:LegalEntity
Created: Description: Specifies the justification for entity providing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the method by which consent was provisioned or provided
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was given
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that withdrew consent
Domain:unspecified
Range:dpvo:LegalEntitydpvo:LegalEntity
Created: Description: Specifies the justification for entity withdrawing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifries the method by which consent can be/has been withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies consent is 'explicit'
Domain:unspecified
Range:xsd:booleanxsd:boolean
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:LegalEntitydpvo:LegalEntity
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataSubjectdpvo:DataSubject
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:LegalBasisdpvo:LegalBasis
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:PersonalDatadpvo:PersonalData
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:PersonalDataHandlingdpvo:PersonalDataHandling
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Processingdpvo:Processing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Purposedpvo:Purpose
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Recipientdpvo:Recipient
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Rightdpvo:Right
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Riskdpvo:Risk
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:TechnicalOrganisationalMeasuredpvo:TechnicalOrganisationalMeasure
Created:
Domain:dpvo:Entitydpvo:Entity
Range:owl:Thingowl:Thing
Created:
Domain:dpvo:Entitydpvo:Entity
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Entitydpvo:Entity
Created:
Domain:dpvo:Entitydpvo:Entity
Range:owl:Thingowl:Thing
Created:
Domain:dpvo:Entitydpvo:Entity
Range:dpvo:Representativedpvo:Representative
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Entitydpvo:Entity
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataControllerdpvo:DataController
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataExporterdpvo:DataExporter
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataImporterdpvo:DataImporter
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataProcessordpvo:DataProcessor
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataProtectionOfficerdpvo:DataProtectionOfficer
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:JointDataControllersdpvo:JointDataControllers
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Recipientdpvo:Recipient
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataControllerdpvo:DataController
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:ThirdPartydpvo:ThirdParty
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Authoritydpvo:Authority
Created:
Domain:dpvo:Authoritydpvo:Authority
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataSubjectdpvo:DataSubject
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Purposedpvo:Purpose
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Sectordpvo:Sector
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Processingdpvo:Processing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:PersonalDatadpvo:PersonalData
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:OrganisationalMeasuredpvo:OrganisationalMeasure
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Policydpvo:Policy
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:TechnicalMeasuredpvo:TechnicalMeasure
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:TechnicalOrganisationalMeasuredpvo:TechnicalOrganisationalMeasure
Created:
Domain:dpvo:Policydpvo:Policy
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:ActivityStatusdpvo:ActivityStatus
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:ComplianceStatusdpvo:ComplianceStatus
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Contextdpvo:Context
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Durationdpvo:Duration
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Frequencydpvo:Frequency
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:HumanInvolvementdpvo:HumanInvolvement
Created:
Domain:owl:Thingowl:Thing
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Justificationdpvo:Justification
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Scopedpvo:Scope
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Statusdpvo:Status
Created:
Domain:owl:Thingowl:Thing
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Entitydpvo:Entity
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:AlgorithmicLogicdpvo:AlgorithmicLogic
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:DataSourcedpvo:DataSource
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Scaledpvo:Scale
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:StorageConditiondpvo:StorageCondition
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Technologydpvo:Technology
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Consequencedpvo:Consequence
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Impactdpvo:Impact
Created:
Domain:dpvo:Impactdpvo:Impact
Range:owl:Thingowl:Thing
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:Riskdpvo:Risk
Created:
Domain:dpvo:Riskdpvo:Risk
Range:dpvo:RiskMitigationMeasuredpvo:RiskMitigationMeasure
Created:
Domain:dpvo:RiskMitigationMeasuredpvo:RiskMitigationMeasure
Range:dpvo:Riskdpvo:Risk
Created:
Domain:owl:Thingowl:Thing
Range:dpvo:LegalBasisdpvo:LegalBasis
Created: Description: Specifies the notice provided in context of consent
Domain:unspecified
Range:unspecified
Created: Description: Generic property specifying when or under which condition(s) the consent will expire
Domain:unspecified
Range:unspecified
Created:
Domain:unspecified
Range:unspecified
Created:
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that provisioned or provided consent
Domain:unspecified
Range:dpvo:LegalEntitydpvo:LegalEntity
Created: Description: Specifies the justification for entity providing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the method by which consent was provisioned or provided
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was given
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that withdrew consent
Domain:unspecified
Range:dpvo:LegalEntitydpvo:LegalEntity
Created: Description: Specifies the justification for entity withdrawing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifries the method by which consent can be/has been withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies consent is 'explicit'
Domain:unspecified
Range:xsd:booleanxsd:boolean
Created:
Domain:dpvs:Relationdpvs:Relation
Range:unspecified
Created:
Domain:dpvs:hasEntitydpvs:hasEntity
Range:unspecified
Created:
Domain:dpvs:hasEntitydpvs:hasEntity
Range:unspecified
Created:
Domain:dpvs:Relationdpvs:Relation
Range:unspecified
Created:
Domain:dpvs:hasEntitydpvs:hasEntity
Range:unspecified
Created:
Domain:dpvs:Relationdpvs:Relation
Range:unspecified
Created:
Domain:dpvs:hasEntitydpvs:hasEntity
Range:unspecified
Created:
Domain:dpvs:Relationdpvs:Relation
Range:unspecified
Created:
Domain:dpvs:hasEntitydpvs:hasEntity
Range:unspecified
Created:
Domain:dpvs:hasEntitydpvs:hasEntity
Range:unspecified
Created:
Domain:dpvs:Relationdpvs:Relation
Range:unspecified
Created:
Domain:dpvs:hasEntitydpvs:hasEntity
Range:unspecified
Created:
Domain:dpvs:Relationdpvs:Relation
Range:unspecified
Created:
Domain:dpvs:hasEntitydpvs:hasEntity
Range:unspecified
Created: Description: Indicates association with Data Controller
Domain:unspecified
Range:dpvs:LegalEntitydpvs:LegalEntity
Created: Description: Indicates association with Data Subject
Domain:unspecified
Range:dpvs:DataSubjectdpvs:DataSubject
Created: Description: Indicates use or applicability of a Legal Basis
Domain:unspecified
Range:dpvs:LegalBasisdpvs:LegalBasis
Created: Description: Indicates association with Personal Data
Domain:unspecified
Range:dpvs:PersonalDatadpvs:PersonalData
Created: Description: Indicates association with Personal Data Handling
Domain:unspecified
Range:dpvs:PersonalDataHandlingdpvs:PersonalDataHandling
Created:
Domain:unspecified
Range:dpvs:Processingdpvs:Processing
Created:
Domain:unspecified
Range:dpvs:Purposedpvs:Purpose
Created:
Domain:unspecified
Range:dpvs:Recipientdpvs:Recipient
Created: Description: Indicates use or applicability of Right
Domain:unspecified
Range:dpvs:Rightdpvs:Right
Created: Description: Indicates applicability of Risk
Domain:unspecified
Range:dpvs:Riskdpvs:Risk
Created:Description: Indicates use or applicability of Technical or Organisational measure
Domain:unspecified
Range:dpvs:TechnicalOrganisationalMeasuredpvs:TechnicalOrganisationalMeasure
Created:
Domain:dpvs:Entitydpvs:Entity
Range:unspecified
Created:
Domain:dpvs:Entitydpvs:Entity
Range:unspecified
Created: Description: Indicates inclusion or applicability of an entity to some concept
Domain:unspecified
Range:dpvs:Entitydpvs:Entity
Created:
Domain:dpvs:Entitydpvs:Entity
Range:unspecified
Created:
Domain:dpvs:Entitydpvs:Entity
Range:dpvs:Representativedpvs:Representative
Created:
Domain:unspecified
Range:dpvs:Entitydpvs:Entity
Created:
Domain:unspecified
Range:dpvs:DataControllerdpvs:DataController
Created:
Domain:unspecified
Range:dpvs:DataExporterdpvs:DataExporter
Created:
Domain:unspecified
Range:dpvs:DataImporterdpvs:DataImporter
Created:
Domain:unspecified
Range:dpvs:DataProcessordpvs:DataProcessor
Created:
Domain:unspecified
Range:dpvs:DataProtectionOfficerdpvs:DataProtectionOfficer
Created:
Domain:unspecified
Range:dpvs:JointDataControllersdpvs:JointDataControllers
Created:
Domain:unspecified
Range:dpvs:Recipientdpvs:Recipient
Created:
Domain:unspecified
Range:dpvs:DataControllerdpvs:DataController
Created:
Domain:unspecified
Range:dpvs:ThirdPartydpvs:ThirdParty
Created: Description: Indicates applicability of authority for a jurisdiction
Domain:unspecified
Range:dpvs:Authoritydpvs:Authority
Created:
Domain:dpvs:Authoritydpvs:Authority
Range:unspecified
Created:
Domain:unspecified
Range:dpvs:DataSubjectdpvs:DataSubject
Created:
Domain:unspecified
Range:dpvs:Purposedpvs:Purpose
Created: Description: Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)
Domain:unspecified
Range:dpvs:Sectordpvs:Sector
Created:
Domain:unspecified
Range:dpvs:Processingdpvs:Processing
Created: Description: Indicates association with Personal Data
Domain:unspecified
Range:dpvs:PersonalDatadpvs:PersonalData
Created:
Domain:unspecified
Range:dpvs:OrganisationalMeasuredpvs:OrganisationalMeasure
Created:
Domain:unspecified
Range:dpvs:Policydpvs:Policy
Created:
Domain:unspecified
Range:dpvs:TechnicalMeasuredpvs:TechnicalMeasure
Created:Description: Indicates use or applicability of Technical or Organisational measure
Domain:unspecified
Range:dpvs:TechnicalOrganisationalMeasuredpvs:TechnicalOrganisationalMeasure
Created:
Domain:dpvs:Policydpvs:Policy
Range:unspecified
Created:
Domain:unspecified
Range:dpvs:ActivityStatusdpvs:ActivityStatus
Created:
Domain:unspecified
Range:dpvs:ComplianceStatusdpvs:ComplianceStatus
Created: Description: Indicates a purpose is restricted to the specified context(s)
Domain:unspecified
Range:dpvs:Contextdpvs:Context
Created:
Domain:unspecified
Range:dpvs:Durationdpvs:Duration
Created: Description: Indicates the frequency with which something takes place
Domain:unspecified
Range:dpvs:Frequencydpvs:Frequency
Created: Description: Indicates Involvement of humans in processing such as within automated decision making process
Domain:unspecified
Range:dpvs:HumanInvolvementdpvs:HumanInvolvement
Created: Description: Indicates an identifier associated for identification or reference
Domain:unspecified
Range:unspecified
Created: Description: Indicates a justification for specified concept or context
Domain:unspecified
Range:dpvs:Justificationdpvs:Justification
Created: Description: Indicates the scope of specified concept or context
Domain:unspecified
Range:dpvs:Scopedpvs:Scope
Created: Description: Indicates the status of specified concept
Domain:unspecified
Range:dpvs:Statusdpvs:Status
Created: Description: Indicates the specified concepts is 'after' this concept in some context
Domain:unspecified
Range:unspecified
Created: Description: Indicates the specified concepts is 'before' this concept in some context
Domain:unspecified
Range:unspecified
Created: Description: Indicates implementation details such as entities or agents
Domain:unspecified
Range:dpvs:Entitydpvs:Entity
Created: Description: Indicates the logic used in processing such as for automated decision making
Domain:unspecified
Range:dpvs:AlgorithmicLogicdpvs:AlgorithmicLogic
Created: Description: Indicates the source or origin of data being processed
Domain:unspecified
Range:dpvs:DataSourcedpvs:DataSource
Created: Description: Indicates the scale of specified concept
Domain:unspecified
Range:dpvs:Scaledpvs:Scale
Created:
Domain:unspecified
Range:dpvs:StorageConditiondpvs:StorageCondition
Created: Description: Indicates implementation details such as technologies or processes
Domain:unspecified
Range:dpvs:Technologydpvs:Technology
Created: Description: Indicates consenquence(s) possible or arising from specified concept
Domain:unspecified
Range:dpvs:Consequencedpvs:Consequence
Created:
Domain:unspecified
Range:dpvs:Impactdpvs:Impact
Created:
Domain:dpvs:Impactdpvs:Impact
Range:unspecified
Created: Description: Indicates applicability of Risk for this concept
Domain:unspecified
Range:dpvs:Riskdpvs:Risk
Created:
Domain:dpvs:Riskdpvs:Risk
Range:dpvs:RiskMitigationMeasuredpvs:RiskMitigationMeasure
Created:
Domain:dpvs:RiskMitigationMeasuredpvs:RiskMitigationMeasure
Range:dpvs:Riskdpvs:Risk
Created: Description: Indicates applicability of a Law
Domain:unspecified
Range:dpvs:Lawdpvs:Law
Created:
Domain:unspecified
Range:dpvs:Countrydpvs:Country
Created: Description: Indicates applicability of specified jurisdiction
Domain:unspecified
Range:dpvs:Locationdpvs:Location
Created:
Domain:unspecified
Range:dpvs:Locationdpvs:Location
Created:
Domain:unspecified
Range:dpvs:ThirdCountrydpvs:ThirdCountry
Created: Description: Indicates use or applicability of a Legal Basis
Domain:unspecified
Range:dpvs:LegalBasisdpvs:LegalBasis
Created: Description: Specifies the notice provided in context of consent
Domain:unspecified
Range:unspecified
Created: Description: Generic property specifying when or under which condition(s) the consent will expire
Domain:unspecified
Range:unspecified
Created:
Domain:unspecified
Range:unspecified
Created:
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that provisioned or provided consent
Domain:unspecified
Range:dpvs:LegalEntitydpvs:LegalEntity
Created: Description: Specifies the justification for entity providing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the method by which consent was provisioned or provided
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was given
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that withdrew consent
Domain:unspecified
Range:dpvs:LegalEntitydpvs:LegalEntity
Created: Description: Specifies the justification for entity withdrawing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifries the method by which consent can be/has been withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies consent is 'explicit'
Domain:unspecified
Range:xsd:booleanxsd:boolean
Created: Description: Indicates association with Data Controller
Domain:unspecified
Range:dpvs:LegalEntitydpvs:LegalEntity
Created: Description: Indicates association with Data Subject
Domain:unspecified
Range:dpvs:DataSubjectdpvs:DataSubject
Created: Description: Indicates use or applicability of a Legal Basis
Domain:unspecified
Range:dpvs:LegalBasisdpvs:LegalBasis
Created: Description: Indicates association with Personal Data
Domain:unspecified
Range:dpvs:PersonalDatadpvs:PersonalData
Created: Description: Indicates association with Personal Data Handling
Domain:unspecified
Range:dpvs:PersonalDataHandlingdpvs:PersonalDataHandling
Created:
Domain:unspecified
Range:dpvs:Processingdpvs:Processing
Created:
Domain:unspecified
Range:dpvs:Purposedpvs:Purpose
Created:
Domain:unspecified
Range:dpvs:Recipientdpvs:Recipient
Created: Description: Indicates use or applicability of Right
Domain:unspecified
Range:dpvs:Rightdpvs:Right
Created: Description: Indicates applicability of Risk
Domain:unspecified
Range:dpvs:Riskdpvs:Risk
Created:Description: Indicates use or applicability of Technical or Organisational measure
Domain:unspecified
Range:dpvs:TechnicalOrganisationalMeasuredpvs:TechnicalOrganisationalMeasure
Created:
Domain:dpvs:Entitydpvs:Entity
Range:unspecified
Created:
Domain:dpvs:Entitydpvs:Entity
Range:unspecified
Created: Description: Indicates inclusion or applicability of an entity to some concept
Domain:unspecified
Range:dpvs:Entitydpvs:Entity
Created:
Domain:dpvs:Entitydpvs:Entity
Range:unspecified
Created:
Domain:dpvs:Entitydpvs:Entity
Range:dpvs:Representativedpvs:Representative
Created:
Domain:unspecified
Range:dpvs:Entitydpvs:Entity
Created:
Domain:unspecified
Range:dpvs:DataControllerdpvs:DataController
Created:
Domain:unspecified
Range:dpvs:DataExporterdpvs:DataExporter
Created:
Domain:unspecified
Range:dpvs:DataImporterdpvs:DataImporter
Created:
Domain:unspecified
Range:dpvs:DataProcessordpvs:DataProcessor
Created:
Domain:unspecified
Range:dpvs:DataProtectionOfficerdpvs:DataProtectionOfficer
Created:
Domain:unspecified
Range:dpvs:JointDataControllersdpvs:JointDataControllers
Created:
Domain:unspecified
Range:dpvs:Recipientdpvs:Recipient
Created:
Domain:unspecified
Range:dpvs:DataControllerdpvs:DataController
Created:
Domain:unspecified
Range:dpvs:ThirdPartydpvs:ThirdParty
Created: Description: Indicates applicability of authority for a jurisdiction
Domain:unspecified
Range:dpvs:Authoritydpvs:Authority
Created:
Domain:dpvs:Authoritydpvs:Authority
Range:unspecified
Created:
Domain:unspecified
Range:dpvs:DataSubjectdpvs:DataSubject
Created:
Domain:unspecified
Range:dpvs:Purposedpvs:Purpose
Created: Description: Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)
Domain:unspecified
Range:dpvs:Sectordpvs:Sector
Created:
Domain:unspecified
Range:dpvs:Processingdpvs:Processing
Created: Description: Indicates association with Personal Data
Domain:unspecified
Range:dpvs:PersonalDatadpvs:PersonalData
Created:
Domain:unspecified
Range:dpvs:OrganisationalMeasuredpvs:OrganisationalMeasure
Created:
Domain:unspecified
Range:dpvs:Policydpvs:Policy
Created:
Domain:unspecified
Range:dpvs:TechnicalMeasuredpvs:TechnicalMeasure
Created:Description: Indicates use or applicability of Technical or Organisational measure
Domain:unspecified
Range:dpvs:TechnicalOrganisationalMeasuredpvs:TechnicalOrganisationalMeasure
Created:
Domain:dpvs:Policydpvs:Policy
Range:unspecified
Created:
Domain:unspecified
Range:dpvs:ActivityStatusdpvs:ActivityStatus
Created:
Domain:unspecified
Range:dpvs:ComplianceStatusdpvs:ComplianceStatus
Created: Description: Indicates a purpose is restricted to the specified context(s)
Domain:unspecified
Range:dpvs:Contextdpvs:Context
Created:
Domain:unspecified
Range:dpvs:Durationdpvs:Duration
Created: Description: Indicates the frequency with which something takes place
Domain:unspecified
Range:dpvs:Frequencydpvs:Frequency
Created: Description: Indicates Involvement of humans in processing such as within automated decision making process
Domain:unspecified
Range:dpvs:HumanInvolvementdpvs:HumanInvolvement
Created: Description: Indicates an identifier associated for identification or reference
Domain:unspecified
Range:unspecified
Created: Description: Indicates a justification for specified concept or context
Domain:unspecified
Range:dpvs:Justificationdpvs:Justification
Created: Description: Indicates the scope of specified concept or context
Domain:unspecified
Range:dpvs:Scopedpvs:Scope
Created: Description: Indicates the status of specified concept
Domain:unspecified
Range:dpvs:Statusdpvs:Status
Created: Description: Indicates the specified concepts is 'after' this concept in some context
Domain:unspecified
Range:unspecified
Created: Description: Indicates the specified concepts is 'before' this concept in some context
Domain:unspecified
Range:unspecified
Created: Description: Indicates implementation details such as entities or agents
Domain:unspecified
Range:dpvs:Entitydpvs:Entity
Created: Description: Indicates the logic used in processing such as for automated decision making
Domain:unspecified
Range:dpvs:AlgorithmicLogicdpvs:AlgorithmicLogic
Created: Description: Indicates the source or origin of data being processed
Domain:unspecified
Range:dpvs:DataSourcedpvs:DataSource
Created: Description: Indicates the scale of specified concept
Domain:unspecified
Range:dpvs:Scaledpvs:Scale
Created:
Domain:unspecified
Range:dpvs:StorageConditiondpvs:StorageCondition
Created: Description: Indicates implementation details such as technologies or processes
Domain:unspecified
Range:dpvs:Technologydpvs:Technology
Created: Description: Indicates consenquence(s) possible or arising from specified concept
Domain:unspecified
Range:dpvs:Consequencedpvs:Consequence
Created:
Domain:unspecified
Range:dpvs:Impactdpvs:Impact
Created:
Domain:dpvs:Impactdpvs:Impact
Range:unspecified
Created: Description: Indicates applicability of Risk for this concept
Domain:unspecified
Range:dpvs:Riskdpvs:Risk
Created:
Domain:dpvs:Riskdpvs:Risk
Range:dpvs:RiskMitigationMeasuredpvs:RiskMitigationMeasure
Created:
Domain:dpvs:RiskMitigationMeasuredpvs:RiskMitigationMeasure
Range:dpvs:Riskdpvs:Risk
Created: Description: Indicates applicability of a Law
Domain:unspecified
Range:dpvs:Lawdpvs:Law
Created:
Domain:unspecified
Range:dpvs:Countrydpvs:Country
Created: Description: Indicates applicability of specified jurisdiction
Domain:unspecified
Range:dpvs:Locationdpvs:Location
Created:
Domain:unspecified
Range:dpvs:Locationdpvs:Location
Created:
Domain:unspecified
Range:dpvs:ThirdCountrydpvs:ThirdCountry
Created: Description: Indicates use or applicability of a Legal Basis
Domain:unspecified
Range:dpvs:LegalBasisdpvs:LegalBasis
Created: Description: Specifies the notice provided in context of consent
Domain:unspecified
Range:unspecified
Created: Description: Generic property specifying when or under which condition(s) the consent will expire
Domain:unspecified
Range:unspecified
Created:
Domain:unspecified
Range:unspecified
Created:
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that provisioned or provided consent
Domain:unspecified
Range:dpvs:LegalEntitydpvs:LegalEntity
Created: Description: Specifies the justification for entity providing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the method by which consent was provisioned or provided
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was given
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that withdrew consent
Domain:unspecified
Range:dpvs:LegalEntitydpvs:LegalEntity
Created: Description: Specifies the justification for entity withdrawing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifries the method by which consent can be/has been withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies consent is 'explicit'
Domain:unspecified
Range:xsd:booleanxsd:boolean
Created: Description: Indicates communication mechanisms used or provided by technology
Domain:dpv:Relation
Range:unspecified
Created: Description: Indicates technology developer
Domain:dpv:hasEntity
Range:unspecified
Created: Description: Indicates technology provider
Domain:dpv:hasEntity
Range:unspecified
Created: Description: Specifies the provision or usage method of technology
Domain:dpv:Relation
Range:unspecified
Created: Description: Indicates technology subject
Domain:dpv:hasEntity
Range:unspecified
Created: Description: Indicates technology maturity level
Domain:dpv:Relation
Range:unspecified
Created: Description: Indicates technology user
Domain:dpv:hasEntity
Range:unspecified
Created: Description: Indicates communication mechanisms used or provided by technology
Domain:dpv:Relation
Range:unspecified
Created: Description: Indicates technology developer
Domain:dpv:hasEntity
Range:unspecified
Created: Description: Indicates technology provider
Domain:dpv:hasEntity
Range:unspecified
Created: Description: Specifies the provision or usage method of technology
Domain:dpv:Relation
Range:unspecified
Created: Description: Indicates technology subject
Domain:dpv:hasEntity
Range:unspecified
Created: Description: Indicates technology maturity level
Domain:dpv:Relation
Range:unspecified
Created: Description: Indicates technology user
Domain:dpv:hasEntity
Range:unspecified
Created:
@@ -356,6 +357,11 @@

Base Vocabulary

+ + + + + @@ -982,6 +988,14 @@

has data controller

+ + + + + + + + @@ -1015,6 +1029,14 @@

has data subject

+ + + + + + + + @@ -1048,6 +1070,14 @@

has legal basis

+ + + + + + + + @@ -1078,6 +1108,14 @@

has personal data

+ + + + + + + + @@ -1107,6 +1145,14 @@

has personal data handling

+ + + + + + + + @@ -1137,6 +1183,14 @@

has processing

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1283,6 +1361,14 @@

has risk

+ + + + + + + + @@ -1312,6 +1398,14 @@

has technical and organisational

+ + + + + + + + @@ -1516,6 +1610,14 @@

has address

+ + + + + + + + @@ -1548,6 +1650,14 @@

has contact

+ + + + + + + + @@ -1580,6 +1690,14 @@

has entity

+ + + + + + + + @@ -1609,6 +1727,14 @@

has name

+ + + + + + + + @@ -1641,6 +1767,14 @@

has representative

+ + + + + + + + @@ -1673,6 +1807,14 @@

has responsible entity

+ + + + + + + + @@ -2147,6 +2289,14 @@

has data controller

+ + + + + + + + @@ -2180,6 +2330,14 @@

has data exporter

+ + + + + + + + @@ -2211,6 +2369,14 @@

has data importer

+ + + + + + + + @@ -2242,6 +2408,14 @@

has data processor

+ + + + + + + + @@ -2273,6 +2447,14 @@

has data protection officer

+ + + + + + + + @@ -2303,6 +2485,14 @@

has joint data controllers

+ + + + + + + + @@ -2334,6 +2524,14 @@

has recipient

+ + + + + + + + + + + + + + + + @@ -2404,6 +2610,14 @@

has recipient third party

+ + + + + + + + @@ -2658,6 +2872,14 @@

has authority

+ + + + + + + + @@ -2688,6 +2910,14 @@

is authority for

+ + + + + + + + @@ -4070,6 +4300,14 @@

has data subject

+ + + + + + + + @@ -7213,6 +7451,14 @@

has purpose

+ + + + + + + + + + + + + + + + @@ -9003,6 +9257,14 @@

has processing

+ + + + + + + + + + + + + + + + @@ -11647,6 +11917,14 @@

has organisational measure

+ + + + + + + + @@ -11676,6 +11954,14 @@

has policy

+ + + + + + + + @@ -11705,6 +11991,14 @@

has technical measure

+ + + + + + + + @@ -11734,6 +12028,14 @@

has technical and organisational meas

+ + + + + + + + @@ -11767,6 +12069,14 @@

is policy for

+ + + + + + + + @@ -13304,6 +13614,14 @@

has activity status

+ + + + + + + + @@ -13333,6 +13651,14 @@

has compliance status

+ + + + + + + + @@ -13362,6 +13688,14 @@

has context

+ + + + + + + + @@ -13385,6 +13719,14 @@

has duration

+ + + + + + + + + + + + + + + + @@ -13452,6 +13802,14 @@

has human involvement

+ + + + + + + + @@ -13483,6 +13841,14 @@

has identifier

+ + + + + + + + @@ -13515,6 +13881,14 @@

has justification

+ + + + + + + + @@ -13544,6 +13918,14 @@

has scope

+ + + + + + + + @@ -13573,6 +13955,14 @@

has status

+ + + + + + + + @@ -13602,6 +13992,14 @@

is after

+ + + + + + + + @@ -13633,6 +14031,14 @@

is before

+ + + + + + + + @@ -13664,6 +14070,14 @@

is implemented by entity

+ + + + + + + + @@ -15518,6 +15932,14 @@

has algorithmic logic

+ + + + + + + + @@ -15549,6 +15971,14 @@

has data source

+ + + + + + + + @@ -15580,6 +16010,14 @@

has scale

+ + + + + + + + @@ -15609,6 +16047,14 @@

has storage

+ + + + + + + + + + + + + + + + @@ -16243,6 +16697,14 @@

has consequence

+ + + + + + + + @@ -16276,6 +16738,14 @@

has impact

+ + + + + + + + @@ -16309,6 +16779,14 @@

has impact on

+ + + + + + + + @@ -16342,6 +16820,14 @@

has risk

+ + + + + + + + @@ -16371,6 +16857,14 @@

is mitigated by measure

+ + + + + + + + @@ -16400,6 +16894,14 @@

mitigates risk

+ + + + + + + + @@ -17170,6 +17672,14 @@

has applicable law

+ + + + + + + + @@ -17199,6 +17709,14 @@

has country

+ + + + + + + + @@ -17229,6 +17747,14 @@

has jurisdiction

+ + + + + + + + @@ -17258,6 +17784,14 @@

has location

+ + + + + + + + + + + + + + + + @@ -17904,6 +18446,14 @@

has legal basis

+ + + + + + + + @@ -17957,6 +18507,14 @@

has consent notice

+ + + + + + + + @@ -17988,6 +18546,14 @@

has expiry

+ + + + + + + + @@ -18019,6 +18585,14 @@

has expiry condition

+ + + + + + + + @@ -18050,6 +18624,14 @@

has expiry time

+ + + + + + + + @@ -18081,6 +18663,14 @@

has provision by

+ + + + + + + + @@ -18112,6 +18702,14 @@

has provision by justification

+ + + + + + + + @@ -18143,6 +18741,14 @@

has provision method

+ + + + + + + + @@ -18174,6 +18780,14 @@

has provision time

+ + + + + + + + @@ -18205,6 +18819,14 @@

has withdrawal by

+ + + + + + + + @@ -18236,6 +18858,14 @@

has withdrawal by justification

+ + + + + + + + @@ -18267,6 +18897,14 @@

has withdrawal method

+ + + + + + + + @@ -18298,6 +18936,14 @@

has withdrawal time

+ + + + + + + + @@ -18329,6 +18975,14 @@

is explicit

+ + + + + + + + diff --git a/dpv/index.html b/dpv/index.html index bdfa5fb84..b5b05ff94 100644 --- a/dpv/index.html +++ b/dpv/index.html @@ -346,6 +346,7 @@

Base Vocabulary

DPV base vocabulary
Base Vocabulary
+

DPV's terms are defined using abstract semantic notions Concept and Relation derived from SKOS concepts and semantic relations respectively. The use of relations is bounded using hasDomain and hasRange. This is to permit its interpretation in various semantic expressions, such as a vocabulary (collection of concepts), or as ontologies in OWL2 or RDFS or something else. The DPV Family of Documents provides an overview of such semantic interpretations provided by the DPVCG.

The 'Base' or 'Core' concepts in DPV represent the most relevant concepts for representing information regarding the what, how, where, who, why of personal data and its processing. Each of these concepts is further elaborated as a taxonomy of concepts in a hierarchical fashion. The DPV provides the following as 'top-level' concepts and relations to associate them with other concepts:

[=Concept=][=Relation=]Semantics of Concepts and Relationships
[=PersonalData=] [=hasPersonalData=] Description: Indicates association with Data Controller
Domain:dpv:Concept
Range:dpv:LegalEntity
Created: Description: Indicates association with Data Subject
Domain:dpv:Concept
Range:dpv:DataSubject
Created: Description: Indicates use or applicability of a Legal Basis
Domain:dpv:Concept
Range:dpv:LegalBasis
Created: Description: Indicates association with Personal Data
Domain:dpv:Concept
Range:dpv:PersonalData
Created: Description: Indicates association with Personal Data Handling
Domain:dpv:Concept
Range:dpv:PersonalDataHandling
Created: Description: Indicates association with Processing
Domain:dpv:Concept
Range:dpv:Processing
Source: @@ -1176,6 +1230,14 @@

has purpose

Description: Indicates association with Purpose
Domain:dpv:Concept
Range:dpv:Purpose
Source: @@ -1215,6 +1277,14 @@

has recipient

Description: Indicates Recipient of Personal Data
Domain:dpv:Concept
Range:dpv:Recipient
Source: @@ -1254,6 +1324,14 @@

has right

Description: Indicates use or applicability of Right
Domain:dpv:Concept
Range:dpv:Right
Created: Description: Indicates applicability of Risk
Domain:dpv:Concept
Range:dpv:Risk
Created: Description: Indicates use or applicability of Technical or Organisational measure
Domain:dpv:Concept
Range:dpv:TechnicalOrganisationalMeasure
Created: Description: Specifies address of a legal entity such as street address or pin code
Domain:dpv:Entity
Range:dpv:Concept
Created: Description: Specifies contact details of a legal entity such as phone or email
Domain:dpv:Entity
Range:dpv:Concept
Created: Description: Indicates inclusion or applicability of an entity to some concept
Domain:dpv:Concept
Range:dpv:Entity
Created: Description: Specifies name of a legal entity
Domain:dpv:Entity
Range:dpv:Concept
Created: Description: Specifies representative of the legal entity
Domain:dpv:Entity
Range:dpv:Representative
Created: Description: Specifies the indicated entity is responsible within some context
Domain:dpv:Concept
Range:dpv:Entity
Created: Description: Indicates association with Data Controller
Domain:dpv:Concept
Range:dpv:DataController
Created: Description: Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter
Domain:dpv:Concept
Range:dpv:DataExporter
Created: Description: Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer
Domain:dpv:Concept
Range:dpv:DataImporter
Created: Description: Indiciates inclusion or applicability of a Data Processor
Domain:dpv:Concept
Range:dpv:DataProcessor
Created: Description: Specifices an associated data protection officer
Domain:dpv:Concept
Range:dpv:DataProtectionOfficer
Created: Description: Indicates inclusion or applicability of a Joint Data Controller
Domain:dpv:Concept
Range:dpv:JointDataControllers
Created: Description: Indicates Recipient of Personal Data
Domain:dpv:Concept
Range:dpv:Recipient
Source: @@ -2373,6 +2571,14 @@

has recipient data controller

Description: Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data
Domain:dpv:Concept
Range:dpv:DataController
Created: Description: Indiciates inclusion or applicability of a Third Party as a Recipient of persona data
Domain:dpv:Concept
Range:dpv:ThirdParty
Created: Description: Indicates applicability of authority for a jurisdiction
Domain:dpv:Concept
Range:dpv:Authority
Created: Description: Indicates area, scope, or applicability of an Authority
Domain:dpv:Authority
Range:dpv:Concept
Created: Description: Indicates association with Data Subject
Domain:dpv:Concept
Range:dpv:DataSubject
Created: Description: Indicates association with Purpose
Domain:dpv:Concept
Range:dpv:Purpose
Source: @@ -7252,6 +7498,14 @@

has sector

Description: Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)
Domain:dpv:Concept
Range:dpv:Sector
Created: Description: Indicates association with Processing
Domain:dpv:Concept
Range:dpv:Processing
Source: @@ -9532,6 +9794,14 @@

has personal data

Description: Indicates association with Personal Data
Domain:dpv:Concept
Range:dpv:PersonalData
Created: Description: Indicates use or applicability of Organisational measure
Domain:dpv:Concept
Range:dpv:OrganisationalMeasure
Created: Description: Indicates policy applicable or used
Domain:dpv:Concept
Range:dpv:Policy
Created: Description: Indicates use or applicability of Technical measure
Domain:dpv:Concept
Range:dpv:TechnicalMeasure
Created: Description: Indicates use or applicability of Technical or Organisational measure
Domain:dpv:Concept
Range:dpv:TechnicalOrganisationalMeasure
Created: Description: Indicates the context or application of policy
Domain:dpv:Policy
Range:dpv:Concept
Created: Description: Indicates the status of activity of specified concept
Domain:dpv:Concept
Range:dpv:ActivityStatus
Created: Description: Indicates the status of compliance of specified concept
Domain:dpv:Concept
Range:dpv:ComplianceStatus
Created: Description: Indicates a purpose is restricted to the specified context(s)
Domain:dpv:Concept
Range:dpv:Context
Created: Description: Indicates information about duration
Domain:dpv:Concept
Range:dpv:Duration
Source: @@ -13423,6 +13765,14 @@

has frequency

Description: Indicates the frequency with which something takes place
Domain:dpv:Concept
Range:dpv:Frequency
Created: Description: Indicates Involvement of humans in processing such as within automated decision making process
Domain:dpv:Concept
Range:dpv:HumanInvolvement
Created: Description: Indicates an identifier associated for identification or reference
Domain:dpv:Concept
Range:dpv:Concept
Created: Description: Indicates a justification for specified concept or context
Domain:dpv:Concept
Range:dpv:Justification
Created: Description: Indicates the scope of specified concept or context
Domain:dpv:Concept
Range:dpv:Scope
Created: Description: Indicates the status of specified concept
Domain:dpv:Concept
Range:dpv:Status
Created: Description: Indicates the specified concepts is 'after' this concept in some context
Domain:dpv:Concept
Range:dpv:Concept
Created: Description: Indicates the specified concepts is 'before' this concept in some context
Domain:dpv:Concept
Range:dpv:Concept
Created: Description: Indicates implementation details such as entities or agents
Domain:dpv:Concept
Range:dpv:Entity
Created: Description: Indicates the logic used in processing such as for automated decision making
Domain:dpv:Concept
Range:dpv:AlgorithmicLogic
Created: Description: Indicates the source or origin of data being processed
Domain:dpv:Concept
Range:dpv:DataSource
Created: Description: Indicates the scale of specified concept
Domain:dpv:Concept
Range:dpv:Scale
Created: Description: Indicates information about storage condition
Domain:dpv:Concept
Range:dpv:StorageCondition
Source: @@ -15647,6 +16093,14 @@

is implemented using technology

Description: Indicates implementation details such as technologies or processes
Domain:dpv:Concept
Range:dpv:Technology
Created: Description: Indicates consenquence(s) possible or arising from specified concept
Domain:dpv:Concept
Range:dpv:Consequence
Created: Description: Indicates impact(s) possible or arising as consequences from specified concept
Domain:dpv:Concept
Range:dpv:Impact
Created: Description: Indicates the thing (e.g. plan, process, or entity) affected by an impact
Domain:dpv:Impact
Range:dpv:Concept
Created: Description: Indicates applicability of Risk for this concept
Domain:dpv:Concept
Range:dpv:Risk
Created: Description: Indicate a risk is mitigated by specified measure
Domain:dpv:Risk
Range:dpv:RiskMitigationMeasure
Created: Description: Indicates risks mitigated by this concept
Domain:dpv:RiskMitigationMeasure
Range:dpv:Risk
Created: Description: Indicates applicability of a Law
Domain:dpv:Concept
Range:dpv:Law
Created: Description: Indicates applicability of specified country
Domain:dpv:Concept
Range:dpv:Country
Created: Description: Indicates applicability of specified jurisdiction
Domain:dpv:Concept
Range:dpv:Location
Created: Description: Indicates information about location
Domain:dpv:Concept
Range:dpv:Location
Source: @@ -17296,6 +17830,14 @@

has third country

Description: Indicates applicability or relevance of a 'third country'
Domain:dpv:Concept
Range:dpv:ThirdCountry
Created: Description: Indicates use or applicability of a Legal Basis
Domain:dpv:Concept
Range:dpv:LegalBasis
Created: Description: Specifies the notice provided in context of consent
Domain:unspecified
Range:unspecified
Created: Description: Generic property specifying when or under which condition(s) the consent will expire
Domain:unspecified
Range:unspecified
Created: Description: Specifies the condition or event that determines the expiry of consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the expiry time or duration for consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that provisioned or provided consent
Domain:unspecified
Range:dpv:LegalEntity
Created: Description: Specifies the justification for entity providing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the method by which consent was provisioned or provided
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was given
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that withdrew consent
Domain:unspecified
Range:dpv:LegalEntity
Created: Description: Specifies the justification for entity withdrawing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifries the method by which consent can be/has been withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies consent is 'explicit'
Domain:unspecified
Range:xsd:boolean
Created:
@@ -356,6 +357,11 @@

Base Vocabulary

+ + + + + @@ -982,6 +988,14 @@

has data controller

+ + + + + + + + @@ -1015,6 +1029,14 @@

has data subject

+ + + + + + + + @@ -1048,6 +1070,14 @@

has legal basis

+ + + + + + + + @@ -1078,6 +1108,14 @@

has personal data

+ + + + + + + + @@ -1107,6 +1145,14 @@

has personal data handling

+ + + + + + + + @@ -1137,6 +1183,14 @@

has processing

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1283,6 +1361,14 @@

has risk

+ + + + + + + + @@ -1312,6 +1398,14 @@

has technical and organisational

+ + + + + + + + @@ -1516,6 +1610,14 @@

has address

+ + + + + + + + @@ -1548,6 +1650,14 @@

has contact

+ + + + + + + + @@ -1580,6 +1690,14 @@

has entity

+ + + + + + + + @@ -1609,6 +1727,14 @@

has name

+ + + + + + + + @@ -1641,6 +1767,14 @@

has representative

+ + + + + + + + @@ -1673,6 +1807,14 @@

has responsible entity

+ + + + + + + + @@ -2147,6 +2289,14 @@

has data controller

+ + + + + + + + @@ -2180,6 +2330,14 @@

has data exporter

+ + + + + + + + @@ -2211,6 +2369,14 @@

has data importer

+ + + + + + + + @@ -2242,6 +2408,14 @@

has data processor

+ + + + + + + + @@ -2273,6 +2447,14 @@

has data protection officer

+ + + + + + + + @@ -2303,6 +2485,14 @@

has joint data controllers

+ + + + + + + + @@ -2334,6 +2524,14 @@

has recipient

+ + + + + + + + + + + + + + + + @@ -2404,6 +2610,14 @@

has recipient third party

+ + + + + + + + @@ -2658,6 +2872,14 @@

has authority

+ + + + + + + + @@ -2688,6 +2910,14 @@

is authority for

+ + + + + + + + @@ -4070,6 +4300,14 @@

has data subject

+ + + + + + + + @@ -7213,6 +7451,14 @@

has purpose

+ + + + + + + + + + + + + + + + @@ -9003,6 +9257,14 @@

has processing

+ + + + + + + + + + + + + + + + @@ -11647,6 +11917,14 @@

has organisational measure

+ + + + + + + + @@ -11676,6 +11954,14 @@

has policy

+ + + + + + + + @@ -11705,6 +11991,14 @@

has technical measure

+ + + + + + + + @@ -11734,6 +12028,14 @@

has technical and organisational meas

+ + + + + + + + @@ -11767,6 +12069,14 @@

is policy for

+ + + + + + + + @@ -13304,6 +13614,14 @@

has activity status

+ + + + + + + + @@ -13333,6 +13651,14 @@

has compliance status

+ + + + + + + + @@ -13362,6 +13688,14 @@

has context

+ + + + + + + + @@ -13385,6 +13719,14 @@

has duration

+ + + + + + + + + + + + + + + + @@ -13452,6 +13802,14 @@

has human involvement

+ + + + + + + + @@ -13483,6 +13841,14 @@

has identifier

+ + + + + + + + @@ -13515,6 +13881,14 @@

has justification

+ + + + + + + + @@ -13544,6 +13918,14 @@

has scope

+ + + + + + + + @@ -13573,6 +13955,14 @@

has status

+ + + + + + + + @@ -13602,6 +13992,14 @@

is after

+ + + + + + + + @@ -13633,6 +14031,14 @@

is before

+ + + + + + + + @@ -13664,6 +14070,14 @@

is implemented by entity

+ + + + + + + + @@ -15518,6 +15932,14 @@

has algorithmic logic

+ + + + + + + + @@ -15549,6 +15971,14 @@

has data source

+ + + + + + + + @@ -15580,6 +16010,14 @@

has scale

+ + + + + + + + @@ -15609,6 +16047,14 @@

has storage

+ + + + + + + + + + + + + + + + @@ -16243,6 +16697,14 @@

has consequence

+ + + + + + + + @@ -16276,6 +16738,14 @@

has impact

+ + + + + + + + @@ -16309,6 +16779,14 @@

has impact on

+ + + + + + + + @@ -16342,6 +16820,14 @@

has risk

+ + + + + + + + @@ -16371,6 +16857,14 @@

is mitigated by measure

+ + + + + + + + @@ -16400,6 +16894,14 @@

mitigates risk

+ + + + + + + + @@ -17170,6 +17672,14 @@

has applicable law

+ + + + + + + + @@ -17199,6 +17709,14 @@

has country

+ + + + + + + + @@ -17229,6 +17747,14 @@

has jurisdiction

+ + + + + + + + @@ -17258,6 +17784,14 @@

has location

+ + + + + + + + + + + + + + + + @@ -17904,6 +18446,14 @@

has legal basis

+ + + + + + + + @@ -17957,6 +18507,14 @@

has consent notice

+ + + + + + + + @@ -17988,6 +18546,14 @@

has expiry

+ + + + + + + + @@ -18019,6 +18585,14 @@

has expiry condition

+ + + + + + + + @@ -18050,6 +18624,14 @@

has expiry time

+ + + + + + + + @@ -18081,6 +18663,14 @@

has provision by

+ + + + + + + + @@ -18112,6 +18702,14 @@

has provision by justification

+ + + + + + + + @@ -18143,6 +18741,14 @@

has provision method

+ + + + + + + + @@ -18174,6 +18780,14 @@

has provision time

+ + + + + + + + @@ -18205,6 +18819,14 @@

has withdrawal by

+ + + + + + + + @@ -18236,6 +18858,14 @@

has withdrawal by justification

+ + + + + + + + @@ -18267,6 +18897,14 @@

has withdrawal method

+ + + + + + + + @@ -18298,6 +18936,14 @@

has withdrawal time

+ + + + + + + + @@ -18329,6 +18975,14 @@

is explicit

+ + + + + + + +
[=Concept=][=Relation=]Semantics of Concepts and Relationships
[=PersonalData=] [=hasPersonalData=] Description: Indicates association with Data Controller
Domain:dpv:Concept
Range:dpv:LegalEntity
Created: Description: Indicates association with Data Subject
Domain:dpv:Concept
Range:dpv:DataSubject
Created: Description: Indicates use or applicability of a Legal Basis
Domain:dpv:Concept
Range:dpv:LegalBasis
Created: Description: Indicates association with Personal Data
Domain:dpv:Concept
Range:dpv:PersonalData
Created: Description: Indicates association with Personal Data Handling
Domain:dpv:Concept
Range:dpv:PersonalDataHandling
Created: Description: Indicates association with Processing
Domain:dpv:Concept
Range:dpv:Processing
Source: @@ -1176,6 +1230,14 @@

has purpose

Description: Indicates association with Purpose
Domain:dpv:Concept
Range:dpv:Purpose
Source: @@ -1215,6 +1277,14 @@

has recipient

Description: Indicates Recipient of Personal Data
Domain:dpv:Concept
Range:dpv:Recipient
Source: @@ -1254,6 +1324,14 @@

has right

Description: Indicates use or applicability of Right
Domain:dpv:Concept
Range:dpv:Right
Created: Description: Indicates applicability of Risk
Domain:dpv:Concept
Range:dpv:Risk
Created: Description: Indicates use or applicability of Technical or Organisational measure
Domain:dpv:Concept
Range:dpv:TechnicalOrganisationalMeasure
Created: Description: Specifies address of a legal entity such as street address or pin code
Domain:dpv:Entity
Range:dpv:Concept
Created: Description: Specifies contact details of a legal entity such as phone or email
Domain:dpv:Entity
Range:dpv:Concept
Created: Description: Indicates inclusion or applicability of an entity to some concept
Domain:dpv:Concept
Range:dpv:Entity
Created: Description: Specifies name of a legal entity
Domain:dpv:Entity
Range:dpv:Concept
Created: Description: Specifies representative of the legal entity
Domain:dpv:Entity
Range:dpv:Representative
Created: Description: Specifies the indicated entity is responsible within some context
Domain:dpv:Concept
Range:dpv:Entity
Created: Description: Indicates association with Data Controller
Domain:dpv:Concept
Range:dpv:DataController
Created: Description: Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter
Domain:dpv:Concept
Range:dpv:DataExporter
Created: Description: Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer
Domain:dpv:Concept
Range:dpv:DataImporter
Created: Description: Indiciates inclusion or applicability of a Data Processor
Domain:dpv:Concept
Range:dpv:DataProcessor
Created: Description: Specifices an associated data protection officer
Domain:dpv:Concept
Range:dpv:DataProtectionOfficer
Created: Description: Indicates inclusion or applicability of a Joint Data Controller
Domain:dpv:Concept
Range:dpv:JointDataControllers
Created: Description: Indicates Recipient of Personal Data
Domain:dpv:Concept
Range:dpv:Recipient
Source: @@ -2373,6 +2571,14 @@

has recipient data controller

Description: Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data
Domain:dpv:Concept
Range:dpv:DataController
Created: Description: Indiciates inclusion or applicability of a Third Party as a Recipient of persona data
Domain:dpv:Concept
Range:dpv:ThirdParty
Created: Description: Indicates applicability of authority for a jurisdiction
Domain:dpv:Concept
Range:dpv:Authority
Created: Description: Indicates area, scope, or applicability of an Authority
Domain:dpv:Authority
Range:dpv:Concept
Created: Description: Indicates association with Data Subject
Domain:dpv:Concept
Range:dpv:DataSubject
Created: Description: Indicates association with Purpose
Domain:dpv:Concept
Range:dpv:Purpose
Source: @@ -7252,6 +7498,14 @@

has sector

Description: Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)
Domain:dpv:Concept
Range:dpv:Sector
Created: Description: Indicates association with Processing
Domain:dpv:Concept
Range:dpv:Processing
Source: @@ -9532,6 +9794,14 @@

has personal data

Description: Indicates association with Personal Data
Domain:dpv:Concept
Range:dpv:PersonalData
Created: Description: Indicates use or applicability of Organisational measure
Domain:dpv:Concept
Range:dpv:OrganisationalMeasure
Created: Description: Indicates policy applicable or used
Domain:dpv:Concept
Range:dpv:Policy
Created: Description: Indicates use or applicability of Technical measure
Domain:dpv:Concept
Range:dpv:TechnicalMeasure
Created: Description: Indicates use or applicability of Technical or Organisational measure
Domain:dpv:Concept
Range:dpv:TechnicalOrganisationalMeasure
Created: Description: Indicates the context or application of policy
Domain:dpv:Policy
Range:dpv:Concept
Created: Description: Indicates the status of activity of specified concept
Domain:dpv:Concept
Range:dpv:ActivityStatus
Created: Description: Indicates the status of compliance of specified concept
Domain:dpv:Concept
Range:dpv:ComplianceStatus
Created: Description: Indicates a purpose is restricted to the specified context(s)
Domain:dpv:Concept
Range:dpv:Context
Created: Description: Indicates information about duration
Domain:dpv:Concept
Range:dpv:Duration
Source: @@ -13423,6 +13765,14 @@

has frequency

Description: Indicates the frequency with which something takes place
Domain:dpv:Concept
Range:dpv:Frequency
Created: Description: Indicates Involvement of humans in processing such as within automated decision making process
Domain:dpv:Concept
Range:dpv:HumanInvolvement
Created: Description: Indicates an identifier associated for identification or reference
Domain:dpv:Concept
Range:dpv:Concept
Created: Description: Indicates a justification for specified concept or context
Domain:dpv:Concept
Range:dpv:Justification
Created: Description: Indicates the scope of specified concept or context
Domain:dpv:Concept
Range:dpv:Scope
Created: Description: Indicates the status of specified concept
Domain:dpv:Concept
Range:dpv:Status
Created: Description: Indicates the specified concepts is 'after' this concept in some context
Domain:dpv:Concept
Range:dpv:Concept
Created: Description: Indicates the specified concepts is 'before' this concept in some context
Domain:dpv:Concept
Range:dpv:Concept
Created: Description: Indicates implementation details such as entities or agents
Domain:dpv:Concept
Range:dpv:Entity
Created: Description: Indicates the logic used in processing such as for automated decision making
Domain:dpv:Concept
Range:dpv:AlgorithmicLogic
Created: Description: Indicates the source or origin of data being processed
Domain:dpv:Concept
Range:dpv:DataSource
Created: Description: Indicates the scale of specified concept
Domain:dpv:Concept
Range:dpv:Scale
Created: Description: Indicates information about storage condition
Domain:dpv:Concept
Range:dpv:StorageCondition
Source: @@ -15647,6 +16093,14 @@

is implemented using technology

Description: Indicates implementation details such as technologies or processes
Domain:dpv:Concept
Range:dpv:Technology
Created: Description: Indicates consenquence(s) possible or arising from specified concept
Domain:dpv:Concept
Range:dpv:Consequence
Created: Description: Indicates impact(s) possible or arising as consequences from specified concept
Domain:dpv:Concept
Range:dpv:Impact
Created: Description: Indicates the thing (e.g. plan, process, or entity) affected by an impact
Domain:dpv:Impact
Range:dpv:Concept
Created: Description: Indicates applicability of Risk for this concept
Domain:dpv:Concept
Range:dpv:Risk
Created: Description: Indicate a risk is mitigated by specified measure
Domain:dpv:Risk
Range:dpv:RiskMitigationMeasure
Created: Description: Indicates risks mitigated by this concept
Domain:dpv:RiskMitigationMeasure
Range:dpv:Risk
Created: Description: Indicates applicability of a Law
Domain:dpv:Concept
Range:dpv:Law
Created: Description: Indicates applicability of specified country
Domain:dpv:Concept
Range:dpv:Country
Created: Description: Indicates applicability of specified jurisdiction
Domain:dpv:Concept
Range:dpv:Location
Created: Description: Indicates information about location
Domain:dpv:Concept
Range:dpv:Location
Source: @@ -17296,6 +17830,14 @@

has third country

Description: Indicates applicability or relevance of a 'third country'
Domain:dpv:Concept
Range:dpv:ThirdCountry
Created: Description: Indicates use or applicability of a Legal Basis
Domain:dpv:Concept
Range:dpv:LegalBasis
Created: Description: Specifies the notice provided in context of consent
Domain:unspecified
Range:unspecified
Created: Description: Generic property specifying when or under which condition(s) the consent will expire
Domain:unspecified
Range:unspecified
Created: Description: Specifies the condition or event that determines the expiry of consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the expiry time or duration for consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that provisioned or provided consent
Domain:unspecified
Range:dpv:LegalEntity
Created: Description: Specifies the justification for entity providing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifies the method by which consent was provisioned or provided
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was given
Domain:unspecified
Range:unspecified
Created: Description: Specifies the entity that withdrew consent
Domain:unspecified
Range:dpv:LegalEntity
Created: Description: Specifies the justification for entity withdrawing consent
Domain:unspecified
Range:unspecified
Created: Description: Specifries the method by which consent can be/has been withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies the instant in time when consent was withdrawn
Domain:unspecified
Range:unspecified
Created: Description: Specifies consent is 'explicit'
Domain:unspecified
Range:xsd:boolean
Created: