Changes

Jump to navigation Jump to search
Line 1: Line 1: −
= Filing a SAR =
+
= Easy way: with portals =
 
+
{{Project:GetYourData/Portal}}
See [[Project:SAR]]
+
=== Categorizing the tools ===
 
  −
= Automated tools =  
  −
{{SPARQL|query=
  −
SELECT ?item ?itemLabel ?service ?serviceLabel ?web WHERE {
  −
  ?item pdiop:P144 ?statement.
  −
  ?statement pdiops:P144 ?service.
  −
  ?service pdiot:P4* pdio:Q188.
  −
  OPTIONAL {?statement pdiopq:P15 ?web}
  −
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
  −
}|label=actors with some form of data rights portal}}
  −
== Categorizing the tools ==
   
Not all the tools for quickly getting data back are the same, or follow the same process.
 
Not all the tools for quickly getting data back are the same, or follow the same process.
 
Some
 
Some
Line 29: Line 18:  
All those are subclasses of {{Q|188}}.
 
All those are subclasses of {{Q|188}}.
   −
== Assessment of the utility of the automated tools ==
+
=== Assessment of the utility of the automated tools ===
 
We are building this table to assess the utility of the automated tools for disclosure of data collection.  
 
We are building this table to assess the utility of the automated tools for disclosure of data collection.  
   Line 58: Line 47:  
| 7 DSPs, 11 DMPs, 0 segment
 
| 7 DSPs, 11 DMPs, 0 segment
 
| ~3000 segments
 
| ~3000 segments
 +
|
 
|-
 
|-
 
! POD
 
! POD
Line 69: Line 59:  
| 0/1/0
 
| 0/1/0
 
| 8 segments
 
| 8 segments
 +
|
 
|-
 
|-
 
! POD
 
! POD
Line 79: Line 70:  
| nothing
 
| nothing
 
| nothing
 
| nothing
 +
|
 
|
 
|
 
|-
 
|-
Line 90: Line 82:  
| nothing
 
| nothing
 
| nothing
 
| nothing
 +
|
 
|
 
|
 
|-
 
|-
Line 101: Line 94:  
| nothing
 
| nothing
 
| nothing
 
| nothing
 +
|
 
|
 
|
 
|}
 
|}
   −
== Overview of logged requests ==
+
= The other way: formal Subject Access Requests =
{{SPARQL|query=
+
 
PREFIX pdio: <https://wiki.personaldata.io/entity/>
+
=== Infrastructure for SARs ===  
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
+
* [[Development of SAR service|More on how the SAR service is built]]
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
+
* [[Data controller popup]]
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
+
 
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
+
= Results so far =
SELECT ?item ?itemLabel ?dsLabel ?target ?targetLabel ?event ?eventLabel ?date ?comment WHERE {
+
{{Project:GetYourData/Results}}
  ?item pdiot:P3 pdio:Q1308.
  −
  OPTIONAL {?item pdiot:P229 ?ds.}
  −
  OPTIONAL {?item pdiot:P99 ?target.}
  −
  OPTIONAL {
  −
    ?item pdiop:P136 ?eventStatement.
  −
    ?eventStatement pdiops:P136 ?event.
  −
    OPTIONAL {?eventStatement pdiopq:P100 ?date}.
  −
    OPTIONAL {?eventStatement pdiopq:P126 ?comment}.
  −
  }
  −
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" . }
  −
}
  −
ORDER BY DESC(?date)
  −
}}
 

Navigation menu