Difference between revisions of "Project:Vocabulary/GDPR"

From Wikibase Personal data
Jump to navigation Jump to search
Line 24: Line 24:
 
** {{P|27}} - "alternative string name"
 
** {{P|27}} - "alternative string name"
 
*** This qualifier allows existing items to be re-used. The idea is that the 'named as' value is the display name that is used in the GDPR request letter. So if we already have 'location' but want to include 'geolocation info' because that is the term used for this concept from the company's privacy policy, we can include {{Q|1078}} in the {{P|10}} list but add {{P|27}} - 'geolocation info' as a qualifier. This is important to allow the eventual unification of different data concepts into one model despite companies describing them differently.  
 
*** This qualifier allows existing items to be re-used. The idea is that the 'named as' value is the display name that is used in the GDPR request letter. So if we already have 'location' but want to include 'geolocation info' because that is the term used for this concept from the company's privacy policy, we can include {{Q|1078}} in the {{P|10}} list but add {{P|27}} - 'geolocation info' as a qualifier. This is important to allow the eventual unification of different data concepts into one model despite companies describing them differently.  
** {{Q|1117}} {{Q|29}} or {{Q|1117}} {{Q|3732}}
+
** {{Q|1117}} - {{Q|29}} or {{Q|1117}} - {{Q|3732}}
 
*** This qualifier is especially important where other data points have already been added to the {{P|10}} list from different sources. This is used to distinguish things we have learnt from different sources. We should update our GDPR generators to only include the {{P|10}} items from the sources we want to use (which may differ per project).
 
*** This qualifier is especially important where other data points have already been added to the {{P|10}} list from different sources. This is used to distinguish things we have learnt from different sources. We should update our GDPR generators to only include the {{P|10}} items from the sources we want to use (which may differ per project).
 
** {{P|287}} - "Extract from privacy policy which shows why this data point is believed to be stored."  
 
** {{P|287}} - "Extract from privacy policy which shows why this data point is believed to be stored."  
 
*** Add more than once if a long extract is needed. Take care to remove spaces from end of string or you will get a `Malformed text` error.
 
*** Add more than once if a long extract is needed. Take care to remove spaces from end of string or you will get a `Malformed text` error.
 
* {{P|15}} - URL (optional really)
 
* {{P|15}} - URL (optional really)
* {{P|103}} - Qxxx
+
* {{P|32}} - {{Q|29}}
 +
** {{Q|467}} - 'https://companyname.com/privacy/policy.html'
 +
** This snak and qualifier are the standard way to specify the company's privacy policy URL. Note this should be added as a qualifier not a reference.
  
(Q: how do we refer to privacy policy? there are a few different ways to do it)
+
===FAQ===
 +
 
 +
Q: how do we refer to privacy policy? there are a few different ways to do it.
 
* A: The correct one is {{Q|29}} though we have previously used {{Q|3405}} and some usages of this still need to be migrated. {{Q|3667}} and {{Q|173}} are erroneous and should be deleted.
 
* A: The correct one is {{Q|29}} though we have previously used {{Q|3405}} and some usages of this still need to be migrated. {{Q|3667}} and {{Q|173}} are erroneous and should be deleted.
  

Revision as of 15:23, 10 February 2020

Use cases

The Ontology need to be suitable for data entries and the usages of those data. We need to identify use case and test the ontology against those.


Examples


Core snaks

FAQ

Q: how do we refer to privacy policy? there are a few different ways to do it.

  • A: The correct one is privacy policy (Q29) though we have previously used Q3405 and some usages of this still need to be migrated. Q3667 and Q173 are erroneous and should be deleted.

Data rights snaks

Multiple choice between different options

References

PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?itemLabel ?link WHERE {
  ?item pdiot:P110 pdio:Q3006. #P110 <-concerns Q3006 <-ontology model	
  OPTIONAL {?item pdiot:P15 ?link.}
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" . 
  }
}
LIMIT 100

sources on (GDPR) ontology modeling (embedded)