diff --git a/documentation-generator/002_parse_csv_to_rdf.py b/documentation-generator/002_parse_csv_to_rdf.py
index ac6312c16..e3050adf6 100755
--- a/documentation-generator/002_parse_csv_to_rdf.py
+++ b/documentation-generator/002_parse_csv_to_rdf.py
@@ -67,13 +67,13 @@
ODRL = Namespace('http://www.w3.org/ns/odrl/2/')
PROV = Namespace('http://www.w3.org/ns/prov#')
SKOS = Namespace('http://www.w3.org/2004/02/skos/core#')
-SPL = Namespace('http://www.specialprivacy.eu/langs/usage-policy#')
-SVD = Namespace('http://www.specialprivacy.eu/vocabs/data#')
-SVDU = Namespace('http://www.specialprivacy.eu/vocabs/duration#')
-SVL = Namespace('http://www.specialprivacy.eu/vocabs/locations#')
-SVPR = Namespace('http://www.specialprivacy.eu/vocabs/processing#')
-SVPU = Namespace('http://www.specialprivacy.eu/vocabs/purposes#')
-SVR = Namespace('http://www.specialprivacy.eu/vocabs/recipients')
+SPL = Namespace('https://specialprivacy.ercim.eu/langs/usage-policy#')
+SVD = Namespace('https://specialprivacy.ercim.eu/vocabs/data#')
+SVDU = Namespace('https://specialprivacy.ercim.eu/vocabs/duration#')
+SVL = Namespace('https://specialprivacy.ercim.eu/vocabs/locations#')
+SVPR = Namespace('https://specialprivacy.ercim.eu/vocabs/processing#')
+SVPU = Namespace('https://specialprivacy.ercim.eu/vocabs/purposes#')
+SVR = Namespace('https://specialprivacy.ercim.eu/vocabs/recipients')
SW = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#')
TIME = Namespace('http://www.w3.org/2006/time#')
@@ -924,6 +924,7 @@ def serialize_graph(graph, filepath):
if proposed:
proposed_terms['EU_Adequacy'] = proposed
+DPV_LEGAL_GRAPH.load('ontology_metadata/dpv-legal.ttl', format='turtle')
serialize_graph(DPV_LEGAL_GRAPH, f'{EXPORT_DPV_LEGAL_PATH}/dpv-legal')
if proposed_terms:
with open(f'{EXPORT_DPV_LEGAL_PATH}/proposed.json', 'w') as fd:
diff --git a/documentation-generator/002_parse_csv_to_rdf_owl.py b/documentation-generator/002_parse_csv_to_rdf_owl.py
index 8383c652a..f125f5e15 100755
--- a/documentation-generator/002_parse_csv_to_rdf_owl.py
+++ b/documentation-generator/002_parse_csv_to_rdf_owl.py
@@ -62,13 +62,13 @@
ODRL = Namespace('http://www.w3.org/ns/odrl/2/')
PROV = Namespace('http://www.w3.org/ns/prov#')
SKOS = Namespace('http://www.w3.org/2004/02/skos/core#')
-SPL = Namespace('http://www.specialprivacy.eu/langs/usage-policy#')
-SVD = Namespace('http://www.specialprivacy.eu/vocabs/data#')
-SVDU = Namespace('http://www.specialprivacy.eu/vocabs/duration#')
-SVL = Namespace('http://www.specialprivacy.eu/vocabs/locations#')
-SVPR = Namespace('http://www.specialprivacy.eu/vocabs/processing#')
-SVPU = Namespace('http://www.specialprivacy.eu/vocabs/purposes#')
-SVR = Namespace('http://www.specialprivacy.eu/vocabs/recipients')
+SPL = Namespace('https://specialprivacy.ercim.eu/langs/usage-policy#')
+SVD = Namespace('https://specialprivacy.ercim.eu/vocabs/data#')
+SVDU = Namespace('https://specialprivacy.ercim.eu/vocabs/duration#')
+SVL = Namespace('https://specialprivacy.ercim.eu/vocabs/locations#')
+SVPR = Namespace('https://specialprivacy.ercim.eu/vocabs/processing#')
+SVPU = Namespace('https://specialprivacy.ercim.eu/vocabs/purposes#')
+SVR = Namespace('https://specialprivacy.ercim.eu/vocabs/recipients')
SW = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#')
TIME = Namespace('http://www.w3.org/2006/time#')
diff --git a/documentation-generator/002_parse_csv_to_rdf_skos.py b/documentation-generator/002_parse_csv_to_rdf_skos.py
index cfe45b981..02613940b 100755
--- a/documentation-generator/002_parse_csv_to_rdf_skos.py
+++ b/documentation-generator/002_parse_csv_to_rdf_skos.py
@@ -62,13 +62,13 @@
ODRL = Namespace('http://www.w3.org/ns/odrl/2/')
PROV = Namespace('http://www.w3.org/ns/prov#')
SKOS = Namespace('http://www.w3.org/2004/02/skos/core#')
-SPL = Namespace('http://www.specialprivacy.eu/langs/usage-policy#')
-SVD = Namespace('http://www.specialprivacy.eu/vocabs/data#')
-SVDU = Namespace('http://www.specialprivacy.eu/vocabs/duration#')
-SVL = Namespace('http://www.specialprivacy.eu/vocabs/locations#')
-SVPR = Namespace('http://www.specialprivacy.eu/vocabs/processing#')
-SVPU = Namespace('http://www.specialprivacy.eu/vocabs/purposes#')
-SVR = Namespace('http://www.specialprivacy.eu/vocabs/recipients')
+SPL = Namespace('https://specialprivacy.ercim.eu/langs/usage-policy#')
+SVD = Namespace('https://specialprivacy.ercim.eu/vocabs/data#')
+SVDU = Namespace('https://specialprivacy.ercim.eu/vocabs/duration#')
+SVL = Namespace('https://specialprivacy.ercim.eu/vocabs/locations#')
+SVPR = Namespace('https://specialprivacy.ercim.eu/vocabs/processing#')
+SVPU = Namespace('https://specialprivacy.ercim.eu/vocabs/purposes#')
+SVR = Namespace('https://specialprivacy.ercim.eu/vocabs/recipients')
SW = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#')
TIME = Namespace('http://www.w3.org/2006/time#')
diff --git a/documentation-generator/README.md b/documentation-generator/README.md
index 9dd017e06..3c35ea1b3 100644
--- a/documentation-generator/README.md
+++ b/documentation-generator/README.md
@@ -4,7 +4,7 @@ Downloads the CSV data for DPV and other vocabularies (such as DPV-GDPR), conver
Requires: `python3` and modules `rdflib`, `rdflib-jsonld`, `jinja2`
-The Data Privacy Vocabulary (DPV) is available at https://www.w3id.org/dpv and its repository is at https://github.com/w3c/dpv.
+The Data Privacy Vocabulary (DPV) is available at https://w3id.org/dpv and its repository is at https://github.com/w3c/dpv.
## Quick Summary
diff --git a/documentation-generator/docs/diagrams/base_vocab_alternate_001.graphml b/documentation-generator/docs/diagrams/base_vocab_alternate_001.graphml
deleted file mode 100644
index 22b66ab9a..000000000
--- a/documentation-generator/docs/diagrams/base_vocab_alternate_001.graphml
+++ /dev/null
@@ -1,193 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PersonalDataCategory
-
-
-
-
-
-
-
-
-
-
- Processing
-
-
-
-
-
-
-
-
-
-
- Purpose
-
-
-
-
-
-
-
-
-
-
- Recipient
-
-
-
-
-
-
-
-
-
-
- LegalBasis
-
-
-
-
-
-
-
-
-
-
- TechnicalOrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
- Risk
-
-
-
-
-
-
-
-
-
-
- hasPersonalDataCategory
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasProcessing
-
-
-
-
-
-
-
-
-
-
-
- hasLegalBasis
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasRecipient
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasTechnicalOrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasRisk
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation-generator/docs/diagrams/base_vocab_alternate_001.png b/documentation-generator/docs/diagrams/base_vocab_alternate_001.png
deleted file mode 100644
index 1053dad8c..000000000
Binary files a/documentation-generator/docs/diagrams/base_vocab_alternate_001.png and /dev/null differ
diff --git a/documentation-generator/docs/diagrams/base_vocab_alternate_002.graphml b/documentation-generator/docs/diagrams/base_vocab_alternate_002.graphml
deleted file mode 100644
index d83b8944c..000000000
--- a/documentation-generator/docs/diagrams/base_vocab_alternate_002.graphml
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PersonalDataCategory
-
-
-
-
-
-
-
-
-
-
- Processing
-
-
-
-
-
-
-
-
-
-
- Purpose
-
-
-
-
-
-
-
-
-
-
- Recipient
-
-
-
-
-
-
-
-
-
-
- LegalBasis
-
-
-
-
-
-
-
-
-
-
- TechnicalOrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
- Risk
-
-
-
-
-
-
-
-
-
-
- hasPersonalDataCategory
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasProcessing
-
-
-
-
-
-
-
-
-
-
-
- hasLegalBasis
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasRecipient
-
-
-
-
-
-
-
-
-
-
-
- hasTechnicalOrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasRisk
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation-generator/docs/diagrams/base_vocab_alternate_002.png b/documentation-generator/docs/diagrams/base_vocab_alternate_002.png
deleted file mode 100644
index 7e8dc1893..000000000
Binary files a/documentation-generator/docs/diagrams/base_vocab_alternate_002.png and /dev/null differ
diff --git a/documentation-generator/docs/diagrams/legalentities.graphml b/documentation-generator/docs/diagrams/legalentities.graphml
deleted file mode 100644
index 1cc2133a4..000000000
--- a/documentation-generator/docs/diagrams/legalentities.graphml
+++ /dev/null
@@ -1,423 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LegalEntity
-
-
-
-
-
-
-
-
-
-
- DataSubject
-
-
-
-
-
-
-
-
-
-
- DataController
-
-
-
-
-
-
-
-
-
-
- Recipient
-
-
-
-
-
-
-
-
-
-
- DataProcessor
-
-
-
-
-
-
-
-
-
-
- DataSubProcessor
-
-
-
-
-
-
-
-
-
-
- Authority
-
-
-
-
-
-
-
-
-
-
- DataProtectionAuthority
-
-
-
-
-
-
-
-
-
-
- DataProtectionOfficer
-
-
-
-
-
-
-
-
-
-
- Representative
-
-
-
-
-
-
-
-
-
-
- Child
-
-
-
-
-
-
-
-
-
-
- VulnerableDataSubject
-
-
-
-
-
-
-
-
-
-
- ThirdParty
-
-
-
-
-
-
-
-
-
-
- Resource
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasName
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasContact
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasAddress
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasIdentifier
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasRepresentative
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation-generator/docs/diagrams/legalentities.png b/documentation-generator/docs/diagrams/legalentities.png
deleted file mode 100644
index 7a627d3d4..000000000
Binary files a/documentation-generator/docs/diagrams/legalentities.png and /dev/null differ
diff --git a/documentation-generator/docs/diagrams/personaldatacategories.graphml b/documentation-generator/docs/diagrams/personaldatacategories.graphml
deleted file mode 100644
index 05ec13fbc..000000000
--- a/documentation-generator/docs/diagrams/personaldatacategories.graphml
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PersonalDataCategory
-
-
-
-
-
-
-
-
-
-
- SpecialCategoryPersonalData
-
-
-
-
-
-
-
-
-
-
- DerivedPersonalData
-
-
-
-
-
-
-
-
-
-
- Historical
-
-
-
-
-
-
-
-
-
-
- External
-
-
-
-
-
-
-
-
-
-
- Internal
-
-
-
-
-
-
-
-
-
-
- Social
-
-
-
-
-
-
-
-
-
-
- Financial
-
-
-
-
-
-
-
-
-
-
- Tracking
-
-
-
-
-
-
-
-
-
-
-
-
- Preferences,
-Knowledge,
-Belief
-
-
-
-
-
-
-
-
-
-
-
- Behavioral,
-Demographics,
-Physical, Sexual, Identifying
-
-
-
-
-
-
-
-
-
-
-
- Family, Friends,
-Professional, Public Life,
-Communication
-
-
-
-
-
-
-
-
-
-
-
- Transactional,
-Ownership,
-Financial Account
-
-
-
-
-
-
-
-
-
-
-
- Location,
-Device based,
-Contact
-
-
-
-
-
-
-
-
-
-
-
- Life history
-
-
-
-
-
-
-
-
-
- Resource
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasPersonalDataCategory
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation-generator/docs/diagrams/personaldatacategories.png b/documentation-generator/docs/diagrams/personaldatacategories.png
deleted file mode 100644
index 66d99c7d0..000000000
Binary files a/documentation-generator/docs/diagrams/personaldatacategories.png and /dev/null differ
diff --git a/documentation-generator/docs/diagrams/personaldatahandling.graphml b/documentation-generator/docs/diagrams/personaldatahandling.graphml
deleted file mode 100644
index 9d6dd1a91..000000000
--- a/documentation-generator/docs/diagrams/personaldatahandling.graphml
+++ /dev/null
@@ -1,322 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PersonalDataHandling
-
-
-
-
-
-
-
-
-
-
- PersonalDataCategory
-
-
-
-
-
-
-
-
-
-
- Processing
-
-
-
-
-
-
-
-
-
-
- Purpose
-
-
-
-
-
-
-
-
-
-
- Recipient
-
-
-
-
-
-
-
-
-
-
- LegalBasis
-
-
-
-
-
-
-
-
-
-
- DataSubject
-
-
-
-
-
-
-
-
-
-
- DataController
-
-
-
-
-
-
-
-
-
-
- TechnicalOrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
- Right
-
-
-
-
-
-
-
-
-
-
- DataSubjectRight
-
-
-
-
-
-
-
-
-
-
- Risk
-
-
-
-
-
-
-
-
-
-
-
-
- hasPersonalDataCategory
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasProcessing
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasPurpose
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasLegalBasis
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasDataController
-
-
-
-
-
-
-
-
-
-
-
- hasRecipient
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasDataSubject
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasTechnicalOrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasRisk
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasRight
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation-generator/docs/diagrams/personaldatahandling.png b/documentation-generator/docs/diagrams/personaldatahandling.png
deleted file mode 100644
index 1c6866b80..000000000
Binary files a/documentation-generator/docs/diagrams/personaldatahandling.png and /dev/null differ
diff --git a/documentation-generator/docs/diagrams/processing.graphml b/documentation-generator/docs/diagrams/processing.graphml
deleted file mode 100644
index d72c4d409..000000000
--- a/documentation-generator/docs/diagrams/processing.graphml
+++ /dev/null
@@ -1,433 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Additional context of Processing
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Processing
-
-
-
-
-
-
-
-
-
-
- Resource
-
-
-
-
-
-
-
-
-
-
- DataSource
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SystematicMonitoring
-
-
-
-
-
-
-
-
-
-
- EvaluationScoring
-
-
-
-
-
-
-
-
-
-
- MatchingCombining
-
-
-
-
-
-
-
-
-
-
- AutomatedDecisionMaking
-
-
-
-
-
-
-
-
-
-
- LargeScaleProcessing
-
-
-
-
-
-
-
-
-
-
- InnovativeUseOfNewTechnology
-
-
-
-
-
-
-
-
-
-
- Copy
-
-
-
-
-
-
-
-
-
-
- Disclose
-
-
-
-
-
-
-
-
-
-
- Obtain
-
-
-
-
-
-
-
-
-
-
- Organise
-
-
-
-
-
-
-
-
-
-
- Remove
-
-
-
-
-
-
-
-
-
-
- Store
-
-
-
-
-
-
-
-
-
-
- Transfer
-
-
-
-
-
-
-
-
-
-
- Transform
-
-
-
-
-
-
-
-
-
-
- hasProcessing
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasDataSource
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasAlgorithmicLogic
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasConsequences
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasHumanInvolvement
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation-generator/docs/diagrams/processing.png b/documentation-generator/docs/diagrams/processing.png
deleted file mode 100644
index ee141579c..000000000
Binary files a/documentation-generator/docs/diagrams/processing.png and /dev/null differ
diff --git a/documentation-generator/docs/diagrams/purpose.graphml b/documentation-generator/docs/diagrams/purpose.graphml
deleted file mode 100644
index c0bda1ea1..000000000
--- a/documentation-generator/docs/diagrams/purpose.graphml
+++ /dev/null
@@ -1,270 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Purpose
-
-
-
-
-
-
-
-
-
-
- Resource
-
-
-
-
-
-
-
-
-
-
- Sector
-
-
-
-
-
-
-
-
-
-
- Context
-
-
-
-
-
-
-
-
-
-
- CommercialInterest
-
-
-
-
-
-
-
-
-
-
- ResearchAndDevelopment
-
-
-
-
-
-
-
-
-
-
- Security
-
-
-
-
-
-
-
-
-
-
- ServiceOptimization
-
-
-
-
-
-
-
-
-
-
- ServicePersonalization
-
-
-
-
-
-
-
-
-
-
- ServiceProvision
-
-
-
-
-
-
-
-
-
-
- LegalObligation
-
-
-
-
-
-
-
-
-
-
- hasPurpose
-
-
-
-
-
-
-
-
-
-
-
- hasSector
-
-
-
-
-
-
-
-
-
-
-
- hasContext
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation-generator/docs/diagrams/purpose.png b/documentation-generator/docs/diagrams/purpose.png
deleted file mode 100644
index d864dcde1..000000000
Binary files a/documentation-generator/docs/diagrams/purpose.png and /dev/null differ
diff --git a/documentation-generator/docs/diagrams/technicalorganisationalmeasures.graphml b/documentation-generator/docs/diagrams/technicalorganisationalmeasures.graphml
deleted file mode 100644
index 56b058201..000000000
--- a/documentation-generator/docs/diagrams/technicalorganisationalmeasures.graphml
+++ /dev/null
@@ -1,216 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- TechnicalOrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
- Resource
-
-
-
-
-
-
-
-
-
-
- TechnicalMeasure
-
-
-
-
-
-
-
-
-
-
- OrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
- RiskMitigationMeasure
-
-
-
-
-
-
-
-
-
-
- Risk
-
-
-
-
-
-
-
-
-
-
-
-
- hasTechnicalOrganisationalMeasure
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- rdfs:subClassOf
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- measureImplementedBy
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasStorage
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasLocation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- hasDuration
-
-
-
-
-
-
-
-
-
-
-
- mitigatesRisk
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation-generator/docs/diagrams/technicalorganisationalmeasures.png b/documentation-generator/docs/diagrams/technicalorganisationalmeasures.png
deleted file mode 100644
index 03c00e5ba..000000000
Binary files a/documentation-generator/docs/diagrams/technicalorganisationalmeasures.png and /dev/null differ
diff --git a/documentation-generator/docs/dpv-gdpr/dpv-gdpr.html b/documentation-generator/docs/dpv-gdpr/dpv-gdpr.html
deleted file mode 100644
index 07dd57cb5..000000000
--- a/documentation-generator/docs/dpv-gdpr/dpv-gdpr.html
+++ /dev/null
@@ -1,2156 +0,0 @@
-
-
-
-
- DPV-GDPR: GDPR Extension for Data Privacy Vocabulary
-
-
-
-
-
-
- The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to describe and represent information related to processing of personal data. This extension extends the DPV and provides concepts specific to the obligations and requirements of the General Data Protection Regulation (GDPR). More specifically, it provides a taxonomy of legal bases and rights as defined within the GDPR.
-
- The namespace for terms for Legal Bases under GDPR is http://www.w3.org/ns/dpv-gdpr#
- The suggested prefix for the GDPR Legal Bases namespace is dpv-gdpr
- The DPV-GDPR ontology and its documentation is available on GitHub .
-
-
-
- This document is published by the Data Privacy Vocabularies and Controls Community Group (DPVCG) as a deliverable and report of its work in creating and maintaining the Data Privacy Vocabulary (DPV) and its extensions.
-
-
Contributing to the DPV and its extensions The DPVCG welcomes participation regarding the DPV, including expansion or refinement of its terms, addressing open issues, and welcomes suggestions on their resolution or mitigation.
-
While we welcome participation via any and all mediums - e.g., via Github pull requests or issues, emails , papers, or reports - the formal resolution of contributions takes place only through the DPVCG meeting calls and mailing lists. We therefore suggest joining the group to participate in these discussions for formal approval.
-
For contributions to the DPV, please see the section on GitHub . For DPV-GDPR specific contributions, please see the section on GitHub . The current list of open issues and their discussions to date can be found at DPVCG issue tracker as well as GitHub issues for DPV and DPV-GDPR .
-
-
-
- Introduction
- The Data Privacy Vocabulary provides terms (classes and properties) to annotate and categorize instances of legally compliant personal data handling. In particular, the vocabulary provides LegalBasis
and DataSubjectRight
as top-level concepts representing the various legal bases for justifying processing of personal data and rights provided to the data subject respectively. Since these concepts are specifically defined within the scope of jurisdictional laws, their implementation is provided as a separate vocabulary that extends the DPV, thereby permitting continued usage of DPV as a jurisdiction-agnostic and generic vocabulary.
- This vocabulary, termed as DPV-GDPR, extends the concepts within DPV regarding legal bases and data subject rights with those provided by the GDPR. It provides a compatible extension to be used in combination with the DPV to represent GDPR-specific information.
-
-
- Namespaces
- The namespace for DPV-GDPR vocabulary is http://www.w3.org/ns/dpv-gdpr#
. The table below indicates the full list of namespaces and prefixes used in this document.
-
-
-
- Prefix
- Namespace
-
-
-
-
-
- dct
-
-
- http://purl.org/dc/terms/
-
-
-
-
- dpv
-
-
- http://www.w3.org/ns/dpv#
-
-
-
-
- dpv-gdpr
-
-
- http://www.w3.org/ns/dpv-gdpr#
-
-
-
-
- odrl
-
-
- http://www.w3.org/ns/odrl/2/
-
-
-
-
- owl
-
-
- http://www.w3.org/2002/07/owl#
-
-
-
-
- rdf
-
-
- http://www.w3.org/1999/02/22-rdf-syntax-ns#
-
-
-
-
- rdfs
-
-
- http://www.w3.org/2000/01/rdf-schema#
-
-
-
-
- skos
-
-
- http://www.w3.org/2004/02/skos/core#
-
-
-
-
- spl
-
-
- http://www.specialprivacy.eu/langs/usage-policy#
-
-
-
-
- svd
-
-
- http://www.specialprivacy.eu/vocabs/data#
-
-
-
-
- svdu
-
-
- http://www.specialprivacy.eu/vocabs/duration#
-
-
-
-
- svl
-
-
- http://www.specialprivacy.eu/vocabs/locations#
-
-
-
-
- svpu
-
-
- http://www.specialprivacy.eu/vocabs/purposes#
-
-
-
-
- svpr
-
-
- http://www.specialprivacy.eu/vocabs/processing#
-
-
-
-
- svr
-
-
- http://www.specialprivacy.eu/vocabs/recipients
-
-
-
-
- xsd
-
-
- http://www.w3.org/2001/XMLSchema#
-
-
-
-
-
-
-
- Legal Basis under GDPR
- Regulations such as the GDPR specify certain legal basis for carrying out the processing of personal data, which makes it mandatory for every processing to have one (or more) legal basis that justifies their compliance. DPV provides a list of legal bases as per the GDPR under the separate namespace of dpv-gdpr. Additional legal bases can be declared by subclassing dpv:LegalBasis
.
- The taxonomy lists the legal bases as provided by GDPR Article 6 regarding processing of personal data, those defined in GDPR Article 9 regarding processing of special categories of personal data, and those provided by GDPR Articles 45, 46, and 49 in connection with transfer of personal data. The legal basis of ‘consent’ as defined in Article 6(1)(a) has been declared using the terms ‘explicit’ and ‘non-explicit’ to differentiate the requirements of the two in accordance of their requirements of compliance. Furthermore, legal basis provided by Article 6 apply to processing involving personal data whereas those in Article 9 apply specifically to processing involving special categories of personal data.
-
-
- Classes
-
- Art 45(3)
|
- Art 46(2-a)
|
- Art 46(2-b)
|
- Art 46(2-c)
|
- Art 46(2-d)
|
- Art 46(2-e)
|
- Art 46(2-f)
|
- Art 46(3-a)
|
- Art 46(3-b)
|
- Art 49(1-a)
|
- Art 49(1-b)
|
- Art 49(1-c)
|
- Art 49(1-d)
|
- Art 49(1-e)
|
- Art 49(1-f)
|
- Art 49(1-g)
|
- Art 49(2)
|
- Art 6(1-a) explicit consent
|
- Art.6(1-a) non-explicit consent
|
- Art 6(1-b)
|
- Art 6(1-c)
|
- Art 6(1-d)
|
- Art 6(1-e)
|
- Art 6(1-f)
|
- Art 9(2-a)
|
- Art 9(2-b)
|
- Art 9(2-c)
|
- Art 9(2-d)
|
- Art 9(2-e)
|
- Art 9(2-f)
|
- Art 9(2-g)
|
- Art 9(2-h)
|
- Art 9(2-i)
|
- Art 9(2-j)
|
-
-
-
- Art 45(3)
-
-
-
- Term:
- A45-3
-
-
- Description:
- Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.45-3
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-a)
-
-
-
- Term:
- A46-2-a
-
-
- Description:
- A legally binding and enforceable instrument between public authorities or bodies
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2a
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-b)
-
-
-
- Term:
- A46-2-b
-
-
- Description:
- Binding corporate rules
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2b
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-c)
-
-
-
- Term:
- A46-2-c
-
-
- Description:
- Standard data protection clauses adopted by the Commission
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2c
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-d)
-
-
-
- Term:
- A46-2-d
-
-
- Description:
- Standard data protection clauses adopted by a Supervisory Authority
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2d
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-e)
-
-
-
- Term:
- A46-2-e
-
-
- Description:
- 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
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2e
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-f)
-
-
-
- Term:
- A46-2-f
-
-
- Description:
- 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
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2f
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(3-a)
-
-
-
- Term:
- A46-3-a
-
-
- Description:
- Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-3a
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(3-b)
-
-
-
- Term:
- A46-3-b
-
-
- Description:
- Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-3b
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-a)
-
-
-
- Term:
- A49-1-a
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1a
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-b)
-
-
-
- Term:
- A49-1-b
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1b
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-c)
-
-
-
- Term:
- A49-1-c
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1c
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-d)
-
-
-
- Term:
- A49-1-d
-
-
- Description:
- The transfer is necessary for important reasons of public interest.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1d
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-e)
-
-
-
- Term:
- A49-1-e
-
-
- Description:
- The transfer is necessary for the establishment, exercise or defence of legal claims.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1e
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-f)
-
-
-
- Term:
- A49-1-f
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1f
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-g)
-
-
-
- Term:
- A49-1-g
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1g
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(2)
-
-
-
- Term:
- A49-2
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 6(1-a) explicit consent
-
-
-
- Term:
- A6-1-a-explicit-consent
-
-
- Description:
- explicit' consent of the data subject
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1a
-
-
-
- Created:
- 2019-04-10
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn,
- Harshvardhan J. Pandit,
- Rigo Wenning
-
-
-
-
-
-
- Art.6(1-a) non-explicit consent
-
-
-
- Term:
- A6-1-a-non-explicit-consent
-
-
- Description:
- consent of the data subject
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1a
-
-
-
- Created:
- 2019-04-10
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn,
- Harshvardhan J. Pandit,
- Rigo Wenning
-
-
-
-
-
-
- Art 6(1-b)
-
-
-
- Term:
- A6-1-b
-
-
- Description:
- performance of a contract
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1b
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 6(1-c)
-
-
-
- Term:
- A6-1-c
-
-
- Description:
- compliance with a legal obligation
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1c
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 6(1-d)
-
-
-
- Term:
- A6-1-d
-
-
- Description:
- protection of the vital interests
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1d
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 6(1-e)
-
-
-
- Term:
- A6-1-e
-
-
- Description:
- public interest or official authority
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1e
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 6(1-f)
-
-
-
- Term:
- A6-1-f
-
-
- Description:
- legitimate interests
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1f
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-a)
-
-
-
- Term:
- A9-2-a
-
-
- Description:
- explicit consent with special categories of data
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2a
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-b)
-
-
-
- Term:
- A9-2-b
-
-
- Description:
- employment and social security and social protection law
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2b
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-c)
-
-
-
- Term:
- A9-2-c
-
-
- Description:
- protection of the vital interests
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2c
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-d)
-
-
-
- Term:
- A9-2-d
-
-
- Description:
- 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;
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2d
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-e)
-
-
-
- Term:
- A9-2-e
-
-
- Description:
- data manifestly made public by the data subject
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2e
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-f)
-
-
-
- Term:
- A9-2-f
-
-
- Description:
- establishment, exercise or defence of legal claims / courts acting in their judicial capacity
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2f
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-g)
-
-
-
- Term:
- A9-2-g
-
-
- Description:
- substantial public interest, on the basis of Union or Member State law
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2g
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-h)
-
-
-
- Term:
- A9-2-h
-
-
- Description:
- 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
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2h
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-i)
-
-
-
- Term:
- A9-2-i
-
-
- Description:
- public interest in public health
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2i
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-j)
-
-
-
- Term:
- A9-2-j
-
-
- Description:
- public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2j
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
-
-
-
-
- Rights under GDPR
- GDPR provides several rights to the data subject, whose applicability depends on the context and nature of processing taking place. DPV lists these rights at an abstract level as concepts along with their origin in specific clauses of the GDPR.
-
-
- Classes
-
- A13 Right to be Informed
|
- A14 Right to be Informed
|
- A15 Right of Access
|
- A16 Right to Rectification
|
- A17 Right to Erasure
|
- A18 Right to Restrict Processing
|
- A19 Right to Rectification
|
- A20 Right to Data Portability
|
- A21 Right to object
|
- A22 Right to object to automated decision making
|
- A7-3 Right to Withdraw Consent
|
- A77 Right to Complaint
|
-
-
-
- A13 Right to be Informed
-
-
-
- Term:
- A13
-
-
- Description:
- information to be provided where personal data is directly collected from data subject
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.13
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A14 Right to be Informed
-
-
-
- Term:
- A14
-
-
- Description:
- information to be provided where personal data is collected from other sources
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.14
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A15 Right of Access
-
-
-
- Term:
- A15
-
-
- Description:
- Right of access
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.15
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A16 Right to Rectification
-
-
-
- Term:
- A16
-
-
- Description:
- Right to rectification
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.16
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A17 Right to Erasure
-
-
-
- Term:
- A17
-
-
- Description:
- Right to erasure ('Right to be forgotten')
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.17
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A18 Right to Restrict Processing
-
-
-
- Term:
- A18
-
-
- Description:
- Right to restriction of processing
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.18
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A19 Right to Rectification
-
-
-
- Term:
- A19
-
-
- Description:
- Right to be notified in case of rectification or erasure of personal data or restriction of processing
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.19
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A20 Right to Data Portability
-
-
-
- Term:
- A20
-
-
- Description:
- Right to data portability
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.20
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A21 Right to object
-
-
-
- Term:
- A21
-
-
- Description:
- Right to object to processing of personal data
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.21
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A22 Right to object to automated decision making
-
-
-
- Term:
- A22
-
-
- Description:
- Right not to be subject to a decision based solely on automated processing including profiling
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.22
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A7-3 Right to Withdraw Consent
-
-
-
- Term:
- A7-3
-
-
- Description:
- Right to withdraw consent
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.7-3
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A77 Right to Complaint
-
-
-
- Term:
- A77
-
-
- Description:
- Right to lodge a complaint with a supervisory authority
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.77
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/documentation-generator/docs/dpv-gdpr/index.html b/documentation-generator/docs/dpv-gdpr/index.html
deleted file mode 100644
index 07dd57cb5..000000000
--- a/documentation-generator/docs/dpv-gdpr/index.html
+++ /dev/null
@@ -1,2156 +0,0 @@
-
-
-
-
- DPV-GDPR: GDPR Extension for Data Privacy Vocabulary
-
-
-
-
-
-
- The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to describe and represent information related to processing of personal data. This extension extends the DPV and provides concepts specific to the obligations and requirements of the General Data Protection Regulation (GDPR). More specifically, it provides a taxonomy of legal bases and rights as defined within the GDPR.
-
- The namespace for terms for Legal Bases under GDPR is http://www.w3.org/ns/dpv-gdpr#
- The suggested prefix for the GDPR Legal Bases namespace is dpv-gdpr
- The DPV-GDPR ontology and its documentation is available on GitHub .
-
-
-
- This document is published by the Data Privacy Vocabularies and Controls Community Group (DPVCG) as a deliverable and report of its work in creating and maintaining the Data Privacy Vocabulary (DPV) and its extensions.
-
-
Contributing to the DPV and its extensions The DPVCG welcomes participation regarding the DPV, including expansion or refinement of its terms, addressing open issues, and welcomes suggestions on their resolution or mitigation.
-
While we welcome participation via any and all mediums - e.g., via Github pull requests or issues, emails , papers, or reports - the formal resolution of contributions takes place only through the DPVCG meeting calls and mailing lists. We therefore suggest joining the group to participate in these discussions for formal approval.
-
For contributions to the DPV, please see the section on GitHub . For DPV-GDPR specific contributions, please see the section on GitHub . The current list of open issues and their discussions to date can be found at DPVCG issue tracker as well as GitHub issues for DPV and DPV-GDPR .
-
-
-
- Introduction
- The Data Privacy Vocabulary provides terms (classes and properties) to annotate and categorize instances of legally compliant personal data handling. In particular, the vocabulary provides LegalBasis
and DataSubjectRight
as top-level concepts representing the various legal bases for justifying processing of personal data and rights provided to the data subject respectively. Since these concepts are specifically defined within the scope of jurisdictional laws, their implementation is provided as a separate vocabulary that extends the DPV, thereby permitting continued usage of DPV as a jurisdiction-agnostic and generic vocabulary.
- This vocabulary, termed as DPV-GDPR, extends the concepts within DPV regarding legal bases and data subject rights with those provided by the GDPR. It provides a compatible extension to be used in combination with the DPV to represent GDPR-specific information.
-
-
- Namespaces
- The namespace for DPV-GDPR vocabulary is http://www.w3.org/ns/dpv-gdpr#
. The table below indicates the full list of namespaces and prefixes used in this document.
-
-
-
- Prefix
- Namespace
-
-
-
-
-
- dct
-
-
- http://purl.org/dc/terms/
-
-
-
-
- dpv
-
-
- http://www.w3.org/ns/dpv#
-
-
-
-
- dpv-gdpr
-
-
- http://www.w3.org/ns/dpv-gdpr#
-
-
-
-
- odrl
-
-
- http://www.w3.org/ns/odrl/2/
-
-
-
-
- owl
-
-
- http://www.w3.org/2002/07/owl#
-
-
-
-
- rdf
-
-
- http://www.w3.org/1999/02/22-rdf-syntax-ns#
-
-
-
-
- rdfs
-
-
- http://www.w3.org/2000/01/rdf-schema#
-
-
-
-
- skos
-
-
- http://www.w3.org/2004/02/skos/core#
-
-
-
-
- spl
-
-
- http://www.specialprivacy.eu/langs/usage-policy#
-
-
-
-
- svd
-
-
- http://www.specialprivacy.eu/vocabs/data#
-
-
-
-
- svdu
-
-
- http://www.specialprivacy.eu/vocabs/duration#
-
-
-
-
- svl
-
-
- http://www.specialprivacy.eu/vocabs/locations#
-
-
-
-
- svpu
-
-
- http://www.specialprivacy.eu/vocabs/purposes#
-
-
-
-
- svpr
-
-
- http://www.specialprivacy.eu/vocabs/processing#
-
-
-
-
- svr
-
-
- http://www.specialprivacy.eu/vocabs/recipients
-
-
-
-
- xsd
-
-
- http://www.w3.org/2001/XMLSchema#
-
-
-
-
-
-
-
- Legal Basis under GDPR
- Regulations such as the GDPR specify certain legal basis for carrying out the processing of personal data, which makes it mandatory for every processing to have one (or more) legal basis that justifies their compliance. DPV provides a list of legal bases as per the GDPR under the separate namespace of dpv-gdpr. Additional legal bases can be declared by subclassing dpv:LegalBasis
.
- The taxonomy lists the legal bases as provided by GDPR Article 6 regarding processing of personal data, those defined in GDPR Article 9 regarding processing of special categories of personal data, and those provided by GDPR Articles 45, 46, and 49 in connection with transfer of personal data. The legal basis of ‘consent’ as defined in Article 6(1)(a) has been declared using the terms ‘explicit’ and ‘non-explicit’ to differentiate the requirements of the two in accordance of their requirements of compliance. Furthermore, legal basis provided by Article 6 apply to processing involving personal data whereas those in Article 9 apply specifically to processing involving special categories of personal data.
-
-
- Classes
-
- Art 45(3)
|
- Art 46(2-a)
|
- Art 46(2-b)
|
- Art 46(2-c)
|
- Art 46(2-d)
|
- Art 46(2-e)
|
- Art 46(2-f)
|
- Art 46(3-a)
|
- Art 46(3-b)
|
- Art 49(1-a)
|
- Art 49(1-b)
|
- Art 49(1-c)
|
- Art 49(1-d)
|
- Art 49(1-e)
|
- Art 49(1-f)
|
- Art 49(1-g)
|
- Art 49(2)
|
- Art 6(1-a) explicit consent
|
- Art.6(1-a) non-explicit consent
|
- Art 6(1-b)
|
- Art 6(1-c)
|
- Art 6(1-d)
|
- Art 6(1-e)
|
- Art 6(1-f)
|
- Art 9(2-a)
|
- Art 9(2-b)
|
- Art 9(2-c)
|
- Art 9(2-d)
|
- Art 9(2-e)
|
- Art 9(2-f)
|
- Art 9(2-g)
|
- Art 9(2-h)
|
- Art 9(2-i)
|
- Art 9(2-j)
|
-
-
-
- Art 45(3)
-
-
-
- Term:
- A45-3
-
-
- Description:
- Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.45-3
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-a)
-
-
-
- Term:
- A46-2-a
-
-
- Description:
- A legally binding and enforceable instrument between public authorities or bodies
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2a
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-b)
-
-
-
- Term:
- A46-2-b
-
-
- Description:
- Binding corporate rules
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2b
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-c)
-
-
-
- Term:
- A46-2-c
-
-
- Description:
- Standard data protection clauses adopted by the Commission
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2c
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-d)
-
-
-
- Term:
- A46-2-d
-
-
- Description:
- Standard data protection clauses adopted by a Supervisory Authority
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2d
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-e)
-
-
-
- Term:
- A46-2-e
-
-
- Description:
- 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
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2e
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(2-f)
-
-
-
- Term:
- A46-2-f
-
-
- Description:
- 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
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-2f
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(3-a)
-
-
-
- Term:
- A46-3-a
-
-
- Description:
- Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-3a
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 46(3-b)
-
-
-
- Term:
- A46-3-b
-
-
- Description:
- Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.46-3b
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-a)
-
-
-
- Term:
- A49-1-a
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1a
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-b)
-
-
-
- Term:
- A49-1-b
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1b
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-c)
-
-
-
- Term:
- A49-1-c
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1c
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-d)
-
-
-
- Term:
- A49-1-d
-
-
- Description:
- The transfer is necessary for important reasons of public interest.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1d
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-e)
-
-
-
- Term:
- A49-1-e
-
-
- Description:
- The transfer is necessary for the establishment, exercise or defence of legal claims.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1e
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-f)
-
-
-
- Term:
- A49-1-f
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1f
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(1-g)
-
-
-
- Term:
- A49-1-g
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-1g
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 49(2)
-
-
-
- Term:
- A49-2
-
-
- Description:
- 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.
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.49-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Art 6(1-a) explicit consent
-
-
-
- Term:
- A6-1-a-explicit-consent
-
-
- Description:
- explicit' consent of the data subject
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1a
-
-
-
- Created:
- 2019-04-10
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn,
- Harshvardhan J. Pandit,
- Rigo Wenning
-
-
-
-
-
-
- Art.6(1-a) non-explicit consent
-
-
-
- Term:
- A6-1-a-non-explicit-consent
-
-
- Description:
- consent of the data subject
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1a
-
-
-
- Created:
- 2019-04-10
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn,
- Harshvardhan J. Pandit,
- Rigo Wenning
-
-
-
-
-
-
- Art 6(1-b)
-
-
-
- Term:
- A6-1-b
-
-
- Description:
- performance of a contract
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1b
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 6(1-c)
-
-
-
- Term:
- A6-1-c
-
-
- Description:
- compliance with a legal obligation
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1c
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 6(1-d)
-
-
-
- Term:
- A6-1-d
-
-
- Description:
- protection of the vital interests
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1d
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 6(1-e)
-
-
-
- Term:
- A6-1-e
-
-
- Description:
- public interest or official authority
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1e
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 6(1-f)
-
-
-
- Term:
- A6-1-f
-
-
- Description:
- legitimate interests
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.6-1f
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-a)
-
-
-
- Term:
- A9-2-a
-
-
- Description:
- explicit consent with special categories of data
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2a
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-b)
-
-
-
- Term:
- A9-2-b
-
-
- Description:
- employment and social security and social protection law
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2b
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-c)
-
-
-
- Term:
- A9-2-c
-
-
- Description:
- protection of the vital interests
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2c
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-d)
-
-
-
- Term:
- A9-2-d
-
-
- Description:
- 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;
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2d
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-e)
-
-
-
- Term:
- A9-2-e
-
-
- Description:
- data manifestly made public by the data subject
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2e
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-f)
-
-
-
- Term:
- A9-2-f
-
-
- Description:
- establishment, exercise or defence of legal claims / courts acting in their judicial capacity
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2f
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-g)
-
-
-
- Term:
- A9-2-g
-
-
- Description:
- substantial public interest, on the basis of Union or Member State law
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2g
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-h)
-
-
-
- Term:
- A9-2-h
-
-
- Description:
- 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
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2h
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-i)
-
-
-
- Term:
- A9-2-i
-
-
- Description:
- public interest in public health
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2i
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
- Art 9(2-j)
-
-
-
- Term:
- A9-2-j
-
-
- Description:
- public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
-
-
- Subclass Of:
-
- dpv:LegalBasis
-
-
-
- Source:
-
- GDPR Art.9-2j
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Eva Schlehahn
-
-
-
-
-
-
-
-
-
-
- Rights under GDPR
- GDPR provides several rights to the data subject, whose applicability depends on the context and nature of processing taking place. DPV lists these rights at an abstract level as concepts along with their origin in specific clauses of the GDPR.
-
-
- Classes
-
- A13 Right to be Informed
|
- A14 Right to be Informed
|
- A15 Right of Access
|
- A16 Right to Rectification
|
- A17 Right to Erasure
|
- A18 Right to Restrict Processing
|
- A19 Right to Rectification
|
- A20 Right to Data Portability
|
- A21 Right to object
|
- A22 Right to object to automated decision making
|
- A7-3 Right to Withdraw Consent
|
- A77 Right to Complaint
|
-
-
-
- A13 Right to be Informed
-
-
-
- Term:
- A13
-
-
- Description:
- information to be provided where personal data is directly collected from data subject
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.13
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A14 Right to be Informed
-
-
-
- Term:
- A14
-
-
- Description:
- information to be provided where personal data is collected from other sources
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.14
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A15 Right of Access
-
-
-
- Term:
- A15
-
-
- Description:
- Right of access
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.15
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A16 Right to Rectification
-
-
-
- Term:
- A16
-
-
- Description:
- Right to rectification
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.16
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A17 Right to Erasure
-
-
-
- Term:
- A17
-
-
- Description:
- Right to erasure ('Right to be forgotten')
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.17
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A18 Right to Restrict Processing
-
-
-
- Term:
- A18
-
-
- Description:
- Right to restriction of processing
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.18
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A19 Right to Rectification
-
-
-
- Term:
- A19
-
-
- Description:
- Right to be notified in case of rectification or erasure of personal data or restriction of processing
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.19
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A20 Right to Data Portability
-
-
-
- Term:
- A20
-
-
- Description:
- Right to data portability
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.20
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A21 Right to object
-
-
-
- Term:
- A21
-
-
- Description:
- Right to object to processing of personal data
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.21
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A22 Right to object to automated decision making
-
-
-
- Term:
- A22
-
-
- Description:
- Right not to be subject to a decision based solely on automated processing including profiling
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.22
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A7-3 Right to Withdraw Consent
-
-
-
- Term:
- A7-3
-
-
- Description:
- Right to withdraw consent
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.7-3
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- A77 Right to Complaint
-
-
-
- Term:
- A77
-
-
- Description:
- Right to lodge a complaint with a supervisory authority
-
-
- Subclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Source:
-
- GDPR Art.77
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/documentation-generator/docs/dpv.html b/documentation-generator/docs/dpv.html
deleted file mode 100644
index 79d25a084..000000000
--- a/documentation-generator/docs/dpv.html
+++ /dev/null
@@ -1,14666 +0,0 @@
-
-
-
-
- Data Privacy Vocabulary (DPV)
-
-
-
-
-
-
- The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to describe and represent information related to processing of personal data based on established requirements such as for the EU General Data Protection Regulation (GDPR). The DPV is structured as a top-down hierarchical vocabulary with the core or base concepts of personal data categories, purposes of processing and types of processing, data controller(s) associated, recipients of personal data, legal bases or justifications used, technical and organisational measures and restrictions (e.g. storage locations and storage durations), applicable rights, and the risks involved.
-
- The namespace for DPV terms is http://www.w3.org/ns/dpv#
- The suggested prefix for the DPV namespace is dpv
- The DPV and its documentation is available on GitHub .
-
-
-
- This document is published by the Data Privacy Vocabularies and Controls Community Group (DPVCG) as a deliverable and report of its work in creating and maintaining the Data Privacy Vocabulary (DPV).
-
-
Contributing to the DPV and its extensions The DPVCG welcomes participation regarding the DPV, including expansion or refinement of its terms, addressing open issues, and welcomes suggestions on their resolution or mitigation.
-
While we welcome participation via any and all mediums - e.g., via Github pull requests or issues, emails , papers, or reports - the formal resolution of contributions takes place only through the DPVCG meeting calls and mailing lists. We therefore suggest joining the group to participate in these discussions for formal approval.
-
For contributions to the DPV, please see the section on GitHub . The current list of open issues and their discussions to date can be found at DPVCG issue tracker as well as GitHub issues .
-
-
-
- Introduction
- The Data Privacy Vocabulary provides terms (classes and properties) to describe and represent information about personal data handling. In particular, the vocabulary provides extensible taxonomies of terms to describe the following components:
-
- These terms are intended to represent personal data handling as machine-readable information by specifying personal data categories undergoing processing, its purpose(s), the data controller(s) involved, recipient(s) of this data, the legal bases or justifications used (e.g. consent or legitimate interest), involving technical and organisational measures and restrictions (e.g. storage location and storage duration), the applicable rights, and possibility of risks.
- As the Legal Bases are dependant on legal jurisdictions, we provide the legal bases defined by GDPR as a separate 'extension' of the DPV called DPV-GDPR . The DPV is intended to be a 'general vocabulary', where extensions can be used to expand it to any jurisdiction, domain, and use-case specific requirements.
- Examples of applications where the concepts provided by the DPV can be used are:
-
- represent policies for personal data handling
- represent information about consent e.g. provenance of consent
- log/document personal data handling actions e.g. by a data controller
- support automated checking of legal compliances of data handling ex ante (prior to processing), or ex post (i.e. check compliance after processing)
-
-
-
- Namespaces
- The namespace for DPV vocabulary is http://www.w3.org/ns/dpv#
. The table below indicates the full list of namespaces and prefixes used in this document.
-
-
-
- Prefix
- Namespace
-
-
-
-
-
- dct
-
-
- http://purl.org/dc/terms/
-
-
-
-
- dpv
-
-
- http://www.w3.org/ns/dpv#
-
-
-
-
- dpv-gdpr
-
-
- http://www.w3.org/ns/dpv-gdpr#
-
-
-
-
- dpv-nace
-
-
- http://www.w3.org/ns/dpv-nace#
-
-
-
-
- odrl
-
-
- http://www.w3.org/ns/odrl/2/
-
-
-
-
- owl
-
-
- http://www.w3.org/2002/07/owl#
-
-
-
-
- rdf
-
-
- http://www.w3.org/1999/02/22-rdf-syntax-ns#
-
-
-
-
- rdfs
-
-
- http://www.w3.org/2000/01/rdf-schema#
-
-
-
-
- skos
-
-
- http://www.w3.org/2004/02/skos/core#
-
-
-
-
- spl
-
-
- http://www.specialprivacy.eu/langs/usage-policy#
-
-
-
-
- svd
-
-
- http://www.specialprivacy.eu/vocabs/data#
-
-
-
-
- svdu
-
-
- http://www.specialprivacy.eu/vocabs/duration#
-
-
-
-
- svl
-
-
- http://www.specialprivacy.eu/vocabs/locations#
-
-
-
-
- svpu
-
-
- http://www.specialprivacy.eu/vocabs/purposes#
-
-
-
-
- svpr
-
-
- http://www.specialprivacy.eu/vocabs/processing#
-
-
-
-
- svr
-
-
- http://www.specialprivacy.eu/vocabs/recipients
-
-
-
-
- xsd
-
-
- http://www.w3.org/2001/XMLSchema#
-
-
-
-
-
-
-
-
-
- Base Vocabulary
- Concepts in the Base vocabulary are available as an individual module here .
-
-
- Base Vocabulary
-
- The 'Base' or 'Core' vocabulary describes the top-level classes required for defining a 'policy' for personal data handling. Classes and properties for each top-level class are further elaborated using sub-vocabularies, for example a taxonomy of personal data categories. While all concepts within the vocabulary share a single namespace, the modular approach makes it possible to use only the specific taxonomies or sub-vocabularies, for example to refer only to purposes. The DPV provides the following as top-level concepts and generic properties to associate them with other concepts:
-
-
-
- Class
- Property
- Description
-
-
-
-
- [=PersonalDataCategory=]
- [=hasPersonalDataCategory=]
- Personal data categories
-
-
- [=Purpose=]
- [=hasPurpose=]
- Purpose of Processing
-
-
- [=Processing=]
- [=hasProcessing=]
- Category or type of processing of personal data
-
-
- [=DataController=]
- [=hasDataController=]
- Data Controller responsible for processing
-
-
- [=DataSubject=]
- [=hasDataSubject=]
- Data Subject or Individual whose data is being processing
-
-
- [=Recipient=]
- [=hasRecipient=]
- Recipient of personal data
-
-
- [=TechnicalOrganisationalMeasure=]
- [=hasTechnicalOrganisationalMeasure=]
- Technical and/or Organisational measures associated with processing
-
-
- [=LegalBasis=]
- [=hasLegalBasis=]
- Legal bases or justifications for processing
-
-
- [=Right=] and [=DataSubjectRight=]
- [=hasRight=]
- Rights applicable or provided
-
-
- [=Risk=]
- [=hasRisk=]
- Risks applicable or probable regarding processing
-
-
-
-
- Along with these, the DPV defines the concept of [=PersonalDataHandling=] for representing a 'policy' associating the top-level concepts with one another. For example, using [=PersonalDataHandling=] it is possible to indicate the application of a specific purpose and processing to categories of personal data relating to data subjects (or individual), along with the data controller responsible, the recipients of data, legal basis used, the technical and organisational measures involved, rights provided, and the possibility of risks.
- The DPV does not mandate the use of [=PersonalDataHandling=]. Adopters can define their own interpretation of what concepts personal data handling involves, or define a separate concept similar to [=PersonalDataHandling=]. For example, one may specify that a [=PersonalDataHandling=] is only associated with [=Purpose=], [=Processing=], [=PersonalDataCategory=], and [=Recipient=] where the legal basis and technical and organisational measures are either assumed or defined externally. In continuation of this, the DPV also does not provide any constraints on the inclusion or exclusion of concepts used to define an instance of [=PersonalDataHandling=]. Possibilities for specifying such constraints include use of OWL2 semantics and SHACL to specify mandatory concepts. For example, requiring every instance of [=PersonalDataHandling=] must have at least one Personal Data Category, Controller, Purpose, and Legal Basis.
-
- Classes
-
- Data Controller
|
- Data Subject
|
- Data Subject Right
|
- Legal Basis
|
- Personal Data Category
|
- Personal Data Handling
|
- Processing
|
- Purpose
|
- Recipient
|
- Right
|
- Risk
|
- Technical and Organisational Measure
|
-
-
-
- Data Controller
-
-
-
- Term:
- DataController
-
-
- Description:
- The individual or organisation that decides (or controls) the purpose(s) of processing personal data.
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Source:
-
- GDPR Art.4-7g
-
-
-
- Created:
- 2019-04-05
-
-
- Modified:
- 2020-11-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Javier Fernández
-
-
-
-
-
-
- Data Subject
-
-
-
- Term:
- DataSubject
-
-
- Description:
- The individual (or category of individuals) whose personal data is being processed
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Superclass Of:
-
- dpv:Child ,
- dpv:VulnerableDataSubject
-
-
-
- Source:
-
- GDPR Art.4-1g
-
-
-
- Created:
- 2019-04-05
-
-
- Modified:
- 2020-11-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Javier Fernández
-
-
-
-
-
-
- Data Subject Right
-
-
-
- Term:
- DataSubjectRight
-
-
- Description:
- The rights applicable or provided to a Data Subject
-
-
- Subclass Of:
-
- dpv:Right
-
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan Pandit
-
-
-
-
-
-
- Legal Basis
-
-
-
- Term:
- LegalBasis
-
-
- Description:
- The Legal basis used to justify processing of personal data
-
-
- Created:
- 2019-04-05
-
-
- Modified:
- 2020-11-04
-
-
-
-
-
- Personal Data Category
-
-
-
- Personal Data Handling
-
-
-
- Term:
- PersonalDataHandling
-
-
- Description:
- A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis.
-
-
- Created:
- 2019-04-05
-
-
- Modified:
- 2020-11-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Javier Fernández
-
-
-
-
-
-
-
-
-
- Right
-
-
-
- Term:
- Right
-
-
- Description:
- The right(s) applicable, provided, or expected.
-
-
- Superclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J Pandit
-
-
-
-
-
-
- Risk
-
-
-
- Term:
- Risk
-
-
- Description:
- A risk or possibility or uncertainty of negative effects, impacts, or consequences.
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Technical and Organisational Measure
-
-
-
-
-
- Properties
-
- has data controller
|
- has data subject
|
- has legal basis
|
- has personal data category
|
- has processing
|
- has purpose
|
- has recipient
|
- has right
|
- has risk
|
- has technical and organisational measure
|
-
-
-
- has data controller
-
-
-
- Term:
- hasDataController
-
-
- Description:
- Indicates association with a Data Controller.
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has data subject
-
-
-
- Term:
- hasDataSubject
-
-
- Description:
- Indicates association with a specific Data Subject or a group or category of Data Subjects.
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has legal basis
-
-
-
- Term:
- hasLegalBasis
-
-
- Description:
- Indicates applicability of a Legal Basis.
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Javier Fernández
-
-
-
-
-
-
- has personal data category
-
-
-
- Term:
- hasPersonalDataCategory
-
-
- Description:
- Indicates association with a Personal Data Category.
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has processing
-
-
-
- Term:
- hasProcessing
-
-
- Description:
- Indicates association with a Processing (of personal data) instance or category.
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has purpose
-
-
-
- Term:
- hasPurpose
-
-
- Description:
- Indicates association with a Purpose (of processing personal data).
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has recipient
-
-
-
- Term:
- hasRecipient
-
-
- Description:
- Indicates a recipient of personal data.
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has right
-
-
-
- Term:
- hasRight
-
-
- Description:
- Indicates applicability of a Right.
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- has risk
-
-
-
- Term:
- hasRisk
-
-
- Description:
- Indicates applicability of a Risk.
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- has technical and organisational measure
-
-
-
- Term:
- hasTechnicalOrganisationalMeasure
-
-
- Description:
- Indicates use of a Technical or Organisational measure.
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
-
-
-
-
- Personal Data Categories
- Concepts related to Personal Data Categories are available as an individual module here .
- DPV provides broad top-level personal data categories adapted from the taxonomy contributed by R. Jason Cronk [[EnterPrivacy]]. The top-level concepts in this taxonomy refer to the nature of information (financial, social, tracking) and to its inherent source (internal, external). Each top-level concept is represented in the DPV vocabulary as a Class, and is further elaborated by subclasses for referring to specific categories of information - such as preferences or demographics.
-
-
- Concepts for Personal Data Categories in DPV
-
- While this taxonomy is by no means exhaustive, the aim is to provide a sufficient coverage of abstract categories of personal data which can be extended using the subclass mechanism to represent concepts used in the real-world.
- Regulations such as the GDPR define personal data at an abstract level as information (directly or indirectly) associated with an individual or a category of individuals. DPV defines classes representing categories that are inclusive of information associated with them (e.g. name consisting of first name, last name), with their instances representing specific elements of personal data (e.g. “John Doe” as name).
- The categories defined in the personal data categories taxonomy can be used directly or further extended by subclassing the respective classes to depict specialised concepts, such as “likes regarding movies” or combined with classes to indicate specific contexts. The class [=DerivedPersonalData=] provides one such context to indicate information has been derived from existing information, e.g. inference of opinions from social media. Additional classes can be defined to specify contexts such as use of machine learning, accuracy, and source. Similarly, the class [=SpecialCategoryPersonalData=] represents categories that are ‘special’ or ‘sensitive’ and require additional conditions, e.g. as per GDPR’s Article 9 .
-
- :SocialMediaLikes rdfs:subClassOf dpv:Like,
- dpv:SpecialCategoryPersonalData, dpv:DerivedPersonalData ;
- rdfs:label "Likes derived from Social Media" .
-
- The following is an overview of the concepts provided for personal data within the DPV:
-
-
-
- Concept
- Description
-
-
-
-
- [=PersonalDataCategory=]
- Category of Personal Data
-
-
- [=SpecialCategoryPersonalData=]
- Indicates that personal data is sensitive or belongs to a special category
-
-
- [=DerivedPersonalData=]
- Indicates that personal data is derived or inferred
-
-
-
-
- Classes
-
- Accent
|
- Account Identifier
|
- Acquantaince
|
- Age
|
- Apartment Owned
|
- Association
|
- Attitude
|
- Authenticating
|
- Authentication History
|
- Bank Account
|
- Behavioral
|
- Biometric
|
- Blood Type
|
- Browser Fingerprint
|
- Browsing Behavior
|
- Browsing Referral
|
- Call Log
|
- Car Owned
|
- Character
|
- Communication
|
- Communications Metadata
|
- Connection
|
- Contact
|
- Country
|
- Credit
|
- Credit Capacity
|
- Credit Card Number
|
- Credit Record
|
- Credit Score
|
- Credit Standing
|
- Credit Worthiness
|
- Criminal
|
- Criminal Charge
|
- Criminal Conviction
|
- Criminal Pardon
|
- Demeanor
|
- Demographic
|
- Derived Personal Data
|
- Device Applications
|
- Device Based
|
- Device Operating System
|
- Device Software
|
- Dialect
|
- Disability
|
- Disciplinary Action
|
- Dislike
|
- Divorce
|
- DNA Code
|
- Drug Test Result
|
- Email Address
|
- Email Content
|
- Employment History
|
- Ethnicity
|
- Ethnic Origin
|
- External
|
- Family
|
- Family Health History
|
- Family Structure
|
- Favorite
|
- Favorite Color
|
- Favorite Food
|
- Favorite Music
|
- Fetish
|
- Financial
|
- Financial Account
|
- Financial Account Number
|
- Fingerprint
|
- Friend
|
- Gender
|
- General Reputation
|
- Geographic
|
- GPS Coordinate
|
- Group Membership
|
- Hair Color
|
- Health
|
- Health History
|
- Health Record
|
- Height
|
- Historical
|
- House Owned
|
- Identifying
|
- Income
|
- Income Bracket
|
- Individual Health History
|
- Intention
|
- Interaction
|
- Interest
|
- Internal
|
- IP Address
|
- Job
|
- Knowledge and Beliefs
|
- Language
|
- Life History
|
- Like
|
- LinkClicked
|
- Loan Record
|
- Location
|
- MAC Address
|
- Marital Status
|
- Marriage
|
- MedicalHealth
|
- Mental Health
|
- Name
|
- Official ID
|
- Offspring
|
- Opinion
|
- Ownership
|
- Parent
|
- Password
|
- Payment Card
|
- Payment Card Expiry
|
- Payment Card Number
|
- Personality
|
- Personal Possession
|
- Philosophical Belief
|
- Physical Address
|
- PhysicalCharacteristic
|
- Physical Health
|
- Physical Trait
|
- Picture
|
- Piercing
|
- PIN Code
|
- Political Affiliation
|
- Preference
|
- Prescription
|
- Privacy Preference
|
- Proclivitie
|
- Professional
|
- Professional Certification
|
- Professional Evaluation
|
- Professional Interview
|
- Public Life
|
- Purchase
|
- Purchases and Spending Habit
|
- Race
|
- Reference
|
- Relationship
|
- Religion
|
- Religious Belief
|
- Retina
|
- Room Number
|
- Salary
|
- Sale
|
- School
|
- Secret Text
|
- Service Consumption Behavior
|
- Sexual
|
- Sexual History
|
- Sexual Preference
|
- Sibling
|
- Skin Tone
|
- Social
|
- Social Media Communication
|
- Social Network
|
- Social Status
|
- Special Category Personal Data
|
- Tattoo
|
- Tax
|
- Telephone Number
|
- Thought
|
- Tracking
|
- Transaction
|
- Transactional
|
- TV Viewing Behavior
|
- UID
|
- Username
|
- Voice Communication Recording
|
- Voice Mail
|
- Weight
|
- Work History
|
-
-
-
- Accent
-
-
-
- Term:
- Accent
-
-
- Description:
- Information about linguistic and speech accents.
-
-
- Subclass Of:
-
- dpv:Language
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Acquantaince
-
-
-
- Term:
- Acquantaince
-
-
- Description:
- Information about acquaintainces in a social network.
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Apartment Owned
-
-
-
- Term:
- ApartmentOwned
-
-
- Description:
- Information about apartment(s) owned and its history
-
-
- Subclass Of:
-
- dpv:HouseOwned
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Association
-
-
-
- Term:
- Association
-
-
- Description:
- Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Authentication History
-
-
-
- Term:
- AuthenticationHistory
-
-
- Description:
- Information about prior authentication and its outcomes such as login attempts or location.
-
-
- Subclass Of:
-
- dpv:Behavioral
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
-
-
-
-
- Browser Fingerprint
-
-
-
- Term:
- BrowserFingerprint
-
-
- Description:
- Information about the web browser which is used as a 'fingerprint'
-
-
- Subclass Of:
-
- dpv:DeviceBased
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Browsing Referral
-
-
-
- Term:
- BrowsingReferral
-
-
- Description:
- Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns.
-
-
- Subclass Of:
-
- dpv:BrowsingBehaviour
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Call Log
-
-
-
- Term:
- CallLog
-
-
- Description:
- Information about the calls that an individual has made.
-
-
- Subclass Of:
-
- dpv:Behavioral
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Car Owned
-
-
-
- Term:
- CarOwned
-
-
- Description:
- Information about cars ownership and ownership history.
-
-
- Subclass Of:
-
- dpv:Ownership
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Character
-
-
-
- Term:
- Character
-
-
- Description:
- Information about character in the public sphere
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
-
- Term:
- CommunicationsMetadata
-
-
- Description:
- Information about communication metadata in the public sphere
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
- See Also:
-
- svd:Interactive
-
-
-
-
-
-
- Connection
-
-
-
- Term:
- Connection
-
-
- Description:
- Information about and including connections in a social network
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Country
-
-
-
- Term:
- Country
-
-
- Description:
- Information about country e.g. residence, travel.
-
-
- Subclass Of:
-
- dpv:Location
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Credit Capacity
-
-
-
- Term:
- CreditCapacity
-
-
- Description:
- Information about credit capacity.
-
-
- Subclass Of:
-
- dpv:Credit
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Credit Record
-
-
-
- Term:
- CreditRecord
-
-
- Description:
- Information about credit record.
-
-
- Subclass Of:
-
- dpv:Credit
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Credit Standing
-
-
-
- Term:
- CreditStanding
-
-
- Description:
- Information about credit standing.
-
-
- Subclass Of:
-
- dpv:Credit
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Criminal Charge
-
-
-
- Term:
- CriminalCharge
-
-
- Description:
- Information about criminal charges.
-
-
- Subclass Of:
-
- dpv:Criminal
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Criminal Conviction
-
-
-
- Term:
- CriminalConviction
-
-
- Description:
- Information about criminal convictions.
-
-
- Subclass Of:
-
- dpv:Criminal
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Criminal Pardon
-
-
-
- Term:
- CriminalPardon
-
-
- Description:
- Information about criminal pardons.
-
-
- Subclass Of:
-
- dpv:Criminal
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Derived Personal Data
-
-
-
- Term:
- DerivedPersonalData
-
-
- Description:
- Derived data is data that is obtained or derived from other data.
-
-
- Subclass Of:
-
- dpv:PersonalDataCategory
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2019-05-07
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
- See Also:
-
- svd:Derived
-
-
-
-
-
-
- Device Applications
-
-
-
- Term:
- DeviceApplications
-
-
- Description:
- Information about applications or application-like software on a device.
-
-
- Subclass Of:
-
- dpv:DeviceSoftware
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
-
- Device Operating System
-
-
-
- Term:
- DeviceOperatingSystem
-
-
- Description:
- Information about the operating system (OS) or system software that manages hardware or software resources.
-
-
- Subclass Of:
-
- dpv:DeviceSoftware
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Device Software
-
-
-
- Term:
- DeviceSoftware
-
-
- Description:
- Information about software on or related to a device.
-
-
- Subclass Of:
-
- dpv:DeviceBased
-
-
-
- Superclass Of:
-
- dpv:DeviceApplications ,
- dpv:DeviceOperatingSystem
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Dialect
-
-
-
- Term:
- Dialect
-
-
- Description:
- Information about linguistic dialects.
-
-
- Subclass Of:
-
- dpv:Language
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Disciplinary Action
-
-
-
- Term:
- DisciplinaryAction
-
-
- Description:
- Information about disciplinary actions and its history
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Dislike
-
-
-
- Term:
- Dislike
-
-
- Description:
- Information about dislikes or preferences regarding repulsions.
-
-
- Subclass Of:
-
- dpv:Interest
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
- Email Address
-
-
-
- Term:
- EmailAddress
-
-
- Description:
- Information about Email address.
-
-
- Subclass Of:
-
- dpv:Contact
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Email Content
-
-
-
- Term:
- EmailContent
-
-
- Description:
- Information about the contents of Emails sent or received
-
-
- Subclass Of:
-
- dpv:Communication
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Employment History
-
-
-
- Term:
- EmploymentHistory
-
-
- Description:
- Information about employment history
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
- Family Health History
-
-
-
- Term:
- FamilyHealthHistory
-
-
- Description:
- Information about family health history.
-
-
- Subclass Of:
-
- dpv:HealthHistory
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Favorite Color
-
-
-
- Term:
- FavoriteColor
-
-
- Description:
- Information about favorite color.
-
-
- Subclass Of:
-
- dpv:Favorite
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Favorite Food
-
-
-
- Term:
- FavoriteFood
-
-
- Description:
- Information about favorite food.
-
-
- Subclass Of:
-
- dpv:Favorite
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Favorite Music
-
-
-
- Term:
- FavoriteMusic
-
-
- Description:
- Information about favorite music.
-
-
- Subclass Of:
-
- dpv:Favorite
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Fetish
-
-
-
- Term:
- Fetish
-
-
- Description:
- Information an individual's sexual fetishes
-
-
- Subclass Of:
-
- dpv:Sexual
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Financial Account Number
-
-
-
- Fingerprint
-
-
-
- Term:
- Fingerprint
-
-
- Description:
- Information about fingerprint used for biometric purposes.
-
-
- Subclass Of:
-
- dpv:Biometric
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Friend
-
-
-
- Term:
- Friend
-
-
- Description:
- Information about friends in a social network, including aspects of friendships such as years together or nature of friendship.
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- General Reputation
-
-
-
- Term:
- GeneralReputation
-
-
- Description:
- Information about reputation in the public sphere
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Geographic
-
-
-
- Term:
- Geographic
-
-
- Description:
- Information about location or based on geography (e.g. home address)
-
-
- Subclass Of:
-
- dpv:Demographic
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- GPS Coordinate
-
-
-
- Term:
- GPSCoordinate
-
-
- Description:
- Information about location expressed using Global Position System coordinates (GPS)
-
-
- Subclass Of:
-
- dpv:Location
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Group Membership
-
-
-
- Term:
- GroupMembership
-
-
- Description:
- Information about groups and memberships included or associated with a social network
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Income
-
-
-
- Term:
- Income
-
-
- Description:
- Information about financial income e.g. for individual or household or family
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Income Bracket
-
-
-
- Term:
- IncomeBracket
-
-
- Description:
- Information about income bracket.
-
-
- Subclass Of:
-
- dpv:Demographic
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Individual Health History
-
-
-
- Term:
- IndividualHealthHistory
-
-
- Description:
- Information about information health history.
-
-
- Subclass Of:
-
- dpv:HealthHistory
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Interaction
-
-
-
- Term:
- Interaction
-
-
- Description:
- Information about interactions in the public sphere
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- IP Address
-
-
-
- Term:
- IPAddress
-
-
- Description:
- Information about the Internet protocol (IP) address of a device
-
-
- Subclass Of:
-
- dpv:DeviceBased
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Knowledge and Beliefs
-
-
-
-
- Life History
-
-
-
- Term:
- LifeHistory
-
-
- Description:
- Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)
-
-
- Subclass Of:
-
- dpv:Historical
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Like
-
-
-
- Term:
- Like
-
-
- Description:
- Information about likes or preferences regarding attractions.
-
-
- Subclass Of:
-
- dpv:Interest
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Loan Record
-
-
-
- Term:
- LoanRecord
-
-
- Description:
- Information about loans, whether applied, provided or rejected, and its history
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- MAC Address
-
-
-
- Term:
- MACAddress
-
-
- Description:
- Information about the Media Access Control (MAC) address of a device
-
-
- Subclass Of:
-
- dpv:DeviceBased
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Marital Status
-
-
-
- Term:
- MaritalStatus
-
-
- Description:
- Information about marital status and history
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- MedicalHealth
-
-
-
- Term:
- MedicalHealth
-
-
- Description:
- Information about health, medical conditions or health care
-
-
- Subclass Of:
-
- dpv:External ,
- dpv:SpecialCategoryPersonalData
-
-
-
- Superclass Of:
-
- dpv:BloodType ,
- dpv:DNACode ,
- dpv:Disability ,
- dpv:DrugTestResult ,
- dpv:Health ,
- dpv:HealthHistory ,
- dpv:HealthRecord ,
- dpv:Prescription
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Mental Health
-
-
-
- Term:
- MentalHealth
-
-
- Description:
- Information about mental health.
-
-
- Subclass Of:
-
- dpv:Health
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Name
-
-
-
- Term:
- Name
-
-
- Description:
- Information about names associated or used as given name or nickname.
-
-
- Subclass Of:
-
- dpv:Identifying
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
-
- Password
-
-
-
- Term:
- Password
-
-
- Description:
- Information about password used in the process of authenticating the individual as an user accessing a system.
-
-
- Subclass Of:
-
- dpv:Authenticating
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Payment Card
-
-
-
- Term:
- PaymentCard
-
-
- Description:
- Information about payment card such as Credit Card, Debit Card.
-
-
- Subclass Of:
-
- dpv:FinancialAccount
-
-
-
- Superclass Of:
-
- dpv:PaymentCardExpiry ,
- dpv:PaymentCardNumber
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Payment Card Expiry
-
-
-
- Term:
- PaymentCardExpiry
-
-
- Description:
- Information about payment card expiry such as a date.
-
-
- Subclass Of:
-
- dpv:PaymentCard
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Payment Card Number
-
-
-
- Term:
- PaymentCardNumber
-
-
- Description:
- Information about payment card number.
-
-
- Subclass Of:
-
- dpv:AccountIdentifier ,
- dpv:PaymentCard
-
-
-
- Superclass Of:
-
- dpv:CreditCardNumber
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Personality
-
-
-
- Term:
- Personality
-
-
- Description:
- Information about personality (e.g., categorization in terms of the Big Five personality traits)
-
-
- Subclass Of:
-
- dpv:Behavioral
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Personal Possession
-
-
-
- Term:
- PersonalPossession
-
-
- Description:
- Information about personal possessions.
-
-
- Subclass Of:
-
- dpv:Ownership
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Philosophical Belief
-
-
-
- Physical Address
-
-
-
- Term:
- PhysicalAddress
-
-
- Description:
- Information about physical address.
-
-
- Subclass Of:
-
- dpv:Contact
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- PhysicalCharacteristic
-
-
-
- Physical Health
-
-
-
- Term:
- PhysicalHealth
-
-
- Description:
- Information about physical health.
-
-
- Subclass Of:
-
- dpv:Health
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Physical Trait
-
-
-
- Term:
- PhysicalTrait
-
-
- Description:
- Information about defining traits or features regarding the body.
-
-
- Subclass Of:
-
- dpv:Demographic
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Picture
-
-
-
- Term:
- Picture
-
-
- Description:
- Information about visual representation or image e.g. profile photo.
-
-
- Subclass Of:
-
- dpv:Identifying
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- PIN Code
-
-
-
- Term:
- PINCode
-
-
- Description:
- Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system.
-
-
- Subclass Of:
-
- dpv:Authenticating
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Political Affiliation
-
-
-
-
- Prescription
-
-
-
- Term:
- Prescription
-
-
- Description:
- Information about medical and pharmaceutical prescriptions
-
-
- Subclass Of:
-
- dpv:MedicalHealth
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Privacy Preference
-
-
-
- Term:
- PrivacyPreference
-
-
- Description:
- Information about privacy preferences
-
-
- Subclass Of:
-
- dpv:Preference
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Proclivitie
-
-
-
- Term:
- Proclivitie
-
-
- Description:
- Information about proclivities in a sexual context
-
-
- Subclass Of:
-
- dpv:Sexual
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Professional
-
-
-
- Term:
- Professional
-
-
- Description:
- Information about educational or professional career
-
-
- Subclass Of:
-
- dpv:Social
-
-
-
- Superclass Of:
-
- dpv:DisciplinaryAction ,
- dpv:EmploymentHistory ,
- dpv:Job ,
- dpv:ProfessionalCertification ,
- dpv:ProfessionalEvaluation ,
- dpv:ProfessionalInterview ,
- dpv:Reference ,
- dpv:Salary ,
- dpv:School ,
- dpv:WorkHistory
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Professional Certification
-
-
-
- Term:
- ProfessionalCertification
-
-
- Description:
- Information about professional certifications
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Professional Evaluation
-
-
-
- Term:
- ProfessionalEvaluation
-
-
- Description:
- Information about professional evaluations
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Professional Interview
-
-
-
- Term:
- ProfessionalInterview
-
-
- Description:
- Information about professional interviews
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Purchase
-
-
-
- Term:
- Purchase
-
-
- Description:
- Information about purchases such as items bought e.g. grocery or clothing
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
- See Also:
-
- svd:Purchase
-
-
-
-
-
-
- Purchases and Spending Habit
-
-
-
- Term:
- PurchasesAndSpendingHabit
-
-
- Description:
- Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Reference
-
-
-
- Term:
- Reference
-
-
- Description:
- Information about references in the professional context
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Relationship
-
-
-
- Term:
- Relationship
-
-
- Description:
- Information about relationships and relationship history.
-
-
- Subclass Of:
-
- dpv:Family
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Retina
-
-
-
- Term:
- Retina
-
-
- Description:
- Information about retina and the retinal patterns.
-
-
- Subclass Of:
-
- dpv:Biometric
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Room Number
-
-
-
- Term:
- RoomNumber
-
-
- Description:
- Information about location expressed as Room number or similar numbering systems
-
-
- Subclass Of:
-
- dpv:Location
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Sale
-
-
-
- Term:
- Sale
-
-
- Description:
- Information about sales e.g. selling of goods or services
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- School
-
-
-
- Term:
- School
-
-
- Description:
- Information about school such as name of school, conduct, or grades obtained.
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Secret Text
-
-
-
- Term:
- SecretText
-
-
- Description:
- Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password.
-
-
- Subclass Of:
-
- dpv:Authenticating
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Service Consumption Behavior
-
-
-
- Term:
- ServiceConsumptionBehavior
-
-
- Description:
- Information about the consumption of a service, e.g. time and duration of consumption.
-
-
- Subclass Of:
-
- dpv:Behavioral
-
-
-
- Superclass Of:
-
- dpv:TVViewingBehavior
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-11-26
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Rudy Jacob
-
-
-
-
-
-
-
- Sexual History
-
-
-
- Term:
- SexualHistory
-
-
- Description:
- Information about sexual history
-
-
- Subclass Of:
-
- dpv:Sexual
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Sexual Preference
-
-
-
- Term:
- SexualPreference
-
-
- Description:
- Information about sexual preferences
-
-
- Subclass Of:
-
- dpv:Sexual
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
-
-
-
- Term:
- SocialMediaCommunication
-
-
- Description:
- Information about social media communication, including the communication itself and metadata.
-
-
- Subclass Of:
-
- dpv:Communication
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
- See Also:
-
- svd:Social
-
-
-
-
-
-
-
- Social Status
-
-
-
- Term:
- SocialStatus
-
-
- Description:
- Information about social status
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Special Category Personal Data
-
-
-
-
- Tax
-
-
-
- Term:
- Tax
-
-
- Description:
- Information about financial tax e.g. tax records or tax due
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Telephone Number
-
-
-
- Term:
- TelephoneNumber
-
-
- Description:
- Information about telephone number.
-
-
- Subclass Of:
-
- dpv:Contact
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Transaction
-
-
-
- Term:
- Transaction
-
-
- Description:
- Information about financial transactions e.g. bank transfers
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- TV Viewing Behavior
-
-
-
- Term:
- TVViewingBehavior
-
-
- Description:
- Information about TV viewing behavior, such as timestamps of channel change, duration of viewership, content consumed
-
-
- Subclass Of:
-
- dpv:ServiceConsumptionBehavior
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-11-26
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Rudy Jacob
-
-
-
-
-
-
-
-
- Voice Communication Recording
-
-
-
- Term:
- VoiceCommunicationRecording
-
-
- Description:
- Information about vocal recorded communication (e.g. telephony, VoIP)
-
-
- Subclass Of:
-
- dpv:Communication
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Work History
-
-
-
- Term:
- WorkHistory
-
-
- Description:
- Information about work history in a professional context
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
- Purposes
- Concepts related to Purposes are available as an individual module here .
- DPV at the moment defines a hierarchically organized taxonomy of generic categories of purposes (for processing of personal data). Regulations, such as GDPR, require the purpose to be declared in a specific and understandable manner. We therefore suggest to declare the purpose being used as an instance of one or several dpv:Purpose categories and to always declare the specific purpose with a human readable description (e.g. by using rdfs:label
and rdfs:comment
).
-
- In this example, a new purpose is created as an instance of [=DeliveryOfGoods=] and [=FraudPreventionAndDetection=], and is accompanied with human-readable information. The interpretation of this purpose is to be taken as being the intersection or combination of the two purpose categories.
- :NewPurpose a dpv:DeliveryOfGoods, dpv:FraudPreventionAndDetection ;
- rdfs:label “Deliver Goods and Fraud Prevention" ;
- rdfs:comment "Inteded delivery of goods with fraud prevention” .
-
- DPV provides a way to indicate purposes are restricted or fall within a specific business sector using the class [=Sector=] and the property [=hasSector=]. Hierarchies for defining business sectors include NACE maintained by EU [[NACE]], NAICS maintained by USA [[NAICS]], ISIC maintained by UN [[ISIC]], and GICS maintained by commercial organisations MSCI and S&P [[GICS]]. Multiple classifications can be used through mappings between sector codes such as the NACE to NAICS alignment provided by EU [[NACE-NAICS]].
- We provide an interpretation of the NACE revision 2 codes which uses rdfs:subClassOf
to specify the hierarchy, available here . The NACE codes have the namespace dpv-nace
and are represented as dpv-nace:NACE-CODE
.
-
- For example, the following purpose concerns implementing access control with the domain specified as scientific research using its corresponding NACE code M72:
- :LimitAccess a dpv:AccessControl ;
- rdfs:label “Limit access to lab" ;
- dpv:hasSector dpv-nace:M72 .
- The use of NACE code can assist with corresponding legal or organisational obligations and policies e.g. requiring specific types of access control to be implemented for scientific research labs.
-
- Purposes can be further restricted to specific contexts using the [=Context=] and the property [=hasContext=]. In this case, 'context' refers to a generic context which can be expanded as applicable within an use-case or domain.
-
-
- Concepts for Purposes in DPV
-
- For using purposes, we suggest selecting the most appropriate or applicable purpose over more abstract ones by selecting or extending the relevant classes in the purpose taxonomy. For example, the purpose [=ServiceOptimization=] is further sub-classed to indicate optimisation for consumer as [=OptimisationForConsumer=] and for controller as [=OptimisationForController=].
- The following is an overview of the concepts within the purpose taxonomy:
-
-
-
- Class
- Property
- Description
-
-
-
-
- [=Purpose=]
- [=hasPurpose=]
- Indicate purpose
-
-
- [=Sector=]
- [=hasSector=]
- Indicate sector of organisation or restrict purpose to sector
-
-
- [=Context=]
- [=hasContext=]
- Indicate context or restrict purpose to context
-
-
-
-
- Classes
-
- Academic Research
|
- Access Control
|
- Advertising
|
- Commercial Interest
|
- Commercial Research
|
- Communication for Customer Care
|
- Context
|
- Create Event Recommendations
|
- Create Personalized Recommendations
|
- Create Product Recommendations
|
- Customer Care
|
- Delivery of Goods
|
- Direct Marketing
|
- Fraud Prevention and Detection
|
- Identity Verification
|
- Improve Existing Products and Services
|
- Improve Internal CRM Processes
|
- Increase Service Robustness
|
- Internal Resource Optimisation
|
- Legal Compliance
|
- Marketing
|
- Non-Commercial Research
|
- Optimisation for Consumer
|
- Optimisation for Controller
|
- Optimise User Interface
|
- Payment
|
- Personalised Advertising
|
- Personalised Benefits
|
- Registration and Authentication
|
- Research and Development
|
- Sector
|
- Security
|
- Sell Data to Third Parties
|
- Sell Insights from Data
|
- Sell Products to Data Subject
|
- Sell Targetted Advertisements
|
- Service Optimization
|
- Service Personalization
|
- Service Provision
|
- Social Media
|
- Analytics
|
- User Interface Personalisation
|
-
-
-
- Academic Research
-
-
-
- Term:
- AcademicResearch
-
-
- Description:
- conduct or assist with research conducted in an academic context e.g. within universities
-
-
- Subclass Of:
-
- dpv:ResearchAndDevelopment
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Education
-
-
-
-
-
-
- Access Control
-
-
-
- Term:
- AccessControl
-
-
- Description:
- conduct or enforce access control
-
-
- Subclass Of:
-
- dpv:Security
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Login
-
-
-
-
-
-
- Advertising
-
-
-
- Term:
- Advertising
-
-
- Description:
- carry out advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication.
-
-
- Subclass Of:
-
- dpv:Marketing
-
-
-
- Superclass Of:
-
- dpv:PersonalisedAdvertising
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Commercial Interest
-
-
-
- Commercial Research
-
-
-
- Term:
- CommercialResearch
-
-
- Description:
- conduct research in a commercial setting e.g. in a company
-
-
- Subclass Of:
-
- dpv:ResearchAndDevelopment
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Develop
-
-
-
-
-
-
- Communication for Customer Care
-
-
-
- Term:
- CommunicationForCustomerCare
-
-
- Description:
- communicate with users via email, phone, sms, chat or push messages regarding your requests.
-
-
- Subclass Of:
-
- dpv:CustomerCare
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Context
-
-
-
- Term:
- Context
-
-
- Description:
- The 'context' or 'scope' of the purpose, e.g. restriction to a certain business sector
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Create Event Recommendations
-
-
-
- Term:
- CreateEventRecommendations
-
-
- Description:
- create and provide personalised recommendations for events
-
-
- Subclass Of:
-
- dpv:CreatePersonalizedRecommendations
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-11-26
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Rudy Jacob
-
-
-
-
-
-
- Create Personalized Recommendations
-
-
-
- Create Product Recommendations
-
-
-
- Term:
- CreateProductRecommendations
-
-
- Description:
- create product recommendations e.g. suggest similar products
-
-
- Subclass Of:
-
- dpv:CreatePersonalizedRecommendations
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Marketing
-
-
-
-
-
-
- Customer Care
-
-
-
- Term:
- CustomerCare
-
-
- Description:
- provide assistance for customer complaints and satisfaction
-
-
- Subclass Of:
-
- dpv:ServiceProvision
-
-
-
- Superclass Of:
-
- dpv:CommunicationForCustomerCare
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Feedback
-
-
-
-
-
-
- Delivery of Goods
-
-
-
- Term:
- DeliveryOfGoods
-
-
- Description:
- deliver goods and services
-
-
- Subclass Of:
-
- dpv:RequestedServiceProvision
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Delivery
-
-
-
-
-
-
- Direct Marketing
-
-
-
- Term:
- DirectMarketing
-
-
- Description:
- carry out direct marketing i.e. marketing communicated directly to the individual
-
-
- Subclass Of:
-
- dpv:Marketing
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Fraud Prevention and Detection
-
-
-
- Term:
- FraudPreventionAndDetection
-
-
- Description:
- detect and prevent fraud
-
-
- Subclass Of:
-
- dpv:Security
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Government
-
-
-
-
-
-
- Identity Verification
-
-
-
- Term:
- IdentityVerification
-
-
- Description:
- verify and authorise identity
-
-
- Subclass Of:
-
- dpv:Security
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Improve Existing Products and Services
-
-
-
- Term:
- ImproveExistingProductsAndServices
-
-
- Description:
- improve existing products and services
-
-
- Subclass Of:
-
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Improve Internal CRM Processes
-
-
-
- Term:
- ImproveInternalCRMProcesses
-
-
- Description:
- improve customer-relationship management (CRM) processes
-
-
- Subclass Of:
-
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Increase Service Robustness
-
-
-
- Term:
- IncreaseServiceRobustness
-
-
- Description:
- improve the robustness and resilience of services
-
-
- Subclass Of:
-
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Internal Resource Optimisation
-
-
-
- Term:
- InternalResourceOptimisation
-
-
- Description:
- optimise internal resources used by the organisation e.g. resource usage
-
-
- Subclass Of:
-
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Legal Compliance
-
-
-
- Term:
- LegalCompliance
-
-
- Description:
- fulfill obligations or requirements towards achieving compliance with law or regulations.
-
-
- Subclass Of:
-
- dpv:Purpose
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
- Non-Commercial Research
-
-
-
- Term:
- NonCommercialResearch
-
-
- Description:
- conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)
-
-
- Subclass Of:
-
- dpv:ResearchAndDevelopment
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Optimisation for Consumer
-
-
-
- Term:
- OptimisationForConsumer
-
-
- Description:
- optimise activities and services for the consumer or user
-
-
- Subclass Of:
-
- dpv:ServiceOptimization
-
-
-
- Superclass Of:
-
- dpv:OptimiseUserInterface
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Custom
-
-
-
-
-
-
- Optimisation for Controller
-
-
-
- Optimise User Interface
-
-
-
- Term:
- OptimiseUserInterface
-
-
- Description:
- optimise interfaces presented to the user
-
-
- Subclass Of:
-
- dpv:OptimisationForConsumer
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Payment
-
-
-
- Term:
- Payment
-
-
- Description:
- process users’ payment transactions.
-
-
- Subclass Of:
-
- dpv:ServiceProvision
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Personalised Advertising
-
-
-
- Term:
- PersonalisedAdvertising
-
-
- Description:
- provide personalised advertising
-
-
- Subclass Of:
-
- dpv:Advertising ,
- dpv:ServicePersonalization
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Personalised Benefits
-
-
-
- Term:
- PersonalisedBenefits
-
-
- Description:
- personalise benefits received by the user
-
-
- Subclass Of:
-
- dpv:ServicePersonalization
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Registration and Authentication
-
-
-
- Term:
- RegistrationAuthentication
-
-
- Description:
- register, authenticate, and identify in context of a service.
-
-
- Subclass Of:
-
- dpv:ServiceProvision
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Research and Development
-
-
-
- Term:
- ResearchAndDevelopment
-
-
- Description:
- conduct research and development for new methods, products, or services
-
-
- Subclass Of:
-
- dpv:Purpose
-
-
-
- Superclass Of:
-
- dpv:AcademicResearch ,
- dpv:CommercialResearch ,
- dpv:NonCommercialResearch
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Sector
-
-
-
- Term:
- Sector
-
-
- Description:
- The 'sector' or 'domain' of a purpose e.g. Agriculture, Advertising
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
-
- Sell Data to Third Parties
-
-
-
- Term:
- SellDataToThirdParties
-
-
- Description:
- sell data or information to third parties
-
-
- Subclass Of:
-
- dpv:CommercialInterest
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Sell Insights from Data
-
-
-
- Term:
- SellInsightsFromData
-
-
- Description:
- sell or commercially provide insights obtained from analysis of data
-
-
- Subclass Of:
-
- dpv:CommercialInterest
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Sell Products to Data Subject
-
-
-
- Term:
- SellProductsToDataSubject
-
-
- Description:
- sell products or services
-
-
- Subclass Of:
-
- dpv:CommercialInterest
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Sell Targetted Advertisements
-
-
-
- Term:
- SellTargettedAdvertisements
-
-
- Description:
- sell or provide targetted advertisements
-
-
- Subclass Of:
-
- dpv:CommercialInterest
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Service Optimization
-
-
-
- Term:
- ServiceOptimization
-
-
- Description:
- optimise service or activity
-
-
- Subclass Of:
-
- dpv:Purpose
-
-
-
- Superclass Of:
-
- dpv:OptimisationForConsumer ,
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Service Personalization
-
-
-
-
-
-
-
-
- Term:
- SocialMediaMarketing
-
-
- Description:
- market through and on social media.
-
-
- Subclass Of:
-
- dpv:Marketing
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Analytics
-
-
-
- Term:
- UsageAnalytics
-
-
- Description:
- calculate, analyse, and report user behaviour and events for a service or product.
-
-
- Subclass Of:
-
- dpv:ServiceProvision
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- User Interface Personalisation
-
-
-
- Term:
- UserInterfacePersonalisation
-
-
- Description:
- personalise interfaces presented to the user
-
-
- Subclass Of:
-
- dpv:ServicePersonalization
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
-
-
- Properties
-
- has context
|
- has sector
|
-
-
-
- has context
-
-
-
- Term:
- hasContext
-
-
- Description:
- Indicates a purpose is restricted to the specified context(s)
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
-
-
-
- has sector
-
-
-
- Term:
- hasSector
-
-
- Description:
- Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
-
-
-
-
-
-
-
- Processing Categories
- Concepts related to Processing are available as an individual module here .
- DPV provides a hierarchy of classes to specify the operations associated with the processing of personal data. Declaring the processing or processing categories associated with personal data is required by regulations such as the GDPR. Processing operations (e.g. collect, share, and use) can have specific constraints or obligations which makes it necessary to accurately represent them. While the term ‘use’ is liberally used to refer to a broad range of processing categories in privacy notices, we suggest to select and use appropriate terms to accurately reflect the nature of processing where applicable.
-
-
- Concepts for Processing in DPV
-
- There are a variety of terms used for describing processing operations depending on specific interpretations within the technological, legal, or sociological domain. We consolidate these terms and define the following 'top-level' concepts to create a hierarchical taxonomy for categories of processing: [=Disclose=], [=Copy=], [=Obtain=], [=Remove=], [=Store=], [=Transfer=], [=Transform=], and [=Use=]. Each of these are then further expanded using subclasses within the taxonomy.
- Although the DPV taxonomy of processing categories includes terms mentioned in the definition of processing in GDPR (Article 4-2), their interpretation is based on common understanding (i.e. dictionary definition) and legal interpretation. Where the interpretation of a term differs significantly within a jurisdiction, it is advisable to declare it in a separate vocabulary as an extension to the DPV, similar to DPV-GDPR. An example of where terms differ between common understanding and jurisdiction-dependent definitions is the term 'sell' mentioned within the California Consumer Protection Act (2018) 1798.140(t) , which includes "selling, renting, releasing, disclosing, disseminating, making available, transferring, or otherwise communicating".
- Along with information about the processing 'operation', regulations (e.g. GDPR) also require additional information such as scale of processing, extent of automation and human involvement, source of data, consequences, and algorithmic logic. DPV declares such concepts as top-level classes which can be used in combination with the processing (or other concepts such as purposes) to indicate their application.
- Terms such as evaluation or scoring are defined within the processing categories because they relate to the specific operations or activities taking place over personal data. This is not to be confused as indicating a purpose, since they still need to be applied or defined towards a specific 'purpose' for the processing. For example, consider an use-case for scoring an individual for rankings in an online competition - here the 'scoring' is indicative of the processing operations while 'rankings' is the purpose.
- The following is an overview of the concepts provided within the DPV processing taxonomy:
-
-
-
- Class
- Property
- Description
-
-
-
-
- [=Processing=]
- [=hasProcessing=]
- Specifies the processing operations over personal data
-
-
- [=DataSource=]
- [=hasDataSource=]
- Indicates source of personal data used in processing
-
-
- [=SystematicMonitoring=]
-
- Specifies processing involves systematic monitoring (of data subjects)
-
-
- [=EvaluationScoring=]
-
- Specifies processing involves evaluating or scoring (of data subjects)
-
-
- [=MatchingCombining=]
-
- Specifies processing involves matching or combining of data
-
-
- [=AutomatedDecisionMaking=]
-
- Specifies processing produces automated decisions (regarding data subjects)
-
-
- [=LargeScaleProcessing=]
-
- Specifies processing takes place at 'large scales'
-
-
- [=InnovativeUseOfNewTechnologies=]
-
- Specifies processing involves use of innovative and new technologies
-
-
-
- [=hasAlgorithmicLogic=]
- Specifies the algorithmic logic for processing
-
-
-
- [=hasConsequences=]
- Specifies consequences arising from processing
-
-
-
- [=hasHumanInvolvement=]
- Specifies the extent of human involvement regarding processing
-
-
-
-
- Classes
-
- Acquire
|
- Adapt
|
- Align
|
- Alter
|
- Analyse
|
- Anonymise
|
- Automated Decision Making
|
- Collect
|
- Combine
|
- Consult
|
- Copy
|
- Data Source
|
- Derive
|
- Destruct
|
- Disclose
|
- Disclose by Transmission
|
- Disseminate
|
- Erase
|
- Evaluation and Scoring
|
- Innovative Use of New Technologies
|
- Large Scale Processing
|
- Make Available
|
- Matching and Combining
|
- Move
|
- Obtain
|
- Organise
|
- Profiling
|
- Pseudo-Anonymise
|
- Record
|
- Remove
|
- Restrict
|
- Retrieve
|
- Share
|
- Store
|
- Structure
|
- Systematic Monitoring
|
- Transfer
|
- Transform
|
- Transmit
|
- Use
|
-
-
-
- Acquire
-
-
-
- Term:
- Acquire
-
-
- Description:
- to come into possession or control of the data
-
-
- Subclass Of:
-
- dpv:Obtain
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Adapt
-
-
-
- Term:
- Adapt
-
-
- Description:
- to modify the data, often rewritten into a new form for a new use
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Align
-
-
-
- Term:
- Align
-
-
- Description:
- to adjust the data to be in relation to another data
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Alter
-
-
-
- Term:
- Alter
-
-
- Description:
- to change the data without changing it into something else
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Analyse
-
-
-
- Term:
- Analyse
-
-
- Description:
- to study or examine the data in detail
-
-
- Subclass Of:
-
- dpv:Use
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Analyse
-
-
-
-
-
-
- Anonymise
-
-
-
- Term:
- Anonymise
-
-
- Description:
- to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Anonymize
-
-
-
-
-
-
- Automated Decision Making
-
-
-
- Term:
- AutomatedDecisionMaking
-
-
- Description:
- Processing that involves automated decision making
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
-
-
-
- Copy
-
-
-
- Term:
- Copy
-
-
- Description:
- to produce an exact reprodution of the data
-
-
- Subclass Of:
-
- dpv:Processing
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Copy
-
-
-
-
-
-
- Data Source
-
-
-
- Term:
- DataSource
-
-
- Description:
- The source or origin of data
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Derive
-
-
-
- Term:
- Derive
-
-
- Description:
- to create new derivative data from the original data
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Derive
-
-
-
-
-
-
- Destruct
-
-
-
- Term:
- Destruct
-
-
- Description:
- to process data in a way it no longer exists or cannot be repaired
-
-
- Subclass Of:
-
- dpv:Remove
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
-
- Disclose by Transmission
-
-
-
- Term:
- DiscloseByTransmission
-
-
- Description:
- to disclose data by means of transmission
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Disseminate
-
-
-
- Term:
- Disseminate
-
-
- Description:
- to spread data throughout
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Erase
-
-
-
- Term:
- Erase
-
-
- Description:
- to delete data
-
-
- Subclass Of:
-
- dpv:Remove
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Evaluation and Scoring
-
-
-
- Term:
- EvaluationScoring
-
-
- Description:
- Processing that involves evaluation and scoring of individuals
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Innovative Use of New Technologies
-
-
-
- Term:
- InnovativeUseOfNewTechnologies
-
-
- Description:
- Processing that involves use of innovative and new technologies
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Large Scale Processing
-
-
-
- Term:
- LargeScaleProcessing
-
-
- Description:
- Processing that takes place at large scales
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Make Available
-
-
-
- Term:
- MakeAvailable
-
-
- Description:
- to transform or publish data to be used
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Matching and Combining
-
-
-
- Term:
- MatchingCombining
-
-
- Description:
- Processing that involves matching and combining of personal data
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Move
-
-
-
- Term:
- Move
-
-
- Description:
- to move data from one location to another including deleting the original copy
-
-
- Subclass Of:
-
- dpv:Transfer
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Move
-
-
-
-
-
-
-
- Organise
-
-
-
- Term:
- Organise
-
-
- Description:
- to organize data for arranging or classifying
-
-
- Subclass Of:
-
- dpv:Processing
-
-
-
- Superclass Of:
-
- dpv:Structure
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Profiling
-
-
-
- Term:
- Profiling
-
-
- Description:
- to create a profile that describes or represents a person
-
-
- Subclass Of:
-
- dpv:Use
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Pseudo-Anonymise
-
-
-
- Term:
- PseudoAnonymise
-
-
- Description:
- to replace personal identifiable information by artificial identifiers
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Record
-
-
-
- Term:
- Record
-
-
- Description:
- to make a record (especially media)
-
-
- Subclass Of:
-
- dpv:Obtain
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
-
- Restrict
-
-
-
- Term:
- Restrict
-
-
- Description:
- to apply a restriction on the processsing of specific records
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Retrieve
-
-
-
- Term:
- Retrieve
-
-
- Description:
- to retrieve data, often in an automated manner
-
-
- Subclass Of:
-
- dpv:Use
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Share
-
-
-
- Term:
- Share
-
-
- Description:
- to give data (or a portion of it) to others
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Store
-
-
-
- Term:
- Store
-
-
- Description:
- to keep data for future use
-
-
- Subclass Of:
-
- dpv:Processing
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Structure
-
-
-
- Term:
- Structure
-
-
- Description:
- to arrange data according to a structure
-
-
- Subclass Of:
-
- dpv:Organise
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Systematic Monitoring
-
-
-
- Term:
- SystematicMonitoring
-
-
- Description:
- Processing that involves systematic monitoring of individuals
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Transfer
-
-
-
- Term:
- Transfer
-
-
- Description:
- to move data from one place to another
-
-
- Subclass Of:
-
- dpv:Processing
-
-
-
- Superclass Of:
-
- dpv:Move
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Transfer
-
-
-
-
-
-
-
- Transmit
-
-
-
- Term:
- Transmit
-
-
- Description:
- to send out data
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
-
-
-
- Properties
-
- has algorithmic logic
|
- has consequences
|
- has data source
|
- has human involvement
|
-
-
-
- has algorithmic logic
-
-
-
- Term:
- hasAlgorithmicLogic
-
-
- Description:
- Indicates the logic used in processing such as for automated decision making
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P. Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- has consequences
-
-
-
- Term:
- hasConsequences
-
-
- Description:
- Indicates consequences of processing such as those for Data Subjects in relation to automated decision making
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P. Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- has data source
-
-
-
- Term:
- hasDataSource
-
-
- Description:
- Indicates the source or origin of data being processed
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P. Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- has human involvement
-
-
-
- Term:
- hasHumanInvolvement
-
-
- Description:
- Indicates Involvement of humans in processing such as within automated decision making process
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P. Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
-
-
-
-
- Technical and Organisational Measures
- Concepts related to Technical and Organisational Measures are available as an individual module here .
- Technical and Organisational measures consist of activities, processes, or procedures used in connection with ensuring data protection, carrying out processing in a secure manner, and complying with legal obligations. Such measures are required by regulations depending on the context of processing involving personal data. For example, GDPR (Article 32) states implementing appropriate measures by taking into account the state of the art, the costs of implementation and the nature, scope, context and purposes of processing, as well as risks, rights and freedoms. Specific examples of measures in the article include:
-
- the pseudonymisation and encryption of personal data
- the ability to ensure the ongoing confidentiality, integrity, availability and resilience of processing systems and services
- the ability to restore the availability and access to personal data in a timely manner in the event of a physical or technical incident
- a process for regularly testing, assessing and evaluating the effectiveness of technical and organisational measures for ensuring the security of the processing
-
-
-
- Concepts for Technical and Organisational Measures in DPV
-
- To represent these requirements, the DPV defines a hierarchical taxonomy of technical and organisational measures through the top-level concept of [=TechnicalOrganisationalMeasure=], which is further distinguished as [=TechnicalMeasure=] and [=OrganisationalMeasure=]. A technical measure is an implementation detail or technology used to achieve a specific goal or objective, such as an authentication protocol used to validate identity. In contrast, an organisational measure is a process or procedure used by the organisation, for example an authorisation procedure to decide who should be granted access within an organisation.
- Measures can be associated using the generic property [=measureImplementedBy=]. The value or object of this property can be an IRI (or URL) representing a specific measure or standard used to implement it, or a String representing relevant information.
- In the future, we plan to provide a collection of terms and URIs for specifying standards (e.g. ISO) and best practices (e.g. certifications, seals). Whether this should be provided within the DPV itself or as a separate extension similar to DPV-GDPR is to be decided. We welcome participation and contributions for this work.
- DPV provides specific measures for storage of personal data in the form of [=StorageRestriction=], with specialised variants for duration as [=StorageDuration=], location as [=StorageLocation=], deletion as [=StorageDeletion=], and restoration as [=StorageRestoration=].
- The generic properties [=hasStorage=], [=hasLocation=], and [=hasDuration=] enable representing information about storage, location, and duration respectively. These can be used to specify restrictions or conditions, such as for storage of personal data, its processing, or information about recipients.
- For indicating the mitigation of [=Risk=], DPV provides [=RiskMitigationMeasure=] as a top-level concept within the Technical and Organisational measures taxonomy. The property [=mitigatesRisk=] is used to indicate the relationship between risk and its mitigation.
- The following provides an overview of the important top-level concepts within the Technical and Organisational measures taxonomy:
-
-
-
- Class
- Property
- Description
-
-
-
-
- [=TechnicalOrganisationalMeasure=]
- [=hasTechnicalOrganisationalMeasure=]
- Specifies the technical and organisational measures utilised or applicable
-
-
-
- [=measureImplementedBy=]
- Specifies the implementation details of measure
-
-
- [=RiskMitigationMeasure=]
- [=mitigatesRisk=]
- Specifies use of measure to mitigate risks
-
-
- [=StorageRestriction=]
-
- Specifies restriction on storage of personal data
-
-
- [=StorageDuration=]
-
- Specifies restriction on duration of storage
-
-
- [=StorageLocation=]
-
- Specifies restriction on location of storage
-
-
- [=StorageDeletion=]
-
- Specifies restriction on deletion of storage
-
-
-
- [=hasStorage=]
- Specifies information about storage
-
-
-
- [=hasLocation=]
- Specifies information about location
-
-
-
- [=hasDuration=]
- Specifies information about duration
-
-
-
-
- Classes
-
- Access Control Method
|
- Anonymization
|
- Authentication Protocols
|
- Authorisation Procedure
|
- Certification
|
- Certification and Seal
|
- Code of Conduct
|
- Consultation
|
- Consultation with Authority
|
- Contract
|
- De-Identification
|
- Design Standard
|
- Data Protection Impact Assessment (DPIA)
|
- Encryption in Rest
|
- Encryption in Transfer
|
- GuidelinesPrinciple
|
- Impact Assessment
|
- Legal Agreement
|
- Non-Disclosure Agreement (NDA)
|
- Organisational Measure
|
- Privacy Impact Assessment
|
- Privacy by Default
|
- Privacy by Design
|
- Pseudo-Anonymization
|
- Pseudonymisation and Encryption
|
- Regularity of Re-certification
|
- Risk Management Procedure
|
- Risk Mitigation Measure
|
- Seal
|
- Single Sign On
|
- Staff Training
|
- Storage Deletion
|
- Storage Duration
|
- Storage Location
|
- Storage Restoration
|
- Storage Restriction
|
- Technical Measure
|
-
-
-
- Access Control Method
-
-
-
- Term:
- AccessControlMethod
-
-
- Description:
- Methods which restrict access to a place or resource
-
-
- Subclass Of:
-
- dpv:TechnicalMeasure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Anonymization
-
-
-
- Term:
- Anonymization
-
-
- Description:
- Altering personal data irreversibly such that a data subject can no longer be identified directly or indirectly, either by the data controller alone or in collaboration with any other party
-
-
- Subclass Of:
-
- dpv:PseudoAnonymization
-
-
-
- Source:
-
- GDPR Art.4-5
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Authentication Protocols
-
-
-
- Term:
- AuthenticationProtocols
-
-
- Description:
- Protocols involving validation of identity i.e. authentication of a person or information
-
-
- Subclass Of:
-
- dpv:TechnicalMeasure
-
-
-
- Superclass Of:
-
- dpv:SingleSignOn
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Authorisation Procedure
-
-
-
- Term:
- AuthorisationProcedure
-
-
- Description:
- Procedures for determining authorisation through permission or authority
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Certification
-
-
-
- Term:
- Certification
-
-
- Description:
- Certification mechanisms, seals, and marks for the purpose of demonstrating compliance
-
-
- Subclass Of:
-
- dpv:CertificationSeal
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Certification and Seal
-
-
-
- Term:
- CertificationSeal
-
-
- Description:
- Certifications, seals, and marks indicating compliance to regulations or practices
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:Certification ,
- dpv:Seal
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Code of Conduct
-
-
-
- Term:
- CodeOfConduct
-
-
- Description:
- A set of rules or procedures outlining the norms and practices for conducting activities
-
-
- Subclass Of:
-
- dpv:GuidelinesPrinciple
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Consultation
-
-
-
- Term:
- Consultation
-
-
- Description:
- Consultation is a process of receiving feedback, advice, or opinion from an external agency
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:ConsultationWithAuthority
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Consultation with Authority
-
-
-
- Term:
- ConsultationWithAuthority
-
-
- Description:
- Consultation with an authority or authoritative entity
-
-
- Subclass Of:
-
- dpv:Consultation
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Contract
-
-
-
- Term:
- Contract
-
-
- Description:
- Contractual terms governing data handling within the data controller
-
-
- Subclass Of:
-
- dpv:LegalAgreement
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- De-Identification
-
-
-
- Term:
- DeIdentification
-
-
- Description:
- Conversion of identifiable personal data (PII) to un-identifiable personal data
-
-
- Subclass Of:
-
- dpv:PseudoAnonymization
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Design Standard
-
-
-
- Term:
- DesignStandard
-
-
- Description:
- A set of rules or guidelines outlining criterias for design
-
-
- Subclass Of:
-
- dpv:GuidelinesPrinciple
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Data Protection Impact Assessment (DPIA)
-
-
-
- Term:
- DPIA
-
-
- Description:
- A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals
-
-
- Subclass Of:
-
- dpv:ImpactAssessment
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Encryption in Rest
-
-
-
- Term:
- EncryptionInRest
-
-
- Description:
- Encryption of data when being stored (persistent encryption)
-
-
- Subclass Of:
-
- dpv:PseudonymisationEncryption
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Encryption in Transfer
-
-
-
- Term:
- EncryptionInTransfer
-
-
- Description:
- Encryption of data in transit e.g. when being transferred from one location to another, including sharing
-
-
- Subclass Of:
-
- dpv:PseudonymisationEncryption
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- GuidelinesPrinciple
-
-
-
- Impact Assessment
-
-
-
- Term:
- ImpactAssessment
-
-
- Description:
- Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments.
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:DPIA ,
- dpv:PIA
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Legal Agreement
-
-
-
- Term:
- LegalAgreement
-
-
- Description:
- A legally binding agreement
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:Contract ,
- dpv:NDA
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Non-Disclosure Agreement (NDA)
-
-
-
- Term:
- NDA
-
-
- Description:
- Non-disclosure Agreements e.g. preserving confidentiality of information
-
-
- Subclass Of:
-
- dpv:LegalAgreement
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Organisational Measure
-
-
-
- Privacy Impact Assessment
-
-
-
- Term:
- PIA
-
-
- Description:
- Carrying out an impact assessment regarding privacy risks
-
-
- Subclass Of:
-
- dpv:ImpactAssessment
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Privacy by Default
-
-
-
- Term:
- PrivacyByDefault
-
-
- Description:
- Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service
-
-
- Subclass Of:
-
- dpv:GuidelinesPrinciple
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Privacy by Design
-
-
-
- Term:
- PrivacyByDesign
-
-
- Description:
- Practices regarding incorporating data protection and privacy in the design of information and services
-
-
- Subclass Of:
-
- dpv:RiskManagementProcedure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Pseudo-Anonymization
-
-
-
- Term:
- PseudoAnonymization
-
-
- Description:
- PseudoAnonmyization or 'pseudonymisation’ means the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person;
-
-
- Subclass Of:
-
- dpv:PseudonymisationEncryption
-
-
-
- Superclass Of:
-
- dpv:Anonymization ,
- dpv:DeIdentification
-
-
-
- Source:
-
- GDPR Art.4-5
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Pseudonymisation and Encryption
-
-
-
- Regularity of Re-certification
-
-
-
- Term:
- RegularityOfRecertification
-
-
- Description:
- Policy regarding repetition or renewal of existing certification(s)
-
-
- Subclass Of:
-
- dpv:RiskManagementProcedure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Risk Management Procedure
-
-
-
- Term:
- RiskManagementProcedure
-
-
- Description:
- Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process.
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:PrivacyByDesign ,
- dpv:RegularityOfRecertification ,
- dpv:StaffTraining
-
-
-
- Source:
-
- ISO 31000
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Risk Mitigation Measure
-
-
-
- Term:
- RiskMitigationMeasure
-
-
- Description:
- Measures intended to mitigate, minimise, or prevent risk.
-
-
- Subclass Of:
-
- dpv:TechnicalOrganisationalMeasure
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Seal
-
-
-
- Term:
- Seal
-
-
- Description:
- A seal or a mark indicating proof of certification to some certification or standard
-
-
- Subclass Of:
-
- dpv:CertificationSeal
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Single Sign On
-
-
-
- Term:
- SingleSignOn
-
-
- Description:
- Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts.
-
-
- Subclass Of:
-
- dpv:AuthenticationProtocols
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Staff Training
-
-
-
- Term:
- StaffTraining
-
-
- Description:
- Practices and policies regarding training of staff members
-
-
- Subclass Of:
-
- dpv:RiskManagementProcedure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Deletion
-
-
-
- Term:
- StorageDeletion
-
-
- Description:
- Deletion or Erasure of data including any deletion guarantees
-
-
- Subclass Of:
-
- dpv:StorageRestriction
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Duration
-
-
-
- Term:
- StorageDuration
-
-
- Description:
- Duration or temporal entity denoting limitation on storage of personal data
-
-
- Subclass Of:
-
- dpv:StorageRestriction
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Location
-
-
-
- Term:
- StorageLocation
-
-
- Description:
- Location or geospatial scope where the data is stored
-
-
- Subclass Of:
-
- dpv:StorageRestriction
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Restoration
-
-
-
- Term:
- StorageRestoration
-
-
- Description:
- Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved
-
-
- Subclass Of:
-
- dpv:StorageRestriction
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Restriction
-
-
-
-
-
-
- Properties
-
- has duration
|
- has location
|
- has storage
|
- measure implemented by
|
- mitigates risk
|
-
-
-
- has duration
-
-
-
- Term:
- hasDuration
-
-
- Description:
- Indicates information about duration
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- has location
-
-
-
- Term:
- hasLocation
-
-
- Description:
- Indicates information about location
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- has storage
-
-
-
- Term:
- hasStorage
-
-
- Description:
- Indicates information about storage
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- measure implemented by
-
-
-
- Term:
- measureImplementedBy
-
-
- Description:
- a generic Property to describe how the measure is implemented
-
-
- Status:
- accepted
-
-
- Created:
- 2019-05-07
-
-
- Contributor(s):
-
- Axel Polleres
-
-
-
-
-
-
- mitigates risk
-
-
-
- Term:
- mitigatesRisk
-
-
- Description:
- Indicates mitigation of risk(s)
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
-
- Entities
- Concepts related to Entities are available as an individual module here .
- Entities refer to individuals, organisations, institutions, authorities, agencies, or any similar 'actor'. Defining and representing them is important given their rights and responsibilities under legal obligations. To represent such entities, DPV defines the [=LegalEntity=] class as a generic concept which if further extended to represent the different categories of entities.
-
-
- Concepts for Entities in DPV
-
- The DPV core vocabulary includes the concepts of [=DataSubject=], [=DataController=], and [=Recipient=] which are subclasses of [=LegalEntity=]. Consequently, they are not described in this section to avoid duplicity.
- To describe the entities that act as recipients regarding personal data and its processing, the concepts of [=DataProcessor=], [=DataSubProcessor=], and [=ThirdParty=] are defined. Defining recipients is important in the context of data protection and privacy as it allows tracking the entities personal data is shared/transfered with. The concepts of [=Child=] and [=VulnerableDataSubject=] represent specific categories of data subjects based on relevance in legal requirements. The concept [=Authority=] represents an entity with legal authority, and is extended to represent [=DataProtectionAuthority=] for a specific authority concerned with data protection and privacy. To represent an 'agent' of an organisation, the concept [=Representative=] is provided. Similarly, [=DataProtectionOfficer=] refers to a specific entity associated with monitoring data protection and privacy within (or on behalf of) an organisation.
- The concept 'child' can be legally distinct from 'minor', although they are also used as synonyms in several cases. DPV uses 'child' as the commonly used term to signify an individual below a certain legally defined age. This is influenced from the use of the term 'child' within the GDPR and by CJEU in its judgements. It is important to note that the relevant age for determining a child (or a minor child) varies by jurisdiction.
- To represent information about entities, DPV provides the following properties: [=hasName=] to indicate name, [=hasAddress=] to indicate address, [=hasContact=] to indicate contact or communication channels, [=hasIdentifier=] to indicate an identifier associated with the entity, and [=hasRepresentative=] to indicate an 'agent' or representative of the entity.
-
- Classes
-
- Authority
|
- Child
|
- Data Processor
|
- Data Protection Authority
|
- Data Protection Officer
|
- Data Sub-Processor
|
- Legal Entity
|
- Representative
|
- Third Party
|
- Vulnerable Data Subject
|
-
-
-
- Authority
-
-
-
- Term:
- Authority
-
-
- Description:
- An authority with the power to create or enforce laws, or determine their compliance.
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Superclass Of:
-
- dpv:DataProtectionAuthority
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg Krog,
- Harshvardhan Pandit,
- Paul Ryan
-
-
-
-
-
-
- Child
-
-
-
- Term:
- Child
-
-
- Description:
- A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
-
-
- Subclass Of:
-
- dpv:DataSubject
-
-
-
- Created:
- 2020-11-25
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Data Processor
-
-
-
- Term:
- DataProcessor
-
-
- Description:
- A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.
-
-
- Subclass Of:
-
- dpv:Recipient
-
-
-
- Superclass Of:
-
- dpv:DataSubProcessor
-
-
-
- Source:
-
- GDPR Art.4-8
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Data Protection Authority
-
-
-
- Term:
- DataProtectionAuthority
-
-
- Description:
- An authority tasked with overseeing legal compliance regarding privacy and data protection laws.
-
-
- Subclass Of:
-
- dpv:Authority
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg Krog,
- Harshvardhan Pandit,
- Paul Ryan
-
-
-
-
-
-
- Data Protection Officer
-
-
-
- Term:
- DataProtectionOfficer
-
-
- Description:
- An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority.
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Source:
-
- GDPR Art.37
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg Krog,
- Paul Ryan
-
-
-
-
-
-
- Data Sub-Processor
-
-
-
- Term:
- DataSubProcessor
-
-
- Description:
- A 'sub-processor' is a processor engaged by another processor
-
-
- Subclass Of:
-
- dpv:DataProcessor
-
-
-
- Created:
- 2020-11-25
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
- Representative
-
-
-
- Term:
- Representative
-
-
- Description:
- A representative of a legal entity
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Source:
-
- GDPR Art.27
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Third Party
-
-
-
- Term:
- ThirdParty
-
-
- Description:
- A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data.
-
-
- Subclass Of:
-
- dpv:Recipient
-
-
-
- Source:
-
- GDPR Art.4-10
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Vulnerable Data Subject
-
-
-
- Term:
- VulnerableDataSubject
-
-
- Description:
- Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards
-
-
- Subclass Of:
-
- dpv:DataSubject
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg Krog,
- Harshvardhan Pandit,
- Paul Ryan
-
-
-
-
-
-
-
-
- Properties
-
- has address
|
- has contact
|
- has identifier
|
- has name
|
- has representative
|
-
-
-
- has address
-
-
-
- Term:
- hasAddress
-
-
- Description:
- Specifies address of a legal entity such as street address or pin code
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
-
-
-
-
- Term:
- hasContact
-
-
- Description:
- Specifies contact details of a legal entity such as phone or email
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
- has identifier
-
-
-
- Term:
- hasIdentifier
-
-
- Description:
- Specifies an identifier for the entity such as registeration number or official ID
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-25
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
- has name
-
-
-
- Term:
- hasName
-
-
- Description:
- Specifies name of a legal entity
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
- has representative
-
-
-
- Term:
- hasRepresentative
-
-
- Description:
- Specifies representative of the legal entity
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
-
-
-
-
- Consent
- The concepts related to Consent are available as an individual module here .
- Consent is one of the legal bases or legal justifications for the processing of personal data, whose legal validity is associated with requirements and obligations based on jurisdictional laws. DPV provides concepts to describe consent and its attributes to represent a 'record' of consent from a compliance perspective.
- [=Consent=] represents the concept of 'consent', with the DPV classes and properties used to associate the relevant information it is about. If using [=PersonalDataHandling=], the use of consent can be indicated through the [=hasLegalBasis=] property, and the relevant information associated using properties, such as [=hasPurpose=] and [=Purpose=]. Conversely, one can also create alternate forms of 'consent as a policy' where the purpose and other information is directly associated with [=Consent=] using the generic properties.
- To specify additional information, DPV specifies provenance properties of [=hasProvisionTime=] and [=hasProvisionMethod=] for how consent was given, and [=hasWithdrawalTime=] and [=hasWithdrawalMethod=] to indicate how consent was withdrawn. The expiry of consent can be specified using the property [=hasExpiry=], with sub-properties provided to define expiry as a temporal entity using [=hasExpiryTime=] or as a condition/event using [=hasExpiryCondition=].
- Requirements for 'informed' consent require provision of information before the consent is obtained so as to inform the individual. This information is typically provided through a 'notice', which can be specified using the property [=hasConsentNotice=]. Similarly, 'explicit' consent is a specific form of consent where the action of giving consent carries additional obligations of being explicitly performed by the individual. To represent this, the boolean property [=isExplicit=] is provided.
- The specific conditions under which consent can be considered valid, or informed, or explicit as defined under jurisdictional law. The terms provided within the DPV are generic concepts for representing these 'types' of consent. For using specific jurisdictional requirements and use of consent as a legal basis, it is advisable to declare such jurisdictional concepts in a separate extension to the DPV. For specific use of consent as a legal basis defined within GDPR, we provide DPV-GDPR .
- To specify consent provided by delegation, such as in the case of a parent or guardian providing consent for a child, the properties [=hasProvisionByJustification=] and [=hasWithdrawalByJustification=] can be used to capture the nature of such ‘delegation’, with the fields [=hasProvisionBy=] and [=hasWithdrawalBy=] representing the legal entity who provided the consent. By default, the consent can be assumed to be provided by the associated Data Subject.
-
- Classes
-
- Consent
|
-
-
-
- Consent
-
-
-
- Term:
- Consent
-
-
- Description:
- Consent of the data subject regarding processing of their personal data
-
-
- Source:
-
- GDPR Art.4-11
-
-
-
- Created:
- 2019-04-05
-
-
-
-
-
-
-
- Properties
-
- has consent notice
|
- has expiry
|
- has expiry condition
|
- has expiry time
|
- has provision by
|
- has provision by justification
|
- has provision method
|
- has provision time
|
- has withdrawal by
|
- has withdrawal by justification
|
- has withdrawal method
|
- has withdrawal time
|
- is explicit
|
-
-
-
- has consent notice
-
-
-
- Term:
- hasConsentNotice
-
-
- Description:
- Specifies the notice provided in context of consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has expiry
-
-
-
- Term:
- hasExpiry
-
-
- Description:
- Generic property specifying when or under which condition(s) the consent will expire
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has expiry condition
-
-
-
- Term:
- hasExpiryCondition
-
-
- Description:
- Specifies the condition or event that determines the expiry of consent
-
-
- Sub-Property Of:
-
- http://www.w3.org/ns/dpv#expiry
-
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has expiry time
-
-
-
- Term:
- hasExpiryTime
-
-
- Description:
- Specifies the expiry time or duration for consent
-
-
- Sub-Property Of:
-
- http://www.w3.org/ns/dpv#expiry
-
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has provision by
-
-
-
- Term:
- hasProvisionBy
-
-
- Description:
- Specifies the entity that provisioned or provided consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has provision by justification
-
-
-
- Term:
- hasProvisionByJustification
-
-
- Description:
- Specifies the justification for entity providing consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has provision method
-
-
-
- Term:
- hasProvisionMethod
-
-
- Description:
- Specifies the method by which consent was provisioned or provided
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has provision time
-
-
-
- Term:
- hasProvisionTime
-
-
- Description:
- Specifies the instant in time when consent was given
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has withdrawal by
-
-
-
- Term:
- hasWithdrawalBy
-
-
- Description:
- Specifies the entity that withdrew consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has withdrawal by justification
-
-
-
- Term:
- hasWithdrawalByJustification
-
-
- Description:
- Specifies the justification for entity withdrawing consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has withdrawal method
-
-
-
- Term:
- hasWithdrawalMethod
-
-
- Description:
- Specifries the method by which consent can be/has been withdrawn
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has withdrawal time
-
-
-
- Term:
- hasWithdrawalTime
-
-
- Description:
- Specifies the instant in time when consent was withdrawn
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- is explicit
-
-
-
- Term:
- isExplicit
-
-
- Description:
- Specifies consent is 'explicit'
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/documentation-generator/docs/index.html b/documentation-generator/docs/index.html
deleted file mode 100644
index 79d25a084..000000000
--- a/documentation-generator/docs/index.html
+++ /dev/null
@@ -1,14666 +0,0 @@
-
-
-
-
- Data Privacy Vocabulary (DPV)
-
-
-
-
-
-
- The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to describe and represent information related to processing of personal data based on established requirements such as for the EU General Data Protection Regulation (GDPR). The DPV is structured as a top-down hierarchical vocabulary with the core or base concepts of personal data categories, purposes of processing and types of processing, data controller(s) associated, recipients of personal data, legal bases or justifications used, technical and organisational measures and restrictions (e.g. storage locations and storage durations), applicable rights, and the risks involved.
-
- The namespace for DPV terms is http://www.w3.org/ns/dpv#
- The suggested prefix for the DPV namespace is dpv
- The DPV and its documentation is available on GitHub .
-
-
-
- This document is published by the Data Privacy Vocabularies and Controls Community Group (DPVCG) as a deliverable and report of its work in creating and maintaining the Data Privacy Vocabulary (DPV).
-
-
Contributing to the DPV and its extensions The DPVCG welcomes participation regarding the DPV, including expansion or refinement of its terms, addressing open issues, and welcomes suggestions on their resolution or mitigation.
-
While we welcome participation via any and all mediums - e.g., via Github pull requests or issues, emails , papers, or reports - the formal resolution of contributions takes place only through the DPVCG meeting calls and mailing lists. We therefore suggest joining the group to participate in these discussions for formal approval.
-
For contributions to the DPV, please see the section on GitHub . The current list of open issues and their discussions to date can be found at DPVCG issue tracker as well as GitHub issues .
-
-
-
- Introduction
- The Data Privacy Vocabulary provides terms (classes and properties) to describe and represent information about personal data handling. In particular, the vocabulary provides extensible taxonomies of terms to describe the following components:
-
- These terms are intended to represent personal data handling as machine-readable information by specifying personal data categories undergoing processing, its purpose(s), the data controller(s) involved, recipient(s) of this data, the legal bases or justifications used (e.g. consent or legitimate interest), involving technical and organisational measures and restrictions (e.g. storage location and storage duration), the applicable rights, and possibility of risks.
- As the Legal Bases are dependant on legal jurisdictions, we provide the legal bases defined by GDPR as a separate 'extension' of the DPV called DPV-GDPR . The DPV is intended to be a 'general vocabulary', where extensions can be used to expand it to any jurisdiction, domain, and use-case specific requirements.
- Examples of applications where the concepts provided by the DPV can be used are:
-
- represent policies for personal data handling
- represent information about consent e.g. provenance of consent
- log/document personal data handling actions e.g. by a data controller
- support automated checking of legal compliances of data handling ex ante (prior to processing), or ex post (i.e. check compliance after processing)
-
-
-
- Namespaces
- The namespace for DPV vocabulary is http://www.w3.org/ns/dpv#
. The table below indicates the full list of namespaces and prefixes used in this document.
-
-
-
- Prefix
- Namespace
-
-
-
-
-
- dct
-
-
- http://purl.org/dc/terms/
-
-
-
-
- dpv
-
-
- http://www.w3.org/ns/dpv#
-
-
-
-
- dpv-gdpr
-
-
- http://www.w3.org/ns/dpv-gdpr#
-
-
-
-
- dpv-nace
-
-
- http://www.w3.org/ns/dpv-nace#
-
-
-
-
- odrl
-
-
- http://www.w3.org/ns/odrl/2/
-
-
-
-
- owl
-
-
- http://www.w3.org/2002/07/owl#
-
-
-
-
- rdf
-
-
- http://www.w3.org/1999/02/22-rdf-syntax-ns#
-
-
-
-
- rdfs
-
-
- http://www.w3.org/2000/01/rdf-schema#
-
-
-
-
- skos
-
-
- http://www.w3.org/2004/02/skos/core#
-
-
-
-
- spl
-
-
- http://www.specialprivacy.eu/langs/usage-policy#
-
-
-
-
- svd
-
-
- http://www.specialprivacy.eu/vocabs/data#
-
-
-
-
- svdu
-
-
- http://www.specialprivacy.eu/vocabs/duration#
-
-
-
-
- svl
-
-
- http://www.specialprivacy.eu/vocabs/locations#
-
-
-
-
- svpu
-
-
- http://www.specialprivacy.eu/vocabs/purposes#
-
-
-
-
- svpr
-
-
- http://www.specialprivacy.eu/vocabs/processing#
-
-
-
-
- svr
-
-
- http://www.specialprivacy.eu/vocabs/recipients
-
-
-
-
- xsd
-
-
- http://www.w3.org/2001/XMLSchema#
-
-
-
-
-
-
-
-
-
- Base Vocabulary
- Concepts in the Base vocabulary are available as an individual module here .
-
-
- Base Vocabulary
-
- The 'Base' or 'Core' vocabulary describes the top-level classes required for defining a 'policy' for personal data handling. Classes and properties for each top-level class are further elaborated using sub-vocabularies, for example a taxonomy of personal data categories. While all concepts within the vocabulary share a single namespace, the modular approach makes it possible to use only the specific taxonomies or sub-vocabularies, for example to refer only to purposes. The DPV provides the following as top-level concepts and generic properties to associate them with other concepts:
-
-
-
- Class
- Property
- Description
-
-
-
-
- [=PersonalDataCategory=]
- [=hasPersonalDataCategory=]
- Personal data categories
-
-
- [=Purpose=]
- [=hasPurpose=]
- Purpose of Processing
-
-
- [=Processing=]
- [=hasProcessing=]
- Category or type of processing of personal data
-
-
- [=DataController=]
- [=hasDataController=]
- Data Controller responsible for processing
-
-
- [=DataSubject=]
- [=hasDataSubject=]
- Data Subject or Individual whose data is being processing
-
-
- [=Recipient=]
- [=hasRecipient=]
- Recipient of personal data
-
-
- [=TechnicalOrganisationalMeasure=]
- [=hasTechnicalOrganisationalMeasure=]
- Technical and/or Organisational measures associated with processing
-
-
- [=LegalBasis=]
- [=hasLegalBasis=]
- Legal bases or justifications for processing
-
-
- [=Right=] and [=DataSubjectRight=]
- [=hasRight=]
- Rights applicable or provided
-
-
- [=Risk=]
- [=hasRisk=]
- Risks applicable or probable regarding processing
-
-
-
-
- Along with these, the DPV defines the concept of [=PersonalDataHandling=] for representing a 'policy' associating the top-level concepts with one another. For example, using [=PersonalDataHandling=] it is possible to indicate the application of a specific purpose and processing to categories of personal data relating to data subjects (or individual), along with the data controller responsible, the recipients of data, legal basis used, the technical and organisational measures involved, rights provided, and the possibility of risks.
- The DPV does not mandate the use of [=PersonalDataHandling=]. Adopters can define their own interpretation of what concepts personal data handling involves, or define a separate concept similar to [=PersonalDataHandling=]. For example, one may specify that a [=PersonalDataHandling=] is only associated with [=Purpose=], [=Processing=], [=PersonalDataCategory=], and [=Recipient=] where the legal basis and technical and organisational measures are either assumed or defined externally. In continuation of this, the DPV also does not provide any constraints on the inclusion or exclusion of concepts used to define an instance of [=PersonalDataHandling=]. Possibilities for specifying such constraints include use of OWL2 semantics and SHACL to specify mandatory concepts. For example, requiring every instance of [=PersonalDataHandling=] must have at least one Personal Data Category, Controller, Purpose, and Legal Basis.
-
- Classes
-
- Data Controller
|
- Data Subject
|
- Data Subject Right
|
- Legal Basis
|
- Personal Data Category
|
- Personal Data Handling
|
- Processing
|
- Purpose
|
- Recipient
|
- Right
|
- Risk
|
- Technical and Organisational Measure
|
-
-
-
- Data Controller
-
-
-
- Term:
- DataController
-
-
- Description:
- The individual or organisation that decides (or controls) the purpose(s) of processing personal data.
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Source:
-
- GDPR Art.4-7g
-
-
-
- Created:
- 2019-04-05
-
-
- Modified:
- 2020-11-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Javier Fernández
-
-
-
-
-
-
- Data Subject
-
-
-
- Term:
- DataSubject
-
-
- Description:
- The individual (or category of individuals) whose personal data is being processed
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Superclass Of:
-
- dpv:Child ,
- dpv:VulnerableDataSubject
-
-
-
- Source:
-
- GDPR Art.4-1g
-
-
-
- Created:
- 2019-04-05
-
-
- Modified:
- 2020-11-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Javier Fernández
-
-
-
-
-
-
- Data Subject Right
-
-
-
- Term:
- DataSubjectRight
-
-
- Description:
- The rights applicable or provided to a Data Subject
-
-
- Subclass Of:
-
- dpv:Right
-
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan Pandit
-
-
-
-
-
-
- Legal Basis
-
-
-
- Term:
- LegalBasis
-
-
- Description:
- The Legal basis used to justify processing of personal data
-
-
- Created:
- 2019-04-05
-
-
- Modified:
- 2020-11-04
-
-
-
-
-
- Personal Data Category
-
-
-
- Personal Data Handling
-
-
-
- Term:
- PersonalDataHandling
-
-
- Description:
- A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis.
-
-
- Created:
- 2019-04-05
-
-
- Modified:
- 2020-11-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Javier Fernández
-
-
-
-
-
-
-
-
-
- Right
-
-
-
- Term:
- Right
-
-
- Description:
- The right(s) applicable, provided, or expected.
-
-
- Superclass Of:
-
- dpv:DataSubjectRight
-
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J Pandit
-
-
-
-
-
-
- Risk
-
-
-
- Term:
- Risk
-
-
- Description:
- A risk or possibility or uncertainty of negative effects, impacts, or consequences.
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Technical and Organisational Measure
-
-
-
-
-
- Properties
-
- has data controller
|
- has data subject
|
- has legal basis
|
- has personal data category
|
- has processing
|
- has purpose
|
- has recipient
|
- has right
|
- has risk
|
- has technical and organisational measure
|
-
-
-
- has data controller
-
-
-
- Term:
- hasDataController
-
-
- Description:
- Indicates association with a Data Controller.
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has data subject
-
-
-
- Term:
- hasDataSubject
-
-
- Description:
- Indicates association with a specific Data Subject or a group or category of Data Subjects.
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has legal basis
-
-
-
- Term:
- hasLegalBasis
-
-
- Description:
- Indicates applicability of a Legal Basis.
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Javier Fernández
-
-
-
-
-
-
- has personal data category
-
-
-
- Term:
- hasPersonalDataCategory
-
-
- Description:
- Indicates association with a Personal Data Category.
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has processing
-
-
-
- Term:
- hasProcessing
-
-
- Description:
- Indicates association with a Processing (of personal data) instance or category.
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has purpose
-
-
-
- Term:
- hasPurpose
-
-
- Description:
- Indicates association with a Purpose (of processing personal data).
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has recipient
-
-
-
- Term:
- hasRecipient
-
-
- Description:
- Indicates a recipient of personal data.
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
- has right
-
-
-
- Term:
- hasRight
-
-
- Description:
- Indicates applicability of a Right.
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- has risk
-
-
-
- Term:
- hasRisk
-
-
- Description:
- Indicates applicability of a Risk.
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-18
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- has technical and organisational measure
-
-
-
- Term:
- hasTechnicalOrganisationalMeasure
-
-
- Description:
- Indicates use of a Technical or Organisational measure.
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-04
-
-
- Contributor(s):
-
- Axel Polleres,
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Javier Fernández,
- Mark Lizar
-
-
-
-
-
-
-
-
-
-
- Personal Data Categories
- Concepts related to Personal Data Categories are available as an individual module here .
- DPV provides broad top-level personal data categories adapted from the taxonomy contributed by R. Jason Cronk [[EnterPrivacy]]. The top-level concepts in this taxonomy refer to the nature of information (financial, social, tracking) and to its inherent source (internal, external). Each top-level concept is represented in the DPV vocabulary as a Class, and is further elaborated by subclasses for referring to specific categories of information - such as preferences or demographics.
-
-
- Concepts for Personal Data Categories in DPV
-
- While this taxonomy is by no means exhaustive, the aim is to provide a sufficient coverage of abstract categories of personal data which can be extended using the subclass mechanism to represent concepts used in the real-world.
- Regulations such as the GDPR define personal data at an abstract level as information (directly or indirectly) associated with an individual or a category of individuals. DPV defines classes representing categories that are inclusive of information associated with them (e.g. name consisting of first name, last name), with their instances representing specific elements of personal data (e.g. “John Doe” as name).
- The categories defined in the personal data categories taxonomy can be used directly or further extended by subclassing the respective classes to depict specialised concepts, such as “likes regarding movies” or combined with classes to indicate specific contexts. The class [=DerivedPersonalData=] provides one such context to indicate information has been derived from existing information, e.g. inference of opinions from social media. Additional classes can be defined to specify contexts such as use of machine learning, accuracy, and source. Similarly, the class [=SpecialCategoryPersonalData=] represents categories that are ‘special’ or ‘sensitive’ and require additional conditions, e.g. as per GDPR’s Article 9 .
-
- :SocialMediaLikes rdfs:subClassOf dpv:Like,
- dpv:SpecialCategoryPersonalData, dpv:DerivedPersonalData ;
- rdfs:label "Likes derived from Social Media" .
-
- The following is an overview of the concepts provided for personal data within the DPV:
-
-
-
- Concept
- Description
-
-
-
-
- [=PersonalDataCategory=]
- Category of Personal Data
-
-
- [=SpecialCategoryPersonalData=]
- Indicates that personal data is sensitive or belongs to a special category
-
-
- [=DerivedPersonalData=]
- Indicates that personal data is derived or inferred
-
-
-
-
- Classes
-
- Accent
|
- Account Identifier
|
- Acquantaince
|
- Age
|
- Apartment Owned
|
- Association
|
- Attitude
|
- Authenticating
|
- Authentication History
|
- Bank Account
|
- Behavioral
|
- Biometric
|
- Blood Type
|
- Browser Fingerprint
|
- Browsing Behavior
|
- Browsing Referral
|
- Call Log
|
- Car Owned
|
- Character
|
- Communication
|
- Communications Metadata
|
- Connection
|
- Contact
|
- Country
|
- Credit
|
- Credit Capacity
|
- Credit Card Number
|
- Credit Record
|
- Credit Score
|
- Credit Standing
|
- Credit Worthiness
|
- Criminal
|
- Criminal Charge
|
- Criminal Conviction
|
- Criminal Pardon
|
- Demeanor
|
- Demographic
|
- Derived Personal Data
|
- Device Applications
|
- Device Based
|
- Device Operating System
|
- Device Software
|
- Dialect
|
- Disability
|
- Disciplinary Action
|
- Dislike
|
- Divorce
|
- DNA Code
|
- Drug Test Result
|
- Email Address
|
- Email Content
|
- Employment History
|
- Ethnicity
|
- Ethnic Origin
|
- External
|
- Family
|
- Family Health History
|
- Family Structure
|
- Favorite
|
- Favorite Color
|
- Favorite Food
|
- Favorite Music
|
- Fetish
|
- Financial
|
- Financial Account
|
- Financial Account Number
|
- Fingerprint
|
- Friend
|
- Gender
|
- General Reputation
|
- Geographic
|
- GPS Coordinate
|
- Group Membership
|
- Hair Color
|
- Health
|
- Health History
|
- Health Record
|
- Height
|
- Historical
|
- House Owned
|
- Identifying
|
- Income
|
- Income Bracket
|
- Individual Health History
|
- Intention
|
- Interaction
|
- Interest
|
- Internal
|
- IP Address
|
- Job
|
- Knowledge and Beliefs
|
- Language
|
- Life History
|
- Like
|
- LinkClicked
|
- Loan Record
|
- Location
|
- MAC Address
|
- Marital Status
|
- Marriage
|
- MedicalHealth
|
- Mental Health
|
- Name
|
- Official ID
|
- Offspring
|
- Opinion
|
- Ownership
|
- Parent
|
- Password
|
- Payment Card
|
- Payment Card Expiry
|
- Payment Card Number
|
- Personality
|
- Personal Possession
|
- Philosophical Belief
|
- Physical Address
|
- PhysicalCharacteristic
|
- Physical Health
|
- Physical Trait
|
- Picture
|
- Piercing
|
- PIN Code
|
- Political Affiliation
|
- Preference
|
- Prescription
|
- Privacy Preference
|
- Proclivitie
|
- Professional
|
- Professional Certification
|
- Professional Evaluation
|
- Professional Interview
|
- Public Life
|
- Purchase
|
- Purchases and Spending Habit
|
- Race
|
- Reference
|
- Relationship
|
- Religion
|
- Religious Belief
|
- Retina
|
- Room Number
|
- Salary
|
- Sale
|
- School
|
- Secret Text
|
- Service Consumption Behavior
|
- Sexual
|
- Sexual History
|
- Sexual Preference
|
- Sibling
|
- Skin Tone
|
- Social
|
- Social Media Communication
|
- Social Network
|
- Social Status
|
- Special Category Personal Data
|
- Tattoo
|
- Tax
|
- Telephone Number
|
- Thought
|
- Tracking
|
- Transaction
|
- Transactional
|
- TV Viewing Behavior
|
- UID
|
- Username
|
- Voice Communication Recording
|
- Voice Mail
|
- Weight
|
- Work History
|
-
-
-
- Accent
-
-
-
- Term:
- Accent
-
-
- Description:
- Information about linguistic and speech accents.
-
-
- Subclass Of:
-
- dpv:Language
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Acquantaince
-
-
-
- Term:
- Acquantaince
-
-
- Description:
- Information about acquaintainces in a social network.
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Apartment Owned
-
-
-
- Term:
- ApartmentOwned
-
-
- Description:
- Information about apartment(s) owned and its history
-
-
- Subclass Of:
-
- dpv:HouseOwned
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Association
-
-
-
- Term:
- Association
-
-
- Description:
- Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Authentication History
-
-
-
- Term:
- AuthenticationHistory
-
-
- Description:
- Information about prior authentication and its outcomes such as login attempts or location.
-
-
- Subclass Of:
-
- dpv:Behavioral
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
-
-
-
-
- Browser Fingerprint
-
-
-
- Term:
- BrowserFingerprint
-
-
- Description:
- Information about the web browser which is used as a 'fingerprint'
-
-
- Subclass Of:
-
- dpv:DeviceBased
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Browsing Referral
-
-
-
- Term:
- BrowsingReferral
-
-
- Description:
- Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns.
-
-
- Subclass Of:
-
- dpv:BrowsingBehaviour
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Call Log
-
-
-
- Term:
- CallLog
-
-
- Description:
- Information about the calls that an individual has made.
-
-
- Subclass Of:
-
- dpv:Behavioral
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Car Owned
-
-
-
- Term:
- CarOwned
-
-
- Description:
- Information about cars ownership and ownership history.
-
-
- Subclass Of:
-
- dpv:Ownership
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Character
-
-
-
- Term:
- Character
-
-
- Description:
- Information about character in the public sphere
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
-
- Term:
- CommunicationsMetadata
-
-
- Description:
- Information about communication metadata in the public sphere
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
- See Also:
-
- svd:Interactive
-
-
-
-
-
-
- Connection
-
-
-
- Term:
- Connection
-
-
- Description:
- Information about and including connections in a social network
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Country
-
-
-
- Term:
- Country
-
-
- Description:
- Information about country e.g. residence, travel.
-
-
- Subclass Of:
-
- dpv:Location
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Credit Capacity
-
-
-
- Term:
- CreditCapacity
-
-
- Description:
- Information about credit capacity.
-
-
- Subclass Of:
-
- dpv:Credit
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Credit Record
-
-
-
- Term:
- CreditRecord
-
-
- Description:
- Information about credit record.
-
-
- Subclass Of:
-
- dpv:Credit
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Credit Standing
-
-
-
- Term:
- CreditStanding
-
-
- Description:
- Information about credit standing.
-
-
- Subclass Of:
-
- dpv:Credit
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Criminal Charge
-
-
-
- Term:
- CriminalCharge
-
-
- Description:
- Information about criminal charges.
-
-
- Subclass Of:
-
- dpv:Criminal
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Criminal Conviction
-
-
-
- Term:
- CriminalConviction
-
-
- Description:
- Information about criminal convictions.
-
-
- Subclass Of:
-
- dpv:Criminal
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Criminal Pardon
-
-
-
- Term:
- CriminalPardon
-
-
- Description:
- Information about criminal pardons.
-
-
- Subclass Of:
-
- dpv:Criminal
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Derived Personal Data
-
-
-
- Term:
- DerivedPersonalData
-
-
- Description:
- Derived data is data that is obtained or derived from other data.
-
-
- Subclass Of:
-
- dpv:PersonalDataCategory
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2019-05-07
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
- See Also:
-
- svd:Derived
-
-
-
-
-
-
- Device Applications
-
-
-
- Term:
- DeviceApplications
-
-
- Description:
- Information about applications or application-like software on a device.
-
-
- Subclass Of:
-
- dpv:DeviceSoftware
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
-
- Device Operating System
-
-
-
- Term:
- DeviceOperatingSystem
-
-
- Description:
- Information about the operating system (OS) or system software that manages hardware or software resources.
-
-
- Subclass Of:
-
- dpv:DeviceSoftware
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Device Software
-
-
-
- Term:
- DeviceSoftware
-
-
- Description:
- Information about software on or related to a device.
-
-
- Subclass Of:
-
- dpv:DeviceBased
-
-
-
- Superclass Of:
-
- dpv:DeviceApplications ,
- dpv:DeviceOperatingSystem
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Dialect
-
-
-
- Term:
- Dialect
-
-
- Description:
- Information about linguistic dialects.
-
-
- Subclass Of:
-
- dpv:Language
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Disciplinary Action
-
-
-
- Term:
- DisciplinaryAction
-
-
- Description:
- Information about disciplinary actions and its history
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Dislike
-
-
-
- Term:
- Dislike
-
-
- Description:
- Information about dislikes or preferences regarding repulsions.
-
-
- Subclass Of:
-
- dpv:Interest
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
- Email Address
-
-
-
- Term:
- EmailAddress
-
-
- Description:
- Information about Email address.
-
-
- Subclass Of:
-
- dpv:Contact
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Email Content
-
-
-
- Term:
- EmailContent
-
-
- Description:
- Information about the contents of Emails sent or received
-
-
- Subclass Of:
-
- dpv:Communication
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Employment History
-
-
-
- Term:
- EmploymentHistory
-
-
- Description:
- Information about employment history
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
- Family Health History
-
-
-
- Term:
- FamilyHealthHistory
-
-
- Description:
- Information about family health history.
-
-
- Subclass Of:
-
- dpv:HealthHistory
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Favorite Color
-
-
-
- Term:
- FavoriteColor
-
-
- Description:
- Information about favorite color.
-
-
- Subclass Of:
-
- dpv:Favorite
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Favorite Food
-
-
-
- Term:
- FavoriteFood
-
-
- Description:
- Information about favorite food.
-
-
- Subclass Of:
-
- dpv:Favorite
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Favorite Music
-
-
-
- Term:
- FavoriteMusic
-
-
- Description:
- Information about favorite music.
-
-
- Subclass Of:
-
- dpv:Favorite
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Fetish
-
-
-
- Term:
- Fetish
-
-
- Description:
- Information an individual's sexual fetishes
-
-
- Subclass Of:
-
- dpv:Sexual
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Financial Account Number
-
-
-
- Fingerprint
-
-
-
- Term:
- Fingerprint
-
-
- Description:
- Information about fingerprint used for biometric purposes.
-
-
- Subclass Of:
-
- dpv:Biometric
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Friend
-
-
-
- Term:
- Friend
-
-
- Description:
- Information about friends in a social network, including aspects of friendships such as years together or nature of friendship.
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- General Reputation
-
-
-
- Term:
- GeneralReputation
-
-
- Description:
- Information about reputation in the public sphere
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Geographic
-
-
-
- Term:
- Geographic
-
-
- Description:
- Information about location or based on geography (e.g. home address)
-
-
- Subclass Of:
-
- dpv:Demographic
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- GPS Coordinate
-
-
-
- Term:
- GPSCoordinate
-
-
- Description:
- Information about location expressed using Global Position System coordinates (GPS)
-
-
- Subclass Of:
-
- dpv:Location
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Group Membership
-
-
-
- Term:
- GroupMembership
-
-
- Description:
- Information about groups and memberships included or associated with a social network
-
-
- Subclass Of:
-
- dpv:SocialNetwork
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Income
-
-
-
- Term:
- Income
-
-
- Description:
- Information about financial income e.g. for individual or household or family
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Income Bracket
-
-
-
- Term:
- IncomeBracket
-
-
- Description:
- Information about income bracket.
-
-
- Subclass Of:
-
- dpv:Demographic
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Individual Health History
-
-
-
- Term:
- IndividualHealthHistory
-
-
- Description:
- Information about information health history.
-
-
- Subclass Of:
-
- dpv:HealthHistory
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Interaction
-
-
-
- Term:
- Interaction
-
-
- Description:
- Information about interactions in the public sphere
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- IP Address
-
-
-
- Term:
- IPAddress
-
-
- Description:
- Information about the Internet protocol (IP) address of a device
-
-
- Subclass Of:
-
- dpv:DeviceBased
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Knowledge and Beliefs
-
-
-
-
- Life History
-
-
-
- Term:
- LifeHistory
-
-
- Description:
- Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)
-
-
- Subclass Of:
-
- dpv:Historical
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Like
-
-
-
- Term:
- Like
-
-
- Description:
- Information about likes or preferences regarding attractions.
-
-
- Subclass Of:
-
- dpv:Interest
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Loan Record
-
-
-
- Term:
- LoanRecord
-
-
- Description:
- Information about loans, whether applied, provided or rejected, and its history
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- MAC Address
-
-
-
- Term:
- MACAddress
-
-
- Description:
- Information about the Media Access Control (MAC) address of a device
-
-
- Subclass Of:
-
- dpv:DeviceBased
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Marital Status
-
-
-
- Term:
- MaritalStatus
-
-
- Description:
- Information about marital status and history
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- MedicalHealth
-
-
-
- Term:
- MedicalHealth
-
-
- Description:
- Information about health, medical conditions or health care
-
-
- Subclass Of:
-
- dpv:External ,
- dpv:SpecialCategoryPersonalData
-
-
-
- Superclass Of:
-
- dpv:BloodType ,
- dpv:DNACode ,
- dpv:Disability ,
- dpv:DrugTestResult ,
- dpv:Health ,
- dpv:HealthHistory ,
- dpv:HealthRecord ,
- dpv:Prescription
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Mental Health
-
-
-
- Term:
- MentalHealth
-
-
- Description:
- Information about mental health.
-
-
- Subclass Of:
-
- dpv:Health
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Name
-
-
-
- Term:
- Name
-
-
- Description:
- Information about names associated or used as given name or nickname.
-
-
- Subclass Of:
-
- dpv:Identifying
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
-
- Password
-
-
-
- Term:
- Password
-
-
- Description:
- Information about password used in the process of authenticating the individual as an user accessing a system.
-
-
- Subclass Of:
-
- dpv:Authenticating
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Payment Card
-
-
-
- Term:
- PaymentCard
-
-
- Description:
- Information about payment card such as Credit Card, Debit Card.
-
-
- Subclass Of:
-
- dpv:FinancialAccount
-
-
-
- Superclass Of:
-
- dpv:PaymentCardExpiry ,
- dpv:PaymentCardNumber
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Payment Card Expiry
-
-
-
- Term:
- PaymentCardExpiry
-
-
- Description:
- Information about payment card expiry such as a date.
-
-
- Subclass Of:
-
- dpv:PaymentCard
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Payment Card Number
-
-
-
- Term:
- PaymentCardNumber
-
-
- Description:
- Information about payment card number.
-
-
- Subclass Of:
-
- dpv:AccountIdentifier ,
- dpv:PaymentCard
-
-
-
- Superclass Of:
-
- dpv:CreditCardNumber
-
-
-
- Source:
-
- DPVCG
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog
-
-
-
-
-
-
- Personality
-
-
-
- Term:
- Personality
-
-
- Description:
- Information about personality (e.g., categorization in terms of the Big Five personality traits)
-
-
- Subclass Of:
-
- dpv:Behavioral
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Personal Possession
-
-
-
- Term:
- PersonalPossession
-
-
- Description:
- Information about personal possessions.
-
-
- Subclass Of:
-
- dpv:Ownership
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Philosophical Belief
-
-
-
- Physical Address
-
-
-
- Term:
- PhysicalAddress
-
-
- Description:
- Information about physical address.
-
-
- Subclass Of:
-
- dpv:Contact
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- PhysicalCharacteristic
-
-
-
- Physical Health
-
-
-
- Term:
- PhysicalHealth
-
-
- Description:
- Information about physical health.
-
-
- Subclass Of:
-
- dpv:Health
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Physical Trait
-
-
-
- Term:
- PhysicalTrait
-
-
- Description:
- Information about defining traits or features regarding the body.
-
-
- Subclass Of:
-
- dpv:Demographic
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Picture
-
-
-
- Term:
- Picture
-
-
- Description:
- Information about visual representation or image e.g. profile photo.
-
-
- Subclass Of:
-
- dpv:Identifying
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- PIN Code
-
-
-
- Term:
- PINCode
-
-
- Description:
- Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system.
-
-
- Subclass Of:
-
- dpv:Authenticating
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Political Affiliation
-
-
-
-
- Prescription
-
-
-
- Term:
- Prescription
-
-
- Description:
- Information about medical and pharmaceutical prescriptions
-
-
- Subclass Of:
-
- dpv:MedicalHealth
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Privacy Preference
-
-
-
- Term:
- PrivacyPreference
-
-
- Description:
- Information about privacy preferences
-
-
- Subclass Of:
-
- dpv:Preference
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Proclivitie
-
-
-
- Term:
- Proclivitie
-
-
- Description:
- Information about proclivities in a sexual context
-
-
- Subclass Of:
-
- dpv:Sexual
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Professional
-
-
-
- Term:
- Professional
-
-
- Description:
- Information about educational or professional career
-
-
- Subclass Of:
-
- dpv:Social
-
-
-
- Superclass Of:
-
- dpv:DisciplinaryAction ,
- dpv:EmploymentHistory ,
- dpv:Job ,
- dpv:ProfessionalCertification ,
- dpv:ProfessionalEvaluation ,
- dpv:ProfessionalInterview ,
- dpv:Reference ,
- dpv:Salary ,
- dpv:School ,
- dpv:WorkHistory
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Professional Certification
-
-
-
- Term:
- ProfessionalCertification
-
-
- Description:
- Information about professional certifications
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Professional Evaluation
-
-
-
- Term:
- ProfessionalEvaluation
-
-
- Description:
- Information about professional evaluations
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Professional Interview
-
-
-
- Term:
- ProfessionalInterview
-
-
- Description:
- Information about professional interviews
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Purchase
-
-
-
- Term:
- Purchase
-
-
- Description:
- Information about purchases such as items bought e.g. grocery or clothing
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
- See Also:
-
- svd:Purchase
-
-
-
-
-
-
- Purchases and Spending Habit
-
-
-
- Term:
- PurchasesAndSpendingHabit
-
-
- Description:
- Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Reference
-
-
-
- Term:
- Reference
-
-
- Description:
- Information about references in the professional context
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Relationship
-
-
-
- Term:
- Relationship
-
-
- Description:
- Information about relationships and relationship history.
-
-
- Subclass Of:
-
- dpv:Family
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Retina
-
-
-
- Term:
- Retina
-
-
- Description:
- Information about retina and the retinal patterns.
-
-
- Subclass Of:
-
- dpv:Biometric
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Room Number
-
-
-
- Term:
- RoomNumber
-
-
- Description:
- Information about location expressed as Room number or similar numbering systems
-
-
- Subclass Of:
-
- dpv:Location
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- Sale
-
-
-
- Term:
- Sale
-
-
- Description:
- Information about sales e.g. selling of goods or services
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- School
-
-
-
- Term:
- School
-
-
- Description:
- Information about school such as name of school, conduct, or grades obtained.
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Secret Text
-
-
-
- Term:
- SecretText
-
-
- Description:
- Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password.
-
-
- Subclass Of:
-
- dpv:Authenticating
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Service Consumption Behavior
-
-
-
- Term:
- ServiceConsumptionBehavior
-
-
- Description:
- Information about the consumption of a service, e.g. time and duration of consumption.
-
-
- Subclass Of:
-
- dpv:Behavioral
-
-
-
- Superclass Of:
-
- dpv:TVViewingBehavior
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-11-26
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Rudy Jacob
-
-
-
-
-
-
-
- Sexual History
-
-
-
- Term:
- SexualHistory
-
-
- Description:
- Information about sexual history
-
-
- Subclass Of:
-
- dpv:Sexual
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Sexual Preference
-
-
-
- Term:
- SexualPreference
-
-
- Description:
- Information about sexual preferences
-
-
- Subclass Of:
-
- dpv:Sexual
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
-
-
-
- Term:
- SocialMediaCommunication
-
-
- Description:
- Information about social media communication, including the communication itself and metadata.
-
-
- Subclass Of:
-
- dpv:Communication
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
- See Also:
-
- svd:Social
-
-
-
-
-
-
-
- Social Status
-
-
-
- Term:
- SocialStatus
-
-
- Description:
- Information about social status
-
-
- Subclass Of:
-
- dpv:PublicLife
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Special Category Personal Data
-
-
-
-
- Tax
-
-
-
- Term:
- Tax
-
-
- Description:
- Information about financial tax e.g. tax records or tax due
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
- Telephone Number
-
-
-
- Term:
- TelephoneNumber
-
-
- Description:
- Information about telephone number.
-
-
- Subclass Of:
-
- dpv:Contact
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Transaction
-
-
-
- Term:
- Transaction
-
-
- Description:
- Information about financial transactions e.g. bank transfers
-
-
- Subclass Of:
-
- dpv:Transactional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
- TV Viewing Behavior
-
-
-
- Term:
- TVViewingBehavior
-
-
- Description:
- Information about TV viewing behavior, such as timestamps of channel change, duration of viewership, content consumed
-
-
- Subclass Of:
-
- dpv:ServiceConsumptionBehavior
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-11-26
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Rudy Jacob
-
-
-
-
-
-
-
-
- Voice Communication Recording
-
-
-
- Term:
- VoiceCommunicationRecording
-
-
- Description:
- Information about vocal recorded communication (e.g. telephony, VoIP)
-
-
- Subclass Of:
-
- dpv:Communication
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
- Work History
-
-
-
- Term:
- WorkHistory
-
-
- Description:
- Information about work history in a professional context
-
-
- Subclass Of:
-
- dpv:Professional
-
-
-
- Source:
-
- EnterPrivacy Categories of Personal Information
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Elmar Kiesling; Harshvardhan J. Pandit,
- Fajar Ekaputra
-
-
-
-
-
-
-
-
-
-
- Purposes
- Concepts related to Purposes are available as an individual module here .
- DPV at the moment defines a hierarchically organized taxonomy of generic categories of purposes (for processing of personal data). Regulations, such as GDPR, require the purpose to be declared in a specific and understandable manner. We therefore suggest to declare the purpose being used as an instance of one or several dpv:Purpose categories and to always declare the specific purpose with a human readable description (e.g. by using rdfs:label
and rdfs:comment
).
-
- In this example, a new purpose is created as an instance of [=DeliveryOfGoods=] and [=FraudPreventionAndDetection=], and is accompanied with human-readable information. The interpretation of this purpose is to be taken as being the intersection or combination of the two purpose categories.
- :NewPurpose a dpv:DeliveryOfGoods, dpv:FraudPreventionAndDetection ;
- rdfs:label “Deliver Goods and Fraud Prevention" ;
- rdfs:comment "Inteded delivery of goods with fraud prevention” .
-
- DPV provides a way to indicate purposes are restricted or fall within a specific business sector using the class [=Sector=] and the property [=hasSector=]. Hierarchies for defining business sectors include NACE maintained by EU [[NACE]], NAICS maintained by USA [[NAICS]], ISIC maintained by UN [[ISIC]], and GICS maintained by commercial organisations MSCI and S&P [[GICS]]. Multiple classifications can be used through mappings between sector codes such as the NACE to NAICS alignment provided by EU [[NACE-NAICS]].
- We provide an interpretation of the NACE revision 2 codes which uses rdfs:subClassOf
to specify the hierarchy, available here . The NACE codes have the namespace dpv-nace
and are represented as dpv-nace:NACE-CODE
.
-
- For example, the following purpose concerns implementing access control with the domain specified as scientific research using its corresponding NACE code M72:
- :LimitAccess a dpv:AccessControl ;
- rdfs:label “Limit access to lab" ;
- dpv:hasSector dpv-nace:M72 .
- The use of NACE code can assist with corresponding legal or organisational obligations and policies e.g. requiring specific types of access control to be implemented for scientific research labs.
-
- Purposes can be further restricted to specific contexts using the [=Context=] and the property [=hasContext=]. In this case, 'context' refers to a generic context which can be expanded as applicable within an use-case or domain.
-
-
- Concepts for Purposes in DPV
-
- For using purposes, we suggest selecting the most appropriate or applicable purpose over more abstract ones by selecting or extending the relevant classes in the purpose taxonomy. For example, the purpose [=ServiceOptimization=] is further sub-classed to indicate optimisation for consumer as [=OptimisationForConsumer=] and for controller as [=OptimisationForController=].
- The following is an overview of the concepts within the purpose taxonomy:
-
-
-
- Class
- Property
- Description
-
-
-
-
- [=Purpose=]
- [=hasPurpose=]
- Indicate purpose
-
-
- [=Sector=]
- [=hasSector=]
- Indicate sector of organisation or restrict purpose to sector
-
-
- [=Context=]
- [=hasContext=]
- Indicate context or restrict purpose to context
-
-
-
-
- Classes
-
- Academic Research
|
- Access Control
|
- Advertising
|
- Commercial Interest
|
- Commercial Research
|
- Communication for Customer Care
|
- Context
|
- Create Event Recommendations
|
- Create Personalized Recommendations
|
- Create Product Recommendations
|
- Customer Care
|
- Delivery of Goods
|
- Direct Marketing
|
- Fraud Prevention and Detection
|
- Identity Verification
|
- Improve Existing Products and Services
|
- Improve Internal CRM Processes
|
- Increase Service Robustness
|
- Internal Resource Optimisation
|
- Legal Compliance
|
- Marketing
|
- Non-Commercial Research
|
- Optimisation for Consumer
|
- Optimisation for Controller
|
- Optimise User Interface
|
- Payment
|
- Personalised Advertising
|
- Personalised Benefits
|
- Registration and Authentication
|
- Research and Development
|
- Sector
|
- Security
|
- Sell Data to Third Parties
|
- Sell Insights from Data
|
- Sell Products to Data Subject
|
- Sell Targetted Advertisements
|
- Service Optimization
|
- Service Personalization
|
- Service Provision
|
- Social Media
|
- Analytics
|
- User Interface Personalisation
|
-
-
-
- Academic Research
-
-
-
- Term:
- AcademicResearch
-
-
- Description:
- conduct or assist with research conducted in an academic context e.g. within universities
-
-
- Subclass Of:
-
- dpv:ResearchAndDevelopment
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Education
-
-
-
-
-
-
- Access Control
-
-
-
- Term:
- AccessControl
-
-
- Description:
- conduct or enforce access control
-
-
- Subclass Of:
-
- dpv:Security
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Login
-
-
-
-
-
-
- Advertising
-
-
-
- Term:
- Advertising
-
-
- Description:
- carry out advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication.
-
-
- Subclass Of:
-
- dpv:Marketing
-
-
-
- Superclass Of:
-
- dpv:PersonalisedAdvertising
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Commercial Interest
-
-
-
- Commercial Research
-
-
-
- Term:
- CommercialResearch
-
-
- Description:
- conduct research in a commercial setting e.g. in a company
-
-
- Subclass Of:
-
- dpv:ResearchAndDevelopment
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Develop
-
-
-
-
-
-
- Communication for Customer Care
-
-
-
- Term:
- CommunicationForCustomerCare
-
-
- Description:
- communicate with users via email, phone, sms, chat or push messages regarding your requests.
-
-
- Subclass Of:
-
- dpv:CustomerCare
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Context
-
-
-
- Term:
- Context
-
-
- Description:
- The 'context' or 'scope' of the purpose, e.g. restriction to a certain business sector
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Create Event Recommendations
-
-
-
- Term:
- CreateEventRecommendations
-
-
- Description:
- create and provide personalised recommendations for events
-
-
- Subclass Of:
-
- dpv:CreatePersonalizedRecommendations
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-11-26
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Rudy Jacob
-
-
-
-
-
-
- Create Personalized Recommendations
-
-
-
- Create Product Recommendations
-
-
-
- Term:
- CreateProductRecommendations
-
-
- Description:
- create product recommendations e.g. suggest similar products
-
-
- Subclass Of:
-
- dpv:CreatePersonalizedRecommendations
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Marketing
-
-
-
-
-
-
- Customer Care
-
-
-
- Term:
- CustomerCare
-
-
- Description:
- provide assistance for customer complaints and satisfaction
-
-
- Subclass Of:
-
- dpv:ServiceProvision
-
-
-
- Superclass Of:
-
- dpv:CommunicationForCustomerCare
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Feedback
-
-
-
-
-
-
- Delivery of Goods
-
-
-
- Term:
- DeliveryOfGoods
-
-
- Description:
- deliver goods and services
-
-
- Subclass Of:
-
- dpv:RequestedServiceProvision
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Delivery
-
-
-
-
-
-
- Direct Marketing
-
-
-
- Term:
- DirectMarketing
-
-
- Description:
- carry out direct marketing i.e. marketing communicated directly to the individual
-
-
- Subclass Of:
-
- dpv:Marketing
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Fraud Prevention and Detection
-
-
-
- Term:
- FraudPreventionAndDetection
-
-
- Description:
- detect and prevent fraud
-
-
- Subclass Of:
-
- dpv:Security
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Government
-
-
-
-
-
-
- Identity Verification
-
-
-
- Term:
- IdentityVerification
-
-
- Description:
- verify and authorise identity
-
-
- Subclass Of:
-
- dpv:Security
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Improve Existing Products and Services
-
-
-
- Term:
- ImproveExistingProductsAndServices
-
-
- Description:
- improve existing products and services
-
-
- Subclass Of:
-
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Improve Internal CRM Processes
-
-
-
- Term:
- ImproveInternalCRMProcesses
-
-
- Description:
- improve customer-relationship management (CRM) processes
-
-
- Subclass Of:
-
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Increase Service Robustness
-
-
-
- Term:
- IncreaseServiceRobustness
-
-
- Description:
- improve the robustness and resilience of services
-
-
- Subclass Of:
-
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Internal Resource Optimisation
-
-
-
- Term:
- InternalResourceOptimisation
-
-
- Description:
- optimise internal resources used by the organisation e.g. resource usage
-
-
- Subclass Of:
-
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Legal Compliance
-
-
-
- Term:
- LegalCompliance
-
-
- Description:
- fulfill obligations or requirements towards achieving compliance with law or regulations.
-
-
- Subclass Of:
-
- dpv:Purpose
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
- Non-Commercial Research
-
-
-
- Term:
- NonCommercialResearch
-
-
- Description:
- conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)
-
-
- Subclass Of:
-
- dpv:ResearchAndDevelopment
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Optimisation for Consumer
-
-
-
- Term:
- OptimisationForConsumer
-
-
- Description:
- optimise activities and services for the consumer or user
-
-
- Subclass Of:
-
- dpv:ServiceOptimization
-
-
-
- Superclass Of:
-
- dpv:OptimiseUserInterface
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
- See Also:
-
- svpu:Custom
-
-
-
-
-
-
- Optimisation for Controller
-
-
-
- Optimise User Interface
-
-
-
- Term:
- OptimiseUserInterface
-
-
- Description:
- optimise interfaces presented to the user
-
-
- Subclass Of:
-
- dpv:OptimisationForConsumer
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Payment
-
-
-
- Term:
- Payment
-
-
- Description:
- process users’ payment transactions.
-
-
- Subclass Of:
-
- dpv:ServiceProvision
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Personalised Advertising
-
-
-
- Term:
- PersonalisedAdvertising
-
-
- Description:
- provide personalised advertising
-
-
- Subclass Of:
-
- dpv:Advertising ,
- dpv:ServicePersonalization
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Personalised Benefits
-
-
-
- Term:
- PersonalisedBenefits
-
-
- Description:
- personalise benefits received by the user
-
-
- Subclass Of:
-
- dpv:ServicePersonalization
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Registration and Authentication
-
-
-
- Term:
- RegistrationAuthentication
-
-
- Description:
- register, authenticate, and identify in context of a service.
-
-
- Subclass Of:
-
- dpv:ServiceProvision
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Research and Development
-
-
-
- Term:
- ResearchAndDevelopment
-
-
- Description:
- conduct research and development for new methods, products, or services
-
-
- Subclass Of:
-
- dpv:Purpose
-
-
-
- Superclass Of:
-
- dpv:AcademicResearch ,
- dpv:CommercialResearch ,
- dpv:NonCommercialResearch
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Sector
-
-
-
- Term:
- Sector
-
-
- Description:
- The 'sector' or 'domain' of a purpose e.g. Agriculture, Advertising
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
-
- Sell Data to Third Parties
-
-
-
- Term:
- SellDataToThirdParties
-
-
- Description:
- sell data or information to third parties
-
-
- Subclass Of:
-
- dpv:CommercialInterest
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Sell Insights from Data
-
-
-
- Term:
- SellInsightsFromData
-
-
- Description:
- sell or commercially provide insights obtained from analysis of data
-
-
- Subclass Of:
-
- dpv:CommercialInterest
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Sell Products to Data Subject
-
-
-
- Term:
- SellProductsToDataSubject
-
-
- Description:
- sell products or services
-
-
- Subclass Of:
-
- dpv:CommercialInterest
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Sell Targetted Advertisements
-
-
-
- Term:
- SellTargettedAdvertisements
-
-
- Description:
- sell or provide targetted advertisements
-
-
- Subclass Of:
-
- dpv:CommercialInterest
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Service Optimization
-
-
-
- Term:
- ServiceOptimization
-
-
- Description:
- optimise service or activity
-
-
- Subclass Of:
-
- dpv:Purpose
-
-
-
- Superclass Of:
-
- dpv:OptimisationForConsumer ,
- dpv:OptimisationForController
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
- Service Personalization
-
-
-
-
-
-
-
-
- Term:
- SocialMediaMarketing
-
-
- Description:
- market through and on social media.
-
-
- Subclass Of:
-
- dpv:Marketing
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Analytics
-
-
-
- Term:
- UsageAnalytics
-
-
- Description:
- calculate, analyse, and report user behaviour and events for a service or product.
-
-
- Subclass Of:
-
- dpv:ServiceProvision
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- User Interface Personalisation
-
-
-
- Term:
- UserInterfacePersonalisation
-
-
- Description:
- personalise interfaces presented to the user
-
-
- Subclass Of:
-
- dpv:ServicePersonalization
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Elmar Kiesling,
- Fajar Ekaputra,
- Harshvardhan J. Pandit,
- Javier Fernandez,
- Simon Steyskal
-
-
-
-
-
-
-
-
- Properties
-
- has context
|
- has sector
|
-
-
-
- has context
-
-
-
- Term:
- hasContext
-
-
- Description:
- Indicates a purpose is restricted to the specified context(s)
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
-
-
-
- has sector
-
-
-
- Term:
- hasSector
-
-
- Description:
- Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
-
-
-
-
-
-
-
- Processing Categories
- Concepts related to Processing are available as an individual module here .
- DPV provides a hierarchy of classes to specify the operations associated with the processing of personal data. Declaring the processing or processing categories associated with personal data is required by regulations such as the GDPR. Processing operations (e.g. collect, share, and use) can have specific constraints or obligations which makes it necessary to accurately represent them. While the term ‘use’ is liberally used to refer to a broad range of processing categories in privacy notices, we suggest to select and use appropriate terms to accurately reflect the nature of processing where applicable.
-
-
- Concepts for Processing in DPV
-
- There are a variety of terms used for describing processing operations depending on specific interpretations within the technological, legal, or sociological domain. We consolidate these terms and define the following 'top-level' concepts to create a hierarchical taxonomy for categories of processing: [=Disclose=], [=Copy=], [=Obtain=], [=Remove=], [=Store=], [=Transfer=], [=Transform=], and [=Use=]. Each of these are then further expanded using subclasses within the taxonomy.
- Although the DPV taxonomy of processing categories includes terms mentioned in the definition of processing in GDPR (Article 4-2), their interpretation is based on common understanding (i.e. dictionary definition) and legal interpretation. Where the interpretation of a term differs significantly within a jurisdiction, it is advisable to declare it in a separate vocabulary as an extension to the DPV, similar to DPV-GDPR. An example of where terms differ between common understanding and jurisdiction-dependent definitions is the term 'sell' mentioned within the California Consumer Protection Act (2018) 1798.140(t) , which includes "selling, renting, releasing, disclosing, disseminating, making available, transferring, or otherwise communicating".
- Along with information about the processing 'operation', regulations (e.g. GDPR) also require additional information such as scale of processing, extent of automation and human involvement, source of data, consequences, and algorithmic logic. DPV declares such concepts as top-level classes which can be used in combination with the processing (or other concepts such as purposes) to indicate their application.
- Terms such as evaluation or scoring are defined within the processing categories because they relate to the specific operations or activities taking place over personal data. This is not to be confused as indicating a purpose, since they still need to be applied or defined towards a specific 'purpose' for the processing. For example, consider an use-case for scoring an individual for rankings in an online competition - here the 'scoring' is indicative of the processing operations while 'rankings' is the purpose.
- The following is an overview of the concepts provided within the DPV processing taxonomy:
-
-
-
- Class
- Property
- Description
-
-
-
-
- [=Processing=]
- [=hasProcessing=]
- Specifies the processing operations over personal data
-
-
- [=DataSource=]
- [=hasDataSource=]
- Indicates source of personal data used in processing
-
-
- [=SystematicMonitoring=]
-
- Specifies processing involves systematic monitoring (of data subjects)
-
-
- [=EvaluationScoring=]
-
- Specifies processing involves evaluating or scoring (of data subjects)
-
-
- [=MatchingCombining=]
-
- Specifies processing involves matching or combining of data
-
-
- [=AutomatedDecisionMaking=]
-
- Specifies processing produces automated decisions (regarding data subjects)
-
-
- [=LargeScaleProcessing=]
-
- Specifies processing takes place at 'large scales'
-
-
- [=InnovativeUseOfNewTechnologies=]
-
- Specifies processing involves use of innovative and new technologies
-
-
-
- [=hasAlgorithmicLogic=]
- Specifies the algorithmic logic for processing
-
-
-
- [=hasConsequences=]
- Specifies consequences arising from processing
-
-
-
- [=hasHumanInvolvement=]
- Specifies the extent of human involvement regarding processing
-
-
-
-
- Classes
-
- Acquire
|
- Adapt
|
- Align
|
- Alter
|
- Analyse
|
- Anonymise
|
- Automated Decision Making
|
- Collect
|
- Combine
|
- Consult
|
- Copy
|
- Data Source
|
- Derive
|
- Destruct
|
- Disclose
|
- Disclose by Transmission
|
- Disseminate
|
- Erase
|
- Evaluation and Scoring
|
- Innovative Use of New Technologies
|
- Large Scale Processing
|
- Make Available
|
- Matching and Combining
|
- Move
|
- Obtain
|
- Organise
|
- Profiling
|
- Pseudo-Anonymise
|
- Record
|
- Remove
|
- Restrict
|
- Retrieve
|
- Share
|
- Store
|
- Structure
|
- Systematic Monitoring
|
- Transfer
|
- Transform
|
- Transmit
|
- Use
|
-
-
-
- Acquire
-
-
-
- Term:
- Acquire
-
-
- Description:
- to come into possession or control of the data
-
-
- Subclass Of:
-
- dpv:Obtain
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Adapt
-
-
-
- Term:
- Adapt
-
-
- Description:
- to modify the data, often rewritten into a new form for a new use
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Align
-
-
-
- Term:
- Align
-
-
- Description:
- to adjust the data to be in relation to another data
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Alter
-
-
-
- Term:
- Alter
-
-
- Description:
- to change the data without changing it into something else
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Analyse
-
-
-
- Term:
- Analyse
-
-
- Description:
- to study or examine the data in detail
-
-
- Subclass Of:
-
- dpv:Use
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Analyse
-
-
-
-
-
-
- Anonymise
-
-
-
- Term:
- Anonymise
-
-
- Description:
- to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Anonymize
-
-
-
-
-
-
- Automated Decision Making
-
-
-
- Term:
- AutomatedDecisionMaking
-
-
- Description:
- Processing that involves automated decision making
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
-
-
-
- Copy
-
-
-
- Term:
- Copy
-
-
- Description:
- to produce an exact reprodution of the data
-
-
- Subclass Of:
-
- dpv:Processing
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Copy
-
-
-
-
-
-
- Data Source
-
-
-
- Term:
- DataSource
-
-
- Description:
- The source or origin of data
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Derive
-
-
-
- Term:
- Derive
-
-
- Description:
- to create new derivative data from the original data
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Derive
-
-
-
-
-
-
- Destruct
-
-
-
- Term:
- Destruct
-
-
- Description:
- to process data in a way it no longer exists or cannot be repaired
-
-
- Subclass Of:
-
- dpv:Remove
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
-
- Disclose by Transmission
-
-
-
- Term:
- DiscloseByTransmission
-
-
- Description:
- to disclose data by means of transmission
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Disseminate
-
-
-
- Term:
- Disseminate
-
-
- Description:
- to spread data throughout
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Erase
-
-
-
- Term:
- Erase
-
-
- Description:
- to delete data
-
-
- Subclass Of:
-
- dpv:Remove
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Evaluation and Scoring
-
-
-
- Term:
- EvaluationScoring
-
-
- Description:
- Processing that involves evaluation and scoring of individuals
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Innovative Use of New Technologies
-
-
-
- Term:
- InnovativeUseOfNewTechnologies
-
-
- Description:
- Processing that involves use of innovative and new technologies
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Large Scale Processing
-
-
-
- Term:
- LargeScaleProcessing
-
-
- Description:
- Processing that takes place at large scales
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Make Available
-
-
-
- Term:
- MakeAvailable
-
-
- Description:
- to transform or publish data to be used
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Matching and Combining
-
-
-
- Term:
- MatchingCombining
-
-
- Description:
- Processing that involves matching and combining of personal data
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Move
-
-
-
- Term:
- Move
-
-
- Description:
- to move data from one location to another including deleting the original copy
-
-
- Subclass Of:
-
- dpv:Transfer
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Move
-
-
-
-
-
-
-
- Organise
-
-
-
- Term:
- Organise
-
-
- Description:
- to organize data for arranging or classifying
-
-
- Subclass Of:
-
- dpv:Processing
-
-
-
- Superclass Of:
-
- dpv:Structure
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Profiling
-
-
-
- Term:
- Profiling
-
-
- Description:
- to create a profile that describes or represents a person
-
-
- Subclass Of:
-
- dpv:Use
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Pseudo-Anonymise
-
-
-
- Term:
- PseudoAnonymise
-
-
- Description:
- to replace personal identifiable information by artificial identifiers
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Record
-
-
-
- Term:
- Record
-
-
- Description:
- to make a record (especially media)
-
-
- Subclass Of:
-
- dpv:Obtain
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
-
- Restrict
-
-
-
- Term:
- Restrict
-
-
- Description:
- to apply a restriction on the processsing of specific records
-
-
- Subclass Of:
-
- dpv:Transform
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Retrieve
-
-
-
- Term:
- Retrieve
-
-
- Description:
- to retrieve data, often in an automated manner
-
-
- Subclass Of:
-
- dpv:Use
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Share
-
-
-
- Term:
- Share
-
-
- Description:
- to give data (or a portion of it) to others
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Store
-
-
-
- Term:
- Store
-
-
- Description:
- to keep data for future use
-
-
- Subclass Of:
-
- dpv:Processing
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Structure
-
-
-
- Term:
- Structure
-
-
- Description:
- to arrange data according to a structure
-
-
- Subclass Of:
-
- dpv:Organise
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
- Systematic Monitoring
-
-
-
- Term:
- SystematicMonitoring
-
-
- Description:
- Processing that involves systematic monitoring of individuals
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit,
- Piero Bonatti
-
-
-
-
-
-
- Transfer
-
-
-
- Term:
- Transfer
-
-
- Description:
- to move data from one place to another
-
-
- Subclass Of:
-
- dpv:Processing
-
-
-
- Superclass Of:
-
- dpv:Move
-
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-05-07
-
-
- See Also:
-
- svpr:Transfer
-
-
-
-
-
-
-
- Transmit
-
-
-
- Term:
- Transmit
-
-
- Description:
- to send out data
-
-
- Subclass Of:
-
- dpv:Disclose
-
-
-
- Source:
-
- GDPR Art.4-2
-
-
-
- Created:
- 2019-05-07
-
-
-
-
-
-
-
-
- Properties
-
- has algorithmic logic
|
- has consequences
|
- has data source
|
- has human involvement
|
-
-
-
- has algorithmic logic
-
-
-
- Term:
- hasAlgorithmicLogic
-
-
- Description:
- Indicates the logic used in processing such as for automated decision making
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P. Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- has consequences
-
-
-
- Term:
- hasConsequences
-
-
- Description:
- Indicates consequences of processing such as those for Data Subjects in relation to automated decision making
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P. Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- has data source
-
-
-
- Term:
- hasDataSource
-
-
- Description:
- Indicates the source or origin of data being processed
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P. Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- has human involvement
-
-
-
- Term:
- hasHumanInvolvement
-
-
- Description:
- Indicates Involvement of humans in processing such as within automated decision making process
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P. Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
-
-
-
-
- Technical and Organisational Measures
- Concepts related to Technical and Organisational Measures are available as an individual module here .
- Technical and Organisational measures consist of activities, processes, or procedures used in connection with ensuring data protection, carrying out processing in a secure manner, and complying with legal obligations. Such measures are required by regulations depending on the context of processing involving personal data. For example, GDPR (Article 32) states implementing appropriate measures by taking into account the state of the art, the costs of implementation and the nature, scope, context and purposes of processing, as well as risks, rights and freedoms. Specific examples of measures in the article include:
-
- the pseudonymisation and encryption of personal data
- the ability to ensure the ongoing confidentiality, integrity, availability and resilience of processing systems and services
- the ability to restore the availability and access to personal data in a timely manner in the event of a physical or technical incident
- a process for regularly testing, assessing and evaluating the effectiveness of technical and organisational measures for ensuring the security of the processing
-
-
-
- Concepts for Technical and Organisational Measures in DPV
-
- To represent these requirements, the DPV defines a hierarchical taxonomy of technical and organisational measures through the top-level concept of [=TechnicalOrganisationalMeasure=], which is further distinguished as [=TechnicalMeasure=] and [=OrganisationalMeasure=]. A technical measure is an implementation detail or technology used to achieve a specific goal or objective, such as an authentication protocol used to validate identity. In contrast, an organisational measure is a process or procedure used by the organisation, for example an authorisation procedure to decide who should be granted access within an organisation.
- Measures can be associated using the generic property [=measureImplementedBy=]. The value or object of this property can be an IRI (or URL) representing a specific measure or standard used to implement it, or a String representing relevant information.
- In the future, we plan to provide a collection of terms and URIs for specifying standards (e.g. ISO) and best practices (e.g. certifications, seals). Whether this should be provided within the DPV itself or as a separate extension similar to DPV-GDPR is to be decided. We welcome participation and contributions for this work.
- DPV provides specific measures for storage of personal data in the form of [=StorageRestriction=], with specialised variants for duration as [=StorageDuration=], location as [=StorageLocation=], deletion as [=StorageDeletion=], and restoration as [=StorageRestoration=].
- The generic properties [=hasStorage=], [=hasLocation=], and [=hasDuration=] enable representing information about storage, location, and duration respectively. These can be used to specify restrictions or conditions, such as for storage of personal data, its processing, or information about recipients.
- For indicating the mitigation of [=Risk=], DPV provides [=RiskMitigationMeasure=] as a top-level concept within the Technical and Organisational measures taxonomy. The property [=mitigatesRisk=] is used to indicate the relationship between risk and its mitigation.
- The following provides an overview of the important top-level concepts within the Technical and Organisational measures taxonomy:
-
-
-
- Class
- Property
- Description
-
-
-
-
- [=TechnicalOrganisationalMeasure=]
- [=hasTechnicalOrganisationalMeasure=]
- Specifies the technical and organisational measures utilised or applicable
-
-
-
- [=measureImplementedBy=]
- Specifies the implementation details of measure
-
-
- [=RiskMitigationMeasure=]
- [=mitigatesRisk=]
- Specifies use of measure to mitigate risks
-
-
- [=StorageRestriction=]
-
- Specifies restriction on storage of personal data
-
-
- [=StorageDuration=]
-
- Specifies restriction on duration of storage
-
-
- [=StorageLocation=]
-
- Specifies restriction on location of storage
-
-
- [=StorageDeletion=]
-
- Specifies restriction on deletion of storage
-
-
-
- [=hasStorage=]
- Specifies information about storage
-
-
-
- [=hasLocation=]
- Specifies information about location
-
-
-
- [=hasDuration=]
- Specifies information about duration
-
-
-
-
- Classes
-
- Access Control Method
|
- Anonymization
|
- Authentication Protocols
|
- Authorisation Procedure
|
- Certification
|
- Certification and Seal
|
- Code of Conduct
|
- Consultation
|
- Consultation with Authority
|
- Contract
|
- De-Identification
|
- Design Standard
|
- Data Protection Impact Assessment (DPIA)
|
- Encryption in Rest
|
- Encryption in Transfer
|
- GuidelinesPrinciple
|
- Impact Assessment
|
- Legal Agreement
|
- Non-Disclosure Agreement (NDA)
|
- Organisational Measure
|
- Privacy Impact Assessment
|
- Privacy by Default
|
- Privacy by Design
|
- Pseudo-Anonymization
|
- Pseudonymisation and Encryption
|
- Regularity of Re-certification
|
- Risk Management Procedure
|
- Risk Mitigation Measure
|
- Seal
|
- Single Sign On
|
- Staff Training
|
- Storage Deletion
|
- Storage Duration
|
- Storage Location
|
- Storage Restoration
|
- Storage Restriction
|
- Technical Measure
|
-
-
-
- Access Control Method
-
-
-
- Term:
- AccessControlMethod
-
-
- Description:
- Methods which restrict access to a place or resource
-
-
- Subclass Of:
-
- dpv:TechnicalMeasure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Anonymization
-
-
-
- Term:
- Anonymization
-
-
- Description:
- Altering personal data irreversibly such that a data subject can no longer be identified directly or indirectly, either by the data controller alone or in collaboration with any other party
-
-
- Subclass Of:
-
- dpv:PseudoAnonymization
-
-
-
- Source:
-
- GDPR Art.4-5
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Authentication Protocols
-
-
-
- Term:
- AuthenticationProtocols
-
-
- Description:
- Protocols involving validation of identity i.e. authentication of a person or information
-
-
- Subclass Of:
-
- dpv:TechnicalMeasure
-
-
-
- Superclass Of:
-
- dpv:SingleSignOn
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Authorisation Procedure
-
-
-
- Term:
- AuthorisationProcedure
-
-
- Description:
- Procedures for determining authorisation through permission or authority
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Certification
-
-
-
- Term:
- Certification
-
-
- Description:
- Certification mechanisms, seals, and marks for the purpose of demonstrating compliance
-
-
- Subclass Of:
-
- dpv:CertificationSeal
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Certification and Seal
-
-
-
- Term:
- CertificationSeal
-
-
- Description:
- Certifications, seals, and marks indicating compliance to regulations or practices
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:Certification ,
- dpv:Seal
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Code of Conduct
-
-
-
- Term:
- CodeOfConduct
-
-
- Description:
- A set of rules or procedures outlining the norms and practices for conducting activities
-
-
- Subclass Of:
-
- dpv:GuidelinesPrinciple
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Consultation
-
-
-
- Term:
- Consultation
-
-
- Description:
- Consultation is a process of receiving feedback, advice, or opinion from an external agency
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:ConsultationWithAuthority
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Consultation with Authority
-
-
-
- Term:
- ConsultationWithAuthority
-
-
- Description:
- Consultation with an authority or authoritative entity
-
-
- Subclass Of:
-
- dpv:Consultation
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Contract
-
-
-
- Term:
- Contract
-
-
- Description:
- Contractual terms governing data handling within the data controller
-
-
- Subclass Of:
-
- dpv:LegalAgreement
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- De-Identification
-
-
-
- Term:
- DeIdentification
-
-
- Description:
- Conversion of identifiable personal data (PII) to un-identifiable personal data
-
-
- Subclass Of:
-
- dpv:PseudoAnonymization
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Design Standard
-
-
-
- Term:
- DesignStandard
-
-
- Description:
- A set of rules or guidelines outlining criterias for design
-
-
- Subclass Of:
-
- dpv:GuidelinesPrinciple
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Data Protection Impact Assessment (DPIA)
-
-
-
- Term:
- DPIA
-
-
- Description:
- A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals
-
-
- Subclass Of:
-
- dpv:ImpactAssessment
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Encryption in Rest
-
-
-
- Term:
- EncryptionInRest
-
-
- Description:
- Encryption of data when being stored (persistent encryption)
-
-
- Subclass Of:
-
- dpv:PseudonymisationEncryption
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Encryption in Transfer
-
-
-
- Term:
- EncryptionInTransfer
-
-
- Description:
- Encryption of data in transit e.g. when being transferred from one location to another, including sharing
-
-
- Subclass Of:
-
- dpv:PseudonymisationEncryption
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- GuidelinesPrinciple
-
-
-
- Impact Assessment
-
-
-
- Term:
- ImpactAssessment
-
-
- Description:
- Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments.
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:DPIA ,
- dpv:PIA
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Legal Agreement
-
-
-
- Term:
- LegalAgreement
-
-
- Description:
- A legally binding agreement
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:Contract ,
- dpv:NDA
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Non-Disclosure Agreement (NDA)
-
-
-
- Term:
- NDA
-
-
- Description:
- Non-disclosure Agreements e.g. preserving confidentiality of information
-
-
- Subclass Of:
-
- dpv:LegalAgreement
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Organisational Measure
-
-
-
- Privacy Impact Assessment
-
-
-
- Term:
- PIA
-
-
- Description:
- Carrying out an impact assessment regarding privacy risks
-
-
- Subclass Of:
-
- dpv:ImpactAssessment
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Privacy by Default
-
-
-
- Term:
- PrivacyByDefault
-
-
- Description:
- Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service
-
-
- Subclass Of:
-
- dpv:GuidelinesPrinciple
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Privacy by Design
-
-
-
- Term:
- PrivacyByDesign
-
-
- Description:
- Practices regarding incorporating data protection and privacy in the design of information and services
-
-
- Subclass Of:
-
- dpv:RiskManagementProcedure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Pseudo-Anonymization
-
-
-
- Term:
- PseudoAnonymization
-
-
- Description:
- PseudoAnonmyization or 'pseudonymisation’ means the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person;
-
-
- Subclass Of:
-
- dpv:PseudonymisationEncryption
-
-
-
- Superclass Of:
-
- dpv:Anonymization ,
- dpv:DeIdentification
-
-
-
- Source:
-
- GDPR Art.4-5
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Pseudonymisation and Encryption
-
-
-
- Regularity of Re-certification
-
-
-
- Term:
- RegularityOfRecertification
-
-
- Description:
- Policy regarding repetition or renewal of existing certification(s)
-
-
- Subclass Of:
-
- dpv:RiskManagementProcedure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Risk Management Procedure
-
-
-
- Term:
- RiskManagementProcedure
-
-
- Description:
- Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process.
-
-
- Subclass Of:
-
- dpv:OrganisationalMeasure
-
-
-
- Superclass Of:
-
- dpv:PrivacyByDesign ,
- dpv:RegularityOfRecertification ,
- dpv:StaffTraining
-
-
-
- Source:
-
- ISO 31000
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Risk Mitigation Measure
-
-
-
- Term:
- RiskMitigationMeasure
-
-
- Description:
- Measures intended to mitigate, minimise, or prevent risk.
-
-
- Subclass Of:
-
- dpv:TechnicalOrganisationalMeasure
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Seal
-
-
-
- Term:
- Seal
-
-
- Description:
- A seal or a mark indicating proof of certification to some certification or standard
-
-
- Subclass Of:
-
- dpv:CertificationSeal
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Single Sign On
-
-
-
- Term:
- SingleSignOn
-
-
- Description:
- Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts.
-
-
- Subclass Of:
-
- dpv:AuthenticationProtocols
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg P Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Staff Training
-
-
-
- Term:
- StaffTraining
-
-
- Description:
- Practices and policies regarding training of staff members
-
-
- Subclass Of:
-
- dpv:RiskManagementProcedure
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Deletion
-
-
-
- Term:
- StorageDeletion
-
-
- Description:
- Deletion or Erasure of data including any deletion guarantees
-
-
- Subclass Of:
-
- dpv:StorageRestriction
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Duration
-
-
-
- Term:
- StorageDuration
-
-
- Description:
- Duration or temporal entity denoting limitation on storage of personal data
-
-
- Subclass Of:
-
- dpv:StorageRestriction
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Location
-
-
-
- Term:
- StorageLocation
-
-
- Description:
- Location or geospatial scope where the data is stored
-
-
- Subclass Of:
-
- dpv:StorageRestriction
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Restoration
-
-
-
- Term:
- StorageRestoration
-
-
- Description:
- Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved
-
-
- Subclass Of:
-
- dpv:StorageRestriction
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- Storage Restriction
-
-
-
-
-
-
- Properties
-
- has duration
|
- has location
|
- has storage
|
- measure implemented by
|
- mitigates risk
|
-
-
-
- has duration
-
-
-
- Term:
- hasDuration
-
-
- Description:
- Indicates information about duration
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- has location
-
-
-
- Term:
- hasLocation
-
-
- Description:
- Indicates information about location
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- has storage
-
-
-
- Term:
- hasStorage
-
-
- Description:
- Indicates information about storage
-
-
- Status:
- accepted
-
-
- Source:
-
- SPECIAL Project
-
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Axel Polleres,
- Harshvardhan J. Pandit,
- Mark Lizar,
- Rob Brennan
-
-
-
-
-
-
- measure implemented by
-
-
-
- Term:
- measureImplementedBy
-
-
- Description:
- a generic Property to describe how the measure is implemented
-
-
- Status:
- accepted
-
-
- Created:
- 2019-05-07
-
-
- Contributor(s):
-
- Axel Polleres
-
-
-
-
-
-
- mitigates risk
-
-
-
- Term:
- mitigatesRisk
-
-
- Description:
- Indicates mitigation of risk(s)
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
-
- Entities
- Concepts related to Entities are available as an individual module here .
- Entities refer to individuals, organisations, institutions, authorities, agencies, or any similar 'actor'. Defining and representing them is important given their rights and responsibilities under legal obligations. To represent such entities, DPV defines the [=LegalEntity=] class as a generic concept which if further extended to represent the different categories of entities.
-
-
- Concepts for Entities in DPV
-
- The DPV core vocabulary includes the concepts of [=DataSubject=], [=DataController=], and [=Recipient=] which are subclasses of [=LegalEntity=]. Consequently, they are not described in this section to avoid duplicity.
- To describe the entities that act as recipients regarding personal data and its processing, the concepts of [=DataProcessor=], [=DataSubProcessor=], and [=ThirdParty=] are defined. Defining recipients is important in the context of data protection and privacy as it allows tracking the entities personal data is shared/transfered with. The concepts of [=Child=] and [=VulnerableDataSubject=] represent specific categories of data subjects based on relevance in legal requirements. The concept [=Authority=] represents an entity with legal authority, and is extended to represent [=DataProtectionAuthority=] for a specific authority concerned with data protection and privacy. To represent an 'agent' of an organisation, the concept [=Representative=] is provided. Similarly, [=DataProtectionOfficer=] refers to a specific entity associated with monitoring data protection and privacy within (or on behalf of) an organisation.
- The concept 'child' can be legally distinct from 'minor', although they are also used as synonyms in several cases. DPV uses 'child' as the commonly used term to signify an individual below a certain legally defined age. This is influenced from the use of the term 'child' within the GDPR and by CJEU in its judgements. It is important to note that the relevant age for determining a child (or a minor child) varies by jurisdiction.
- To represent information about entities, DPV provides the following properties: [=hasName=] to indicate name, [=hasAddress=] to indicate address, [=hasContact=] to indicate contact or communication channels, [=hasIdentifier=] to indicate an identifier associated with the entity, and [=hasRepresentative=] to indicate an 'agent' or representative of the entity.
-
- Classes
-
- Authority
|
- Child
|
- Data Processor
|
- Data Protection Authority
|
- Data Protection Officer
|
- Data Sub-Processor
|
- Legal Entity
|
- Representative
|
- Third Party
|
- Vulnerable Data Subject
|
-
-
-
- Authority
-
-
-
- Term:
- Authority
-
-
- Description:
- An authority with the power to create or enforce laws, or determine their compliance.
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Superclass Of:
-
- dpv:DataProtectionAuthority
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg Krog,
- Harshvardhan Pandit,
- Paul Ryan
-
-
-
-
-
-
- Child
-
-
-
- Term:
- Child
-
-
- Description:
- A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.
-
-
- Subclass Of:
-
- dpv:DataSubject
-
-
-
- Created:
- 2020-11-25
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Data Processor
-
-
-
- Term:
- DataProcessor
-
-
- Description:
- A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.
-
-
- Subclass Of:
-
- dpv:Recipient
-
-
-
- Superclass Of:
-
- dpv:DataSubProcessor
-
-
-
- Source:
-
- GDPR Art.4-8
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Data Protection Authority
-
-
-
- Term:
- DataProtectionAuthority
-
-
- Description:
- An authority tasked with overseeing legal compliance regarding privacy and data protection laws.
-
-
- Subclass Of:
-
- dpv:Authority
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg Krog,
- Harshvardhan Pandit,
- Paul Ryan
-
-
-
-
-
-
- Data Protection Officer
-
-
-
- Term:
- DataProtectionOfficer
-
-
- Description:
- An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority.
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Source:
-
- GDPR Art.37
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg Krog,
- Paul Ryan
-
-
-
-
-
-
- Data Sub-Processor
-
-
-
- Term:
- DataSubProcessor
-
-
- Description:
- A 'sub-processor' is a processor engaged by another processor
-
-
- Subclass Of:
-
- dpv:DataProcessor
-
-
-
- Created:
- 2020-11-25
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
- Representative
-
-
-
- Term:
- Representative
-
-
- Description:
- A representative of a legal entity
-
-
- Subclass Of:
-
- dpv:LegalEntity
-
-
-
- Source:
-
- GDPR Art.27
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg Krog,
- Harshvardhan J. Pandit,
- Paul Ryan
-
-
-
-
-
-
- Third Party
-
-
-
- Term:
- ThirdParty
-
-
- Description:
- A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data.
-
-
- Subclass Of:
-
- dpv:Recipient
-
-
-
- Source:
-
- GDPR Art.4-10
-
-
-
- Created:
- 2019-06-04
-
-
- Contributor(s):
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
- Vulnerable Data Subject
-
-
-
- Term:
- VulnerableDataSubject
-
-
- Description:
- Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards
-
-
- Subclass Of:
-
- dpv:DataSubject
-
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Georg Krog,
- Harshvardhan Pandit,
- Paul Ryan
-
-
-
-
-
-
-
-
- Properties
-
- has address
|
- has contact
|
- has identifier
|
- has name
|
- has representative
|
-
-
-
- has address
-
-
-
- Term:
- hasAddress
-
-
- Description:
- Specifies address of a legal entity such as street address or pin code
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
-
-
-
-
- Term:
- hasContact
-
-
- Description:
- Specifies contact details of a legal entity such as phone or email
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
- has identifier
-
-
-
- Term:
- hasIdentifier
-
-
- Description:
- Specifies an identifier for the entity such as registeration number or official ID
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-25
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
- has name
-
-
-
- Term:
- hasName
-
-
- Description:
- Specifies name of a legal entity
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
- has representative
-
-
-
- Term:
- hasRepresentative
-
-
- Description:
- Specifies representative of the legal entity
-
-
- Status:
- accepted
-
-
- Created:
- 2020-11-04
-
-
- Contributor(s):
-
- Beatriz Esteves,
- Georg P Krog,
- Harshvardhan J.Pandit,
- Paul Ryan
-
-
-
-
-
-
-
-
-
-
- Consent
- The concepts related to Consent are available as an individual module here .
- Consent is one of the legal bases or legal justifications for the processing of personal data, whose legal validity is associated with requirements and obligations based on jurisdictional laws. DPV provides concepts to describe consent and its attributes to represent a 'record' of consent from a compliance perspective.
- [=Consent=] represents the concept of 'consent', with the DPV classes and properties used to associate the relevant information it is about. If using [=PersonalDataHandling=], the use of consent can be indicated through the [=hasLegalBasis=] property, and the relevant information associated using properties, such as [=hasPurpose=] and [=Purpose=]. Conversely, one can also create alternate forms of 'consent as a policy' where the purpose and other information is directly associated with [=Consent=] using the generic properties.
- To specify additional information, DPV specifies provenance properties of [=hasProvisionTime=] and [=hasProvisionMethod=] for how consent was given, and [=hasWithdrawalTime=] and [=hasWithdrawalMethod=] to indicate how consent was withdrawn. The expiry of consent can be specified using the property [=hasExpiry=], with sub-properties provided to define expiry as a temporal entity using [=hasExpiryTime=] or as a condition/event using [=hasExpiryCondition=].
- Requirements for 'informed' consent require provision of information before the consent is obtained so as to inform the individual. This information is typically provided through a 'notice', which can be specified using the property [=hasConsentNotice=]. Similarly, 'explicit' consent is a specific form of consent where the action of giving consent carries additional obligations of being explicitly performed by the individual. To represent this, the boolean property [=isExplicit=] is provided.
- The specific conditions under which consent can be considered valid, or informed, or explicit as defined under jurisdictional law. The terms provided within the DPV are generic concepts for representing these 'types' of consent. For using specific jurisdictional requirements and use of consent as a legal basis, it is advisable to declare such jurisdictional concepts in a separate extension to the DPV. For specific use of consent as a legal basis defined within GDPR, we provide DPV-GDPR .
- To specify consent provided by delegation, such as in the case of a parent or guardian providing consent for a child, the properties [=hasProvisionByJustification=] and [=hasWithdrawalByJustification=] can be used to capture the nature of such ‘delegation’, with the fields [=hasProvisionBy=] and [=hasWithdrawalBy=] representing the legal entity who provided the consent. By default, the consent can be assumed to be provided by the associated Data Subject.
-
- Classes
-
- Consent
|
-
-
-
- Consent
-
-
-
- Term:
- Consent
-
-
- Description:
- Consent of the data subject regarding processing of their personal data
-
-
- Source:
-
- GDPR Art.4-11
-
-
-
- Created:
- 2019-04-05
-
-
-
-
-
-
-
- Properties
-
- has consent notice
|
- has expiry
|
- has expiry condition
|
- has expiry time
|
- has provision by
|
- has provision by justification
|
- has provision method
|
- has provision time
|
- has withdrawal by
|
- has withdrawal by justification
|
- has withdrawal method
|
- has withdrawal time
|
- is explicit
|
-
-
-
- has consent notice
-
-
-
- Term:
- hasConsentNotice
-
-
- Description:
- Specifies the notice provided in context of consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has expiry
-
-
-
- Term:
- hasExpiry
-
-
- Description:
- Generic property specifying when or under which condition(s) the consent will expire
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has expiry condition
-
-
-
- Term:
- hasExpiryCondition
-
-
- Description:
- Specifies the condition or event that determines the expiry of consent
-
-
- Sub-Property Of:
-
- http://www.w3.org/ns/dpv#expiry
-
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has expiry time
-
-
-
- Term:
- hasExpiryTime
-
-
- Description:
- Specifies the expiry time or duration for consent
-
-
- Sub-Property Of:
-
- http://www.w3.org/ns/dpv#expiry
-
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has provision by
-
-
-
- Term:
- hasProvisionBy
-
-
- Description:
- Specifies the entity that provisioned or provided consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has provision by justification
-
-
-
- Term:
- hasProvisionByJustification
-
-
- Description:
- Specifies the justification for entity providing consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has provision method
-
-
-
- Term:
- hasProvisionMethod
-
-
- Description:
- Specifies the method by which consent was provisioned or provided
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has provision time
-
-
-
- Term:
- hasProvisionTime
-
-
- Description:
- Specifies the instant in time when consent was given
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has withdrawal by
-
-
-
- Term:
- hasWithdrawalBy
-
-
- Description:
- Specifies the entity that withdrew consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has withdrawal by justification
-
-
-
- Term:
- hasWithdrawalByJustification
-
-
- Description:
- Specifies the justification for entity withdrawing consent
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has withdrawal method
-
-
-
- Term:
- hasWithdrawalMethod
-
-
- Description:
- Specifries the method by which consent can be/has been withdrawn
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- has withdrawal time
-
-
-
- Term:
- hasWithdrawalTime
-
-
- Description:
- Specifies the instant in time when consent was withdrawn
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
- is explicit
-
-
-
- Term:
- isExplicit
-
-
- Description:
- Specifies consent is 'explicit'
-
-
- Status:
- accepted
-
-
- Created:
- 2019-04-05
-
-
- Contributor(s):
-
- Bud Bruegger,
- Harshvardhan J. Pandit,
- Mark Lizar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/documentation-generator/jinja2_resources/links_label.json b/documentation-generator/jinja2_resources/links_label.json
index c5678dde8..e3c729567 100644
--- a/documentation-generator/jinja2_resources/links_label.json
+++ b/documentation-generator/jinja2_resources/links_label.json
@@ -1 +1 @@
-{"https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj": "GDPR Art.4-1", "https://www.specialprivacy.eu/": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj": "GDPR Art.4-9g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj": "GDPR Art.4-7g", "https://www.w3.org/community/dpvcg/": "DPVCG", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj": "GDPR Art.9-1", "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten": "Belgian DPA ROPA Template", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj": "GDPR Art.4-2", "https://www.specialprivacy.eu/vocabs/processing": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj": "GDPR Art.4-5", "https://www.iso.org/iso-31000-risk-management.html": "ISO 31000", "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj": "GDPR Art.27", "http://purl.org/adms": "ADMS controlled vocabulary", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj": "GDPR Art.4-8", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj": "GDPR Art.4-10", "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en": "EDPB Recommendations 01/2020 on Data Transfers", "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj": "GDPR Art.37", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj": "GDPR Art.4-26", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj": "GDPR Art.6-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj": "GDPR Art.6-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj": "GDPR Art.6-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj": "GDPR Art.6-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj": "GDPR Art.6-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj": "GDPR Art.6-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj": "GDPR Art.9-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj": "GDPR Art.9-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj": "GDPR Art.9-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj": "GDPR Art.9-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj": "GDPR Art.9-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj": "GDPR Art.9-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj": "GDPR Art.9-2g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj": "GDPR Art.9-2h", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj": "GDPR Art.9-2i", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj": "GDPR Art.9-2j", "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj": "GDPR Art.45-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj": "GDPR Art.46-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj": "GDPR Art.46-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj": "GDPR Art.46-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj": "GDPR Art.46-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj": "GDPR Art.46-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj": "GDPR Art.46-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj": "GDPR Art.46-3a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj": "GDPR Art.46-3b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj": "GDPR Art.49-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj": "GDPR Art.49-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj": "GDPR Art.49-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj": "GDPR Art.49-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj": "GDPR Art.49-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj": "GDPR Art.49-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj": "GDPR Art.49-1g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj": "GDPR Art.49-2", "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj": "GDPR Art.13", "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj": "GDPR Art.14", "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj": "GDPR Art.15", "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj": "GDPR Art.16", "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj": "GDPR Art.17", "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj": "GDPR Art.18", "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj": "GDPR Art.19", "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj": "GDPR Art.20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj": "GDPR Art.21", "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj": "GDPR Art.22", "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj": "GDPR Art.7-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj": "GDPR Art.77", "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj": "GDPR Art.4-20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj": "GDPR Art.46", "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj": "Implementing Decision on SCC for Data Transfers", "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf": "EnterPrivacy Categories of Personal Information"}
\ No newline at end of file
+{"https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj": "GDPR Art.4-1", "https://specialprivacy.ercim.eu/": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj": "GDPR Art.4-9g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj": "GDPR Art.4-7g", "https://www.w3.org/community/dpvcg/": "DPVCG", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj": "GDPR Art.9-1", "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten": "Belgian DPA ROPA Template", "https://www.iso.org/iso-31000-risk-management.html": "ISO 31000", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj": "GDPR Art.4-2", "https://specialprivacy.ercim.eu/vocabs/processing": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj": "GDPR Art.4-5", "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj": "GDPR Art.27", "http://purl.org/adms": "ADMS controlled vocabulary", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj": "GDPR Art.4-8", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj": "GDPR Art.4-10", "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en": "EDPB Recommendations 01/2020 on Data Transfers", "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj": "GDPR Art.37", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj": "GDPR Art.4-26", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj": "GDPR Art.6-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj": "GDPR Art.6-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj": "GDPR Art.6-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj": "GDPR Art.6-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj": "GDPR Art.6-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj": "GDPR Art.6-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj": "GDPR Art.9-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj": "GDPR Art.9-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj": "GDPR Art.9-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj": "GDPR Art.9-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj": "GDPR Art.9-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj": "GDPR Art.9-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj": "GDPR Art.9-2g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj": "GDPR Art.9-2h", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj": "GDPR Art.9-2i", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj": "GDPR Art.9-2j", "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj": "GDPR Art.45-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj": "GDPR Art.46-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj": "GDPR Art.46-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj": "GDPR Art.46-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj": "GDPR Art.46-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj": "GDPR Art.46-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj": "GDPR Art.46-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj": "GDPR Art.46-3a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj": "GDPR Art.46-3b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj": "GDPR Art.49-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj": "GDPR Art.49-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj": "GDPR Art.49-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj": "GDPR Art.49-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj": "GDPR Art.49-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj": "GDPR Art.49-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj": "GDPR Art.49-1g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj": "GDPR Art.49-2", "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj": "GDPR Art.13", "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj": "GDPR Art.14", "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj": "GDPR Art.15", "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj": "GDPR Art.16", "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj": "GDPR Art.17", "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj": "GDPR Art.18", "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj": "GDPR Art.19", "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj": "GDPR Art.20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj": "GDPR Art.21", "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj": "GDPR Art.22", "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj": "GDPR Art.7-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj": "GDPR Art.77", "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj": "GDPR Art.4-20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj": "GDPR Art.46", "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj": "Implementing Decision on SCC for Data Transfers", "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf": "EnterPrivacy Categories of Personal Information"}
\ No newline at end of file
diff --git a/documentation-generator/jinja2_resources/template_dpv.jinja2 b/documentation-generator/jinja2_resources/template_dpv.jinja2
index a73a92532..ba5521219 100644
--- a/documentation-generator/jinja2_resources/template_dpv.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpv",
title: "Data Privacy Vocabulary (DPV)",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2
index fbdae7dd3..dc465a5db 100644
--- a/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpv-gdpr",
title: "DPV-GDPR: GDPR Extension for DPV",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2
index c4b05d17a..905483196 100644
--- a/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpvo-gdpr",
title: "DPVO-GDPR: GDPR Extension for DPV-OWL",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2
index 6799d0e8b..00068d6a5 100644
--- a/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpvs-gdpr",
title: "DPVS-GDPR: GDPR Extension for DPV-SKOS",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 b/documentation-generator/jinja2_resources/template_dpv_legal.jinja2
index 0108db23e..ecfbf9229 100644
--- a/documentation-generator/jinja2_resources/template_dpv_legal.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_legal.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpv-legal",
title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_owl.jinja2
index d6ffb2064..854535dd1 100644
--- a/documentation-generator/jinja2_resources/template_dpv_owl.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_owl.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpvo",
title: "DPV-OWL: Data Privacy Vocabulary (DPV) in OWL",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd.jinja2
index b5e401af0..6b628456a 100644
--- a/documentation-generator/jinja2_resources/template_dpv_pd.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_pd.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpv-pd",
title: "DPV-PD: Extended Personal Data concepts for DPV",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2
index afd7cfb4c..2441eba55 100644
--- a/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpvo-pd",
title: "DPVO-PD: Extended Personal Data concepts for DPV-OWL",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2
index e814f4d55..3db73ac14 100644
--- a/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpvs-pd",
title: "DPVS-PD: Extended Personal Data concepts for DPV",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_skos.jinja2
index 1dd7a29ed..e933f00d8 100644
--- a/documentation-generator/jinja2_resources/template_dpv_skos.jinja2
+++ b/documentation-generator/jinja2_resources/template_dpv_skos.jinja2
@@ -12,7 +12,7 @@
var respecConfig = {
shortName: "dpv",
title: "DPV-SKOS: Data Privacy Vocabulary (DPV) in SKOS+RDF",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/documentation-generator/logs/999_all.txt b/documentation-generator/logs/999_all.txt
index 5648727c8..e69de29bb 100644
--- a/documentation-generator/logs/999_all.txt
+++ b/documentation-generator/logs/999_all.txt
@@ -1,2546 +0,0 @@
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing base module
-DEBUG - :: 413 - there are 12 classes in base
-DEBUG - add_triples_for_classes :: 241 - PersonalDataHandling
-DEBUG - add_triples_for_classes :: 241 - PersonalData
-DEBUG - add_triples_for_classes :: 241 - Processing
-DEBUG - add_triples_for_classes :: 241 - Purpose
-DEBUG - add_triples_for_classes :: 241 - Recipient
-DEBUG - add_triples_for_classes :: 241 - TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 241 - LegalBasis
-DEBUG - add_triples_for_classes :: 241 - DataSubject
-DEBUG - add_triples_for_classes :: 241 - DataController
-DEBUG - add_triples_for_classes :: 241 - Right
-DEBUG - add_triples_for_classes :: 241 - DataSubjectRight
-DEBUG - add_triples_for_classes :: 241 - Risk
-DEBUG - :: 419 - there are 11 properties in base
-DEBUG - add_triples_for_properties :: 282 - hasPersonalData
-DEBUG - add_triples_for_properties :: 282 - hasProcessing
-DEBUG - add_triples_for_properties :: 282 - hasPurpose
-DEBUG - add_triples_for_properties :: 282 - hasRecipient
-DEBUG - add_triples_for_properties :: 282 - hasTechnicalOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 282 - hasLegalBasis
-DEBUG - add_triples_for_properties :: 282 - hasDataSubject
-DEBUG - add_triples_for_properties :: 282 - hasDataController
-DEBUG - add_triples_for_properties :: 282 - hasRight
-DEBUG - add_triples_for_properties :: 282 - hasRisk
-DEBUG - add_triples_for_properties :: 282 - hasPersonalDataHandling
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing personal_data module
-DEBUG - :: 413 - there are 10 classes in personal_data
-DEBUG - add_triples_for_classes :: 241 - PersonalData
-DEBUG - add_triples_for_classes :: 241 - AnonymisedData
-DEBUG - add_triples_for_classes :: 241 - DerivedPersonalData
-DEBUG - add_triples_for_classes :: 241 - InferredPersonalData
-DEBUG - add_triples_for_classes :: 241 - PseudoAnonymisedData
-DEBUG - add_triples_for_classes :: 241 - SensitivePersonalData
-DEBUG - add_triples_for_classes :: 241 - SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 241 - Data
-DEBUG - add_triples_for_classes :: 241 - NonPersonalData
-DEBUG - :: 419 - there are 1 properties in personal_data
-DEBUG - add_triples_for_properties :: 282 - hasPersonalData
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing purposes module
-DEBUG - :: 413 - there are 67 classes in purposes
-DEBUG - add_triples_for_classes :: 241 - Purpose
-DEBUG - add_triples_for_classes :: 241 - AcademicResearch
-DEBUG - add_triples_for_classes :: 241 - AccountManagement
-DEBUG - add_triples_for_classes :: 241 - Advertising
-DEBUG - add_triples_for_classes :: 241 - CommercialResearch
-DEBUG - add_triples_for_classes :: 241 - CommunicationManagement
-DEBUG - add_triples_for_classes :: 241 - CommunicationForCustomerCare
-DEBUG - add_triples_for_classes :: 241 - CreateEventRecommendations
-DEBUG - add_triples_for_classes :: 241 - CreatePersonalizedRecommendations
-DEBUG - add_triples_for_classes :: 241 - CreateProductRecommendations
-DEBUG - add_triples_for_classes :: 241 - CustomerCare
-DEBUG - add_triples_for_classes :: 241 - CustomerClaimsManagement
-DEBUG - add_triples_for_classes :: 241 - CustomerManagement
-DEBUG - add_triples_for_classes :: 241 - CustomerOrderManagement
-DEBUG - add_triples_for_classes :: 241 - CustomerRelationshipManagement
-DEBUG - add_triples_for_classes :: 241 - CustomerSolvencyMonitoring
-DEBUG - add_triples_for_classes :: 241 - DeliveryOfGoods
-DEBUG - add_triples_for_classes :: 241 - DirectMarketing
-DEBUG - add_triples_for_classes :: 241 - DisputeManagement
-DEBUG - add_triples_for_classes :: 241 - EnforceAccessControl
-DEBUG - add_triples_for_classes :: 241 - EnforceSecurity
-DEBUG - add_triples_for_classes :: 241 - FraudPreventionAndDetection
-DEBUG - add_triples_for_classes :: 241 - HumanResourceManagement
-DEBUG - add_triples_for_classes :: 241 - IdentityVerification
-DEBUG - add_triples_for_classes :: 241 - ImproveExistingProductsAndServices
-DEBUG - add_triples_for_classes :: 241 - ImproveInternalCRMProcesses
-DEBUG - add_triples_for_classes :: 241 - IncreaseServiceRobustness
-DEBUG - add_triples_for_classes :: 241 - InternalResourceOptimisation
-DEBUG - add_triples_for_classes :: 241 - LegalCompliance
-DEBUG - add_triples_for_classes :: 241 - Marketing
-DEBUG - add_triples_for_classes :: 241 - MemberPartnerManagement
-DEBUG - add_triples_for_classes :: 241 - NonCommercialResearch
-DEBUG - add_triples_for_classes :: 241 - OptimisationForConsumer
-DEBUG - add_triples_for_classes :: 241 - OptimisationForController
-DEBUG - add_triples_for_classes :: 241 - OptimiseUserInterface
-DEBUG - add_triples_for_classes :: 241 - OrganisationComplianceManagement
-DEBUG - add_triples_for_classes :: 241 - OrganisationGovernance
-DEBUG - add_triples_for_classes :: 241 - OrganisationRiskManagement
-DEBUG - add_triples_for_classes :: 241 - Payment
-DEBUG - add_triples_for_classes :: 241 - Personalisation
-DEBUG - add_triples_for_classes :: 241 - PersonalisedAdvertising
-DEBUG - add_triples_for_classes :: 241 - PersonalisedBenefits
-DEBUG - add_triples_for_classes :: 241 - PublicRelations
-DEBUG - add_triples_for_classes :: 241 - RecordManagement
-DEBUG - add_triples_for_classes :: 241 - RegistrationAuthentication
-DEBUG - add_triples_for_classes :: 241 - RequestedServiceProvision
-DEBUG - add_triples_for_classes :: 241 - ResearchAndDevelopment
-DEBUG - add_triples_for_classes :: 241 - Sector
-DEBUG - add_triples_for_classes :: 241 - SellDataToThirdParties
-DEBUG - add_triples_for_classes :: 241 - SellInsightsFromData
-DEBUG - add_triples_for_classes :: 241 - SellProducts
-DEBUG - add_triples_for_classes :: 241 - SellProductsToDataSubject
-DEBUG - add_triples_for_classes :: 241 - ServiceOptimization
-DEBUG - add_triples_for_classes :: 241 - ServicePersonalization
-DEBUG - add_triples_for_classes :: 241 - ServiceProvision
-DEBUG - add_triples_for_classes :: 241 - ServiceRecordManagement
-DEBUG - add_triples_for_classes :: 241 - ServiceUsageAnalytics
-DEBUG - add_triples_for_classes :: 241 - SocialMediaMarketing
-DEBUG - add_triples_for_classes :: 241 - TechnicalServiceProvision
-DEBUG - add_triples_for_classes :: 241 - UserInterfacePersonalisation
-DEBUG - add_triples_for_classes :: 241 - VendorManagement
-DEBUG - add_triples_for_classes :: 241 - VendorPayment
-DEBUG - add_triples_for_classes :: 241 - VendorRecordsManagement
-DEBUG - add_triples_for_classes :: 241 - VendorSelectionAssessment
-DEBUG - :: 419 - there are 2 properties in purposes
-DEBUG - add_triples_for_properties :: 282 - hasPurpose
-DEBUG - add_triples_for_properties :: 282 - hasSector
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing context module
-DEBUG - :: 413 - there are 28 classes in context
-DEBUG - add_triples_for_classes :: 241 - Context
-DEBUG - add_triples_for_classes :: 241 - Importance
-DEBUG - add_triples_for_classes :: 241 - PrimaryImportance
-DEBUG - add_triples_for_classes :: 241 - SecondaryImportance
-DEBUG - add_triples_for_classes :: 241 - Necessity
-DEBUG - add_triples_for_classes :: 241 - Required
-DEBUG - add_triples_for_classes :: 241 - Optional
-DEBUG - add_triples_for_classes :: 241 - NotRequired
-DEBUG - add_triples_for_classes :: 241 - Technology
-DEBUG - add_triples_for_classes :: 241 - AlgorithmicLogic
-DEBUG - add_triples_for_classes :: 241 - Consequence
-DEBUG - add_triples_for_classes :: 241 - HumanInvolvement
-DEBUG - add_triples_for_classes :: 241 - Duration
-DEBUG - add_triples_for_classes :: 241 - Frequency
-DEBUG - :: 419 - there are 13 properties in context
-DEBUG - add_triples_for_properties :: 282 - hasContext
-DEBUG - add_triples_for_properties :: 282 - isImplementedByEntity
-DEBUG - add_triples_for_properties :: 282 - isImplementedUsingTechnology
-DEBUG - add_triples_for_properties :: 282 - hasAlgorithmicLogic
-DEBUG - add_triples_for_properties :: 282 - hasConsequence
-DEBUG - add_triples_for_properties :: 282 - hasHumanInvolvement
-DEBUG - add_triples_for_properties :: 282 - hasDuration
-DEBUG - add_triples_for_properties :: 282 - hasIdentifier
-DEBUG - add_triples_for_properties :: 282 - hasFrequency
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing processing module
-DEBUG - :: 413 - there are 34 classes in processing
-DEBUG - add_triples_for_classes :: 241 - Processing
-DEBUG - add_triples_for_classes :: 241 - Acquire
-DEBUG - add_triples_for_classes :: 241 - Adapt
-DEBUG - add_triples_for_classes :: 241 - Align
-DEBUG - add_triples_for_classes :: 241 - Alter
-DEBUG - add_triples_for_classes :: 241 - Analyse
-DEBUG - add_triples_for_classes :: 241 - Anonymise
-DEBUG - add_triples_for_classes :: 241 - Collect
-DEBUG - add_triples_for_classes :: 241 - Combine
-DEBUG - add_triples_for_classes :: 241 - Consult
-DEBUG - add_triples_for_classes :: 241 - Copy
-DEBUG - add_triples_for_classes :: 241 - Derive
-DEBUG - add_triples_for_classes :: 241 - Destruct
-DEBUG - add_triples_for_classes :: 241 - Disclose
-DEBUG - add_triples_for_classes :: 241 - DiscloseByTransmission
-DEBUG - add_triples_for_classes :: 241 - Disseminate
-DEBUG - add_triples_for_classes :: 241 - Erase
-DEBUG - add_triples_for_classes :: 241 - MakeAvailable
-DEBUG - add_triples_for_classes :: 241 - Move
-DEBUG - add_triples_for_classes :: 241 - Obtain
-DEBUG - add_triples_for_classes :: 241 - Organise
-DEBUG - add_triples_for_classes :: 241 - Profiling
-DEBUG - add_triples_for_classes :: 241 - PseudoAnonymise
-DEBUG - add_triples_for_classes :: 241 - Record
-DEBUG - add_triples_for_classes :: 241 - Remove
-DEBUG - add_triples_for_classes :: 241 - Restrict
-DEBUG - add_triples_for_classes :: 241 - Retrieve
-DEBUG - add_triples_for_classes :: 241 - Share
-DEBUG - add_triples_for_classes :: 241 - Store
-DEBUG - add_triples_for_classes :: 241 - Structure
-DEBUG - add_triples_for_classes :: 241 - Transfer
-DEBUG - add_triples_for_classes :: 241 - Transform
-DEBUG - add_triples_for_classes :: 241 - Transmit
-DEBUG - add_triples_for_classes :: 241 - Use
-DEBUG - :: 419 - there are 1 properties in processing
-DEBUG - add_triples_for_properties :: 282 - hasProcessing
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing processing_context module
-DEBUG - :: 413 - there are 15 classes in processing_context
-DEBUG - add_triples_for_classes :: 241 - ProcessingContext
-DEBUG - add_triples_for_classes :: 241 - DataSource
-DEBUG - add_triples_for_classes :: 241 - PublicDataSource
-DEBUG - add_triples_for_classes :: 241 - NonPublicDataSource
-DEBUG - add_triples_for_classes :: 241 - SystematicMonitoring
-DEBUG - add_triples_for_classes :: 241 - EvaluationScoring
-DEBUG - add_triples_for_classes :: 241 - MatchingCombining
-DEBUG - add_triples_for_classes :: 241 - AutomatedDecisionMaking
-DEBUG - add_triples_for_classes :: 241 - LargeScaleProcessing
-DEBUG - add_triples_for_classes :: 241 - InnovativeUseOfNewTechnologies
-DEBUG - add_triples_for_classes :: 241 - StorageDeletion
-DEBUG - add_triples_for_classes :: 241 - StorageDuration
-DEBUG - add_triples_for_classes :: 241 - StorageLocation
-DEBUG - add_triples_for_classes :: 241 - StorageRestoration
-DEBUG - add_triples_for_classes :: 241 - StorageCondition
-DEBUG - :: 419 - there are 2 properties in processing_context
-DEBUG - add_triples_for_properties :: 282 - hasDataSource
-DEBUG - add_triples_for_properties :: 282 - hasStorage
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing technical_organisational_measures module
-DEBUG - :: 413 - there are 50 classes in technical_organisational_measures
-DEBUG - add_triples_for_classes :: 241 - TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 241 - TechnicalMeasure
-DEBUG - add_triples_for_classes :: 241 - OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 241 - AccessControlMethod
-DEBUG - add_triples_for_classes :: 241 - Anonymization
-DEBUG - add_triples_for_classes :: 241 - Assessment
-DEBUG - add_triples_for_classes :: 241 - AuthenticationProtocols
-DEBUG - add_triples_for_classes :: 241 - AuthorisationProcedure
-DEBUG - add_triples_for_classes :: 241 - Certification
-DEBUG - add_triples_for_classes :: 241 - CertificationSeal
-DEBUG - add_triples_for_classes :: 241 - CodeOfConduct
-DEBUG - add_triples_for_classes :: 241 - Consultation
-DEBUG - add_triples_for_classes :: 241 - ConsultationWithAuthority
-DEBUG - add_triples_for_classes :: 241 - ContractualTerms
-DEBUG - add_triples_for_classes :: 241 - CompleteAnonymisation
-DEBUG - add_triples_for_classes :: 241 - ControllerProcessorAgreement
-DEBUG - add_triples_for_classes :: 241 - DataProcessingAgreement
-DEBUG - add_triples_for_classes :: 241 - DataProcessingRecords
-DEBUG - add_triples_for_classes :: 241 - DataTransferImpactAssessment
-DEBUG - add_triples_for_classes :: 241 - DeIdentification
-DEBUG - add_triples_for_classes :: 241 - DesignStandard
-DEBUG - add_triples_for_classes :: 241 - DPIA
-DEBUG - add_triples_for_classes :: 241 - EncryptionInRest
-DEBUG - add_triples_for_classes :: 241 - EncryptionInTransfer
-DEBUG - add_triples_for_classes :: 241 - GuidelinesPrinciple
-DEBUG - add_triples_for_classes :: 241 - ImpactAssessment
-DEBUG - add_triples_for_classes :: 241 - JointDataControllersAgreement
-DEBUG - add_triples_for_classes :: 241 - LegalAgreement
-DEBUG - add_triples_for_classes :: 241 - LegitimateInterestAssessment
-DEBUG - add_triples_for_classes :: 241 - NDA
-DEBUG - add_triples_for_classes :: 241 - Notice
-DEBUG - add_triples_for_classes :: 241 - PIA
-DEBUG - add_triples_for_classes :: 241 - Policy
-DEBUG - add_triples_for_classes :: 241 - PrivacyByDefault
-DEBUG - add_triples_for_classes :: 241 - PrivacyByDesign
-DEBUG - add_triples_for_classes :: 241 - PrivacyNotice
-DEBUG - add_triples_for_classes :: 241 - PseudoAnonymization
-DEBUG - add_triples_for_classes :: 241 - Encryption
-DEBUG - add_triples_for_classes :: 241 - RecordsOfActivities
-DEBUG - add_triples_for_classes :: 241 - RegisterOfProcessingActivities
-DEBUG - add_triples_for_classes :: 241 - RegularityOfRecertification
-DEBUG - add_triples_for_classes :: 241 - RiskManagementProcedure
-DEBUG - add_triples_for_classes :: 241 - RiskMitigationMeasure
-DEBUG - add_triples_for_classes :: 241 - Safeguard
-DEBUG - add_triples_for_classes :: 241 - SafeguardForDataTransfer
-DEBUG - add_triples_for_classes :: 241 - Seal
-DEBUG - add_triples_for_classes :: 241 - SingleSignOn
-DEBUG - add_triples_for_classes :: 241 - StaffTraining
-DEBUG - add_triples_for_classes :: 241 - SubProcessorAgreement
-DEBUG - add_triples_for_classes :: 241 - ThirdPartyAgreement
-DEBUG - :: 419 - there are 9 properties in technical_organisational_measures
-DEBUG - add_triples_for_properties :: 282 - hasTechnicalOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 282 - hasTechnicalMeasure
-DEBUG - add_triples_for_properties :: 282 - hasOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 282 - mitigatesRisk
-DEBUG - add_triples_for_properties :: 282 - hasPolicy
-DEBUG - add_triples_for_properties :: 282 - isPolicyFor
-DEBUG - add_triples_for_properties :: 282 - isMitigatedByMeasure
-DEBUG - add_triples_for_properties :: 282 - hasRisk
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing entities module
-DEBUG - :: 413 - there are 27 classes in entities
-DEBUG - add_triples_for_classes :: 241 - LegalEntity
-DEBUG - add_triples_for_classes :: 241 - NaturalPerson
-DEBUG - add_triples_for_classes :: 241 - DataController
-DEBUG - add_triples_for_classes :: 241 - DataProcessor
-DEBUG - add_triples_for_classes :: 241 - DataSubProcessor
-DEBUG - add_triples_for_classes :: 241 - Recipient
-DEBUG - add_triples_for_classes :: 241 - ThirdParty
-DEBUG - add_triples_for_classes :: 241 - DataProtectionOfficer
-DEBUG - add_triples_for_classes :: 241 - DataExporter
-DEBUG - add_triples_for_classes :: 241 - DataImporter
-DEBUG - add_triples_for_classes :: 241 - JointDataControllers
-DEBUG - add_triples_for_classes :: 241 - Representative
-DEBUG - add_triples_for_classes :: 241 - Authority
-DEBUG - add_triples_for_classes :: 241 - DataProtectionAuthority
-DEBUG - add_triples_for_classes :: 241 - NationalAuthority
-DEBUG - add_triples_for_classes :: 241 - RegionalAuthority
-DEBUG - add_triples_for_classes :: 241 - SupraNationalAuthority
-DEBUG - add_triples_for_classes :: 241 - DataSubject
-DEBUG - add_triples_for_classes :: 241 - Organisation
-DEBUG - add_triples_for_classes :: 241 - IndustryConsortium
-DEBUG - add_triples_for_classes :: 241 - GovernmentalOrganisation
-DEBUG - add_triples_for_classes :: 241 - NonGovernmentalOrganisation
-DEBUG - add_triples_for_classes :: 241 - ForProfitOrganisation
-DEBUG - add_triples_for_classes :: 241 - NonProfitOrganisation
-DEBUG - add_triples_for_classes :: 241 - AcademicScientificOrganisation
-DEBUG - add_triples_for_classes :: 241 - Child
-DEBUG - add_triples_for_classes :: 241 - VulnerableDataSubject
-DEBUG - :: 419 - there are 14 properties in entities
-DEBUG - add_triples_for_properties :: 282 - hasName
-DEBUG - add_triples_for_properties :: 282 - hasAddress
-DEBUG - add_triples_for_properties :: 282 - hasContact
-DEBUG - add_triples_for_properties :: 282 - hasEntity
-DEBUG - add_triples_for_properties :: 282 - hasRepresentative
-DEBUG - add_triples_for_properties :: 282 - hasRecipient
-DEBUG - add_triples_for_properties :: 282 - hasDataSubject
-DEBUG - add_triples_for_properties :: 282 - hasDataController
-DEBUG - add_triples_for_properties :: 282 - hasJointDataControllers
-DEBUG - add_triples_for_properties :: 282 - hasDataProcessor
-DEBUG - add_triples_for_properties :: 282 - hasRecipientDataController
-DEBUG - add_triples_for_properties :: 282 - hasRecipientThirdParty
-DEBUG - add_triples_for_properties :: 282 - hasDataExporter
-DEBUG - add_triples_for_properties :: 282 - hasDataImporter
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing jurisdictions module
-DEBUG - :: 413 - there are 7 classes in jurisdictions
-DEBUG - add_triples_for_classes :: 241 - Location
-DEBUG - add_triples_for_classes :: 241 - Country
-DEBUG - add_triples_for_classes :: 241 - SupraNationalUnion
-DEBUG - add_triples_for_classes :: 241 - EconomicUnion
-DEBUG - add_triples_for_classes :: 241 - Region
-DEBUG - add_triples_for_classes :: 241 - Law
-DEBUG - add_triples_for_classes :: 241 - ThirdCountry
-DEBUG - :: 419 - there are 7 properties in jurisdictions
-DEBUG - add_triples_for_properties :: 282 - hasJurisdiction
-DEBUG - add_triples_for_properties :: 282 - hasCountry
-DEBUG - add_triples_for_properties :: 282 - hasAuthority
-DEBUG - add_triples_for_properties :: 282 - hasLocation
-DEBUG - add_triples_for_properties :: 282 - hasApplicableLaw
-DEBUG - add_triples_for_properties :: 282 - isAuthorityFor
-DEBUG - add_triples_for_properties :: 282 - hasThirdCountry
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing legal_basis module
-DEBUG - :: 413 - there are 17 classes in legal_basis
-DEBUG - add_triples_for_classes :: 241 - LegalBasis
-DEBUG - add_triples_for_classes :: 241 - Consent
-DEBUG - add_triples_for_classes :: 241 - Contract
-DEBUG - add_triples_for_classes :: 241 - ContractPerformance
-DEBUG - add_triples_for_classes :: 241 - DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 241 - EnterIntoContract
-DEBUG - add_triples_for_classes :: 241 - LegalObligation
-DEBUG - add_triples_for_classes :: 241 - LegitimateInterest
-DEBUG - add_triples_for_classes :: 241 - LegitimateInterestOfController
-DEBUG - add_triples_for_classes :: 241 - LegitimateInterestOfThirdParty
-DEBUG - add_triples_for_classes :: 241 - OfficialAuthorityOfController
-DEBUG - add_triples_for_classes :: 241 - PublicInterest
-DEBUG - add_triples_for_classes :: 241 - VitalInterest
-DEBUG - add_triples_for_classes :: 241 - VitalInterestOfDataSubject
-DEBUG - add_triples_for_classes :: 241 - VitalInterestOfNaturalPerson
-DEBUG - :: 419 - there are 1 properties in legal_basis
-DEBUG - add_triples_for_properties :: 282 - hasLegalBasis
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.jsonld
-DEBUG - :: 407 - ------
-DEBUG - :: 408 - Processing consent module
-DEBUG - :: 419 - there are 13 properties in consent
-DEBUG - add_triples_for_properties :: 282 - hasExpiry
-DEBUG - add_triples_for_properties :: 282 - hasExpiryTime
-DEBUG - add_triples_for_properties :: 282 - hasExpiryCondition
-DEBUG - add_triples_for_properties :: 282 - hasProvisionMethod
-DEBUG - add_triples_for_properties :: 282 - hasProvisionTime
-DEBUG - add_triples_for_properties :: 282 - hasWithdrawalMethod
-DEBUG - add_triples_for_properties :: 282 - hasWithdrawalTime
-DEBUG - add_triples_for_properties :: 282 - hasWithdrawalBy
-DEBUG - add_triples_for_properties :: 282 - hasProvisionBy
-DEBUG - add_triples_for_properties :: 282 - hasProvisionByJustification
-DEBUG - add_triples_for_properties :: 282 - hasWithdrawalByJustification
-DEBUG - add_triples_for_properties :: 282 - hasConsentNotice
-DEBUG - add_triples_for_properties :: 282 - isExplicit
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.jsonld
-DEBUG - :: 441 - exported proposed terms to ../dpv/proposed.json
-INFO - serialize_graph :: 329 - wrote ../dpv/dpv.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv/dpv.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv/dpv.n3
-INFO - serialize_graph :: 329 - wrote ../dpv/dpv.jsonld
-DEBUG - :: 484 - ------
-DEBUG - :: 485 - Processing legal_basis module
-DEBUG - :: 490 - there are 34 classes in legal_basis
-DEBUG - add_triples_for_classes :: 241 - A6-1-a-non-explicit-consent
-DEBUG - add_triples_for_classes :: 241 - A6-1-a-explicit-consent
-DEBUG - add_triples_for_classes :: 241 - A6-1-b
-DEBUG - add_triples_for_classes :: 241 - A6-1-c
-DEBUG - add_triples_for_classes :: 241 - A6-1-d
-DEBUG - add_triples_for_classes :: 241 - A6-1-e
-DEBUG - add_triples_for_classes :: 241 - A6-1-f
-DEBUG - add_triples_for_classes :: 241 - A9-2-a
-DEBUG - add_triples_for_classes :: 241 - A9-2-b
-DEBUG - add_triples_for_classes :: 241 - A9-2-c
-DEBUG - add_triples_for_classes :: 241 - A9-2-d
-DEBUG - add_triples_for_classes :: 241 - A9-2-e
-DEBUG - add_triples_for_classes :: 241 - A9-2-f
-DEBUG - add_triples_for_classes :: 241 - A9-2-g
-DEBUG - add_triples_for_classes :: 241 - A9-2-h
-DEBUG - add_triples_for_classes :: 241 - A9-2-i
-DEBUG - add_triples_for_classes :: 241 - A9-2-j
-DEBUG - add_triples_for_classes :: 241 - A45-3
-DEBUG - add_triples_for_classes :: 241 - A46-2-a
-DEBUG - add_triples_for_classes :: 241 - A46-2-b
-DEBUG - add_triples_for_classes :: 241 - A46-2-c
-DEBUG - add_triples_for_classes :: 241 - A46-2-d
-DEBUG - add_triples_for_classes :: 241 - A46-2-e
-DEBUG - add_triples_for_classes :: 241 - A46-2-f
-DEBUG - add_triples_for_classes :: 241 - A46-3-a
-DEBUG - add_triples_for_classes :: 241 - A46-3-b
-DEBUG - add_triples_for_classes :: 241 - A49-1-a
-DEBUG - add_triples_for_classes :: 241 - A49-1-b
-DEBUG - add_triples_for_classes :: 241 - A49-1-c
-DEBUG - add_triples_for_classes :: 241 - A49-1-d
-DEBUG - add_triples_for_classes :: 241 - A49-1-e
-DEBUG - add_triples_for_classes :: 241 - A49-1-f
-DEBUG - add_triples_for_classes :: 241 - A49-1-g
-DEBUG - add_triples_for_classes :: 241 - A49-2
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.n3
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.jsonld
-DEBUG - :: 484 - ------
-DEBUG - :: 485 - Processing rights module
-DEBUG - :: 490 - there are 12 classes in rights
-DEBUG - add_triples_for_classes :: 241 - A13
-DEBUG - add_triples_for_classes :: 241 - A14
-DEBUG - add_triples_for_classes :: 241 - A15
-DEBUG - add_triples_for_classes :: 241 - A16
-DEBUG - add_triples_for_classes :: 241 - A17
-DEBUG - add_triples_for_classes :: 241 - A18
-DEBUG - add_triples_for_classes :: 241 - A19
-DEBUG - add_triples_for_classes :: 241 - A20
-DEBUG - add_triples_for_classes :: 241 - A21
-DEBUG - add_triples_for_classes :: 241 - A22
-DEBUG - add_triples_for_classes :: 241 - A7-3
-DEBUG - add_triples_for_classes :: 241 - A77
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.n3
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.jsonld
-DEBUG - :: 484 - ------
-DEBUG - :: 485 - Processing data_transfers module
-DEBUG - :: 490 - there are 9 classes in data_transfers
-DEBUG - add_triples_for_classes :: 241 - AdHocContractualClauses
-DEBUG - add_triples_for_classes :: 241 - BindingCorporateRules
-DEBUG - add_triples_for_classes :: 241 - CertificationMechanismsForDataTransfers
-DEBUG - add_triples_for_classes :: 241 - CodesOfConductForDataTransfers
-DEBUG - add_triples_for_classes :: 241 - DataTransferTool
-DEBUG - add_triples_for_classes :: 241 - SCCByCommission
-DEBUG - add_triples_for_classes :: 241 - SCCBySupervisoryAuthority
-DEBUG - add_triples_for_classes :: 241 - StandardContractualClauses
-DEBUG - add_triples_for_classes :: 241 - SupplementaryMeasure
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.n3
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.jsonld
-DEBUG - :: 519 - no proposed terms in DPV-GDPR
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.n3
-INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.jsonld
-DEBUG - :: 541 - ------
-DEBUG - :: 542 - Processing DPV-PD
-DEBUG - :: 546 - there are 172 classes in data_transfers
-DEBUG - add_triples_for_classes :: 241 - Accent
-DEBUG - add_triples_for_classes :: 241 - AccountIdentifier
-DEBUG - add_triples_for_classes :: 241 - Acquantaince
-DEBUG - add_triples_for_classes :: 241 - Age
-DEBUG - add_triples_for_classes :: 241 - ApartmentOwned
-DEBUG - add_triples_for_classes :: 241 - Association
-DEBUG - add_triples_for_classes :: 241 - Attitude
-DEBUG - add_triples_for_classes :: 241 - Authenticating
-DEBUG - add_triples_for_classes :: 241 - AuthenticationHistory
-DEBUG - add_triples_for_classes :: 241 - BankAccount
-DEBUG - add_triples_for_classes :: 241 - Behavioral
-DEBUG - add_triples_for_classes :: 241 - Biometric
-DEBUG - add_triples_for_classes :: 241 - BloodType
-DEBUG - add_triples_for_classes :: 241 - BrowserFingerprint
-DEBUG - add_triples_for_classes :: 241 - BrowsingBehavior
-DEBUG - add_triples_for_classes :: 241 - BrowsingReferral
-DEBUG - add_triples_for_classes :: 241 - CallLog
-DEBUG - add_triples_for_classes :: 241 - CarOwned
-DEBUG - add_triples_for_classes :: 241 - Character
-DEBUG - add_triples_for_classes :: 241 - Communication
-DEBUG - add_triples_for_classes :: 241 - CommunicationsMetadata
-DEBUG - add_triples_for_classes :: 241 - Connection
-DEBUG - add_triples_for_classes :: 241 - Contact
-DEBUG - add_triples_for_classes :: 241 - Country
-DEBUG - add_triples_for_classes :: 241 - Credit
-DEBUG - add_triples_for_classes :: 241 - CreditCapacity
-DEBUG - add_triples_for_classes :: 241 - CreditCardNumber
-DEBUG - add_triples_for_classes :: 241 - CreditRecord
-DEBUG - add_triples_for_classes :: 241 - CreditScore
-DEBUG - add_triples_for_classes :: 241 - CreditStanding
-DEBUG - add_triples_for_classes :: 241 - CreditWorthiness
-DEBUG - add_triples_for_classes :: 241 - Criminal
-DEBUG - add_triples_for_classes :: 241 - CriminalCharge
-DEBUG - add_triples_for_classes :: 241 - CriminalConviction
-DEBUG - add_triples_for_classes :: 241 - CriminalPardon
-DEBUG - add_triples_for_classes :: 241 - Demeanor
-DEBUG - add_triples_for_classes :: 241 - Demographic
-DEBUG - add_triples_for_classes :: 241 - DeviceApplications
-DEBUG - add_triples_for_classes :: 241 - DeviceBased
-DEBUG - add_triples_for_classes :: 241 - DeviceOperatingSystem
-DEBUG - add_triples_for_classes :: 241 - DeviceSoftware
-DEBUG - add_triples_for_classes :: 241 - Dialect
-DEBUG - add_triples_for_classes :: 241 - Disability
-DEBUG - add_triples_for_classes :: 241 - DisciplinaryAction
-DEBUG - add_triples_for_classes :: 241 - Dislike
-DEBUG - add_triples_for_classes :: 241 - Divorce
-DEBUG - add_triples_for_classes :: 241 - DNACode
-DEBUG - add_triples_for_classes :: 241 - DrugTestResult
-DEBUG - add_triples_for_classes :: 241 - EmailAddress
-DEBUG - add_triples_for_classes :: 241 - EmailContent
-DEBUG - add_triples_for_classes :: 241 - EmploymentHistory
-DEBUG - add_triples_for_classes :: 241 - Ethnicity
-DEBUG - add_triples_for_classes :: 241 - EthnicOrigin
-DEBUG - add_triples_for_classes :: 241 - External
-DEBUG - add_triples_for_classes :: 241 - Family
-DEBUG - add_triples_for_classes :: 241 - FamilyHealthHistory
-DEBUG - add_triples_for_classes :: 241 - FamilyStructure
-DEBUG - add_triples_for_classes :: 241 - Favorite
-DEBUG - add_triples_for_classes :: 241 - FavoriteColor
-DEBUG - add_triples_for_classes :: 241 - FavoriteFood
-DEBUG - add_triples_for_classes :: 241 - FavoriteMusic
-DEBUG - add_triples_for_classes :: 241 - Fetish
-DEBUG - add_triples_for_classes :: 241 - Financial
-DEBUG - add_triples_for_classes :: 241 - FinancialAccount
-DEBUG - add_triples_for_classes :: 241 - FinancialAccountNumber
-DEBUG - add_triples_for_classes :: 241 - Fingerprint
-DEBUG - add_triples_for_classes :: 241 - Friend
-DEBUG - add_triples_for_classes :: 241 - Gender
-DEBUG - add_triples_for_classes :: 241 - GeneralReputation
-DEBUG - add_triples_for_classes :: 241 - Geographic
-DEBUG - add_triples_for_classes :: 241 - GPSCoordinate
-DEBUG - add_triples_for_classes :: 241 - GroupMembership
-DEBUG - add_triples_for_classes :: 241 - HairColor
-DEBUG - add_triples_for_classes :: 241 - Health
-DEBUG - add_triples_for_classes :: 241 - HealthHistory
-DEBUG - add_triples_for_classes :: 241 - HealthRecord
-DEBUG - add_triples_for_classes :: 241 - Height
-DEBUG - add_triples_for_classes :: 241 - Historical
-DEBUG - add_triples_for_classes :: 241 - HouseOwned
-DEBUG - add_triples_for_classes :: 241 - Identifying
-DEBUG - add_triples_for_classes :: 241 - Income
-DEBUG - add_triples_for_classes :: 241 - IncomeBracket
-DEBUG - add_triples_for_classes :: 241 - IndividualHealthHistory
-DEBUG - add_triples_for_classes :: 241 - Intention
-DEBUG - add_triples_for_classes :: 241 - Interaction
-DEBUG - add_triples_for_classes :: 241 - Interest
-DEBUG - add_triples_for_classes :: 241 - Internal
-DEBUG - add_triples_for_classes :: 241 - IPAddress
-DEBUG - add_triples_for_classes :: 241 - Job
-DEBUG - add_triples_for_classes :: 241 - KnowledgeBelief
-DEBUG - add_triples_for_classes :: 241 - Language
-DEBUG - add_triples_for_classes :: 241 - LifeHistory
-DEBUG - add_triples_for_classes :: 241 - Like
-DEBUG - add_triples_for_classes :: 241 - LinkClicked
-DEBUG - add_triples_for_classes :: 241 - LoanRecord
-DEBUG - add_triples_for_classes :: 241 - Location
-DEBUG - add_triples_for_classes :: 241 - MACAddress
-DEBUG - add_triples_for_classes :: 241 - MaritalStatus
-DEBUG - add_triples_for_classes :: 241 - Marriage
-DEBUG - add_triples_for_classes :: 241 - MedicalHealth
-DEBUG - add_triples_for_classes :: 241 - MentalHealth
-DEBUG - add_triples_for_classes :: 241 - Name
-DEBUG - add_triples_for_classes :: 241 - OfficialID
-DEBUG - add_triples_for_classes :: 241 - Offspring
-DEBUG - add_triples_for_classes :: 241 - Opinion
-DEBUG - add_triples_for_classes :: 241 - Ownership
-DEBUG - add_triples_for_classes :: 241 - Parent
-DEBUG - add_triples_for_classes :: 241 - Password
-DEBUG - add_triples_for_classes :: 241 - PaymentCard
-DEBUG - add_triples_for_classes :: 241 - PaymentCardExpiry
-DEBUG - add_triples_for_classes :: 241 - PaymentCardNumber
-DEBUG - add_triples_for_classes :: 241 - Personality
-DEBUG - add_triples_for_classes :: 241 - PersonalPossession
-DEBUG - add_triples_for_classes :: 241 - PhilosophicalBelief
-DEBUG - add_triples_for_classes :: 241 - PhysicalAddress
-DEBUG - add_triples_for_classes :: 241 - PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 241 - PhysicalHealth
-DEBUG - add_triples_for_classes :: 241 - PhysicalTrait
-DEBUG - add_triples_for_classes :: 241 - Picture
-DEBUG - add_triples_for_classes :: 241 - Piercing
-DEBUG - add_triples_for_classes :: 241 - PINCode
-DEBUG - add_triples_for_classes :: 241 - PoliticalAffiliation
-DEBUG - add_triples_for_classes :: 241 - Preference
-DEBUG - add_triples_for_classes :: 241 - Prescription
-DEBUG - add_triples_for_classes :: 241 - PrivacyPreference
-DEBUG - add_triples_for_classes :: 241 - Proclivitie
-DEBUG - add_triples_for_classes :: 241 - Professional
-DEBUG - add_triples_for_classes :: 241 - ProfessionalCertification
-DEBUG - add_triples_for_classes :: 241 - ProfessionalEvaluation
-DEBUG - add_triples_for_classes :: 241 - ProfessionalInterview
-DEBUG - add_triples_for_classes :: 241 - PublicLife
-DEBUG - add_triples_for_classes :: 241 - Purchase
-DEBUG - add_triples_for_classes :: 241 - PurchasesAndSpendingHabit
-DEBUG - add_triples_for_classes :: 241 - Race
-DEBUG - add_triples_for_classes :: 241 - Reference
-DEBUG - add_triples_for_classes :: 241 - Relationship
-DEBUG - add_triples_for_classes :: 241 - Religion
-DEBUG - add_triples_for_classes :: 241 - ReligiousBelief
-DEBUG - add_triples_for_classes :: 241 - Retina
-DEBUG - add_triples_for_classes :: 241 - RoomNumber
-DEBUG - add_triples_for_classes :: 241 - Salary
-DEBUG - add_triples_for_classes :: 241 - Sale
-DEBUG - add_triples_for_classes :: 241 - School
-DEBUG - add_triples_for_classes :: 241 - SecretText
-DEBUG - add_triples_for_classes :: 241 - ServiceConsumptionBehavior
-DEBUG - add_triples_for_classes :: 241 - Sexual
-DEBUG - add_triples_for_classes :: 241 - SexualHistory
-DEBUG - add_triples_for_classes :: 241 - SexualPreference
-DEBUG - add_triples_for_classes :: 241 - Sibling
-DEBUG - add_triples_for_classes :: 241 - SkinTone
-DEBUG - add_triples_for_classes :: 241 - Social
-DEBUG - add_triples_for_classes :: 241 - SocialMediaCommunication
-DEBUG - add_triples_for_classes :: 241 - SocialNetwork
-DEBUG - add_triples_for_classes :: 241 - SocialStatus
-DEBUG - add_triples_for_classes :: 241 - Tattoo
-DEBUG - add_triples_for_classes :: 241 - Tax
-DEBUG - add_triples_for_classes :: 241 - TelephoneNumber
-DEBUG - add_triples_for_classes :: 241 - Thought
-DEBUG - add_triples_for_classes :: 241 - Tracking
-DEBUG - add_triples_for_classes :: 241 - Transaction
-DEBUG - add_triples_for_classes :: 241 - Transactional
-DEBUG - add_triples_for_classes :: 241 - TVViewingBehavior
-DEBUG - add_triples_for_classes :: 241 - UID
-DEBUG - add_triples_for_classes :: 241 - Username
-DEBUG - add_triples_for_classes :: 241 - VoiceCommunicationRecording
-DEBUG - add_triples_for_classes :: 241 - VoiceMail
-DEBUG - add_triples_for_classes :: 241 - Weight
-DEBUG - add_triples_for_classes :: 241 - WorkHistory
-DEBUG - :: 558 - exported proposed terms to ../dpv-pd/proposed.json
-INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.rdf
-INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.ttl
-INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.n3
-INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing base vocabulary
-DEBUG - :: 458 - there are 12 classes in base
-DEBUG - add_triples_for_classes :: 251 - PersonalDataHandling
-DEBUG - add_triples_for_classes :: 251 - PersonalData
-DEBUG - add_triples_for_classes :: 251 - Processing
-DEBUG - add_triples_for_classes :: 251 - Purpose
-DEBUG - add_triples_for_classes :: 251 - Recipient
-DEBUG - add_triples_for_classes :: 251 - TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 251 - LegalBasis
-DEBUG - add_triples_for_classes :: 251 - DataSubject
-DEBUG - add_triples_for_classes :: 251 - DataController
-DEBUG - add_triples_for_classes :: 251 - Right
-DEBUG - add_triples_for_classes :: 251 - DataSubjectRight
-DEBUG - add_triples_for_classes :: 251 - Risk
-DEBUG - :: 464 - there are 11 properties in base
-DEBUG - add_triples_for_properties :: 299 - hasPersonalData
-DEBUG - add_triples_for_properties :: 299 - hasProcessing
-DEBUG - add_triples_for_properties :: 299 - hasPurpose
-DEBUG - add_triples_for_properties :: 299 - hasRecipient
-DEBUG - add_triples_for_properties :: 299 - hasTechnicalOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 299 - hasLegalBasis
-DEBUG - add_triples_for_properties :: 299 - hasDataSubject
-DEBUG - add_triples_for_properties :: 299 - hasDataController
-DEBUG - add_triples_for_properties :: 299 - hasRight
-DEBUG - add_triples_for_properties :: 299 - hasRisk
-DEBUG - add_triples_for_properties :: 299 - hasPersonalDataHandling
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing personal_data ontology
-DEBUG - :: 458 - there are 10 classes in personal_data
-DEBUG - add_triples_for_classes :: 251 - PersonalData
-DEBUG - add_triples_for_classes :: 251 - AnonymisedData
-DEBUG - add_triples_for_classes :: 251 - DerivedPersonalData
-DEBUG - add_triples_for_classes :: 251 - InferredPersonalData
-DEBUG - add_triples_for_classes :: 251 - PseudoAnonymisedData
-DEBUG - add_triples_for_classes :: 251 - SensitivePersonalData
-DEBUG - add_triples_for_classes :: 251 - SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 251 - Data
-DEBUG - add_triples_for_classes :: 251 - NonPersonalData
-DEBUG - :: 464 - there are 1 properties in personal_data
-DEBUG - add_triples_for_properties :: 299 - hasPersonalData
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing purposes taxonomy
-DEBUG - :: 458 - there are 67 classes in purposes
-DEBUG - add_triples_for_classes :: 251 - Purpose
-DEBUG - add_triples_for_classes :: 251 - AcademicResearch
-DEBUG - add_triples_for_classes :: 251 - AccountManagement
-DEBUG - add_triples_for_classes :: 251 - Advertising
-DEBUG - add_triples_for_classes :: 251 - CommercialResearch
-DEBUG - add_triples_for_classes :: 251 - CommunicationManagement
-DEBUG - add_triples_for_classes :: 251 - CommunicationForCustomerCare
-DEBUG - add_triples_for_classes :: 251 - CreateEventRecommendations
-DEBUG - add_triples_for_classes :: 251 - CreatePersonalizedRecommendations
-DEBUG - add_triples_for_classes :: 251 - CreateProductRecommendations
-DEBUG - add_triples_for_classes :: 251 - CustomerCare
-DEBUG - add_triples_for_classes :: 251 - CustomerClaimsManagement
-DEBUG - add_triples_for_classes :: 251 - CustomerManagement
-DEBUG - add_triples_for_classes :: 251 - CustomerOrderManagement
-DEBUG - add_triples_for_classes :: 251 - CustomerRelationshipManagement
-DEBUG - add_triples_for_classes :: 251 - CustomerSolvencyMonitoring
-DEBUG - add_triples_for_classes :: 251 - DeliveryOfGoods
-DEBUG - add_triples_for_classes :: 251 - DirectMarketing
-DEBUG - add_triples_for_classes :: 251 - DisputeManagement
-DEBUG - add_triples_for_classes :: 251 - EnforceAccessControl
-DEBUG - add_triples_for_classes :: 251 - EnforceSecurity
-DEBUG - add_triples_for_classes :: 251 - FraudPreventionAndDetection
-DEBUG - add_triples_for_classes :: 251 - HumanResourceManagement
-DEBUG - add_triples_for_classes :: 251 - IdentityVerification
-DEBUG - add_triples_for_classes :: 251 - ImproveExistingProductsAndServices
-DEBUG - add_triples_for_classes :: 251 - ImproveInternalCRMProcesses
-DEBUG - add_triples_for_classes :: 251 - IncreaseServiceRobustness
-DEBUG - add_triples_for_classes :: 251 - InternalResourceOptimisation
-DEBUG - add_triples_for_classes :: 251 - LegalCompliance
-DEBUG - add_triples_for_classes :: 251 - Marketing
-DEBUG - add_triples_for_classes :: 251 - MemberPartnerManagement
-DEBUG - add_triples_for_classes :: 251 - NonCommercialResearch
-DEBUG - add_triples_for_classes :: 251 - OptimisationForConsumer
-DEBUG - add_triples_for_classes :: 251 - OptimisationForController
-DEBUG - add_triples_for_classes :: 251 - OptimiseUserInterface
-DEBUG - add_triples_for_classes :: 251 - OrganisationComplianceManagement
-DEBUG - add_triples_for_classes :: 251 - OrganisationGovernance
-DEBUG - add_triples_for_classes :: 251 - OrganisationRiskManagement
-DEBUG - add_triples_for_classes :: 251 - Payment
-DEBUG - add_triples_for_classes :: 251 - Personalisation
-DEBUG - add_triples_for_classes :: 251 - PersonalisedAdvertising
-DEBUG - add_triples_for_classes :: 251 - PersonalisedBenefits
-DEBUG - add_triples_for_classes :: 251 - PublicRelations
-DEBUG - add_triples_for_classes :: 251 - RecordManagement
-DEBUG - add_triples_for_classes :: 251 - RegistrationAuthentication
-DEBUG - add_triples_for_classes :: 251 - RequestedServiceProvision
-DEBUG - add_triples_for_classes :: 251 - ResearchAndDevelopment
-DEBUG - add_triples_for_classes :: 251 - Sector
-DEBUG - add_triples_for_classes :: 251 - SellDataToThirdParties
-DEBUG - add_triples_for_classes :: 251 - SellInsightsFromData
-DEBUG - add_triples_for_classes :: 251 - SellProducts
-DEBUG - add_triples_for_classes :: 251 - SellProductsToDataSubject
-DEBUG - add_triples_for_classes :: 251 - ServiceOptimization
-DEBUG - add_triples_for_classes :: 251 - ServicePersonalization
-DEBUG - add_triples_for_classes :: 251 - ServiceProvision
-DEBUG - add_triples_for_classes :: 251 - ServiceRecordManagement
-DEBUG - add_triples_for_classes :: 251 - ServiceUsageAnalytics
-DEBUG - add_triples_for_classes :: 251 - SocialMediaMarketing
-DEBUG - add_triples_for_classes :: 251 - TechnicalServiceProvision
-DEBUG - add_triples_for_classes :: 251 - UserInterfacePersonalisation
-DEBUG - add_triples_for_classes :: 251 - VendorManagement
-DEBUG - add_triples_for_classes :: 251 - VendorPayment
-DEBUG - add_triples_for_classes :: 251 - VendorRecordsManagement
-DEBUG - add_triples_for_classes :: 251 - VendorSelectionAssessment
-DEBUG - :: 464 - there are 2 properties in purposes
-DEBUG - add_triples_for_properties :: 299 - hasPurpose
-DEBUG - add_triples_for_properties :: 299 - hasSector
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing context taxonomy
-DEBUG - :: 458 - there are 28 classes in context
-DEBUG - add_triples_for_classes :: 251 - Context
-DEBUG - add_triples_for_classes :: 251 - Importance
-DEBUG - add_triples_for_classes :: 251 - PrimaryImportance
-DEBUG - add_triples_for_classes :: 251 - SecondaryImportance
-DEBUG - add_triples_for_classes :: 251 - Necessity
-DEBUG - add_triples_for_classes :: 251 - Required
-DEBUG - add_triples_for_classes :: 251 - Optional
-DEBUG - add_triples_for_classes :: 251 - NotRequired
-DEBUG - add_triples_for_classes :: 251 - Technology
-DEBUG - add_triples_for_classes :: 251 - AlgorithmicLogic
-DEBUG - add_triples_for_classes :: 251 - Consequence
-DEBUG - add_triples_for_classes :: 251 - HumanInvolvement
-DEBUG - add_triples_for_classes :: 251 - Duration
-DEBUG - add_triples_for_classes :: 251 - Frequency
-DEBUG - :: 464 - there are 13 properties in context
-DEBUG - add_triples_for_properties :: 299 - hasContext
-DEBUG - add_triples_for_properties :: 299 - isImplementedByEntity
-DEBUG - add_triples_for_properties :: 299 - isImplementedUsingTechnology
-DEBUG - add_triples_for_properties :: 299 - hasAlgorithmicLogic
-DEBUG - add_triples_for_properties :: 299 - hasConsequence
-DEBUG - add_triples_for_properties :: 299 - hasHumanInvolvement
-DEBUG - add_triples_for_properties :: 299 - hasDuration
-DEBUG - add_triples_for_properties :: 299 - hasIdentifier
-DEBUG - add_triples_for_properties :: 299 - hasFrequency
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing processing taxonomy
-DEBUG - :: 458 - there are 34 classes in processing
-DEBUG - add_triples_for_classes :: 251 - Processing
-DEBUG - add_triples_for_classes :: 251 - Acquire
-DEBUG - add_triples_for_classes :: 251 - Adapt
-DEBUG - add_triples_for_classes :: 251 - Align
-DEBUG - add_triples_for_classes :: 251 - Alter
-DEBUG - add_triples_for_classes :: 251 - Analyse
-DEBUG - add_triples_for_classes :: 251 - Anonymise
-DEBUG - add_triples_for_classes :: 251 - Collect
-DEBUG - add_triples_for_classes :: 251 - Combine
-DEBUG - add_triples_for_classes :: 251 - Consult
-DEBUG - add_triples_for_classes :: 251 - Copy
-DEBUG - add_triples_for_classes :: 251 - Derive
-DEBUG - add_triples_for_classes :: 251 - Destruct
-DEBUG - add_triples_for_classes :: 251 - Disclose
-DEBUG - add_triples_for_classes :: 251 - DiscloseByTransmission
-DEBUG - add_triples_for_classes :: 251 - Disseminate
-DEBUG - add_triples_for_classes :: 251 - Erase
-DEBUG - add_triples_for_classes :: 251 - MakeAvailable
-DEBUG - add_triples_for_classes :: 251 - Move
-DEBUG - add_triples_for_classes :: 251 - Obtain
-DEBUG - add_triples_for_classes :: 251 - Organise
-DEBUG - add_triples_for_classes :: 251 - Profiling
-DEBUG - add_triples_for_classes :: 251 - PseudoAnonymise
-DEBUG - add_triples_for_classes :: 251 - Record
-DEBUG - add_triples_for_classes :: 251 - Remove
-DEBUG - add_triples_for_classes :: 251 - Restrict
-DEBUG - add_triples_for_classes :: 251 - Retrieve
-DEBUG - add_triples_for_classes :: 251 - Share
-DEBUG - add_triples_for_classes :: 251 - Store
-DEBUG - add_triples_for_classes :: 251 - Structure
-DEBUG - add_triples_for_classes :: 251 - Transfer
-DEBUG - add_triples_for_classes :: 251 - Transform
-DEBUG - add_triples_for_classes :: 251 - Transmit
-DEBUG - add_triples_for_classes :: 251 - Use
-DEBUG - :: 464 - there are 1 properties in processing
-DEBUG - add_triples_for_properties :: 299 - hasProcessing
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing processing_context taxonomy
-DEBUG - :: 458 - there are 15 classes in processing_context
-DEBUG - add_triples_for_classes :: 251 - ProcessingContext
-DEBUG - add_triples_for_classes :: 251 - DataSource
-DEBUG - add_triples_for_classes :: 251 - PublicDataSource
-DEBUG - add_triples_for_classes :: 251 - NonPublicDataSource
-DEBUG - add_triples_for_classes :: 251 - SystematicMonitoring
-DEBUG - add_triples_for_classes :: 251 - EvaluationScoring
-DEBUG - add_triples_for_classes :: 251 - MatchingCombining
-DEBUG - add_triples_for_classes :: 251 - AutomatedDecisionMaking
-DEBUG - add_triples_for_classes :: 251 - LargeScaleProcessing
-DEBUG - add_triples_for_classes :: 251 - InnovativeUseOfNewTechnologies
-DEBUG - add_triples_for_classes :: 251 - StorageDeletion
-DEBUG - add_triples_for_classes :: 251 - StorageDuration
-DEBUG - add_triples_for_classes :: 251 - StorageLocation
-DEBUG - add_triples_for_classes :: 251 - StorageRestoration
-DEBUG - add_triples_for_classes :: 251 - StorageCondition
-DEBUG - :: 464 - there are 2 properties in processing_context
-DEBUG - add_triples_for_properties :: 299 - hasDataSource
-DEBUG - add_triples_for_properties :: 299 - hasStorage
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing technical_organisational_measures taxonomy
-DEBUG - :: 458 - there are 50 classes in technical_organisational_measures
-DEBUG - add_triples_for_classes :: 251 - TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 251 - TechnicalMeasure
-DEBUG - add_triples_for_classes :: 251 - OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 251 - AccessControlMethod
-DEBUG - add_triples_for_classes :: 251 - Anonymization
-DEBUG - add_triples_for_classes :: 251 - Assessment
-DEBUG - add_triples_for_classes :: 251 - AuthenticationProtocols
-DEBUG - add_triples_for_classes :: 251 - AuthorisationProcedure
-DEBUG - add_triples_for_classes :: 251 - Certification
-DEBUG - add_triples_for_classes :: 251 - CertificationSeal
-DEBUG - add_triples_for_classes :: 251 - CodeOfConduct
-DEBUG - add_triples_for_classes :: 251 - Consultation
-DEBUG - add_triples_for_classes :: 251 - ConsultationWithAuthority
-DEBUG - add_triples_for_classes :: 251 - ContractualTerms
-DEBUG - add_triples_for_classes :: 251 - CompleteAnonymisation
-DEBUG - add_triples_for_classes :: 251 - ControllerProcessorAgreement
-DEBUG - add_triples_for_classes :: 251 - DataProcessingAgreement
-DEBUG - add_triples_for_classes :: 251 - DataProcessingRecords
-DEBUG - add_triples_for_classes :: 251 - DataTransferImpactAssessment
-DEBUG - add_triples_for_classes :: 251 - DeIdentification
-DEBUG - add_triples_for_classes :: 251 - DesignStandard
-DEBUG - add_triples_for_classes :: 251 - DPIA
-DEBUG - add_triples_for_classes :: 251 - EncryptionInRest
-DEBUG - add_triples_for_classes :: 251 - EncryptionInTransfer
-DEBUG - add_triples_for_classes :: 251 - GuidelinesPrinciple
-DEBUG - add_triples_for_classes :: 251 - ImpactAssessment
-DEBUG - add_triples_for_classes :: 251 - JointDataControllersAgreement
-DEBUG - add_triples_for_classes :: 251 - LegalAgreement
-DEBUG - add_triples_for_classes :: 251 - LegitimateInterestAssessment
-DEBUG - add_triples_for_classes :: 251 - NDA
-DEBUG - add_triples_for_classes :: 251 - Notice
-DEBUG - add_triples_for_classes :: 251 - PIA
-DEBUG - add_triples_for_classes :: 251 - Policy
-DEBUG - add_triples_for_classes :: 251 - PrivacyByDefault
-DEBUG - add_triples_for_classes :: 251 - PrivacyByDesign
-DEBUG - add_triples_for_classes :: 251 - PrivacyNotice
-DEBUG - add_triples_for_classes :: 251 - PseudoAnonymization
-DEBUG - add_triples_for_classes :: 251 - Encryption
-DEBUG - add_triples_for_classes :: 251 - RecordsOfActivities
-DEBUG - add_triples_for_classes :: 251 - RegisterOfProcessingActivities
-DEBUG - add_triples_for_classes :: 251 - RegularityOfRecertification
-DEBUG - add_triples_for_classes :: 251 - RiskManagementProcedure
-DEBUG - add_triples_for_classes :: 251 - RiskMitigationMeasure
-DEBUG - add_triples_for_classes :: 251 - Safeguard
-DEBUG - add_triples_for_classes :: 251 - SafeguardForDataTransfer
-DEBUG - add_triples_for_classes :: 251 - Seal
-DEBUG - add_triples_for_classes :: 251 - SingleSignOn
-DEBUG - add_triples_for_classes :: 251 - StaffTraining
-DEBUG - add_triples_for_classes :: 251 - SubProcessorAgreement
-DEBUG - add_triples_for_classes :: 251 - ThirdPartyAgreement
-DEBUG - :: 464 - there are 9 properties in technical_organisational_measures
-DEBUG - add_triples_for_properties :: 299 - hasTechnicalOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 299 - hasTechnicalMeasure
-DEBUG - add_triples_for_properties :: 299 - hasOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 299 - mitigatesRisk
-DEBUG - add_triples_for_properties :: 299 - hasPolicy
-DEBUG - add_triples_for_properties :: 299 - isPolicyFor
-DEBUG - add_triples_for_properties :: 299 - isMitigatedByMeasure
-DEBUG - add_triples_for_properties :: 299 - hasRisk
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing entities ontology
-DEBUG - :: 458 - there are 27 classes in entities
-DEBUG - add_triples_for_classes :: 251 - LegalEntity
-DEBUG - add_triples_for_classes :: 251 - NaturalPerson
-DEBUG - add_triples_for_classes :: 251 - DataController
-DEBUG - add_triples_for_classes :: 251 - DataProcessor
-DEBUG - add_triples_for_classes :: 251 - DataSubProcessor
-DEBUG - add_triples_for_classes :: 251 - Recipient
-DEBUG - add_triples_for_classes :: 251 - ThirdParty
-DEBUG - add_triples_for_classes :: 251 - DataProtectionOfficer
-DEBUG - add_triples_for_classes :: 251 - DataExporter
-DEBUG - add_triples_for_classes :: 251 - DataImporter
-DEBUG - add_triples_for_classes :: 251 - JointDataControllers
-DEBUG - add_triples_for_classes :: 251 - Representative
-DEBUG - add_triples_for_classes :: 251 - Authority
-DEBUG - add_triples_for_classes :: 251 - DataProtectionAuthority
-DEBUG - add_triples_for_classes :: 251 - NationalAuthority
-DEBUG - add_triples_for_classes :: 251 - RegionalAuthority
-DEBUG - add_triples_for_classes :: 251 - SupraNationalAuthority
-DEBUG - add_triples_for_classes :: 251 - DataSubject
-DEBUG - add_triples_for_classes :: 251 - Organisation
-DEBUG - add_triples_for_classes :: 251 - IndustryConsortium
-DEBUG - add_triples_for_classes :: 251 - GovernmentalOrganisation
-DEBUG - add_triples_for_classes :: 251 - NonGovernmentalOrganisation
-DEBUG - add_triples_for_classes :: 251 - ForProfitOrganisation
-DEBUG - add_triples_for_classes :: 251 - NonProfitOrganisation
-DEBUG - add_triples_for_classes :: 251 - AcademicScientificOrganisation
-DEBUG - add_triples_for_classes :: 251 - Child
-DEBUG - add_triples_for_classes :: 251 - VulnerableDataSubject
-DEBUG - :: 464 - there are 14 properties in entities
-DEBUG - add_triples_for_properties :: 299 - hasName
-DEBUG - add_triples_for_properties :: 299 - hasAddress
-DEBUG - add_triples_for_properties :: 299 - hasContact
-DEBUG - add_triples_for_properties :: 299 - hasEntity
-DEBUG - add_triples_for_properties :: 299 - hasRepresentative
-DEBUG - add_triples_for_properties :: 299 - hasRecipient
-DEBUG - add_triples_for_properties :: 299 - hasDataSubject
-DEBUG - add_triples_for_properties :: 299 - hasDataController
-DEBUG - add_triples_for_properties :: 299 - hasJointDataControllers
-DEBUG - add_triples_for_properties :: 299 - hasDataProcessor
-DEBUG - add_triples_for_properties :: 299 - hasRecipientDataController
-DEBUG - add_triples_for_properties :: 299 - hasRecipientThirdParty
-DEBUG - add_triples_for_properties :: 299 - hasDataExporter
-DEBUG - add_triples_for_properties :: 299 - hasDataImporter
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing jurisdictions ontology
-DEBUG - :: 458 - there are 7 classes in jurisdictions
-DEBUG - add_triples_for_classes :: 251 - Location
-DEBUG - add_triples_for_classes :: 251 - Country
-DEBUG - add_triples_for_classes :: 251 - SupraNationalUnion
-DEBUG - add_triples_for_classes :: 251 - EconomicUnion
-DEBUG - add_triples_for_classes :: 251 - Region
-DEBUG - add_triples_for_classes :: 251 - Law
-DEBUG - add_triples_for_classes :: 251 - ThirdCountry
-DEBUG - :: 464 - there are 7 properties in jurisdictions
-DEBUG - add_triples_for_properties :: 299 - hasJurisdiction
-DEBUG - add_triples_for_properties :: 299 - hasCountry
-DEBUG - add_triples_for_properties :: 299 - hasAuthority
-DEBUG - add_triples_for_properties :: 299 - hasLocation
-DEBUG - add_triples_for_properties :: 299 - hasApplicableLaw
-DEBUG - add_triples_for_properties :: 299 - isAuthorityFor
-DEBUG - add_triples_for_properties :: 299 - hasThirdCountry
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing legal_basis taxonomy
-DEBUG - :: 458 - there are 17 classes in legal_basis
-DEBUG - add_triples_for_classes :: 251 - LegalBasis
-DEBUG - add_triples_for_classes :: 251 - Consent
-DEBUG - add_triples_for_classes :: 251 - Contract
-DEBUG - add_triples_for_classes :: 251 - ContractPerformance
-DEBUG - add_triples_for_classes :: 251 - DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 251 - EnterIntoContract
-DEBUG - add_triples_for_classes :: 251 - LegalObligation
-DEBUG - add_triples_for_classes :: 251 - LegitimateInterest
-DEBUG - add_triples_for_classes :: 251 - LegitimateInterestOfController
-DEBUG - add_triples_for_classes :: 251 - LegitimateInterestOfThirdParty
-DEBUG - add_triples_for_classes :: 251 - OfficialAuthorityOfController
-DEBUG - add_triples_for_classes :: 251 - PublicInterest
-DEBUG - add_triples_for_classes :: 251 - VitalInterest
-DEBUG - add_triples_for_classes :: 251 - VitalInterestOfDataSubject
-DEBUG - add_triples_for_classes :: 251 - VitalInterestOfNaturalPerson
-DEBUG - :: 464 - there are 1 properties in legal_basis
-DEBUG - add_triples_for_properties :: 299 - hasLegalBasis
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.jsonld
-DEBUG - :: 450 - ------
-DEBUG - :: 453 - Processing consent vocabulary
-DEBUG - :: 464 - there are 13 properties in consent
-DEBUG - add_triples_for_properties :: 299 - hasExpiry
-DEBUG - add_triples_for_properties :: 299 - hasExpiryTime
-DEBUG - add_triples_for_properties :: 299 - hasExpiryCondition
-DEBUG - add_triples_for_properties :: 299 - hasProvisionMethod
-DEBUG - add_triples_for_properties :: 299 - hasProvisionTime
-DEBUG - add_triples_for_properties :: 299 - hasWithdrawalMethod
-DEBUG - add_triples_for_properties :: 299 - hasWithdrawalTime
-DEBUG - add_triples_for_properties :: 299 - hasWithdrawalBy
-DEBUG - add_triples_for_properties :: 299 - hasProvisionBy
-DEBUG - add_triples_for_properties :: 299 - hasProvisionByJustification
-DEBUG - add_triples_for_properties :: 299 - hasWithdrawalByJustification
-DEBUG - add_triples_for_properties :: 299 - hasConsentNotice
-DEBUG - add_triples_for_properties :: 299 - isExplicit
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.jsonld
-DEBUG - :: 485 - exported proposed terms to ../dpv-skos/proposed.json
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.jsonld
-DEBUG - :: 533 - ------
-DEBUG - :: 536 - Processing legal_basis module
-DEBUG - :: 541 - there are 34 classes in legal_basis
-DEBUG - add_triples_for_classes :: 251 - A6-1-a-non-explicit-consent
-DEBUG - add_triples_for_classes :: 251 - A6-1-a-explicit-consent
-DEBUG - add_triples_for_classes :: 251 - A6-1-b
-DEBUG - add_triples_for_classes :: 251 - A6-1-c
-DEBUG - add_triples_for_classes :: 251 - A6-1-d
-DEBUG - add_triples_for_classes :: 251 - A6-1-e
-DEBUG - add_triples_for_classes :: 251 - A6-1-f
-DEBUG - add_triples_for_classes :: 251 - A9-2-a
-DEBUG - add_triples_for_classes :: 251 - A9-2-b
-DEBUG - add_triples_for_classes :: 251 - A9-2-c
-DEBUG - add_triples_for_classes :: 251 - A9-2-d
-DEBUG - add_triples_for_classes :: 251 - A9-2-e
-DEBUG - add_triples_for_classes :: 251 - A9-2-f
-DEBUG - add_triples_for_classes :: 251 - A9-2-g
-DEBUG - add_triples_for_classes :: 251 - A9-2-h
-DEBUG - add_triples_for_classes :: 251 - A9-2-i
-DEBUG - add_triples_for_classes :: 251 - A9-2-j
-DEBUG - add_triples_for_classes :: 251 - A45-3
-DEBUG - add_triples_for_classes :: 251 - A46-2-a
-DEBUG - add_triples_for_classes :: 251 - A46-2-b
-DEBUG - add_triples_for_classes :: 251 - A46-2-c
-DEBUG - add_triples_for_classes :: 251 - A46-2-d
-DEBUG - add_triples_for_classes :: 251 - A46-2-e
-DEBUG - add_triples_for_classes :: 251 - A46-2-f
-DEBUG - add_triples_for_classes :: 251 - A46-3-a
-DEBUG - add_triples_for_classes :: 251 - A46-3-b
-DEBUG - add_triples_for_classes :: 251 - A49-1-a
-DEBUG - add_triples_for_classes :: 251 - A49-1-b
-DEBUG - add_triples_for_classes :: 251 - A49-1-c
-DEBUG - add_triples_for_classes :: 251 - A49-1-d
-DEBUG - add_triples_for_classes :: 251 - A49-1-e
-DEBUG - add_triples_for_classes :: 251 - A49-1-f
-DEBUG - add_triples_for_classes :: 251 - A49-1-g
-DEBUG - add_triples_for_classes :: 251 - A49-2
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.jsonld
-DEBUG - :: 533 - ------
-DEBUG - :: 536 - Processing rights module
-DEBUG - :: 541 - there are 12 classes in rights
-DEBUG - add_triples_for_classes :: 251 - A13
-DEBUG - add_triples_for_classes :: 251 - A14
-DEBUG - add_triples_for_classes :: 251 - A15
-DEBUG - add_triples_for_classes :: 251 - A16
-DEBUG - add_triples_for_classes :: 251 - A17
-DEBUG - add_triples_for_classes :: 251 - A18
-DEBUG - add_triples_for_classes :: 251 - A19
-DEBUG - add_triples_for_classes :: 251 - A20
-DEBUG - add_triples_for_classes :: 251 - A21
-DEBUG - add_triples_for_classes :: 251 - A22
-DEBUG - add_triples_for_classes :: 251 - A7-3
-DEBUG - add_triples_for_classes :: 251 - A77
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.jsonld
-DEBUG - :: 533 - ------
-DEBUG - :: 536 - Processing data_transfers module
-DEBUG - :: 541 - there are 9 classes in data_transfers
-DEBUG - add_triples_for_classes :: 251 - AdHocContractualClauses
-DEBUG - add_triples_for_classes :: 251 - BindingCorporateRules
-DEBUG - add_triples_for_classes :: 251 - CertificationMechanismsForDataTransfers
-DEBUG - add_triples_for_classes :: 251 - CodesOfConductForDataTransfers
-DEBUG - add_triples_for_classes :: 251 - DataTransferTool
-DEBUG - add_triples_for_classes :: 251 - SCCByCommission
-DEBUG - add_triples_for_classes :: 251 - SCCBySupervisoryAuthority
-DEBUG - add_triples_for_classes :: 251 - StandardContractualClauses
-DEBUG - add_triples_for_classes :: 251 - SupplementaryMeasure
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.jsonld
-DEBUG - :: 570 - no proposed terms in DPVS-GDPR
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.jsonld
-DEBUG - :: 593 - ------
-DEBUG - :: 594 - Processing DPV-PD
-DEBUG - :: 598 - there are 172 classes in data_transfers
-DEBUG - add_triples_for_classes :: 251 - Accent
-DEBUG - add_triples_for_classes :: 251 - AccountIdentifier
-DEBUG - add_triples_for_classes :: 251 - Acquantaince
-DEBUG - add_triples_for_classes :: 251 - Age
-DEBUG - add_triples_for_classes :: 251 - ApartmentOwned
-DEBUG - add_triples_for_classes :: 251 - Association
-DEBUG - add_triples_for_classes :: 251 - Attitude
-DEBUG - add_triples_for_classes :: 251 - Authenticating
-DEBUG - add_triples_for_classes :: 251 - AuthenticationHistory
-DEBUG - add_triples_for_classes :: 251 - BankAccount
-DEBUG - add_triples_for_classes :: 251 - Behavioral
-DEBUG - add_triples_for_classes :: 251 - Biometric
-DEBUG - add_triples_for_classes :: 251 - BloodType
-DEBUG - add_triples_for_classes :: 251 - BrowserFingerprint
-DEBUG - add_triples_for_classes :: 251 - BrowsingBehavior
-DEBUG - add_triples_for_classes :: 251 - BrowsingReferral
-DEBUG - add_triples_for_classes :: 251 - CallLog
-DEBUG - add_triples_for_classes :: 251 - CarOwned
-DEBUG - add_triples_for_classes :: 251 - Character
-DEBUG - add_triples_for_classes :: 251 - Communication
-DEBUG - add_triples_for_classes :: 251 - CommunicationsMetadata
-DEBUG - add_triples_for_classes :: 251 - Connection
-DEBUG - add_triples_for_classes :: 251 - Contact
-DEBUG - add_triples_for_classes :: 251 - Country
-DEBUG - add_triples_for_classes :: 251 - Credit
-DEBUG - add_triples_for_classes :: 251 - CreditCapacity
-DEBUG - add_triples_for_classes :: 251 - CreditCardNumber
-DEBUG - add_triples_for_classes :: 251 - CreditRecord
-DEBUG - add_triples_for_classes :: 251 - CreditScore
-DEBUG - add_triples_for_classes :: 251 - CreditStanding
-DEBUG - add_triples_for_classes :: 251 - CreditWorthiness
-DEBUG - add_triples_for_classes :: 251 - Criminal
-DEBUG - add_triples_for_classes :: 251 - CriminalCharge
-DEBUG - add_triples_for_classes :: 251 - CriminalConviction
-DEBUG - add_triples_for_classes :: 251 - CriminalPardon
-DEBUG - add_triples_for_classes :: 251 - Demeanor
-DEBUG - add_triples_for_classes :: 251 - Demographic
-DEBUG - add_triples_for_classes :: 251 - DeviceApplications
-DEBUG - add_triples_for_classes :: 251 - DeviceBased
-DEBUG - add_triples_for_classes :: 251 - DeviceOperatingSystem
-DEBUG - add_triples_for_classes :: 251 - DeviceSoftware
-DEBUG - add_triples_for_classes :: 251 - Dialect
-DEBUG - add_triples_for_classes :: 251 - Disability
-DEBUG - add_triples_for_classes :: 251 - DisciplinaryAction
-DEBUG - add_triples_for_classes :: 251 - Dislike
-DEBUG - add_triples_for_classes :: 251 - Divorce
-DEBUG - add_triples_for_classes :: 251 - DNACode
-DEBUG - add_triples_for_classes :: 251 - DrugTestResult
-DEBUG - add_triples_for_classes :: 251 - EmailAddress
-DEBUG - add_triples_for_classes :: 251 - EmailContent
-DEBUG - add_triples_for_classes :: 251 - EmploymentHistory
-DEBUG - add_triples_for_classes :: 251 - Ethnicity
-DEBUG - add_triples_for_classes :: 251 - EthnicOrigin
-DEBUG - add_triples_for_classes :: 251 - External
-DEBUG - add_triples_for_classes :: 251 - Family
-DEBUG - add_triples_for_classes :: 251 - FamilyHealthHistory
-DEBUG - add_triples_for_classes :: 251 - FamilyStructure
-DEBUG - add_triples_for_classes :: 251 - Favorite
-DEBUG - add_triples_for_classes :: 251 - FavoriteColor
-DEBUG - add_triples_for_classes :: 251 - FavoriteFood
-DEBUG - add_triples_for_classes :: 251 - FavoriteMusic
-DEBUG - add_triples_for_classes :: 251 - Fetish
-DEBUG - add_triples_for_classes :: 251 - Financial
-DEBUG - add_triples_for_classes :: 251 - FinancialAccount
-DEBUG - add_triples_for_classes :: 251 - FinancialAccountNumber
-DEBUG - add_triples_for_classes :: 251 - Fingerprint
-DEBUG - add_triples_for_classes :: 251 - Friend
-DEBUG - add_triples_for_classes :: 251 - Gender
-DEBUG - add_triples_for_classes :: 251 - GeneralReputation
-DEBUG - add_triples_for_classes :: 251 - Geographic
-DEBUG - add_triples_for_classes :: 251 - GPSCoordinate
-DEBUG - add_triples_for_classes :: 251 - GroupMembership
-DEBUG - add_triples_for_classes :: 251 - HairColor
-DEBUG - add_triples_for_classes :: 251 - Health
-DEBUG - add_triples_for_classes :: 251 - HealthHistory
-DEBUG - add_triples_for_classes :: 251 - HealthRecord
-DEBUG - add_triples_for_classes :: 251 - Height
-DEBUG - add_triples_for_classes :: 251 - Historical
-DEBUG - add_triples_for_classes :: 251 - HouseOwned
-DEBUG - add_triples_for_classes :: 251 - Identifying
-DEBUG - add_triples_for_classes :: 251 - Income
-DEBUG - add_triples_for_classes :: 251 - IncomeBracket
-DEBUG - add_triples_for_classes :: 251 - IndividualHealthHistory
-DEBUG - add_triples_for_classes :: 251 - Intention
-DEBUG - add_triples_for_classes :: 251 - Interaction
-DEBUG - add_triples_for_classes :: 251 - Interest
-DEBUG - add_triples_for_classes :: 251 - Internal
-DEBUG - add_triples_for_classes :: 251 - IPAddress
-DEBUG - add_triples_for_classes :: 251 - Job
-DEBUG - add_triples_for_classes :: 251 - KnowledgeBelief
-DEBUG - add_triples_for_classes :: 251 - Language
-DEBUG - add_triples_for_classes :: 251 - LifeHistory
-DEBUG - add_triples_for_classes :: 251 - Like
-DEBUG - add_triples_for_classes :: 251 - LinkClicked
-DEBUG - add_triples_for_classes :: 251 - LoanRecord
-DEBUG - add_triples_for_classes :: 251 - Location
-DEBUG - add_triples_for_classes :: 251 - MACAddress
-DEBUG - add_triples_for_classes :: 251 - MaritalStatus
-DEBUG - add_triples_for_classes :: 251 - Marriage
-DEBUG - add_triples_for_classes :: 251 - MedicalHealth
-DEBUG - add_triples_for_classes :: 251 - MentalHealth
-DEBUG - add_triples_for_classes :: 251 - Name
-DEBUG - add_triples_for_classes :: 251 - OfficialID
-DEBUG - add_triples_for_classes :: 251 - Offspring
-DEBUG - add_triples_for_classes :: 251 - Opinion
-DEBUG - add_triples_for_classes :: 251 - Ownership
-DEBUG - add_triples_for_classes :: 251 - Parent
-DEBUG - add_triples_for_classes :: 251 - Password
-DEBUG - add_triples_for_classes :: 251 - PaymentCard
-DEBUG - add_triples_for_classes :: 251 - PaymentCardExpiry
-DEBUG - add_triples_for_classes :: 251 - PaymentCardNumber
-DEBUG - add_triples_for_classes :: 251 - Personality
-DEBUG - add_triples_for_classes :: 251 - PersonalPossession
-DEBUG - add_triples_for_classes :: 251 - PhilosophicalBelief
-DEBUG - add_triples_for_classes :: 251 - PhysicalAddress
-DEBUG - add_triples_for_classes :: 251 - PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 251 - PhysicalHealth
-DEBUG - add_triples_for_classes :: 251 - PhysicalTrait
-DEBUG - add_triples_for_classes :: 251 - Picture
-DEBUG - add_triples_for_classes :: 251 - Piercing
-DEBUG - add_triples_for_classes :: 251 - PINCode
-DEBUG - add_triples_for_classes :: 251 - PoliticalAffiliation
-DEBUG - add_triples_for_classes :: 251 - Preference
-DEBUG - add_triples_for_classes :: 251 - Prescription
-DEBUG - add_triples_for_classes :: 251 - PrivacyPreference
-DEBUG - add_triples_for_classes :: 251 - Proclivitie
-DEBUG - add_triples_for_classes :: 251 - Professional
-DEBUG - add_triples_for_classes :: 251 - ProfessionalCertification
-DEBUG - add_triples_for_classes :: 251 - ProfessionalEvaluation
-DEBUG - add_triples_for_classes :: 251 - ProfessionalInterview
-DEBUG - add_triples_for_classes :: 251 - PublicLife
-DEBUG - add_triples_for_classes :: 251 - Purchase
-DEBUG - add_triples_for_classes :: 251 - PurchasesAndSpendingHabit
-DEBUG - add_triples_for_classes :: 251 - Race
-DEBUG - add_triples_for_classes :: 251 - Reference
-DEBUG - add_triples_for_classes :: 251 - Relationship
-DEBUG - add_triples_for_classes :: 251 - Religion
-DEBUG - add_triples_for_classes :: 251 - ReligiousBelief
-DEBUG - add_triples_for_classes :: 251 - Retina
-DEBUG - add_triples_for_classes :: 251 - RoomNumber
-DEBUG - add_triples_for_classes :: 251 - Salary
-DEBUG - add_triples_for_classes :: 251 - Sale
-DEBUG - add_triples_for_classes :: 251 - School
-DEBUG - add_triples_for_classes :: 251 - SecretText
-DEBUG - add_triples_for_classes :: 251 - ServiceConsumptionBehavior
-DEBUG - add_triples_for_classes :: 251 - Sexual
-DEBUG - add_triples_for_classes :: 251 - SexualHistory
-DEBUG - add_triples_for_classes :: 251 - SexualPreference
-DEBUG - add_triples_for_classes :: 251 - Sibling
-DEBUG - add_triples_for_classes :: 251 - SkinTone
-DEBUG - add_triples_for_classes :: 251 - Social
-DEBUG - add_triples_for_classes :: 251 - SocialMediaCommunication
-DEBUG - add_triples_for_classes :: 251 - SocialNetwork
-DEBUG - add_triples_for_classes :: 251 - SocialStatus
-DEBUG - add_triples_for_classes :: 251 - Tattoo
-DEBUG - add_triples_for_classes :: 251 - Tax
-DEBUG - add_triples_for_classes :: 251 - TelephoneNumber
-DEBUG - add_triples_for_classes :: 251 - Thought
-DEBUG - add_triples_for_classes :: 251 - Tracking
-DEBUG - add_triples_for_classes :: 251 - Transaction
-DEBUG - add_triples_for_classes :: 251 - Transactional
-DEBUG - add_triples_for_classes :: 251 - TVViewingBehavior
-DEBUG - add_triples_for_classes :: 251 - UID
-DEBUG - add_triples_for_classes :: 251 - Username
-DEBUG - add_triples_for_classes :: 251 - VoiceCommunicationRecording
-DEBUG - add_triples_for_classes :: 251 - VoiceMail
-DEBUG - add_triples_for_classes :: 251 - Weight
-DEBUG - add_triples_for_classes :: 251 - WorkHistory
-DEBUG - :: 610 - exported proposed terms to ../dpv-skos/dpv-pd/proposed.json
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.rdf
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.ttl
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.n3
-INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing base module
-DEBUG - :: 461 - there are 12 classes in base
-DEBUG - add_triples_for_classes :: 253 - PersonalDataHandling
-DEBUG - add_triples_for_classes :: 253 - PersonalData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data
-DEBUG - add_triples_for_classes :: 253 - Processing
-DEBUG - add_triples_for_classes :: 253 - Purpose
-DEBUG - add_triples_for_classes :: 253 - Recipient
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 253 - TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - LegalBasis
-DEBUG - add_triples_for_classes :: 253 - DataSubject
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 253 - DataController
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 253 - Right
-DEBUG - add_triples_for_classes :: 253 - DataSubjectRight
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Right
-DEBUG - add_triples_for_classes :: 253 - Risk
-DEBUG - :: 467 - there are 11 properties in base
-DEBUG - add_triples_for_properties :: 300 - hasPersonalData
-DEBUG - add_triples_for_properties :: 300 - hasProcessing
-DEBUG - add_triples_for_properties :: 300 - hasPurpose
-DEBUG - add_triples_for_properties :: 300 - hasRecipient
-DEBUG - add_triples_for_properties :: 300 - hasTechnicalOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 300 - hasLegalBasis
-DEBUG - add_triples_for_properties :: 300 - hasDataSubject
-DEBUG - add_triples_for_properties :: 300 - hasDataController
-DEBUG - add_triples_for_properties :: 300 - hasRight
-DEBUG - add_triples_for_properties :: 300 - hasRisk
-DEBUG - add_triples_for_properties :: 300 - hasPersonalDataHandling
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing personal_data module
-DEBUG - :: 461 - there are 10 classes in personal_data
-DEBUG - add_triples_for_classes :: 253 - PersonalData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data
-DEBUG - add_triples_for_classes :: 253 - AnonymisedData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#NonPersonalData
-DEBUG - add_triples_for_classes :: 253 - DerivedPersonalData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - InferredPersonalData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DerivedPersonalData
-DEBUG - add_triples_for_classes :: 253 - PseudoAnonymisedData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - SensitivePersonalData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SensitivePersonalData
-DEBUG - add_triples_for_classes :: 253 - Data
-DEBUG - add_triples_for_classes :: 253 - NonPersonalData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data
-DEBUG - :: 467 - there are 1 properties in personal_data
-DEBUG - add_triples_for_properties :: 300 - hasPersonalData
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing purposes module
-DEBUG - :: 461 - there are 67 classes in purposes
-DEBUG - add_triples_for_classes :: 253 - Purpose
-DEBUG - add_triples_for_classes :: 253 - AcademicResearch
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment
-DEBUG - add_triples_for_classes :: 253 - AccountManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - Advertising
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing
-DEBUG - add_triples_for_classes :: 253 - CommercialResearch
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment
-DEBUG - add_triples_for_classes :: 253 - CommunicationManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - CommunicationForCustomerCare
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerCare
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CommunicationManagement
-DEBUG - add_triples_for_classes :: 253 - CreateEventRecommendations
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations
-DEBUG - add_triples_for_classes :: 253 - CreatePersonalizedRecommendations
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization
-DEBUG - add_triples_for_classes :: 253 - CreateProductRecommendations
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations
-DEBUG - add_triples_for_classes :: 253 - CustomerCare
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement
-DEBUG - add_triples_for_classes :: 253 - CustomerClaimsManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement
-DEBUG - add_triples_for_classes :: 253 - CustomerManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - CustomerOrderManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement
-DEBUG - add_triples_for_classes :: 253 - CustomerRelationshipManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement
-DEBUG - add_triples_for_classes :: 253 - CustomerSolvencyMonitoring
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement
-DEBUG - add_triples_for_classes :: 253 - DeliveryOfGoods
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#RequestedServiceProvision
-DEBUG - add_triples_for_classes :: 253 - DirectMarketing
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing
-DEBUG - add_triples_for_classes :: 253 - DisputeManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance
-DEBUG - add_triples_for_classes :: 253 - EnforceAccessControl
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity
-DEBUG - add_triples_for_classes :: 253 - EnforceSecurity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - FraudPreventionAndDetection
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity
-DEBUG - add_triples_for_classes :: 253 - HumanResourceManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - IdentityVerification
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity
-DEBUG - add_triples_for_classes :: 253 - ImproveExistingProductsAndServices
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController
-DEBUG - add_triples_for_classes :: 253 - ImproveInternalCRMProcesses
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement
-DEBUG - add_triples_for_classes :: 253 - IncreaseServiceRobustness
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController
-DEBUG - add_triples_for_classes :: 253 - InternalResourceOptimisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController
-DEBUG - add_triples_for_classes :: 253 - LegalCompliance
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - Marketing
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - MemberPartnerManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance
-DEBUG - add_triples_for_classes :: 253 - NonCommercialResearch
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment
-DEBUG - add_triples_for_classes :: 253 - OptimisationForConsumer
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceOptimization
-DEBUG - add_triples_for_classes :: 253 - OptimisationForController
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceOptimization
-DEBUG - add_triples_for_classes :: 253 - OptimiseUserInterface
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForConsumer
-DEBUG - add_triples_for_classes :: 253 - OrganisationComplianceManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance
-DEBUG - add_triples_for_classes :: 253 - OrganisationGovernance
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - OrganisationRiskManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance
-DEBUG - add_triples_for_classes :: 253 - Payment
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 253 - Personalisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - PersonalisedAdvertising
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Advertising
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Personalisation
-DEBUG - add_triples_for_classes :: 253 - PersonalisedBenefits
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization
-DEBUG - add_triples_for_classes :: 253 - PublicRelations
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing
-DEBUG - add_triples_for_classes :: 253 - RecordManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - RegistrationAuthentication
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 253 - RequestedServiceProvision
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 253 - ResearchAndDevelopment
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - Sector
-DEBUG - add_triples_for_classes :: 253 - SellDataToThirdParties
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts
-DEBUG - add_triples_for_classes :: 253 - SellInsightsFromData
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts
-DEBUG - add_triples_for_classes :: 253 - SellProducts
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 253 - SellProductsToDataSubject
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts
-DEBUG - add_triples_for_classes :: 253 - ServiceOptimization
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 253 - ServicePersonalization
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Personalisation
-DEBUG - add_triples_for_classes :: 253 - ServiceProvision
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - ServiceRecordManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 253 - ServiceUsageAnalytics
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 253 - SocialMediaMarketing
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing
-DEBUG - add_triples_for_classes :: 253 - TechnicalServiceProvision
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision
-DEBUG - add_triples_for_classes :: 253 - UserInterfacePersonalisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization
-DEBUG - add_triples_for_classes :: 253 - VendorManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose
-DEBUG - add_triples_for_classes :: 253 - VendorPayment
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement
-DEBUG - add_triples_for_classes :: 253 - VendorRecordsManagement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement
-DEBUG - add_triples_for_classes :: 253 - VendorSelectionAssessment
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement
-DEBUG - :: 467 - there are 2 properties in purposes
-DEBUG - add_triples_for_properties :: 300 - hasPurpose
-DEBUG - add_triples_for_properties :: 300 - hasSector
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing context module
-DEBUG - :: 461 - there are 28 classes in context
-DEBUG - add_triples_for_classes :: 253 - Context
-DEBUG - add_triples_for_classes :: 253 - Importance
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context
-DEBUG - add_triples_for_classes :: 253 - PrimaryImportance
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Importance
-DEBUG - add_triples_for_classes :: 253 - SecondaryImportance
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Importance
-DEBUG - add_triples_for_classes :: 253 - Necessity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context
-DEBUG - add_triples_for_classes :: 253 - Required
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity
-DEBUG - add_triples_for_classes :: 253 - Optional
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity
-DEBUG - add_triples_for_classes :: 253 - NotRequired
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity
-DEBUG - add_triples_for_classes :: 253 - Technology
-DEBUG - add_triples_for_classes :: 253 - AlgorithmicLogic
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context
-DEBUG - add_triples_for_classes :: 253 - Consequence
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context
-DEBUG - add_triples_for_classes :: 253 - HumanInvolvement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context
-DEBUG - add_triples_for_classes :: 253 - Duration
-DEBUG - add_triples_for_classes :: 253 - Frequency
-DEBUG - :: 467 - there are 13 properties in context
-DEBUG - add_triples_for_properties :: 300 - hasContext
-DEBUG - add_triples_for_properties :: 300 - isImplementedByEntity
-DEBUG - add_triples_for_properties :: 300 - isImplementedUsingTechnology
-DEBUG - add_triples_for_properties :: 300 - hasAlgorithmicLogic
-DEBUG - add_triples_for_properties :: 300 - hasConsequence
-DEBUG - add_triples_for_properties :: 300 - hasHumanInvolvement
-DEBUG - add_triples_for_properties :: 300 - hasDuration
-DEBUG - add_triples_for_properties :: 300 - hasIdentifier
-DEBUG - add_triples_for_properties :: 300 - hasFrequency
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing processing module
-DEBUG - :: 461 - there are 34 classes in processing
-DEBUG - add_triples_for_classes :: 253 - Processing
-DEBUG - add_triples_for_classes :: 253 - Acquire
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain
-DEBUG - add_triples_for_classes :: 253 - Adapt
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform
-DEBUG - add_triples_for_classes :: 253 - Align
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform
-DEBUG - add_triples_for_classes :: 253 - Alter
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform
-DEBUG - add_triples_for_classes :: 253 - Analyse
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use
-DEBUG - add_triples_for_classes :: 253 - Anonymise
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform
-DEBUG - add_triples_for_classes :: 253 - Collect
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain
-DEBUG - add_triples_for_classes :: 253 - Combine
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform
-DEBUG - add_triples_for_classes :: 253 - Consult
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use
-DEBUG - add_triples_for_classes :: 253 - Copy
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - add_triples_for_classes :: 253 - Derive
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform
-DEBUG - add_triples_for_classes :: 253 - Destruct
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Remove
-DEBUG - add_triples_for_classes :: 253 - Disclose
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - add_triples_for_classes :: 253 - DiscloseByTransmission
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose
-DEBUG - add_triples_for_classes :: 253 - Disseminate
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose
-DEBUG - add_triples_for_classes :: 253 - Erase
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Remove
-DEBUG - add_triples_for_classes :: 253 - MakeAvailable
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose
-DEBUG - add_triples_for_classes :: 253 - Move
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transfer
-DEBUG - add_triples_for_classes :: 253 - Obtain
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - add_triples_for_classes :: 253 - Organise
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - add_triples_for_classes :: 253 - Profiling
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use
-DEBUG - add_triples_for_classes :: 253 - PseudoAnonymise
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform
-DEBUG - add_triples_for_classes :: 253 - Record
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain
-DEBUG - add_triples_for_classes :: 253 - Remove
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - add_triples_for_classes :: 253 - Restrict
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform
-DEBUG - add_triples_for_classes :: 253 - Retrieve
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use
-DEBUG - add_triples_for_classes :: 253 - Share
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose
-DEBUG - add_triples_for_classes :: 253 - Store
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - add_triples_for_classes :: 253 - Structure
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organise
-DEBUG - add_triples_for_classes :: 253 - Transfer
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - add_triples_for_classes :: 253 - Transform
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - add_triples_for_classes :: 253 - Transmit
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose
-DEBUG - add_triples_for_classes :: 253 - Use
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing
-DEBUG - :: 467 - there are 1 properties in processing
-DEBUG - add_triples_for_properties :: 300 - hasProcessing
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing processing_context module
-DEBUG - :: 461 - there are 15 classes in processing_context
-DEBUG - add_triples_for_classes :: 253 - ProcessingContext
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context
-DEBUG - add_triples_for_classes :: 253 - DataSource
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext
-DEBUG - add_triples_for_classes :: 253 - PublicDataSource
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSource
-DEBUG - add_triples_for_classes :: 253 - NonPublicDataSource
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSource
-DEBUG - add_triples_for_classes :: 253 - SystematicMonitoring
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext
-DEBUG - add_triples_for_classes :: 253 - EvaluationScoring
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext
-DEBUG - add_triples_for_classes :: 253 - MatchingCombining
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext
-DEBUG - add_triples_for_classes :: 253 - AutomatedDecisionMaking
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext
-DEBUG - add_triples_for_classes :: 253 - LargeScaleProcessing
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext
-DEBUG - add_triples_for_classes :: 253 - InnovativeUseOfNewTechnologies
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext
-DEBUG - add_triples_for_classes :: 253 - StorageDeletion
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition
-DEBUG - add_triples_for_classes :: 253 - StorageDuration
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Duration
-DEBUG - add_triples_for_classes :: 253 - StorageLocation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location
-DEBUG - add_triples_for_classes :: 253 - StorageRestoration
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition
-DEBUG - add_triples_for_classes :: 253 - StorageCondition
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext
-DEBUG - :: 467 - there are 2 properties in processing_context
-DEBUG - add_triples_for_properties :: 300 - hasDataSource
-DEBUG - add_triples_for_properties :: 300 - hasStorage
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing technical_organisational_measures module
-DEBUG - :: 461 - there are 50 classes in technical_organisational_measures
-DEBUG - add_triples_for_classes :: 253 - TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - TechnicalMeasure
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - AccessControlMethod
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
-DEBUG - add_triples_for_classes :: 253 - Anonymization
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
-DEBUG - add_triples_for_classes :: 253 - Assessment
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - AuthenticationProtocols
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
-DEBUG - add_triples_for_classes :: 253 - AuthorisationProcedure
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - Certification
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CertificationSeal
-DEBUG - add_triples_for_classes :: 253 - CertificationSeal
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - CodeOfConduct
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple
-DEBUG - add_triples_for_classes :: 253 - Consultation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - ConsultationWithAuthority
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consultation
-DEBUG - add_triples_for_classes :: 253 - ContractualTerms
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement
-DEBUG - add_triples_for_classes :: 253 - CompleteAnonymisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization
-DEBUG - add_triples_for_classes :: 253 - ControllerProcessorAgreement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement
-DEBUG - add_triples_for_classes :: 253 - DataProcessingAgreement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement
-DEBUG - add_triples_for_classes :: 253 - DataProcessingRecords
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#RecordsOfActivities
-DEBUG - add_triples_for_classes :: 253 - DataTransferImpactAssessment
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment
-DEBUG - add_triples_for_classes :: 253 - DeIdentification
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization
-DEBUG - add_triples_for_classes :: 253 - DesignStandard
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple
-DEBUG - add_triples_for_classes :: 253 - DPIA
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment
-DEBUG - add_triples_for_classes :: 253 - EncryptionInRest
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Encryption
-DEBUG - add_triples_for_classes :: 253 - EncryptionInTransfer
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Encryption
-DEBUG - add_triples_for_classes :: 253 - GuidelinesPrinciple
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - ImpactAssessment
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Assessment
-DEBUG - add_triples_for_classes :: 253 - JointDataControllersAgreement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement
-DEBUG - add_triples_for_classes :: 253 - LegalAgreement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - LegitimateInterestAssessment
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Assessment
-DEBUG - add_triples_for_classes :: 253 - NDA
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement
-DEBUG - add_triples_for_classes :: 253 - Notice
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - PIA
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment
-DEBUG - add_triples_for_classes :: 253 - Policy
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - PrivacyByDefault
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple
-DEBUG - add_triples_for_classes :: 253 - PrivacyByDesign
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - PrivacyNotice
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Notice
-DEBUG - add_triples_for_classes :: 253 - PseudoAnonymization
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization
-DEBUG - add_triples_for_classes :: 253 - Encryption
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
-DEBUG - add_triples_for_classes :: 253 - RecordsOfActivities
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - RegisterOfProcessingActivities
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingRecords
-DEBUG - add_triples_for_classes :: 253 - RegularityOfRecertification
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - RiskManagementProcedure
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - RiskMitigationMeasure
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - Safeguard
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - SafeguardForDataTransfer
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Safeguard
-DEBUG - add_triples_for_classes :: 253 - Seal
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CertificationSeal
-DEBUG - add_triples_for_classes :: 253 - SingleSignOn
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#AuthenticationProtocols
-DEBUG - add_triples_for_classes :: 253 - StaffTraining
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - SubProcessorAgreement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement
-DEBUG - add_triples_for_classes :: 253 - ThirdPartyAgreement
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement
-DEBUG - :: 467 - there are 9 properties in technical_organisational_measures
-DEBUG - add_triples_for_properties :: 300 - hasTechnicalOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 300 - hasTechnicalMeasure
-DEBUG - add_triples_for_properties :: 300 - hasOrganisationalMeasure
-DEBUG - add_triples_for_properties :: 300 - mitigatesRisk
-DEBUG - add_triples_for_properties :: 300 - hasPolicy
-DEBUG - add_triples_for_properties :: 300 - isPolicyFor
-DEBUG - add_triples_for_properties :: 300 - isMitigatedByMeasure
-DEBUG - add_triples_for_properties :: 300 - hasRisk
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing entities module
-DEBUG - :: 461 - there are 27 classes in entities
-DEBUG - add_triples_for_classes :: 253 - LegalEntity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Entity
-DEBUG - add_triples_for_classes :: 253 - NaturalPerson
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Entity
-DEBUG - add_triples_for_classes :: 253 - DataController
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 253 - DataProcessor
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient
-DEBUG - add_triples_for_classes :: 253 - DataSubProcessor
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessor
-DEBUG - add_triples_for_classes :: 253 - Recipient
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 253 - ThirdParty
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient
-DEBUG - add_triples_for_classes :: 253 - DataProtectionOfficer
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Representative
-DEBUG - add_triples_for_classes :: 253 - DataExporter
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 253 - DataImporter
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient
-DEBUG - add_triples_for_classes :: 253 - JointDataControllers
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataController
-DEBUG - add_triples_for_classes :: 253 - Representative
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 253 - Authority
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation
-DEBUG - add_triples_for_classes :: 253 - DataProtectionAuthority
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority
-DEBUG - add_triples_for_classes :: 253 - NationalAuthority
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority
-DEBUG - add_triples_for_classes :: 253 - RegionalAuthority
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority
-DEBUG - add_triples_for_classes :: 253 - SupraNationalAuthority
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority
-DEBUG - add_triples_for_classes :: 253 - DataSubject
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#NaturalPerson
-DEBUG - add_triples_for_classes :: 253 - Organisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity
-DEBUG - add_triples_for_classes :: 253 - IndustryConsortium
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation
-DEBUG - add_triples_for_classes :: 253 - GovernmentalOrganisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation
-DEBUG - add_triples_for_classes :: 253 - NonGovernmentalOrganisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation
-DEBUG - add_triples_for_classes :: 253 - ForProfitOrganisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation
-DEBUG - add_triples_for_classes :: 253 - NonProfitOrganisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation
-DEBUG - add_triples_for_classes :: 253 - AcademicScientificOrganisation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation
-DEBUG - add_triples_for_classes :: 253 - Child
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject
-DEBUG - add_triples_for_classes :: 253 - VulnerableDataSubject
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject
-DEBUG - :: 467 - there are 14 properties in entities
-DEBUG - add_triples_for_properties :: 300 - hasName
-DEBUG - add_triples_for_properties :: 300 - hasAddress
-DEBUG - add_triples_for_properties :: 300 - hasContact
-DEBUG - add_triples_for_properties :: 300 - hasEntity
-DEBUG - add_triples_for_properties :: 300 - hasRepresentative
-DEBUG - add_triples_for_properties :: 300 - hasRecipient
-DEBUG - add_triples_for_properties :: 300 - hasDataSubject
-DEBUG - add_triples_for_properties :: 300 - hasDataController
-DEBUG - add_triples_for_properties :: 300 - hasJointDataControllers
-DEBUG - add_triples_for_properties :: 300 - hasDataProcessor
-DEBUG - add_triples_for_properties :: 300 - hasRecipientDataController
-DEBUG - add_triples_for_properties :: 300 - hasRecipientThirdParty
-DEBUG - add_triples_for_properties :: 300 - hasDataExporter
-DEBUG - add_triples_for_properties :: 300 - hasDataImporter
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing jurisdictions module
-DEBUG - :: 461 - there are 7 classes in jurisdictions
-DEBUG - add_triples_for_classes :: 253 - Location
-DEBUG - add_triples_for_classes :: 253 - Country
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location
-DEBUG - add_triples_for_classes :: 253 - SupraNationalUnion
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location
-DEBUG - add_triples_for_classes :: 253 - EconomicUnion
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location
-DEBUG - add_triples_for_classes :: 253 - Region
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location
-DEBUG - add_triples_for_classes :: 253 - Law
-DEBUG - add_triples_for_classes :: 253 - ThirdCountry
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Country
-DEBUG - :: 467 - there are 7 properties in jurisdictions
-DEBUG - add_triples_for_properties :: 300 - hasJurisdiction
-DEBUG - add_triples_for_properties :: 300 - hasCountry
-DEBUG - add_triples_for_properties :: 300 - hasAuthority
-DEBUG - add_triples_for_properties :: 300 - hasLocation
-DEBUG - add_triples_for_properties :: 300 - hasApplicableLaw
-DEBUG - add_triples_for_properties :: 300 - isAuthorityFor
-DEBUG - add_triples_for_properties :: 300 - hasThirdCountry
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing legal_basis module
-DEBUG - :: 461 - there are 17 classes in legal_basis
-DEBUG - add_triples_for_classes :: 253 - LegalBasis
-DEBUG - add_triples_for_classes :: 253 - Consent
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - Contract
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement
-DEBUG - add_triples_for_classes :: 253 - ContractPerformance
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract
-DEBUG - add_triples_for_classes :: 253 - DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - EnterIntoContract
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract
-DEBUG - add_triples_for_classes :: 253 - LegalObligation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - LegitimateInterest
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - LegitimateInterestOfController
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest
-DEBUG - add_triples_for_classes :: 253 - LegitimateInterestOfThirdParty
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest
-DEBUG - add_triples_for_classes :: 253 - OfficialAuthorityOfController
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - PublicInterest
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - VitalInterest
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - VitalInterestOfDataSubject
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson
-DEBUG - add_triples_for_classes :: 253 - VitalInterestOfNaturalPerson
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest
-DEBUG - :: 467 - there are 1 properties in legal_basis
-DEBUG - add_triples_for_properties :: 300 - hasLegalBasis
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.jsonld
-DEBUG - :: 455 - ------
-DEBUG - :: 456 - Processing consent module
-DEBUG - :: 467 - there are 13 properties in consent
-DEBUG - add_triples_for_properties :: 300 - hasExpiry
-DEBUG - add_triples_for_properties :: 300 - hasExpiryTime
-DEBUG - add_triples_for_properties :: 300 - hasExpiryCondition
-DEBUG - add_triples_for_properties :: 300 - hasProvisionMethod
-DEBUG - add_triples_for_properties :: 300 - hasProvisionTime
-DEBUG - add_triples_for_properties :: 300 - hasWithdrawalMethod
-DEBUG - add_triples_for_properties :: 300 - hasWithdrawalTime
-DEBUG - add_triples_for_properties :: 300 - hasWithdrawalBy
-DEBUG - add_triples_for_properties :: 300 - hasProvisionBy
-DEBUG - add_triples_for_properties :: 300 - hasProvisionByJustification
-DEBUG - add_triples_for_properties :: 300 - hasWithdrawalByJustification
-DEBUG - add_triples_for_properties :: 300 - hasConsentNotice
-DEBUG - add_triples_for_properties :: 300 - isExplicit
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.jsonld
-DEBUG - :: 480 - exported proposed terms to ../dpv-owl/proposed.json
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.jsonld
-DEBUG - :: 521 - ------
-DEBUG - :: 522 - Processing legal_basis module
-DEBUG - :: 527 - there are 34 classes in legal_basis
-DEBUG - add_triples_for_classes :: 253 - A6-1-a-non-explicit-consent
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent
-DEBUG - add_triples_for_classes :: 253 - A6-1-a-explicit-consent
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent
-DEBUG - add_triples_for_classes :: 253 - A6-1-b
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract
-DEBUG - add_triples_for_classes :: 253 - A6-1-c
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalObligation
-DEBUG - add_triples_for_classes :: 253 - A6-1-d
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest
-DEBUG - add_triples_for_classes :: 253 - A6-1-e
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController
-DEBUG - add_triples_for_classes :: 253 - A6-1-f
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest
-DEBUG - add_triples_for_classes :: 253 - A9-2-a
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent
-DEBUG - add_triples_for_classes :: 253 - A9-2-b
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - A9-2-c
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest
-DEBUG - add_triples_for_classes :: 253 - A9-2-d
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest
-DEBUG - add_triples_for_classes :: 253 - A9-2-e
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - A9-2-f
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - A9-2-g
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest
-DEBUG - add_triples_for_classes :: 253 - A9-2-h
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis
-DEBUG - add_triples_for_classes :: 253 - A9-2-i
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest
-DEBUG - add_triples_for_classes :: 253 - A9-2-j
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest
-DEBUG - add_triples_for_classes :: 253 - A45-3
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 253 - A46-2-a
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 253 - A46-2-b
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules
-DEBUG - add_triples_for_classes :: 253 - A46-2-c
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission
-DEBUG - add_triples_for_classes :: 253 - A46-2-d
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority
-DEBUG - add_triples_for_classes :: 253 - A46-2-e
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 253 - A46-2-f
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 253 - A46-3-a
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 253 - A46-3-b
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 253 - A49-1-a
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent
-DEBUG - add_triples_for_classes :: 253 - A49-1-b
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract
-DEBUG - add_triples_for_classes :: 253 - A49-1-c
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract
-DEBUG - add_triples_for_classes :: 253 - A49-1-d
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest
-DEBUG - add_triples_for_classes :: 253 - A49-1-e
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 253 - A49-1-f
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson
-DEBUG - add_triples_for_classes :: 253 - A49-1-g
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 253 - A49-2
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.jsonld
-DEBUG - :: 521 - ------
-DEBUG - :: 522 - Processing rights module
-DEBUG - :: 527 - there are 12 classes in rights
-DEBUG - add_triples_for_classes :: 253 - A13
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A14
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A15
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A16
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A17
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A18
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A19
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A20
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A21
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A22
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A7-3
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-DEBUG - add_triples_for_classes :: 253 - A77
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.jsonld
-DEBUG - :: 521 - ------
-DEBUG - :: 522 - Processing data_transfers module
-DEBUG - :: 527 - there are 9 classes in data_transfers
-DEBUG - add_triples_for_classes :: 253 - AdHocContractualClauses
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract
-DEBUG - add_triples_for_classes :: 253 - BindingCorporateRules
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool
-DEBUG - add_triples_for_classes :: 253 - CertificationMechanismsForDataTransfers
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool
-DEBUG - add_triples_for_classes :: 253 - CodesOfConductForDataTransfers
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool
-DEBUG - add_triples_for_classes :: 253 - DataTransferTool
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure
-DEBUG - add_triples_for_classes :: 253 - SCCByCommission
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses
-DEBUG - add_triples_for_classes :: 253 - SCCBySupervisoryAuthority
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses
-DEBUG - add_triples_for_classes :: 253 - StandardContractualClauses
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool
-DEBUG - add_triples_for_classes :: 253 - SupplementaryMeasure
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.jsonld
-DEBUG - :: 548 - no proposed terms in DPVO-GDPR
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.jsonld
-DEBUG - :: 570 - ------
-DEBUG - :: 571 - Processing DPV-PD
-DEBUG - :: 575 - there are 172 classes in data_transfers
-DEBUG - add_triples_for_classes :: 253 - Accent
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Language
-DEBUG - add_triples_for_classes :: 253 - AccountIdentifier
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount
-DEBUG - add_triples_for_classes :: 253 - Acquantaince
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork
-DEBUG - add_triples_for_classes :: 253 - Age
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 253 - ApartmentOwned
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned
-DEBUG - add_triples_for_classes :: 253 - Association
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork
-DEBUG - add_triples_for_classes :: 253 - Attitude
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
-DEBUG - add_triples_for_classes :: 253 - Authenticating
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal
-DEBUG - add_triples_for_classes :: 253 - AuthenticationHistory
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
-DEBUG - add_triples_for_classes :: 253 - BankAccount
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount
-DEBUG - add_triples_for_classes :: 253 - Behavioral
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External
-DEBUG - add_triples_for_classes :: 253 - Biometric
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - BloodType
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth
-DEBUG - add_triples_for_classes :: 253 - BrowserFingerprint
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased
-DEBUG - add_triples_for_classes :: 253 - BrowsingBehavior
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
-DEBUG - add_triples_for_classes :: 253 - BrowsingReferral
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior
-DEBUG - add_triples_for_classes :: 253 - CallLog
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
-DEBUG - add_triples_for_classes :: 253 - CarOwned
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership
-DEBUG - add_triples_for_classes :: 253 - Character
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 253 - Communication
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social
-DEBUG - add_triples_for_classes :: 253 - CommunicationsMetadata
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 253 - Connection
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork
-DEBUG - add_triples_for_classes :: 253 - Contact
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking
-DEBUG - add_triples_for_classes :: 253 - Country
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location
-DEBUG - add_triples_for_classes :: 253 - Credit
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
-DEBUG - add_triples_for_classes :: 253 - CreditCapacity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit
-DEBUG - add_triples_for_classes :: 253 - CreditCardNumber
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber
-DEBUG - add_triples_for_classes :: 253 - CreditRecord
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit
-DEBUG - add_triples_for_classes :: 253 - CreditScore
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness
-DEBUG - add_triples_for_classes :: 253 - CreditStanding
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit
-DEBUG - add_triples_for_classes :: 253 - CreditWorthiness
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit
-DEBUG - add_triples_for_classes :: 253 - Criminal
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social
-DEBUG - add_triples_for_classes :: 253 - CriminalCharge
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal
-DEBUG - add_triples_for_classes :: 253 - CriminalConviction
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal
-DEBUG - add_triples_for_classes :: 253 - CriminalPardon
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal
-DEBUG - add_triples_for_classes :: 253 - Demeanor
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
-DEBUG - add_triples_for_classes :: 253 - Demographic
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External
-DEBUG - add_triples_for_classes :: 253 - DeviceApplications
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware
-DEBUG - add_triples_for_classes :: 253 - DeviceBased
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking
-DEBUG - add_triples_for_classes :: 253 - DeviceOperatingSystem
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware
-DEBUG - add_triples_for_classes :: 253 - DeviceSoftware
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased
-DEBUG - add_triples_for_classes :: 253 - Dialect
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Language
-DEBUG - add_triples_for_classes :: 253 - Disability
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth
-DEBUG - add_triples_for_classes :: 253 - DisciplinaryAction
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - Dislike
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Interest
-DEBUG - add_triples_for_classes :: 253 - Divorce
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure
-DEBUG - add_triples_for_classes :: 253 - DNACode
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth
-DEBUG - add_triples_for_classes :: 253 - DrugTestResult
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth
-DEBUG - add_triples_for_classes :: 253 - EmailAddress
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact
-DEBUG - add_triples_for_classes :: 253 - EmailContent
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication
-DEBUG - add_triples_for_classes :: 253 - EmploymentHistory
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - Ethnicity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External
-DEBUG - add_triples_for_classes :: 253 - EthnicOrigin
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - External
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - Family
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social
-DEBUG - add_triples_for_classes :: 253 - FamilyHealthHistory
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory
-DEBUG - add_triples_for_classes :: 253 - FamilyStructure
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Family
-DEBUG - add_triples_for_classes :: 253 - Favorite
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference
-DEBUG - add_triples_for_classes :: 253 - FavoriteColor
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite
-DEBUG - add_triples_for_classes :: 253 - FavoriteFood
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite
-DEBUG - add_triples_for_classes :: 253 - FavoriteMusic
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite
-DEBUG - add_triples_for_classes :: 253 - Fetish
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual
-DEBUG - add_triples_for_classes :: 253 - Financial
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - FinancialAccount
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial
-DEBUG - add_triples_for_classes :: 253 - FinancialAccountNumber
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier
-DEBUG - add_triples_for_classes :: 253 - Fingerprint
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric
-DEBUG - add_triples_for_classes :: 253 - Friend
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork
-DEBUG - add_triples_for_classes :: 253 - Gender
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 253 - GeneralReputation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 253 - Geographic
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic
-DEBUG - add_triples_for_classes :: 253 - GPSCoordinate
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location
-DEBUG - add_triples_for_classes :: 253 - GroupMembership
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork
-DEBUG - add_triples_for_classes :: 253 - HairColor
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 253 - Health
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth
-DEBUG - add_triples_for_classes :: 253 - HealthHistory
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth
-DEBUG - add_triples_for_classes :: 253 - HealthRecord
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth
-DEBUG - add_triples_for_classes :: 253 - Height
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 253 - Historical
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - HouseOwned
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership
-DEBUG - add_triples_for_classes :: 253 - Identifying
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External
-DEBUG - add_triples_for_classes :: 253 - Income
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
-DEBUG - add_triples_for_classes :: 253 - IncomeBracket
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic
-DEBUG - add_triples_for_classes :: 253 - IndividualHealthHistory
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory
-DEBUG - add_triples_for_classes :: 253 - Intention
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference
-DEBUG - add_triples_for_classes :: 253 - Interaction
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 253 - Interest
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference
-DEBUG - add_triples_for_classes :: 253 - Internal
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - IPAddress
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased
-DEBUG - add_triples_for_classes :: 253 - Job
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - KnowledgeBelief
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal
-DEBUG - add_triples_for_classes :: 253 - Language
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity
-DEBUG - add_triples_for_classes :: 253 - LifeHistory
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Historical
-DEBUG - add_triples_for_classes :: 253 - Like
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Interest
-DEBUG - add_triples_for_classes :: 253 - LinkClicked
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
-DEBUG - add_triples_for_classes :: 253 - LoanRecord
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
-DEBUG - add_triples_for_classes :: 253 - Location
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking
-DEBUG - add_triples_for_classes :: 253 - MACAddress
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased
-DEBUG - add_triples_for_classes :: 253 - MaritalStatus
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 253 - Marriage
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure
-DEBUG - add_triples_for_classes :: 253 - MedicalHealth
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - MentalHealth
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health
-DEBUG - add_triples_for_classes :: 253 - Name
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying
-DEBUG - add_triples_for_classes :: 253 - OfficialID
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying
-DEBUG - add_triples_for_classes :: 253 - Offspring
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure
-DEBUG - add_triples_for_classes :: 253 - Opinion
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference
-DEBUG - add_triples_for_classes :: 253 - Ownership
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial
-DEBUG - add_triples_for_classes :: 253 - Parent
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure
-DEBUG - add_triples_for_classes :: 253 - Password
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating
-DEBUG - add_triples_for_classes :: 253 - PaymentCard
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount
-DEBUG - add_triples_for_classes :: 253 - PaymentCardExpiry
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard
-DEBUG - add_triples_for_classes :: 253 - PaymentCardNumber
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier
-DEBUG - add_triples_for_classes :: 253 - Personality
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
-DEBUG - add_triples_for_classes :: 253 - PersonalPossession
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership
-DEBUG - add_triples_for_classes :: 253 - PhilosophicalBelief
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - PhysicalAddress
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact
-DEBUG - add_triples_for_classes :: 253 - PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External
-DEBUG - add_triples_for_classes :: 253 - PhysicalHealth
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health
-DEBUG - add_triples_for_classes :: 253 - PhysicalTrait
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic
-DEBUG - add_triples_for_classes :: 253 - Picture
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying
-DEBUG - add_triples_for_classes :: 253 - Piercing
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 253 - PINCode
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating
-DEBUG - add_triples_for_classes :: 253 - PoliticalAffiliation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - Preference
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal
-DEBUG - add_triples_for_classes :: 253 - Prescription
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth
-DEBUG - add_triples_for_classes :: 253 - PrivacyPreference
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference
-DEBUG - add_triples_for_classes :: 253 - Proclivitie
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual
-DEBUG - add_triples_for_classes :: 253 - Professional
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social
-DEBUG - add_triples_for_classes :: 253 - ProfessionalCertification
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - ProfessionalEvaluation
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - ProfessionalInterview
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - PublicLife
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social
-DEBUG - add_triples_for_classes :: 253 - Purchase
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
-DEBUG - add_triples_for_classes :: 253 - PurchasesAndSpendingHabit
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
-DEBUG - add_triples_for_classes :: 253 - Race
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - Reference
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - Relationship
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Family
-DEBUG - add_triples_for_classes :: 253 - Religion
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - ReligiousBelief
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - Retina
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric
-DEBUG - add_triples_for_classes :: 253 - RoomNumber
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location
-DEBUG - add_triples_for_classes :: 253 - Salary
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - Sale
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
-DEBUG - add_triples_for_classes :: 253 - School
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - add_triples_for_classes :: 253 - SecretText
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating
-DEBUG - add_triples_for_classes :: 253 - ServiceConsumptionBehavior
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
-DEBUG - add_triples_for_classes :: 253 - Sexual
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData
-DEBUG - add_triples_for_classes :: 253 - SexualHistory
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual
-DEBUG - add_triples_for_classes :: 253 - SexualPreference
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual
-DEBUG - add_triples_for_classes :: 253 - Sibling
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure
-DEBUG - add_triples_for_classes :: 253 - SkinTone
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 253 - Social
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - SocialMediaCommunication
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication
-DEBUG - add_triples_for_classes :: 253 - SocialNetwork
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social
-DEBUG - add_triples_for_classes :: 253 - SocialStatus
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 253 - Tattoo
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 253 - Tax
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
-DEBUG - add_triples_for_classes :: 253 - TelephoneNumber
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact
-DEBUG - add_triples_for_classes :: 253 - Thought
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief
-DEBUG - add_triples_for_classes :: 253 - Tracking
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 253 - Transaction
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
-DEBUG - add_triples_for_classes :: 253 - Transactional
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial
-DEBUG - add_triples_for_classes :: 253 - TVViewingBehavior
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior
-DEBUG - add_triples_for_classes :: 253 - UID
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying
-DEBUG - add_triples_for_classes :: 253 - Username
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying
-DEBUG - add_triples_for_classes :: 253 - VoiceCommunicationRecording
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication
-DEBUG - add_triples_for_classes :: 253 - VoiceMail
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication
-DEBUG - add_triples_for_classes :: 253 - Weight
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
-DEBUG - add_triples_for_classes :: 253 - WorkHistory
-DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional
-DEBUG - :: 582 - exported proposed terms to ../dpv-owl/dpv-pd/proposed.json
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.rdf
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.ttl
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.n3
-INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.jsonld
-DEBUG - load_data :: 40 - loading data for core
-DEBUG - load_data :: 40 - loading data for personaldata
-DEBUG - load_data :: 40 - loading data for purpose
-DEBUG - load_data :: 40 - loading data for processing
-DEBUG - load_data :: 40 - loading data for technical_organisational_measures
-DEBUG - load_data :: 40 - loading data for entities
-DEBUG - load_data :: 40 - loading data for context
-DEBUG - load_data :: 40 - loading data for processing_context
-DEBUG - load_data :: 40 - loading data for jurisdictions
-DEBUG - load_data :: 40 - loading data for legal_basis
-DEBUG - load_data :: 40 - loading data for consent
-DEBUG - :: 123 - wrote DPV spec at f../dpv/index.html
-DEBUG - :: 126 - wrote DPV spec at f../dpv/dpv.html
-DEBUG - load_data :: 40 - loading data for legal_basis
-DEBUG - load_data :: 40 - loading data for rights
-DEBUG - load_data :: 40 - loading data for data_transfers
-DEBUG - :: 143 - wrote DPV-GDPR spec at f../dpv-gdpr/index.html
-DEBUG - :: 146 - wrote DPV-GDPR spec at f../dpv-gdpr/dpv-gdpr.html
-DEBUG - load_data :: 40 - loading data for dpv_pd
-DEBUG - :: 162 - wrote DPV-PD spec at f../dpv-pd/index.html
-DEBUG - :: 165 - wrote DPV-PD spec at f../dpv-pd/dpv-pd.html
-DEBUG - :: 168 - --- END ---
-DEBUG - load_data :: 39 - loading data for core
-DEBUG - load_data :: 39 - loading data for personaldata
-DEBUG - load_data :: 39 - loading data for purpose
-DEBUG - load_data :: 39 - loading data for processing
-DEBUG - load_data :: 39 - loading data for technical_organisational_measures
-DEBUG - load_data :: 39 - loading data for entities
-DEBUG - load_data :: 39 - loading data for context
-DEBUG - load_data :: 39 - loading data for processing_context
-DEBUG - load_data :: 39 - loading data for jurisdictions
-DEBUG - load_data :: 39 - loading data for legal_basis
-DEBUG - load_data :: 39 - loading data for consent
-DEBUG - :: 122 - wrote DPV spec at f../dpv-skos/index.html
-DEBUG - :: 125 - wrote DPV spec at f../dpv-skos/dpv.html
-Traceback (most recent call last):
- File "/home/harsh/code/dpvcg/dpv/documentation-generator/./003_generate_respec_html_skos.py", line 130, in
- TEMPLATE_DATA['proposed'] = json.load(fd)
- File "/usr/lib/python3.10/json/__init__.py", line 293, in load
- return loads(fp.read(),
- File "/usr/lib/python3.10/json/__init__.py", line 346, in loads
- return _default_decoder.decode(s)
- File "/usr/lib/python3.10/json/decoder.py", line 337, in decode
- obj, end = self.raw_decode(s, idx=_w(s, 0).end())
- File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode
- raise JSONDecodeError("Expecting value", s, err.value) from None
-json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
-DEBUG - load_data :: 39 - loading data for core
-DEBUG - load_data :: 39 - loading data for personaldata
-DEBUG - load_data :: 39 - loading data for purpose
-DEBUG - load_data :: 39 - loading data for processing
-DEBUG - load_data :: 39 - loading data for technical_organisational_measures
-DEBUG - load_data :: 39 - loading data for entities
-DEBUG - load_data :: 39 - loading data for context
-DEBUG - load_data :: 39 - loading data for processing_context
-DEBUG - load_data :: 39 - loading data for jurisdictions
-DEBUG - load_data :: 39 - loading data for legal_basis
-DEBUG - load_data :: 39 - loading data for consent
-DEBUG - :: 122 - wrote DPV spec at f../dpv-owl/index.html
-DEBUG - :: 125 - wrote DPV spec at f../dpv-owl/dpv.html
-DEBUG - load_data :: 39 - loading data for legal_basis
-DEBUG - load_data :: 39 - loading data for rights
-DEBUG - load_data :: 39 - loading data for data_transfers
-DEBUG - :: 142 - wrote DPV-GDPR spec at f../dpv-owl/dpv-gdpr/index.html
-DEBUG - :: 145 - wrote DPV-GDPR spec at f../dpv-owl/dpv-gdpr/dpv-gdpr.html
-DEBUG - load_data :: 39 - loading data for dpv_pd
-DEBUG - :: 161 - wrote DPV-PD spec at f../dpv-owl/dpv-pd/index.html
-DEBUG - :: 164 - wrote DPV-PD spec at f../dpv-owl/dpv-pd/dpv-pd.html
-DEBUG - :: 167 - --- END ---
diff --git a/documentation-generator/logs/changelog.txt b/documentation-generator/logs/changelog.txt
index d053a4d41..a3bf6db75 100644
--- a/documentation-generator/logs/changelog.txt
+++ b/documentation-generator/logs/changelog.txt
@@ -1,184 +1,110 @@
--- DPV ---
MODULE: base
-added: 0
+added: 2
removed: 0
-added: 0 ; removed: 0
+added: 2 ; removed: 0
+
+Concepts Added
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: consent
-added: 0
+added: 2
removed: 0
-added: 0 ; removed: 0
+added: 2 ; removed: 0
+
+Concepts Added
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: context
added: 2
-removed: 2
-added: 2 ; removed: 2
-Concepts Removed
-https://w3id.org/dpv#hasConsequence
-https://w3id.org/dpv#Consequence
+removed: 0
+added: 2 ; removed: 0
Concepts Added
-https://w3id.org/dpv#isAfter
-https://w3id.org/dpv#isBefore
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: entities_authority
-added: 12
+added: 2
removed: 0
-added: 12 ; removed: 0
+added: 2 ; removed: 0
Concepts Added
-https://w3id.org/dpv#isSubTypeOf
-https://w3id.org/dpv#Authority
-https://w3id.org/dpv#isAuthorityFor
-https://w3id.org/dpv#Relation
-https://w3id.org/dpv#Concept
-https://w3id.org/dpv#hasAuthority
-https://w3id.org/dpv#DataProtectionAuthority
-https://w3id.org/dpv#NationalAuthority
-https://w3id.org/dpv#RegionalAuthority
-https://w3id.org/dpv#isInstanceOf
-https://w3id.org/dpv#SupraNationalAuthority
-https://w3id.org/dpv#Entities_AuthorityConcepts
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: entities_datasubject
-added: 10
+added: 19
removed: 0
-added: 10 ; removed: 0
+added: 19 ; removed: 0
Concepts Added
-https://w3id.org/dpv#Entities_DatasubjectConcepts
-https://w3id.org/dpv#Relation
-https://w3id.org/dpv#Concept
-https://w3id.org/dpv#hasDataSubject
-https://w3id.org/dpv#Child
-https://w3id.org/dpv#Adult
-https://w3id.org/dpv#DataSubject
-https://w3id.org/dpv#VulnerableDataSubject
-https://w3id.org/dpv#isInstanceOf
-https://w3id.org/dpv#isSubTypeOf
+https://w3id.org/dpv#NonCitizen
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#Customer
+https://w3id.org/dpv#Employee
+https://w3id.org/dpv#hasRange
+https://w3id.org/dpv#Immigrant
+https://w3id.org/dpv#Consumer
+https://w3id.org/dpv#Student
+https://w3id.org/dpv#Subscriber
+https://w3id.org/dpv#Visitor
+https://w3id.org/dpv#User
+https://w3id.org/dpv#Client
+https://w3id.org/dpv#Citizen
+https://w3id.org/dpv#JobApplicant
+https://w3id.org/dpv#Applicant
+https://w3id.org/dpv#Member
+https://w3id.org/dpv#Participant
+https://w3id.org/dpv#Tourist
+https://w3id.org/dpv#Patient
---
MODULE: entities_legalrole
-added: 23
+added: 2
removed: 0
-added: 23 ; removed: 0
+added: 2 ; removed: 0
Concepts Added
-https://w3id.org/dpv#DataProcessor
-https://w3id.org/dpv#DataProtectionOfficer
-https://w3id.org/dpv#ThirdParty
-https://w3id.org/dpv#hasDataExporter
-https://w3id.org/dpv#isInstanceOf
-https://w3id.org/dpv#isSubTypeOf
-https://w3id.org/dpv#Recipient
-https://w3id.org/dpv#DataController
-https://w3id.org/dpv#hasDataProcessor
-https://w3id.org/dpv#hasDataImporter
-https://w3id.org/dpv#hasRecipientThirdParty
-https://w3id.org/dpv#Relation
-https://w3id.org/dpv#DataSubProcessor
-https://w3id.org/dpv#hasJointDataControllers
-https://w3id.org/dpv#DataImporter
-https://w3id.org/dpv#hasDataController
-https://w3id.org/dpv#Concept
-https://w3id.org/dpv#DataExporter
-https://w3id.org/dpv#hasRecipient
-https://w3id.org/dpv#Entities_LegalroleConcepts
-https://w3id.org/dpv#hasDataProtectionOfficer
-https://w3id.org/dpv#JointDataControllers
-https://w3id.org/dpv#hasRecipientDataController
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: entities_organisation
-added: 14
+added: 2
removed: 0
-added: 14 ; removed: 0
+added: 2 ; removed: 0
Concepts Added
-https://w3id.org/dpv#InternationalOrganisation
-https://w3id.org/dpv#Relation
-https://w3id.org/dpv#GovernmentalOrganisation
-https://w3id.org/dpv#Concept
-https://w3id.org/dpv#OrganisationalUnit
-https://w3id.org/dpv#NonProfitOrganisation
-https://w3id.org/dpv#Entities_OrganisationConcepts
-https://w3id.org/dpv#NonGovernmentalOrganisation
-https://w3id.org/dpv#isInstanceOf
-https://w3id.org/dpv#ForProfitOrganisation
-https://w3id.org/dpv#AcademicScientificOrganisation
-https://w3id.org/dpv#IndustryConsortium
-https://w3id.org/dpv#isSubTypeOf
-https://w3id.org/dpv#Organisation
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: entities
added: 2
-removed: 33
-added: 2 ; removed: 33
-Concepts Removed
-https://w3id.org/dpv#DataProcessor
-https://w3id.org/dpv#ThirdParty
-https://w3id.org/dpv#hasDataExporter
-https://w3id.org/dpv#GovernmentalOrganisation
-https://w3id.org/dpv#hasDataSubject
-https://w3id.org/dpv#DataProtectionAuthority
-https://w3id.org/dpv#DataSubject
-https://w3id.org/dpv#Recipient
-https://w3id.org/dpv#hasDataImporter
-https://w3id.org/dpv#hasRecipientThirdParty
-https://w3id.org/dpv#hasJointDataControllers
-https://w3id.org/dpv#hasDataController
-https://w3id.org/dpv#NonProfitOrganisation
-https://w3id.org/dpv#NationalAuthority
-https://w3id.org/dpv#IndustryConsortium
-https://w3id.org/dpv#JointDataControllers
-https://w3id.org/dpv#hasRecipientDataController
-https://w3id.org/dpv#DataProtectionOfficer
-https://w3id.org/dpv#Child
-https://w3id.org/dpv#ForProfitOrganisation
-https://w3id.org/dpv#VulnerableDataSubject
-https://w3id.org/dpv#AcademicScientificOrganisation
-https://w3id.org/dpv#DataController
-https://w3id.org/dpv#hasDataProcessor
-https://w3id.org/dpv#Authority
-https://w3id.org/dpv#DataSubProcessor
-https://w3id.org/dpv#DataImporter
-https://w3id.org/dpv#DataExporter
-https://w3id.org/dpv#hasRecipient
-https://w3id.org/dpv#NonGovernmentalOrganisation
-https://w3id.org/dpv#RegionalAuthority
-https://w3id.org/dpv#SupraNationalAuthority
-https://w3id.org/dpv#Organisation
+removed: 0
+added: 2 ; removed: 0
Concepts Added
-https://w3id.org/dpv#Entity
-https://w3id.org/dpv#hasResponsibleEntity
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: jurisdiction
-added: 17
+added: 2
removed: 0
-added: 17 ; removed: 0
+added: 2 ; removed: 0
Concepts Added
-https://w3id.org/dpv#hasThirdCountry
-https://w3id.org/dpv#hasJurisdiction
-https://w3id.org/dpv#Country
-https://w3id.org/dpv#hasApplicableLaw
-https://w3id.org/dpv#isInstanceOf
-https://w3id.org/dpv#JurisdictionConcepts
-https://w3id.org/dpv#Region
-https://w3id.org/dpv#Location
-https://w3id.org/dpv#EconomicUnion
-https://w3id.org/dpv#hasCountry
-https://w3id.org/dpv#ThirdCountry
-https://w3id.org/dpv#hasLocation
-https://w3id.org/dpv#Relation
-https://w3id.org/dpv#SupraNationalUnion
-https://w3id.org/dpv#Concept
-https://w3id.org/dpv#isSubTypeOf
-https://w3id.org/dpv#Law
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: legal_basis
-added: 0
+added: 2
removed: 0
-added: 0 ; removed: 0
+added: 2 ; removed: 0
+
+Concepts Added
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: personal_data
added: 2
@@ -186,18 +112,26 @@ removed: 0
added: 2 ; removed: 0
Concepts Added
-https://w3id.org/dpv#CollectedPersonalData
-https://w3id.org/dpv#GeneratedPersonalData
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: processing_context
-added: 0
+added: 2
removed: 0
-added: 0 ; removed: 0
+added: 2 ; removed: 0
+
+Concepts Added
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: processing
-added: 0
+added: 2
removed: 0
-added: 0 ; removed: 0
+added: 2 ; removed: 0
+
+Concepts Added
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: purposes
added: 2
@@ -205,47 +139,31 @@ removed: 0
added: 2 ; removed: 0
Concepts Added
-https://w3id.org/dpv#PersonnelManagement
-https://w3id.org/dpv#TargetedAdvertising
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
MODULE: risk
-added: 23
+added: 4
removed: 0
-added: 23 ; removed: 0
+added: 4 ; removed: 0
Concepts Added
-https://w3id.org/dpv#hasImpact
-https://w3id.org/dpv#Detriment
-https://w3id.org/dpv#Consequence
-https://w3id.org/dpv#Impact
-https://w3id.org/dpv#ConsequenceOfSuccess
-https://w3id.org/dpv#isInstanceOf
-https://w3id.org/dpv#MaterialDamage
-https://w3id.org/dpv#hasConsequence
-https://w3id.org/dpv#NonMaterialDamage
-https://w3id.org/dpv#mitigatesRisk
-https://w3id.org/dpv#ConsequenceOfFailure
-https://w3id.org/dpv#Benefit
-https://w3id.org/dpv#Relation
-https://w3id.org/dpv#isMitigatedByMeasure
-https://w3id.org/dpv#Concept
-https://w3id.org/dpv#hasRisk
-https://w3id.org/dpv#Damage
-https://w3id.org/dpv#Risk
-https://w3id.org/dpv#Harm
-https://w3id.org/dpv#ConsequenceAsSideEffect
-https://w3id.org/dpv#isSubTypeOf
-https://w3id.org/dpv#RiskConcepts
-https://w3id.org/dpv#hasImpactOn
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
+https://w3id.org/dpv#RiskManagementProcedure
+https://w3id.org/dpv#RiskMitigationMeasure
---
MODULE: technical_organisational_measures
-added: 0
-removed: 3
-added: 0 ; removed: 3
+added: 2
+removed: 2
+added: 2 ; removed: 2
Concepts Removed
-https://w3id.org/dpv#hasRisk
-https://w3id.org/dpv#isMitigatedByMeasure
-https://w3id.org/dpv#mitigatesRisk
+https://w3id.org/dpv#RiskManagementProcedure
+https://w3id.org/dpv#RiskMitigationMeasure
+
+Concepts Added
+https://w3id.org/dpv#hasDomain
+https://w3id.org/dpv#hasRange
---
--- DPV-GDPR ---
diff --git a/documentation-generator/ontology_metadata/dpv-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-gdpr.ttl
index b6701d071..339e2e816 100644
--- a/documentation-generator/ontology_metadata/dpv-gdpr.ttl
+++ b/documentation-generator/ontology_metadata/dpv-gdpr.ttl
@@ -6,7 +6,8 @@
a owl:Ontology ;
dct:abstract "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"David Hickey",
@@ -14,6 +15,7 @@
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -33,4 +35,4 @@
vann:preferredNamespacePrefix "dpv-gdpr" ;
vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-legal.ttl b/documentation-generator/ontology_metadata/dpv-legal.ttl
index ad1f06c08..412aa8bce 100644
--- a/documentation-generator/ontology_metadata/dpv-legal.ttl
+++ b/documentation-generator/ontology_metadata/dpv-legal.ttl
@@ -5,15 +5,16 @@
@prefix xsd: .
a owl:Ontology ;
- dct:abstract "The LEGAL extension to Data Privacy Vocabulary provides concepts related to Jurisdictions - as locations, regions, countries, supra-national unions, and the Laws and Authorities that apply to them.@en ;
+ dct:abstract "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ;
dct:contributor "Harshvardhan J. Pandit",
"Julian Flake";
dct:created "2022-04-02"^^xsd:date ;
- dct:creator "Harshvardhan J. Pandit", "Julian Flake" ;
- dct:description "The LEGAL extension to Data Privacy Vocabulary provides concepts related to Jurisdictions - as locations, regions, countries, supra-national unions, and the Laws and Authorities that apply to them."@en ;
+ dct:modified "2022-04-02"^^xsd:date ;
+ dct:creator "Harshvardhan J. Pandit" ;
+ dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ;
dct:source ;
dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ;
vann:preferredNamespacePrefix "dpv-legal" ;
vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl
index f6a53af1c..333fe0a11 100644
--- a/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl
+++ b/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl
@@ -6,7 +6,8 @@
a owl:Ontology ;
dct:abstract "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"David Hickey",
@@ -14,6 +15,7 @@
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -33,4 +35,4 @@
vann:preferredNamespacePrefix "dpvo-gdpr" ;
vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-owl-legal.ttl b/documentation-generator/ontology_metadata/dpv-owl-legal.ttl
new file mode 100644
index 000000000..c22c53112
--- /dev/null
+++ b/documentation-generator/ontology_metadata/dpv-owl-legal.ttl
@@ -0,0 +1,20 @@
+@prefix dct: .
+@prefix owl: .
+@prefix rdf: .
+@prefix vann: .
+@prefix xsd: .
+
+ a owl:Ontology ;
+ dct:abstract "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ;
+ dct:contributor "Harshvardhan J. Pandit",
+ "Julian Flake";
+ dct:created "2022-04-02"^^xsd:date ;
+ dct:modified "2022-04-02"^^xsd:date ;
+ dct:creator "Harshvardhan J. Pandit" ;
+ dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ;
+ dct:source ;
+ dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ;
+ vann:preferredNamespacePrefix "dpvo-legal" ;
+ vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl/dpv-legal"^^xsd:string ;
+ dct:license ;
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-owl-pd.ttl b/documentation-generator/ontology_metadata/dpv-owl-pd.ttl
index 6651351ef..15edbd460 100644
--- a/documentation-generator/ontology_metadata/dpv-owl-pd.ttl
+++ b/documentation-generator/ontology_metadata/dpv-owl-pd.ttl
@@ -6,7 +6,8 @@
a owl:Ontology ;
dct:abstract "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"David Hickey",
@@ -14,6 +15,7 @@
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -33,4 +35,4 @@
vann:preferredNamespacePrefix "dpvo-pd" ;
vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-owl.ttl b/documentation-generator/ontology_metadata/dpv-owl.ttl
index 7dd8f53f6..07b412644 100644
--- a/documentation-generator/ontology_metadata/dpv-owl.ttl
+++ b/documentation-generator/ontology_metadata/dpv-owl.ttl
@@ -10,13 +10,15 @@
a owl:Ontology ;
dct:abstract "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"Elmar Kiesling",
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -36,4 +38,4 @@
vann:preferredNamespacePrefix "dpvo" ;
vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-pd.ttl b/documentation-generator/ontology_metadata/dpv-pd.ttl
index 67f110c4b..e2c390bf5 100644
--- a/documentation-generator/ontology_metadata/dpv-pd.ttl
+++ b/documentation-generator/ontology_metadata/dpv-pd.ttl
@@ -6,7 +6,8 @@
a owl:Ontology ;
dct:abstract "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"David Hickey",
@@ -14,6 +15,7 @@
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -33,4 +35,4 @@
vann:preferredNamespacePrefix "dpv-pd" ;
vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-pd"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-semantics.ttl b/documentation-generator/ontology_metadata/dpv-semantics.ttl
index a4bfa2aad..91dff0154 100644
--- a/documentation-generator/ontology_metadata/dpv-semantics.ttl
+++ b/documentation-generator/ontology_metadata/dpv-semantics.ttl
@@ -12,6 +12,10 @@ dpv:Concept rdfs:subClassOf skos:Concept ;
skos:prefLabel "Concept"@en .
dpv:Relation rdfs:subPropertyOf skos:semanticRelation ;
skos:prefLabel "Relation"@en .
+dpv:hasDomain rdfs:subPropertyOf skos:semanticRelation ;
+ skos:prefLabel "has domain"@en .
+dpv:hasRange rdfs:subPropertyOf skos:semanticRelation ;
+ skos:prefLabel "has range"@en .
dpv:isSubTypeOf rdfs:subPropertyOf skos:broaderTransitive ;
skos:prefLabel "isSubTypeOf"@en .
dpv:isInstanceOf rdfs:subPropertyOf skos:semanticRelation ;
diff --git a/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl
index f6a53af1c..5aa53c3c8 100644
--- a/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl
+++ b/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl
@@ -4,9 +4,10 @@
@prefix vann: .
@prefix xsd: .
- a owl:Ontology ;
+ a owl:Ontology ;
dct:abstract "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"David Hickey",
@@ -14,6 +15,7 @@
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -30,7 +32,7 @@
dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ;
dct:source ;
dct:title "DPV-GDPR: GDPR Extension for DPV"@en ;
- vann:preferredNamespacePrefix "dpvo-gdpr" ;
- vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr"^^xsd:string ;
+ vann:preferredNamespacePrefix "dpvs-gdpr" ;
+ vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-skos-legal.ttl b/documentation-generator/ontology_metadata/dpv-skos-legal.ttl
new file mode 100644
index 000000000..9d656d64b
--- /dev/null
+++ b/documentation-generator/ontology_metadata/dpv-skos-legal.ttl
@@ -0,0 +1,20 @@
+@prefix dct: .
+@prefix owl: .
+@prefix rdf: .
+@prefix vann: .
+@prefix xsd: .
+
+ a owl:Ontology ;
+ dct:abstract "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ;
+ dct:contributor "Harshvardhan J. Pandit",
+ "Julian Flake";
+ dct:created "2022-04-02"^^xsd:date ;
+ dct:modified "2022-04-02"^^xsd:date ;
+ dct:creator "Harshvardhan J. Pandit" ;
+ dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ;
+ dct:source ;
+ dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ;
+ vann:preferredNamespacePrefix "dpvs-legal" ;
+ vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos/dpv-legal"^^xsd:string ;
+ dct:license ;
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-skos-pd.ttl b/documentation-generator/ontology_metadata/dpv-skos-pd.ttl
index 6651351ef..b2cc0a47e 100644
--- a/documentation-generator/ontology_metadata/dpv-skos-pd.ttl
+++ b/documentation-generator/ontology_metadata/dpv-skos-pd.ttl
@@ -4,9 +4,10 @@
@prefix vann: .
@prefix xsd: .
- a owl:Ontology ;
+ a owl:Ontology ;
dct:abstract "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"David Hickey",
@@ -14,6 +15,7 @@
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -30,7 +32,7 @@
dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ;
dct:source ;
dct:title "DPV-PD: Personal Data Extension for DPV"@en ;
- vann:preferredNamespacePrefix "dpvo-pd" ;
- vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd"^^xsd:string ;
+ vann:preferredNamespacePrefix "dpvs-pd" ;
+ vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv-skos.ttl b/documentation-generator/ontology_metadata/dpv-skos.ttl
index 7dd8f53f6..e507c95c1 100644
--- a/documentation-generator/ontology_metadata/dpv-skos.ttl
+++ b/documentation-generator/ontology_metadata/dpv-skos.ttl
@@ -6,17 +6,17 @@
@prefix xsd: .
@prefix skos: .
-@prefix dpvo: .
-
- a owl:Ontology ;
+ a owl:Ontology ;
dct:abstract "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"Elmar Kiesling",
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -33,7 +33,7 @@
dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ;
dct:source ;
dct:title "Data Privacy Vocabulary"@en ;
- vann:preferredNamespacePrefix "dpvo" ;
- vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ;
+ vann:preferredNamespacePrefix "dpvs" ;
+ vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/ontology_metadata/dpv.ttl b/documentation-generator/ontology_metadata/dpv.ttl
index 3c04c210b..c3c3b5153 100644
--- a/documentation-generator/ontology_metadata/dpv.ttl
+++ b/documentation-generator/ontology_metadata/dpv.ttl
@@ -10,13 +10,15 @@
a owl:Ontology ;
dct:abstract "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"Elmar Kiesling",
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -36,4 +38,4 @@
vann:preferredNamespacePrefix "dpv" ;
vann:preferredNamespaceUri "https://w3id.org/dpv"^^xsd:string ;
dct:license ;
- owl:versionInfo "0.5"^^xsd:string .
\ No newline at end of file
+ owl:versionInfo "0.6"^^xsd:string .
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/BaseOntology.csv b/documentation-generator/vocab_csv/BaseOntology.csv
index 93b2e78e3..7df066307 100644
--- a/documentation-generator/vocab_csv/BaseOntology.csv
+++ b/documentation-generator/vocab_csv/BaseOntology.csv
@@ -1,9 +1,9 @@
"Term","Label","Description","ParentTerm","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","","","","",""
"PersonalDataHandling","Personal Data Handling","A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis.","dpv:Concept","","","","","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
"PersonalData","Personal Data","Data directly or indirectly associated or related to an individual.","dpv:Data","spl:AnyData","rdfs:seeAlso","This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'.","(GDPR Art.4-1,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj)","2019-04-05","2022-01-19","accepted","Harshvardhan Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","","","","","",""
-"Processing","Processing","The processing performed on personal data","dpv:Concept","spl:AnyProcessing","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
-"Purpose","Purpose","The purpose of processing personal data","dpv:Concept","spl:AnyPurpose","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
-"Recipient","Recipient","Entities that receive personal data","dpv:LegalEntity","spl:AnyRecipient","rdfs:seeAlso","A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. ","(SPECIAL Project,https://www.specialprivacy.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
+"Processing","Processing","The processing performed on personal data","dpv:Concept","spl:AnyProcessing","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
+"Purpose","Purpose","The purpose of processing personal data","dpv:Concept","spl:AnyPurpose","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
+"Recipient","Recipient","Entities that receive personal data","dpv:LegalEntity","spl:AnyRecipient","rdfs:seeAlso","A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. ","(SPECIAL Project,https://specialprivacy.ercim.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
"TechnicalOrganisationalMeasure","Technical and Organisational Measure","The Technical and Organisational measures used.","dpv:Concept","","","","","2019-04-05","2020-11-04","accepted","Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
"LegalBasis","Legal Basis","The Legal basis used to justify processing of personal data","dpv:Concept","","","Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions.","","2019-04-05","2020-11-04","accepted","","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
"DataSubject","Data Subject","The individual (or category of individuals) whose personal data is being processed","dpv:LegalEntity","","","The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.","(GDPR Art.4-1g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/BaseOntology_properties.csv b/documentation-generator/vocab_csv/BaseOntology_properties.csv
index 643c4f311..798cf3f15 100644
--- a/documentation-generator/vocab_csv/BaseOntology_properties.csv
+++ b/documentation-generator/vocab_csv/BaseOntology_properties.csv
@@ -1,10 +1,10 @@
"Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","",""
"hasPersonalData","has personal data","Indicates association with Personal Data","dpv:Concept","dpv:PersonalData","dpv:Relation","","","","","2022-01-19","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","",""
-"hasProcessing","has processing","Indicates association with Processing","dpv:Concept","dpv:Processing","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
+"hasProcessing","has processing","Indicates association with Processing","dpv:Concept","dpv:Processing","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"hasPurpose","has purpose","Indicates association with Purpose","dpv:Concept","dpv:Purpose","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
+"hasPurpose","has purpose","Indicates association with Purpose","dpv:Concept","dpv:Purpose","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"hasRecipient","has recipient","Indicates Recipient of Personal Data","dpv:Concept","dpv:Recipient","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
+"hasRecipient","has recipient","Indicates Recipient of Personal Data","dpv:Concept","dpv:Recipient","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasTechnicalOrganisationalMeasure","has technical and organisational measure","Indicates use or applicability of Technical or Organisational measure","dpv:Concept","dpv:TechnicalOrganisationalMeasure","dpv:Relation","","","","","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/Context.csv b/documentation-generator/vocab_csv/Context.csv
index a25444a11..94cb44543 100644
--- a/documentation-generator/vocab_csv/Context.csv
+++ b/documentation-generator/vocab_csv/Context.csv
@@ -11,4 +11,20 @@
"AlgorithmicLogic","Algorithmic Logic","The algorithmic logic applied or used","dpv:Context","","","Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.","","2022-01-26","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/01/26-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"HumanInvolvement","Human Involvement","The involvement of humans in specified context","dpv:Context","","","Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities.","","2022-01-26","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Duration","Duration","The duration or temporal limitation","dpv:Concept","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Frequency","Frequency","The frequency or information about periods and repetitions in terms of recurrence.","dpv:Concept","","","","","2022-02-16","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","",""
\ No newline at end of file
+"Frequency","Frequency","The frequency or information about periods and repetitions in terms of recurrence.","dpv:Concept","","","","","2022-02-16","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Status","","The status or state of something","dpv:Context","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"ActivityStatus","","Status associated with activity operations and lifecycles","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"ActivityProposed","","State of an activity being proposed or planned i.e. yet to occur","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"ActivityOngoing","","State of an activity occuring in continuation i.e. currently ongoing","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"ActivityHalted","","State of an activity that was occuring in the past, and has been halted or paused or stoped","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"ActivityCompleted","","State of an activity that has completed i.e. is fully in the past","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"ComplianceStatus","","Status associated with Compliance with some norms, objectives, or requirements","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"Compliant","","State of being fully compliant","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"Incompliant","","State of not being compliant","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"PartiallyCompliant","","State of partially being compliant i.e. only some objectives have been met, and others have not been in violation","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"NotCompliant","","State of not being compliant where objectives have not been met, but have not been violated","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"ViolationOfCompliance","","State where objectives have been violated","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"AuditStatus","","Status associated with Auditing or Investigation","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"AuditApproved","","State of being approved through the audit","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"AuditRejected","","State of not being approved or being rejected through the audit","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
+"AuditRequested","","State of an audit being requested whose outcome is not yet known","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Context_properties.csv b/documentation-generator/vocab_csv/Context_properties.csv
index 3df268a69..88adfc56d 100644
--- a/documentation-generator/vocab_csv/Context_properties.csv
+++ b/documentation-generator/vocab_csv/Context_properties.csv
@@ -4,8 +4,11 @@
"isImplementedUsingTechnology","is implemented using technology","Indicates implementation details such as technologies or processes","dpv:Concept","dpv:Technology","dpv:Relation","","","The term 'technology' is inclusive of technologies, processes, and methods.","","2022-01-26","","accepted","Beatriz Esteves, Harshvardhan J. Pandit, Paul Ryan, Julian Flake","https://www.w3.org/2022/01/26-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasAlgorithmicLogic","has algorithmic logic","Indicates the logic used in processing such as for automated decision making","dpv:Concept","dpv:AlgorithmicLogic","dpv:Relation","","","","","2020-11-04","","accepted","Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
"hasHumanInvolvement","has human involvement","Indicates Involvement of humans in processing such as within automated decision making process","dpv:Concept","dpv:HumanInvolvement","dpv:Relation","","","Human involvement is also relevant to 'human in the loop' ","","2020-11-04","","accepted","Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
-"hasDuration","has duration","Indicates information about duration","dpv:Concept","dpv:Duration","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"hasDuration","has duration","Indicates information about duration","dpv:Concept","dpv:Duration","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasIdentifier","has identifier","Indicates an identifier associated for identification or reference","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2020-11-25","","accepted","Harshvardhan J.Pandit, Georg P Krog, Paul Ryan, Beatriz Esteves","https://www.w3.org/2020/11/25-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasFrequency","has frequency","Indicates the frequency with which something takes place","dpv:Concept","dpv:Frequency","dpv:Relation","","","","","2022-02-16","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/02/23-dpvcg-minutes.html","","","","","","","","","","","","",""
"isBefore","is before","Indicates the specified concepts is 'before' this concept in some context","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2022-03-02","","accepted","Georg P. Krog, Harshvardhan J. Pandit, Julian Flake","https://www.w3.org/2022/03/02-dpvcg-minutes.html","","","","","","","","","","","","",""
-"isAfter","is after","Indicates the specified concepts is 'after' this concept in some context","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2022-03-02","","accepted","Georg P. Krog, Harshvardhan J. Pandit, Julian Flake","https://www.w3.org/2022/03/02-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
+"isAfter","is after","Indicates the specified concepts is 'after' this concept in some context","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2022-03-02","","accepted","Georg P. Krog, Harshvardhan J. Pandit, Julian Flake","https://www.w3.org/2022/03/02-dpvcg-minutes.html","","","","","","","","","","","","",""
+"hasStatus","has status","Indicates the status of specified concept","dpv:Concept","dpv:Status","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"hasComplianceStatus","has compliance status","Indicates the status of compliance of specified concept","dpv:Concept","dpv:ComplianceStatus","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"hasActivityStatus","has activity status","Indicates the status of activity of specified concept","dpv:Concept","dpv:ActivityStatus","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Entities_DataSubject.csv b/documentation-generator/vocab_csv/Entities_DataSubject.csv
index a2006fc01..48100724e 100644
--- a/documentation-generator/vocab_csv/Entities_DataSubject.csv
+++ b/documentation-generator/vocab_csv/Entities_DataSubject.csv
@@ -2,23 +2,21 @@
"DataSubject","Data Subject","The individual (or category of individuals) whose personal data is being processed","dpv:LegalEntity,dpv:NaturalPerson","","","The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'.","(GDPR Art.4-1g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"Child","Child","A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction.","dpv:NatualPerson","","","The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age.","","2020-11-25","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2020/11/25-dpvcg-minutes.html","","","","","","","","","","","","",""
"Adult","Adult","A natural person that is not a child i.e. has attained some legally specified age of adulthood","dpv:DataSubject","","","","","2022-03-30","","accepted","Georg Krog","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","",""
-"VulnerableDataSubject","Vulnerable Data Subject","Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards","dpv:DataSubject","","","This concept denote a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome.","","2020-11-04","","accepted","Georg Krog, Paul Ryan, Harshvardhan Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
-"Patient","Patient","relevance: medical, health domains and laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","",""
-"Employee","Employee","relevance: employment laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","",""
-"Student","Student","relevance: education laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","",""
-"Citizen","Citizen","TBD relevance: governance and immigration laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","",""
-"NonCitizen","NonCitizen","relevance: governance and immigration laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","",""
-"Immigrant","Immigrant","relevance: governance and immigration laws","dpv:DataSubject","y","","","","","","proposed","","","","","","","","","","","","","","",""
-"Tourist","Tourist","relevance: governance and immigration laws","dpv:DataSubject","x","","","","","","proposed","","","","","","","","","","","","","","",""
-"Customer","Customer","Q:: consumer is a subset of customer ???","dpv:LegalEntity","y -> d","","","","","","proposed","","","","","","","","","","","","","","",""
-"Consumer","Consumer","Q:: consumer is a subset of customer ???","dpv:DataSubject","y -> d","","","","","","proposed","","","","","","","","","","","","","","",""
-"User","User","relevance: common use-case ;; possible confusion between user vs consumer","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","",""
-"JobApplicant","JobApplicant","could go in HR / Management extension alongside purposes etc. ?","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","",""
-"Visitor","Visitor","relevance: common use-case ;; distinct from user e.g. user of a system ","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","",""
-"Member","Member","distinct from customer, consumer, user, etc. by virtue of participation and rules governing memberships","dpv:LegalEntity","","","","","","","proposed","","","","","","","","","","","","","","",""
-"Applicant","Applicant","possible duplicate of JobApplicant without further distinction","dpv:LegalEntity","","","","","","","proposed","","","","","","","","","","","","","","",""
-"Trainees","Trainees","could go in HR / Management extension alongside purposes etc. ?","dpv:LegalEntity","","","","","","","proposed","","","","","","","","","","","","","","",""
-"Subscriber","Subscriber","possible similarity with customer and consumer ;; could be needed to tie with subscription services? -- different from customer/consumer?","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","",""
-"ServiceUsers","ServiceUsers","possible duplicate of user without further distinction","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","",""
-"WebsiteVisitors","WebsiteVisitors","possible confusion between visitor vs user e.g. website visitor / service user","dpv:DataSubject","","","","","","","proposed","","","","","","","","","","","","","","",""
-"Clients","Clients","possible duplicate of customer or consumer depending on context","dpv:LegalEntity","","","","","","","proposed","","","","","","","","","","","","","","",""
\ No newline at end of file
+"VulnerableDataSubject","Vulnerable Data Subject","Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards","dpv:DataSubject","","","This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome.","","2020-11-04","","accepted","Georg Krog, Paul Ryan, Harshvardhan Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
+"Patient","Patient","Data subjects that receive medican attention, treatment, care, advice, or other health related services","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Employee","Employee","Data subjects that are employees","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Student","Student","Data subjects that are students","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Citizen","Citizen","Data subjects that are citizens (for a jurisdiction)","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"NonCitizen","NonCitizen","Data subjects that are not citizens (for a jurisdiction)","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Immigrant","Immigrant","Data subjects that are immigrants (for a jurisdiction)","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Tourist","Tourist","Data subjects that are tourists i.e. not citizens and not immigrants","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Customer","Customer","Data subjects that purchase goods or services","dpv:DataSubject","","","note: for B2B relations where customers are organisations, this concept only applies for data subjects","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Consumer","Consumer","Data subjects that consume goods or services for direct use","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"User","User","Data subjects that use service(s)","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"JobApplicant","JobApplicant","Data subjects that apply for jobs or employments","dpv:Applicant","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Visitor","Visitor","Data subjects that are temporary visitors","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Member","Member","Data subjects that are members of a group, organisation, or other collectives","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Applicant","Applicant","Data subjects that are applicants in some context","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Subscriber","Subscriber","Data subjects that subscribe to service(s)","dpv:DataSubject","","","note: subscriber can be customer or consumer","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Client","Client","Data subjects that are clients or recipients of services","dpv:Customer","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Participant","Participant","Data subjects that participate in some context such as volunteers in a function","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Entities_LegalRole.csv b/documentation-generator/vocab_csv/Entities_LegalRole.csv
index 2369f4c8a..5cd8bb3c3 100644
--- a/documentation-generator/vocab_csv/Entities_LegalRole.csv
+++ b/documentation-generator/vocab_csv/Entities_LegalRole.csv
@@ -2,7 +2,7 @@
"DataController","Data Controller","The individual or organisation that decides (or controls) the purpose(s) of processing personal data.","dpv:LegalEntity","","","The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used.","(GDPR Art.4-7g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"DataProcessor","Data Processor","A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.","dpv:Recipient","","","","(GDPR Art.4-8,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj)","2019-06-04","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"DataSubProcessor","Data Sub-Processor","A 'sub-processor' is a processor engaged by another processor","dpv:DataProcessor","","","sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition","","2020-11-25","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2020/11/25-dpvcg-minutes.html","","","","","","","","","","","","",""
-"Recipient","Recipient","Entities that receive personal data","dpv:LegalEntity","spl:AnyRecipient","rdfs:seeAlso","A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. ","(SPECIAL Project,https://www.specialprivacy.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Recipient","Recipient","Entities that receive personal data","dpv:LegalEntity","spl:AnyRecipient","rdfs:seeAlso","A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. ","(SPECIAL Project,https://specialprivacy.ercim.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"ThirdParty","Third Party","A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data.","dpv:Recipient","","","","(GDPR Art.4-10,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj)","2019-06-04","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"DataExporter","Data Exporter","An entity that 'exports' data where exporting is considered a form of data transfer","dpv:LegalEntity","","","The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting","(EDPB Recommendations 01/2020 on Data Transfers, https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en)","2021-09-08","","accepted","David Hickey, Georg Krog, Paul Ryan, Harshvardhan Pandit","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","",""
"DataImporter","Data Importer","An entity that 'imports' data where importing is considered a form of data transfer","dpv:Recipient","","","The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing","(EDPB Recommendations 01/2020 on Data Transfers, https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en)","2021-09-08","","accepted","David Hickey, Georg Krog, Paul Ryan, Harshvardhan Pandit","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/Entities_LegalRole_properties.csv b/documentation-generator/vocab_csv/Entities_LegalRole_properties.csv
index 886a16068..f694d3eb3 100644
--- a/documentation-generator/vocab_csv/Entities_LegalRole_properties.csv
+++ b/documentation-generator/vocab_csv/Entities_LegalRole_properties.csv
@@ -3,7 +3,7 @@
","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasJointDataControllers","has joint data controllers","Indicates inclusion or applicability of a Joint Data Controller","dpv:Concept","dpv:JointDataControllers","dpv:hasDataController","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasDataProcessor","has data processor","Indiciates inclusion or applicability of a Data Processor","dpv:Concept","dpv:DataProcessor","dpv:hasRecipient","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","",""
-"hasRecipient","has recipient","Indicates Recipient of Personal Data","dpv:Concept","dpv:Recipient","dpv:hasEntity","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"hasRecipient","has recipient","Indicates Recipient of Personal Data","dpv:Concept","dpv:Recipient","dpv:hasEntity","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasRecipientDataController","has recipient data controller","Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data","dpv:Concept","dpv:DataController","dpv:hasRecipient","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasRecipientThirdParty","has recipient third party","Indiciates inclusion or applicability of a Third Party as a Recipient of persona data","dpv:Concept","dpv:ThirdParty","dpv:hasRecipient","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasDataExporter","has data exporter","Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter","dpv:Concept","dpv:DataExporter","dpv:hasEntity","","","","","2022-02-09","","accepted","Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/Entities_Organisation.csv b/documentation-generator/vocab_csv/Entities_Organisation.csv
index f1af6667b..323f13fd7 100644
--- a/documentation-generator/vocab_csv/Entities_Organisation.csv
+++ b/documentation-generator/vocab_csv/Entities_Organisation.csv
@@ -7,4 +7,4 @@
"NonProfitOrganisation","NonProfitOrganisation","An organisation that does not aim to achieve profit as its primary goal","dpv:Organisation","","","","(ADMS controlled vocabulary,http://purl.org/adms)","2022-02-02","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/02/02-dpvcg-minutes.html","","","","","","","","","","","","",""
"AcademicScientificOrganisation","AcademicScientificOrganisation","Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies","dpv:Organisation","","","","(ADMS controlled vocabulary,http://purl.org/adms)","2022-02-02","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/02/02-dpvcg-minutes.html","","","","","","","","","","","","",""
"InternationalOrganisation","International Organisation","An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries","dpv:Organisation","","","","(GDPR Art.4-26,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj)","2022-03-23","","accepted","Julian Flake, Georg P. Krog","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","",""
-"OrganisationalUnit","Organisational Unit","Entity within an organisation that does not constitute as a separate legal entity","","","","","","2022-03-23","","accepted","Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
+"OrganisationalUnit","Organisational Unit","Entity within an organisation that does not constitute as a separate legal entity","dpv:Entity","","","","","2022-03-23","","accepted","Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Jurisdiction_properties.csv b/documentation-generator/vocab_csv/Jurisdiction_properties.csv
index a8f839a9b..5fe9d7800 100644
--- a/documentation-generator/vocab_csv/Jurisdiction_properties.csv
+++ b/documentation-generator/vocab_csv/Jurisdiction_properties.csv
@@ -1,6 +1,6 @@
"Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","CreationDate","Modified","Status","Contributors","Resolution","","","","","","","","","","","","",""
"hasJurisdiction","has jurisdiction","Indicates applicability of specified jurisdiction","dpv:Concept","dpv:Location","","","","","","2022-01-19","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","",""
"hasCountry","has country","Indicates applicability of specified country","dpv:Concept","dpv:Country","dpv:hasLocation","","","","","2022-01-19","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","",""
-"hasLocation","has location","Indicates information about location","dpv:Concept","dpv:Location","","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"hasLocation","has location","Indicates information about location","dpv:Concept","dpv:Location","","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasApplicableLaw","has applicable law","Indicates applicability of a Law","dpv:Concept","dpv:Law","","","","","","2022-01-19","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220119","","","","","","","","","","","","",""
"hasThirdCountry","has third country","Indicates applicability or relevance of a 'third country'","dpv:Concept","dpv:ThirdCountry","dpv:hasCountry","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Namespaces_Other.csv b/documentation-generator/vocab_csv/Namespaces_Other.csv
index ece4c6915..db608b931 100644
--- a/documentation-generator/vocab_csv/Namespaces_Other.csv
+++ b/documentation-generator/vocab_csv/Namespaces_Other.csv
@@ -5,10 +5,10 @@
"owl","http://www.w3.org/2002/07/owl#","The normative W3C OWL vocabulary","","","","","","","","","","","","","","","","","","",""
"skos","http://www.w3.org/2004/02/skos/core#","The normative W3C SKOS vocabulary","","","","","","","","","","","","","","","","","","",""
"odrl","http://www.w3.org/ns/odrl/2/","Namespace of the Open Digital Rights Language","","","","","","","","","","","","","","","","","","",""
-"spl","http://www.specialprivacy.eu/langs/usage-policy#","SPECIAL Log vocabulary cf. SPECIAL Deliverable D2.5","","","","","","","","","","","","","","","","","","",""
-"svd","http://www.specialprivacy.eu/vocabs/data#","Namespace for SPECIAL data categories","","","","","","","","","","","","","","","","","","",""
-"svpu","http://www.specialprivacy.eu/vocabs/purposes#","Namespace for SPECIAL purposes","","","","","","","","","","","","","","","","","","",""
-"svpr","http://www.specialprivacy.eu/vocabs/processing#","Namespace for SPECIAL processing","","","","","","","","","","","","","","","","","","",""
-"svr","http://www.specialprivacy.eu/vocabs/recipients","Namespace for SPECIAL recipients","","","","","","","","","","","","","","","","","","",""
-"svl","http://www.specialprivacy.eu/vocabs/locations#","Namespace for SPECIAL locations","","","","","","","","","","","","","","","","","","",""
-"svdu","http://www.specialprivacy.eu/vocabs/duration#","Namespace for SPECIAL durations","","","","","","","","","","","","","","","","","","",""
\ No newline at end of file
+"spl","https://specialprivacy.ercim.eu/langs/usage-policy#","SPECIAL Log vocabulary cf. SPECIAL Deliverable D2.5","","","","","","","","","","","","","","","","","","",""
+"svd","https://specialprivacy.ercim.eu/vocabs/data#","Namespace for SPECIAL data categories","","","","","","","","","","","","","","","","","","",""
+"svpu","https://specialprivacy.ercim.eu/vocabs/purposes#","Namespace for SPECIAL purposes","","","","","","","","","","","","","","","","","","",""
+"svpr","https://specialprivacy.ercim.eu/vocabs/processing#","Namespace for SPECIAL processing","","","","","","","","","","","","","","","","","","",""
+"svr","https://specialprivacy.ercim.eu/vocabs/recipients","Namespace for SPECIAL recipients","","","","","","","","","","","","","","","","","","",""
+"svl","https://specialprivacy.ercim.eu/vocabs/locations#","Namespace for SPECIAL locations","","","","","","","","","","","","","","","","","","",""
+"svdu","https://specialprivacy.ercim.eu/vocabs/duration#","Namespace for SPECIAL durations","","","","","","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Processing.csv b/documentation-generator/vocab_csv/Processing.csv
index 4b38e8e89..85fee8583 100644
--- a/documentation-generator/vocab_csv/Processing.csv
+++ b/documentation-generator/vocab_csv/Processing.csv
@@ -1,23 +1,23 @@
"Term","Label","Description","ParentTerm","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","","",""
-"Processing","Processing","The processing performed on personal data","dpv:Concept","spl:AnyProcessing","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Processing","Processing","The processing performed on personal data","dpv:Concept","spl:AnyProcessing","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Acquire","Acquire","to come into possession or control of the data","dpv:Obtain","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Adapt","Adapt","to modify the data, often rewritten into a new form for a new use ","dpv:Transform","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Align","Align","to adjust the data to be in relation to another data","dpv:Transform","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Alter","Alter","to change the data without changing it into something else","dpv:Transform","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Analyse","Analyse","to study or examine the data in detail","dpv:Use","svpr:Analyse","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Anonymise","Anonymise","to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data","dpv:Transform","svpr:Anonymize","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Collect","Collect","to gather data from someone","dpv:Obtain","svpr:Collect","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Combine","Combine","to join or merge data","dpv:Transform","svpr:Aggregate","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Consult","Consult","to consult or query data","dpv:Use","svpr:Query","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Copy","Copy","to produce an exact reprodution of the data","dpv:Processing","svpr:Copy","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Derive","Derive","to create new derivative data from the original data","dpv:Transform","svpr:Derive","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Analyse","Analyse","to study or examine the data in detail","dpv:Use","svpr:Analyse","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Anonymise","Anonymise","to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data","dpv:Transform","svpr:Anonymize","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Collect","Collect","to gather data from someone","dpv:Obtain","svpr:Collect","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Combine","Combine","to join or merge data","dpv:Transform","svpr:Aggregate","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Consult","Consult","to consult or query data","dpv:Use","svpr:Query","rdfs:seeAlso","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Copy","Copy","to produce an exact reprodution of the data","dpv:Processing","svpr:Copy","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Derive","Derive","to create new derivative data from the original data","dpv:Transform","svpr:Derive","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Destruct","Destruct","to process data in a way it no longer exists or cannot be repaired","dpv:Remove","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Disclose","Disclose","to make data known","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"DiscloseByTransmission","Disclose by Transmission","to disclose data by means of transmission","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Disseminate","Disseminate","to spread data throughout","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Erase","Erase","to delete data","dpv:Remove","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"MakeAvailable","Make Available","to transform or publish data to be used","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Move","Move","to move data from one location to another including deleting the original copy","dpv:Transfer","svpr:Move","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Move","Move","to move data from one location to another including deleting the original copy","dpv:Transfer","svpr:Move","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Obtain","Obtain","to solicit or gather data from someone","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Organise","Organise","to organize data for arranging or classifying","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Profiling","Profiling","to create a profile that describes or represents a person","dpv:Use","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
@@ -29,7 +29,7 @@
"Share","Share","to give data (or a portion of it) to others","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Store","Store","to keep data for future use","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Structure","Structure","to arrange data according to a structure","dpv:Organise","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"Transfer","Transfer","to move data from one place to another","dpv:Processing","svpr:Transfer","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Transfer","Transfer","to move data from one place to another","dpv:Processing","svpr:Transfer","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Transform","Transform","to change the form or nature of data","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Transmit","Transmit","to send out data","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Use","Use","to use data","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/ProcessingContext_properties.csv b/documentation-generator/vocab_csv/ProcessingContext_properties.csv
index c252bc395..c29fb0c5a 100644
--- a/documentation-generator/vocab_csv/ProcessingContext_properties.csv
+++ b/documentation-generator/vocab_csv/ProcessingContext_properties.csv
@@ -1,3 +1,3 @@
"Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","",""
"hasDataSource","has data source","Indicates the source or origin of data being processed","dpv:Concept","dpv:DataSource","dpv:Relation","","","","","2020-11-04","","accepted","Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
-"hasStorage","has storage","Indicates information about storage condition","dpv:Concept","dpv:StorageCondition","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
+"hasStorage","has storage","Indicates information about storage condition","dpv:Concept","dpv:StorageCondition","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Processing_properties.csv b/documentation-generator/vocab_csv/Processing_properties.csv
index ca32d352b..019efa0ac 100644
--- a/documentation-generator/vocab_csv/Processing_properties.csv
+++ b/documentation-generator/vocab_csv/Processing_properties.csv
@@ -1,3 +1,3 @@
"Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","",""
-"hasProcessing","has processing","Indicates association with Processing","dpv:Concept","dpv:Processing","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
+"hasProcessing","has processing","Indicates association with Processing","dpv:Concept","dpv:Processing","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Purpose.csv b/documentation-generator/vocab_csv/Purpose.csv
index 8824f0afa..78a575ab6 100644
--- a/documentation-generator/vocab_csv/Purpose.csv
+++ b/documentation-generator/vocab_csv/Purpose.csv
@@ -1,13 +1,13 @@
"Term","Label","Description","ParentTerm","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","","",""
-"Purpose","Purpose","The purpose of processing personal data","dpv:Concept","spl:AnyPurpose","rdfs:seeAlso","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"Purpose","Purpose","The purpose of processing personal data","dpv:Concept","spl:AnyPurpose","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","2020-11-04","accepted","Axel Polleres, Javier Fernández","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"AcademicResearch","Academic Research","Conduct or assist with research conducted in an academic context e.g. within universities","dpv:ResearchAndDevelopment","svpu:Education","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"AccountManagement","Account Management","Create, maintain, and manage accounts for purposes of providing services","dpv:Purpose","","","","","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Advertising","Advertising","Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication","dpv:Marketing","","","Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. ","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/2020/07/08-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CommercialResearch","Commercial Research","Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company","dpv:ResearchAndDevelopment","svpu:Develop","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CommunicationManagement","Communication Management","Manage communication or provide means for communication e.g. to send an email notifying some information","dpv:Purpose","","","This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment.","","2021-09-01","","accepted","Georg P Krog, Paul Ryan, David Hickey, Harshvardhan J. Pandit","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CommunicationForCustomerCare","Communication for Customer Care","Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided","dpv:CustomerCare,dpv:CommunicationManagement","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","",""
-"CreateEventRecommendations","Create Event Recommendations","Create and provide personalised recommendations for events","dpv:CreatePersonalizedRecommendations","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"CreatePersonalizedRecommendations","Create Personalized Recommendations","Create and provide personalised recommendations","dpv:ServicePersonalization","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"CreateEventRecommendations","Create Event Recommendations","Create and provide personalised recommendations for events","dpv:CreatePersonalizedRecommendations","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"CreatePersonalizedRecommendations","Create Personalized Recommendations","Create and provide personalised recommendations","dpv:ServicePersonalization","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CreateProductRecommendations","Create Product Recommendations","Create and provide product recommendations e.g. suggest similar products","dpv:CreatePersonalizedRecommendations","svpu:Marketing","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CustomerCare","Customer Care","Provide assistance, resolve issues, ensure satisfaction in relation to services provided","dpv:CustomerManagement","svpu:Feedback","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CustomerClaimsManagement","Customer Claims Management","Manage claims, including repayment of monies owed","dpv:CustomerManagement","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/Purpose_properties.csv b/documentation-generator/vocab_csv/Purpose_properties.csv
index 5288aeb87..860150645 100644
--- a/documentation-generator/vocab_csv/Purpose_properties.csv
+++ b/documentation-generator/vocab_csv/Purpose_properties.csv
@@ -1,4 +1,4 @@
"Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","CreationDate","Modified","Status","Contributors","Resolution","","","","","","","","","","","","",""
-"hasPurpose","has purpose","Indicates association with Purpose","dpv:Concept","dpv:Purpose","dpv:Relation","","","","(SPECIAL Project,https://www.specialprivacy.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
+"hasPurpose","has purpose","Indicates association with Purpose","dpv:Concept","dpv:Purpose","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-04","2020-11-04","accepted","Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasSector","has sector","Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)","dpv:Concept","dpv:Sector","dpv:Relation","","","","","2019-04-05","","accepted","","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Risk.csv b/documentation-generator/vocab_csv/Risk.csv
index d0114123d..d6ef6cd1c 100644
--- a/documentation-generator/vocab_csv/Risk.csv
+++ b/documentation-generator/vocab_csv/Risk.csv
@@ -10,4 +10,6 @@
"MaterialDamage","Material Damage","Impact that acts as or causes material damages","dpv:Damage","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
"NonMaterialDamage","Non-Material Damage","Impact that acts as or causes non-material damages","dpv:Damage","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
"Harm","Harm","Impact that acts as or causes harms","dpv:Impact","","","","","2022-03-23","","accepted","Harshvardhan J. Pandit, Julian Flake, Georg P Krog, Fajar Ekaputra, Beatriz Esteves","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
-"ConsequenceAsSideEffect","Consequence as Side-Effect","The consequence(s) possible or arising as a side-effect of specified context","dpv:Consequence","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
\ No newline at end of file
+"ConsequenceAsSideEffect","Consequence as Side-Effect","The consequence(s) possible or arising as a side-effect of specified context","dpv:Consequence","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
+"RiskManagementProcedure","Risk Management Procedure","Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process.","dpv:OrganisationalMeasure","","","Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia","(ISO 31000,https://www.iso.org/iso-31000-risk-management.html)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","","",""
+"RiskMitigationMeasure","Risk Mitigation Measure","Measures intended to mitigate, minimise, or prevent risk.","sc__dpv:TechnicalOrganisationalMeasure","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv b/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv
index 841dbaba3..c4ca3c7c6 100644
--- a/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv
+++ b/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv
@@ -40,8 +40,6 @@
"RecordsOfActivities","Records of Activities","Records of activities within some context such as maintainence tasks or governance functions","dpv:OrganisationalMeasure","","","","","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/2021/07/07-dpvcg-minutes.html","","","","","","","","","","","","",""
"RegisterOfProcessingActivities","Register of Processing Activities","A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility","dpv:DataProcessingRecords","","","Tied to compliance processes and documents, decide how to specify those","","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/2021/07/07-dpvcg-minutes.html","","","","","","","","","","","","",""
"RegularityOfRecertification","Regularity of Re-certification","Policy regarding repetition or renewal of existing certification(s)","dpv:OrganisationalMeasure","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"RiskManagementProcedure","Risk Management Procedure","Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process.","dpv:OrganisationalMeasure","","","Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia","(ISO 31000,https://www.iso.org/iso-31000-risk-management.html)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"RiskMitigationMeasure","Risk Mitigation Measure","Measures intended to mitigate, minimise, or prevent risk.","sc__dpv:TechnicalOrganisationalMeasure","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
"Safeguard","Safeguard","A safeguard is a precautionary measure for the protection against or mitigation of negative effects","dpv:OrganisationalMeasure","","","This concept is relevant given the requirement to assert safeguards in cross-border data transfers","","2021-09-22","","accepted","David Hickey, Paul Ryan, Georg P Krog, Harshvardhan J. Pandit","https://www.w3.org/2021/07/07-dpvcg-minutes.html","","","","","","","","","","","","",""
"SafeguardForDataTransfer","Safeguard for Data Transfer","Represents a safeguard used for data transfer. Can include technical or organisational measures.","dpv:Safeguard","","","","","2021-09-22","","accepted","David Hickey, Paul Ryan, Georg P Krog, Harshvardhan J. Pandit","https://www.w3.org/2021/07/07-dpvcg-minutes.html","","","","","","","","","","","","",""
"Seal","Seal","A seal or a mark indicating proof of certification to some certification or standard","dpv:CertificationSeal","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/dpv-pd.csv b/documentation-generator/vocab_csv/dpv-pd.csv
index 7fdb95209..c2ca2b01b 100644
--- a/documentation-generator/vocab_csv/dpv-pd.csv
+++ b/documentation-generator/vocab_csv/dpv-pd.csv
@@ -143,7 +143,7 @@
"Sale","Sale","Information about sales e.g. selling of goods or services","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"School","School","Information about school such as name of school, conduct, or grades obtained.","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"SecretText","Secret Text","Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password.","dpv-pd:Authenticating","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
-"ServiceConsumptionBehavior","Service Consumption Behavior","Information about the consumption of a service, e.g. time and duration of consumption.","dpv-pd:Behavioral","","","","(SPECIAL project, https://www.specialprivacy.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","",""
+"ServiceConsumptionBehavior","Service Consumption Behavior","Information about the consumption of a service, e.g. time and duration of consumption.","dpv-pd:Behavioral","","","","(SPECIAL project, https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","",""
"Sexual","Sexual","Information about sexuality and sexual history ","dpv-pd:External, dpv:SpecialCategoryPersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"SexualHistory","Sexual History","Information about sexual history","dpv-pd:Sexual","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"SexualPreference","Sexual Preference","Information about sexual preferences","dpv-pd:Sexual","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
@@ -160,7 +160,7 @@
"Tracking","Tracking","Information used to track an individual or group e.g. location or email","dpv:PersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Transaction","Transaction","Information about financial transactions e.g. bank transfers","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Transactional","Transactional","Information about a purchasing, spending or income","dpv-pd:Financial","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
-"TVViewingBehavior","TV Viewing Behavior","Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed","dpv-pd:ServiceConsumptionBehavior","","","","(SPECIAL project, https://www.specialprivacy.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","",""
+"TVViewingBehavior","TV Viewing Behavior","Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed","dpv-pd:ServiceConsumptionBehavior","","","","(SPECIAL project, https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","",""
"UID","UID","Information about unique identifiers.","dpv-pd:Identifying","svd:UniqueId","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"Username","Username","Information about usernames.","dpv-pd:Identifying","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
"VoiceCommunicationRecording","Voice Communication Recording","Information about vocal recorded communication (e.g. telephony, VoIP)","dpv-pd:Communication","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/dpv-gdpr/dpv-gdpr.html b/dpv-gdpr/dpv-gdpr.html
index f0f79968d..7374bc56a 100644
--- a/dpv-gdpr/dpv-gdpr.html
+++ b/dpv-gdpr/dpv-gdpr.html
@@ -9,7 +9,7 @@
var respecConfig = {
shortName: "dpv-gdpr",
title: "DPV-GDPR: GDPR Extension for DPV",
- subtitle: "version 0.5",
+ subtitle: "version 0.6",
publishDate: "2022-04-02",
specStatus: "CG-DRAFT",
group: "dpvcg",
diff --git a/dpv-gdpr/dpv-gdpr.jsonld b/dpv-gdpr/dpv-gdpr.jsonld
index 469a983e3..77a955842 100644
--- a/dpv-gdpr/dpv-gdpr.jsonld
+++ b/dpv-gdpr/dpv-gdpr.jsonld
@@ -1,30 +1,33 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Paul Ryan"
+ },
+ {
+ "@value": "David Hickey"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -41,7 +44,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by a Supervisory Authority"
+ "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -49,96 +52,47 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-d)"
+ "@value": "Standard Contractual Clauses (SCC)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@value": "Data_Transfers Concepts"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ "@id": "https://w3id.org/dpv#Contract"
},
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Georg P Krog"
- },
- {
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "David Hickey"
- },
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Paul Ryan"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -155,7 +109,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries"
+ "@value": "Binding corporate rules"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -163,41 +117,53 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Standard Contractual Clauses (SCC)"
+ "@value": "Art 46(2-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -214,7 +180,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller"
+ "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -222,138 +188,35 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "AdHoc Contractual Clauses"
+ "@value": "Art 49(1-c)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://purl.org/dc/terms/title": [
- {
- "@value": "Legal_Basis Concepts"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
- }
+ "http://www.w3.org/2004/02/skos/core#ConceptScheme"
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -361,32 +224,26 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-10"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Bud Bruegger"
+ "@value": "Paul Ryan"
},
{
- "@value": "Rigo Wenning"
+ "@value": "David Hickey"
},
{
"@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -403,7 +260,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "consent of the data subject"
+ "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -411,29 +268,23 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art.6(1-a) regular consent"
+ "@value": "SCCs adopted by Commission"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Consent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -443,10 +294,10 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "Eva Schlehahn"
},
{
- "@value": "Eva Schlehahn"
+ "@value": "Bud Bruegger"
}
],
"http://purl.org/dc/terms/modified": [
@@ -457,7 +308,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -474,7 +325,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "legitimate interests"
+ "@value": "public interest or official authority"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -485,41 +336,41 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-f)"
+ "@value": "Art 6(1-e)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#PublicInterest"
+ },
+ {
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Eva Schlehahn"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Bud Bruegger"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -536,7 +387,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards."
+ "@value": "employment and social security and social protection law"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -544,32 +395,23 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-a)"
+ "@value": "Art 9(2-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#Consent"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -579,18 +421,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg Krog"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Beatriz Esteves"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -607,7 +449,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to lodge a complaint with a supervisory authority"
+ "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -615,15 +457,24 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A77 Right to Complaint"
+ "@value": "Art 49(2)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
@@ -693,31 +544,25 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Georg Krog"
- },
- {
- "@value": "Beatriz Esteves"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -734,7 +579,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right not to be subject to a decision based solely on automated processing including profiling"
+ "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -745,33 +590,42 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A22 Right to object to automated decision making"
+ "@value": "AdHoc Contractual Clauses"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ },
+ {
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2019-04-10"
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Rigo Wenning"
+ },
{
"@value": "Eva Schlehahn"
},
{
"@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
@@ -782,7 +636,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -799,7 +653,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "protection of the vital interests"
+ "@value": "explicit' consent of the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -807,23 +661,29 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-c)"
+ "@value": "Art 6(1-a) explicit consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#Consent"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -833,18 +693,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Beatriz Esteves"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -861,7 +721,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A legally binding and enforceable instrument between public authorities or bodies"
+ "@value": "information to be provided where personal data is collected from other sources"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -869,26 +729,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-a)"
+ "@value": "A14 Right to be Informed"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -912,7 +766,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -929,7 +783,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Binding corporate rules"
+ "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -940,39 +794,39 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-b)"
+ "@value": "Art 49(1-e)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
- },
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/modified": [
@@ -983,7 +837,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1000,7 +854,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case."
+ "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1008,148 +862,82 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-g)"
+ "@value": "Art 9(2-j)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17",
"@type": [
- "http://www.w3.org/2002/07/owl#Ontology"
- ],
- "http://purl.org/dc/terms/abstract": [
- {
- "@language": "en",
- "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
- }
- ],
- "http://purl.org/dc/terms/contributor": [
- {
- "@value": "David Hickey"
- },
- {
- "@value": "Paul Ryan"
- },
- {
- "@value": "Beatriz Esteves"
- },
- {
- "@value": "Julian Flake"
- },
- {
- "@value": "Bert Bos"
- },
- {
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Javier D. Fernández"
- },
- {
- "@value": "Mark Lizar"
- },
- {
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Elmar Kiesling"
- },
- {
- "@value": "Rob Brennan"
- },
- {
- "@value": "Piero Bonatti"
- },
- {
- "@value": "Fajar J. Ekaputra"
- },
- {
- "@value": "Simon Steyskal"
- },
- {
- "@value": "Rigo Wenning"
- },
- {
- "@value": "Ramisa Gachpaz Hamed"
- },
- {
- "@value": "Georg P Krog"
- }
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-06-18"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Axel Polleres"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://purl.org/dc/terms/description": [
+ "@value": "Beatriz Esteves"
+ },
{
- "@language": "en",
- "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
+ "@value": "Georg Krog"
}
],
- "http://purl.org/dc/terms/license": [
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj"
}
],
- "http://purl.org/dc/terms/modified": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-04-02"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://purl.org/dc/terms/source": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://www.w3.org/community/dpvcg/"
+ "@language": "en",
+ "@value": "accepted"
}
],
- "http://purl.org/dc/terms/title": [
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPV-GDPR: GDPR Extension for DPV"
+ "@value": "Right to erasure ('Right to be forgotten')"
}
],
- "http://purl.org/vocab/vann/preferredNamespacePrefix": [
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
{
- "@value": "dpv-gdpr"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://purl.org/vocab/vann/preferredNamespaceUri": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "https://w3id.org/dpv/dpv-gdpr"
+ "@language": "en",
+ "@value": "A17 Right to Erasure"
}
],
- "http://www.w3.org/2002/07/owl#versionInfo": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "0.5"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1162,18 +950,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Beatriz Esteves"
+ },
+ {
+ "@value": "Georg Krog"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1190,7 +978,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights"
+ "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1198,42 +986,33 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(3-b)"
+ "@value": "A19 Right to Rectification"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Eva Schlehahn"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/modified": [
@@ -1244,7 +1023,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1261,7 +1040,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "compliance with a legal obligation"
+ "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1269,20 +1048,29 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-c)"
+ "@value": "Art 49(1-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalObligation"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1306,7 +1094,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1323,7 +1111,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request."
+ "@value": "The transfer is necessary for important reasons of public interest."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1340,7 +1128,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-b)"
+ "@value": "Art 49(1-d)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -1348,15 +1136,15 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1380,7 +1168,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1397,7 +1185,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "explicit consent with special categories of data"
+ "@value": "substantial public interest, on the basis of Union or Member State law"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1408,66 +1196,85 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-a)"
+ "@value": "Art 9(2-g)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Consent"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "http://purl.org/dc/terms/title": [
+ "http://purl.org/dc/terms/created": [
{
- "@value": "Rights Concepts"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2020-11-04"
}
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
- },
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
- },
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
- },
+ "@language": "en",
+ "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case."
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#note": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
- },
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
- },
+ "@language": "en",
+ "@value": "Art 49(1-g)"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1475,23 +1282,32 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2019-04-10"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "David Hickey"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Georg P Krog"
+ "@value": "Rigo Wenning"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Bud Bruegger"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1508,7 +1324,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements"
+ "@value": "consent of the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1516,20 +1332,26 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Supplementary Measure"
+ "@value": "Art.6(1-a) regular consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
+ "@id": "https://w3id.org/dpv#Consent"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1537,12 +1359,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/modified": [
@@ -1553,7 +1378,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1570,7 +1395,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims."
+ "@value": "explicit consent with special categories of data"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1578,53 +1403,44 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-e)"
+ "@value": "Art 9(2-a)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#Consent"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
+ "@value": "Georg P Krog"
},
{
- "@value": "Bud Bruegger"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "David Hickey"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1641,7 +1457,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest or official authority"
+ "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1652,41 +1468,35 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-e)"
+ "@value": "Supplementary Measure"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- },
- {
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Eva Schlehahn"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1703,7 +1513,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "data manifestly made public by the data subject"
+ "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1714,41 +1524,35 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-e)"
+ "@value": "Codes of Conduct for Data Transfers"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1765,7 +1569,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights"
+ "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1773,26 +1577,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-e)"
+ "@value": "Certification Mechanisms for Data Transfers"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1805,10 +1603,10 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
+ "@value": "Bud Bruegger"
},
{
- "@value": "Bud Bruegger"
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/modified": [
@@ -1819,7 +1617,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1836,7 +1634,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest in public health"
+ "@value": "protection of the vital interests"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1847,20 +1645,20 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-i)"
+ "@value": "Art 9(2-c)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#VitalInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1881,7 +1679,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1898,7 +1696,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for important reasons of public interest."
+ "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1909,26 +1707,23 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-d)"
+ "@value": "Art 46(3-a)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1941,18 +1736,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg Krog"
+ "@value": "Harshvardhan J. Pandit"
},
{
"@value": "Beatriz Esteves"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg Krog"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1969,7 +1764,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right of access"
+ "@value": "Right to object to processing of personal data"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1980,7 +1775,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A15 Right of Access"
+ "@value": "A21 Right to object"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -1990,7 +1785,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1998,23 +1793,20 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg Krog"
+ "@value": "Eva Schlehahn"
},
{
- "@value": "Beatriz Esteves"
+ "@value": "Bud Bruegger"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2031,7 +1823,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to data portability"
+ "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2042,41 +1834,44 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A20 Right to Data Portability"
+ "@value": "Art 9(2-f)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Paul Ryan"
+ },
+ {
+ "@value": "David Hickey"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2093,7 +1888,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary."
+ "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2101,26 +1896,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has Adequacy Decision."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 45(3)"
+ "@value": "Binding Corporate Rules (BCR)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2139,9 +1928,15 @@
"@value": "Bud Bruegger"
}
],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2158,7 +1953,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity"
+ "@value": "legitimate interests"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2169,17 +1964,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-f)"
+ "@value": "Art 6(1-f)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2187,12 +1982,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/modified": [
@@ -2203,7 +2001,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2220,7 +2018,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by the Commission"
+ "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2228,32 +2026,23 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-c)"
+ "@value": "Art 9(2-d)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2274,7 +2063,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2291,7 +2080,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data."
+ "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2302,94 +2091,138 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(2)"
+ "@value": "Art 46(3-b)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://purl.org/dc/terms/created": [
+ "http://purl.org/dc/terms/title": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "Legal_Basis Concepts"
}
],
- "http://purl.org/dc/terms/creator": [
+ "http://www.w3.org/2004/02/skos/core#member": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
+ },
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ },
{
- "@language": "en",
- "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation."
- }
- ],
- "http://www.w3.org/2004/02/skos/core#inScheme": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#note": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f"
+ },
{
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
{
- "@language": "en",
- "@value": "Art 46(3-a)"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
+ },
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2401,13 +2234,22 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Georg P Krog"
+ },
+ {
+ "@value": "Paul Ryan"
+ },
+ {
+ "@value": "David Hickey"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2424,7 +2266,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers"
+ "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2435,17 +2277,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Certification Mechanisms for Data Transfers"
+ "@value": "SCCs adopted by Supervisory Authority"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2466,7 +2308,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2483,7 +2325,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "employment and social security and social protection law"
+ "@value": "data manifestly made public by the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2494,7 +2336,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-b)"
+ "@value": "Art 9(2-e)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -2504,7 +2346,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2512,15 +2354,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg Krog"
- },
- {
- "@value": "Beatriz Esteves"
+ "@value": "David Hickey"
},
{
"@value": "Harshvardhan J. Pandit"
@@ -2528,7 +2367,10 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj"
+ },
+ {
+ "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2545,7 +2387,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to object to processing of personal data"
+ "@value": "A legal instrument or tool intended to assist or justify data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2556,17 +2398,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A21 Right to object"
+ "@value": "Data Transfer Tool"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2574,26 +2416,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Beatriz Esteves"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Georg Krog"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2610,7 +2449,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law"
+ "@value": "Right to rectification"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2621,17 +2460,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-j)"
+ "@value": "A16 Right to Rectification"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A14",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2655,7 +2494,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2672,7 +2511,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "information to be provided where personal data is collected from other sources"
+ "@value": "Right to restriction of processing"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2683,7 +2522,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A14 Right to be Informed"
+ "@value": "A18 Right to Restrict Processing"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -2693,34 +2532,31 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Paul Ryan"
- },
- {
- "@value": "Georg P Krog"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Beatriz Esteves"
},
{
- "@value": "David Hickey"
+ "@value": "Georg Krog"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2737,7 +2573,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)"
+ "@value": "Right to withdraw consent"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2748,23 +2584,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SCCs adopted by Commission"
+ "@value": "A7-3 Right to Withdraw Consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#ConceptScheme"
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2772,23 +2602,26 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Bud Bruegger"
},
{
- "@value": "Georg Krog"
- },
+ "@value": "Eva Schlehahn"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Beatriz Esteves"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2805,7 +2638,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to withdraw consent"
+ "@value": "compliance with a legal obligation"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2816,17 +2649,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A7-3 Right to Withdraw Consent"
+ "@value": "Art 6(1-c)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#LegalObligation"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2839,18 +2672,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg Krog"
- },
- {
- "@value": "Beatriz Esteves"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2867,7 +2700,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to restriction of processing"
+ "@value": "Standard data protection clauses adopted by a Supervisory Authority"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2875,23 +2708,32 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A18 Right to Restrict Processing"
+ "@value": "Art 46(2-d)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2901,18 +2743,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg Krog"
+ "@value": "Harshvardhan J. Pandit"
},
{
"@value": "Beatriz Esteves"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg Krog"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2929,7 +2771,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to erasure ('Right to be forgotten')"
+ "@value": "Right not to be subject to a decision based solely on automated processing including profiling"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2940,7 +2782,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A17 Right to Erasure"
+ "@value": "A22 Right to object to automated decision making"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -2950,7 +2792,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2958,12 +2800,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/modified": [
@@ -2974,7 +2819,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2991,7 +2836,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent."
+ "@value": "protection of the vital interests"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2999,51 +2844,33 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-f)"
+ "@value": "Art 6(1-d)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#VitalInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-10"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Rigo Wenning"
- },
- {
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/modified": [
@@ -3054,7 +2881,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3071,7 +2898,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "explicit' consent of the data subject"
+ "@value": "A legally binding and enforceable instrument between public authorities or bodies"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3082,23 +2909,23 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-a) explicit consent"
+ "@value": "Art 46(2-a)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Consent"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3106,26 +2933,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Paul Ryan"
- },
- {
- "@value": "Georg P Krog"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg Krog"
},
{
- "@value": "David Hickey"
+ "@value": "Beatriz Esteves"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3142,7 +2966,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)"
+ "@value": "information to be provided where personal data is directly collected from data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3153,12 +2977,12 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SCCs adopted by Supervisory Authority"
+ "@value": "A13 Right to be Informed"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
@@ -3231,10 +3055,10 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3244,18 +3068,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Beatriz Esteves"
- },
- {
- "@value": "Harshvardhan J. Pandit"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Georg Krog"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3272,7 +3096,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to rectification"
+ "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3280,20 +3104,29 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A16 Right to Rectification"
+ "@value": "Art 49(1-f)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3301,15 +3134,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Bud Bruegger"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/modified": [
@@ -3320,7 +3150,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3337,7 +3167,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "protection of the vital interests"
+ "@value": "Standard data protection clauses adopted by the Commission"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3345,115 +3175,181 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-d)"
+ "@value": "Art 46(2-c)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2002/07/owl#Ontology"
],
- "http://purl.org/dc/terms/created": [
+ "http://purl.org/dc/terms/abstract": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@language": "en",
+ "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
}
],
- "http://purl.org/dc/terms/creator": [
+ "http://purl.org/dc/terms/contributor": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Beatriz Esteves"
+ },
+ {
+ "@value": "Elmar Kiesling"
+ },
+ {
+ "@value": "Rigo Wenning"
+ },
+ {
+ "@value": "Paul Ryan"
+ },
+ {
+ "@value": "Fajar J. Ekaputra"
+ },
+ {
+ "@value": "David Hickey"
+ },
+ {
+ "@value": "Ramisa Gachpaz Hamed"
+ },
+ {
+ "@value": "Julian Flake"
+ },
+ {
+ "@value": "Axel Polleres"
+ },
+ {
+ "@value": "Bert Bos"
+ },
+ {
+ "@value": "Mark Lizar"
+ },
+ {
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Javier D. Fernández"
+ },
+ {
+ "@value": "Simon Steyskal"
+ },
+ {
+ "@value": "Rob Brennan"
+ },
+ {
+ "@value": "Piero Bonatti"
+ },
+ {
+ "@value": "Bud Bruegger"
+ },
{
"@value": "Georg P Krog"
}
],
- "http://purl.org/dc/terms/modified": [
+ "http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2019-06-18"
}
],
- "http://purl.org/dc/terms/source": [
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj"
+ "@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Axel Polleres"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://purl.org/dc/terms/description": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ "@language": "en",
+ "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://purl.org/dc/terms/license": [
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license"
}
],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "http://purl.org/dc/terms/modified": [
{
- "@language": "en",
- "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person."
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-04-02"
}
],
- "http://www.w3.org/2004/02/skos/core#inScheme": [
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ "@id": "https://www.w3.org/community/dpvcg/"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
+ "http://purl.org/dc/terms/title": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ "@value": "DPV-GDPR: GDPR Extension for DPV"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://purl.org/vocab/vann/preferredNamespacePrefix": [
{
- "@language": "en",
- "@value": "Art 49(1-c)"
+ "@value": "dpv-gdpr"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://purl.org/vocab/vann/preferredNamespaceUri": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
+ "@value": "https://w3id.org/dpv/dpv-gdpr"
+ }
+ ],
+ "http://www.w3.org/2002/07/owl#versionInfo": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@value": "0.6"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "David Hickey"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf"
- },
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3470,7 +3366,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A legal instrument or tool intended to assist or justify data transfers"
+ "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3478,20 +3374,26 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Data Transfer Tool"
+ "@value": "Art 46(2-e)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3499,17 +3401,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Beatriz Esteves"
+ },
+ {
+ "@value": "Georg Krog"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3526,7 +3434,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers"
+ "@value": "Right to lodge a complaint with a supervisory authority"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3537,17 +3445,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Codes of Conduct for Data Transfers"
+ "@value": "A77 Right to Complaint"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3560,10 +3468,10 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "Eva Schlehahn"
},
{
- "@value": "Eva Schlehahn"
+ "@value": "Bud Bruegger"
}
],
"http://purl.org/dc/terms/modified": [
@@ -3574,7 +3482,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3591,7 +3499,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;"
+ "@value": "public interest in public health"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3602,20 +3510,69 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-d)"
+ "@value": "Art 9(2-i)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@value": "Rights Concepts"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3625,18 +3582,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg Krog"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Beatriz Esteves"
+ "@value": "Georg Krog"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Beatriz Esteves"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3653,7 +3610,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing"
+ "@value": "Right of access"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3664,7 +3621,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A19 Right to Rectification"
+ "@value": "A15 Right of Access"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -3674,10 +3631,10 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3693,15 +3650,9 @@
"@value": "Bud Bruegger"
}
],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3718,7 +3669,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "substantial public interest, on the basis of Union or Member State law"
+ "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3729,20 +3680,20 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-g)"
+ "@value": "Art 9(2-h)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A13",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3752,18 +3703,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg Krog"
- },
- {
- "@value": "Beatriz Esteves"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3780,7 +3731,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "information to be provided where personal data is directly collected from data subject"
+ "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3788,47 +3739,90 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has Adequacy Decision."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A13 Right to be Informed"
+ "@value": "Art 45(3)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@value": "Data_Transfers Concepts"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Paul Ryan"
+ "@value": "Georg Krog"
},
{
- "@value": "David Hickey"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Georg P Krog"
+ "@value": "Beatriz Esteves"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3845,7 +3839,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises."
+ "@value": "Right to data portability"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3856,17 +3850,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Binding Corporate Rules (BCR)"
+ "@value": "A20 Right to Data Portability"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3874,20 +3868,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Bud Bruegger"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3904,7 +3901,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3"
+ "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3912,15 +3909,24 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-h)"
+ "@value": "Art 49(1-a)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#Consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
}
diff --git a/dpv-gdpr/dpv-gdpr.n3 b/dpv-gdpr/dpv-gdpr.n3
index f295ddef4..768a2c561 100644
--- a/dpv-gdpr/dpv-gdpr.n3
+++ b/dpv-gdpr/dpv-gdpr.n3
@@ -10,7 +10,8 @@
a owl:Ontology ;
dct:abstract "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ;
- dct:contributor "Beatriz Esteves",
+ dct:contributor "Axel Polleres",
+ "Beatriz Esteves",
"Bert Bos",
"Bud Bruegger",
"David Hickey",
@@ -18,6 +19,7 @@
"Eva Schlehahn",
"Fajar J. Ekaputra",
"Georg P Krog",
+ "Harshvardhan J. Pandit",
"Javier D. Fernández",
"Julian Flake",
"Mark Lizar",
@@ -37,7 +39,7 @@
dct:title "DPV-GDPR: GDPR Extension for DPV"@en ;
vann:preferredNamespacePrefix "dpv-gdpr" ;
vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr"^^xsd:string ;
- owl:versionInfo "0.5"^^xsd:string .
+ owl:versionInfo "0.6"^^xsd:string .
dpv-gdpr:Data_TransfersConcepts a skos:Collection ;
dct:title "Data_Transfers Concepts"^^xsd:string ;
diff --git a/dpv-gdpr/dpv-gdpr.rdf b/dpv-gdpr/dpv-gdpr.rdf
index 0dc200530..5116795bb 100644
--- a/dpv-gdpr/dpv-gdpr.rdf
+++ b/dpv-gdpr/dpv-gdpr.rdf
@@ -9,941 +9,943 @@
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:vann="http://purl.org/vocab/vann/"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Legal_Basis Concepts
-
-
-
+
- 2019-04-05
-
-
- Art 9(2-h)
-
- Eva Schlehahn
- Bud Bruegger
+
+
+
+
+ Georg P Krog
+ Paul Ryan
+ David Hickey
+ Harshvardhan J. Pandit
+ Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)
+ 2021-09-22
accepted
- preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3
-
+ SCCs adopted by Supervisory Authority
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rights Concepts
-
+
+
+
+ Georg P Krog
+ Paul Ryan
+ David Hickey
+ Harshvardhan J. Pandit
+ accepted
+
+
+ 2021-09-22
+ Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries
+
+
+
+ Standard Contractual Clauses (SCC)
-
Transfer from EU to a third country. Third country has Adequacy Decision.
+ accepted
+
2021-09-08
- 2020-11-04
+ Art 45(3)
+
+ Georg P Krog
Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary.
- Georg P Krog
-
- accepted
- Art 45(3)
-
-
-
-
- Right to erasure ('Right to be forgotten')
- accepted
-
-
-
-
- Georg Krog
- Beatriz Esteves
- Harshvardhan J. Pandit
- A17 Right to Erasure
2020-11-04
-
+
+
+ 2021-09-08
+ public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
+
+ Bud Bruegger
+ Eva Schlehahn
+ 2019-04-05
accepted
-
-
- Right to be notified in case of rectification or erasure of personal data or restriction of processing
- Georg Krog
- Beatriz Esteves
- Harshvardhan J. Pandit
- 2020-11-04
- A19 Right to Rectification
-
+ Art 9(2-j)
+
-
+
-
-
+
+ Georg P Krog
+ Art 46(2-a)
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+ 2020-11-04
+ A legally binding and enforceable instrument between public authorities or bodies
accepted
+
- Harshvardhan J. Pandit
- AdHoc Contractual Clauses
-
-
- 2021-09-22
- Contractual Clauses not drafted by the EU Commission, e.g. by the Controller
+ 2021-09-08
-
- dpv-gdpr
- David Hickey
- Paul Ryan
- Beatriz Esteves
- Julian Flake
- Bert Bos
- Eva Schlehahn
- Javier D. Fernández
- Mark Lizar
- Bud Bruegger
- Elmar Kiesling
- Rob Brennan
- Piero Bonatti
- Fajar J. Ekaputra
- Simon Steyskal
- Rigo Wenning
- Ramisa Gachpaz Hamed
- Georg P Krog
- https://w3id.org/dpv/dpv-gdpr
- DPV-GDPR: GDPR Extension for DPV
- The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
- 2019-06-18
- The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
-
- 0.5
-
- 2022-04-02
-
- Axel Polleres
- Harshvardhan J. Pandit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legal_Basis Concepts
+
-
+
+
+ 2021-09-08
+ Bud Bruegger
+ Eva Schlehahn
2019-04-05
+
- Art 9(2-f)
- Eva Schlehahn
- Bud Bruegger
- establishment, exercise or defence of legal claims / courts acting in their judicial capacity
+ compliance with a legal obligation
+ Art 6(1-c)
accepted
-
-
-
+
- performance of a contract
-
-
- 2019-04-05
- Art 6(1-b)
- Eva Schlehahn
- Bud Bruegger
-
-
-
2021-09-08
accepted
+
+
+ Binding corporate rules
+ Georg P Krog
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+ Art 46(2-b)
+ 2020-11-04
+
+
+
-
+
+ 2020-11-04
+ accepted
+ 2021-09-08
+
- accepted
- Art 46(2-f)
- An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights
- 2021-09-08
- 2020-11-04
-
Georg P Krog
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+ Art 49(1-e)
+ The transfer is necessary for the establishment, exercise or defence of legal claims.
-
+
+ 2020-11-04
+ A18 Right to Restrict Processing
+
+
+ Right to restriction of processing
Harshvardhan J. Pandit
Georg Krog
Beatriz Esteves
- information to be provided where personal data is collected from other sources
-
-
-
accepted
- 2020-11-04
+
- A14 Right to be Informed
-
+
- Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)"
- 2019-04-10
-
- accepted
- Eva Schlehahn
- Rigo Wenning
- Bud Bruegger
+ A20 Right to Data Portability
+ Georg Krog
Harshvardhan J. Pandit
+ Beatriz Esteves
+
+
- explicit' consent of the data subject
-
- Art 6(1-a) explicit consent
-
- 2021-09-08
+ Right to data portability
+ 2020-11-04
+ accepted
+
-
+
- 2021-09-08
-
+ Art 46(2-d)
+ accepted
+ Standard data protection clauses adopted by a Supervisory Authority
-
- Bud Bruegger
- Eva Schlehahn
- public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
- 2019-04-05
- Art 9(2-j)
+
-
+
+ 2021-09-08
+
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority
+ Georg P Krog
+ 2020-11-04
+
+
+
+ Right of access
+
+
+
+ Harshvardhan J. Pandit
+ Georg Krog
+ Beatriz Esteves
+ 2020-11-04
accepted
+
+ A15 Right of Access
+
-
+
+ accepted
- accepted
+
Bud Bruegger
Eva Schlehahn
- Art 6(1-c)
+
+ Art 9(2-a)
2019-04-05
- compliance with a legal obligation
+ explicit consent with special categories of data
2021-09-08
-
-
-
+
- Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights
- Georg P Krog
-
+ The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent.
+
- Art 46(3-b)
-
2021-09-08
- accepted
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
+
+
+ Georg P Krog
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
2020-11-04
+ Art 49(1-f)
+ accepted
-
+
-
- Georg Krog
- Beatriz Esteves
+ Georg P Krog
+ David Hickey
Harshvardhan J. Pandit
- information to be provided where personal data is directly collected from data subject
+
+ Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements
+ Supplementary Measure
accepted
-
- 2020-11-04
- A13 Right to be Informed
+ 2021-09-22
+
-
+
-
- 2020-11-04
+ information to be provided where personal data is collected from other sources
+ Harshvardhan J. Pandit
Georg Krog
Beatriz Esteves
- Harshvardhan J. Pandit
-
- Right of access
-
+ 2020-11-04
+ A14 Right to be Informed
accepted
- A15 Right of Access
-
-
-
+
- Harshvardhan J. Pandit
- Paul Ryan
- David Hickey
- Georg P Krog
-
-
-
- Binding Corporate Rules (BCR)
- Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises.
-
- 2021-09-22
- accepted
+
-
+
+ Harshvardhan J. Pandit
+ Axel Polleres
+ 0.6
+ Harshvardhan J. Pandit
+ Beatriz Esteves
+ Elmar Kiesling
+ Rigo Wenning
+ Paul Ryan
+ Fajar J. Ekaputra
+ David Hickey
+ Ramisa Gachpaz Hamed
+ Julian Flake
+ Axel Polleres
+ Bert Bos
+ Mark Lizar
+ Eva Schlehahn
+ Javier D. Fernández
+ Simon Steyskal
+ Rob Brennan
+ Piero Bonatti
+ Bud Bruegger
+ Georg P Krog
+ DPV-GDPR: GDPR Extension for DPV
+
+
+
+ 2022-04-02
+ The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
+ dpv-gdpr
+ https://w3id.org/dpv/dpv-gdpr
+ The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
+ 2019-06-18
+
+
-
-
- Georg P Krog
+ accepted
- Art 46(2-b)
- Binding corporate rules
2021-09-08
- accepted
- 2020-11-04
+
+
-
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+ Eva Schlehahn
+ Bud Bruegger
+ performance of a contract
+ Art 6(1-b)
+ 2019-04-05
-
+
- Standard data protection clauses adopted by the Commission
-
-
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
- accepted
-
-
- 2021-09-08
+ Paul Ryan
+ David Hickey
+ Harshvardhan J. Pandit
Georg P Krog
- Art 46(2-c)
-
- 2020-11-04
+ SCCs adopted by Commission
+ accepted
+ 2021-09-22
+ Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)
+
+
+
+
-
+
- 2020-11-04
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
- Art 49(1-e)
-
-
+ 2019-04-05
accepted
-
+
+
2021-09-08
- Georg P Krog
- The transfer is necessary for the establishment, exercise or defence of legal claims.
+ Art 6(1-d)
+ protection of the vital interests
+
+ Bud Bruegger
+ Eva Schlehahn
-
+
+
+
+ accepted
+
+ 2021-09-22
+
+
Harshvardhan J. Pandit
- Georg Krog
- Beatriz Esteves
+ AdHoc Contractual Clauses
+ Contractual Clauses not drafted by the EU Commission, e.g. by the Controller
+
+
+
+ 2019-04-05
- Right to withdraw consent
+ data manifestly made public by the data subject
+
+
+
+ Art 9(2-e)
accepted
-
- A7-3 Right to Withdraw Consent
- 2020-11-04
-
-
-
-
-
-
-
-
-
-
-
-
- Data_Transfers Concepts
-
+ Eva Schlehahn
+ Bud Bruegger
-
+
- Beatriz Esteves
+
Harshvardhan J. Pandit
+ Beatriz Esteves
Georg Krog
- A16 Right to Rectification
-
-
- accepted
- 2020-11-04
-
-
-
- Right to rectification
-
-
-
+ A17 Right to Erasure
-
- accepted
- Harshvardhan J. Pandit
- Georg Krog
- Beatriz Esteves
-
2020-11-04
- Right to data portability
-
- A20 Right to Data Portability
-
-
-
- Georg P Krog
-
-
accepted
- Art 49(1-f)
+ Right to erasure ('Right to be forgotten')
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
-
- 2021-09-08
-
-
- 2020-11-04
- The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent.
+
-
+