Changes

Jump to navigation Jump to search
Line 1: Line 1: −
= Filing a SAR =
+
= Easy way: with portals =
 
+
{{Project:GetYourData/Portal}}
= Queries =
+
=== Categorizing the tools ===
{{SPARQL|query=SELECT ?item ?itemLabel ?target ?targetLabel ?data_subject ?data_subjectLabel WHERE {
  −
  ?item pdiot:P3 pdio:Q1308.
  −
  OPTIONAL {?item pdiot:P99 ?target.}
  −
  OPTIONAL {?item pdiot:P229 ?data_subject}
  −
  SERVICE wikibase:label {
  −
    bd:serviceParam wikibase:language "en" .
  −
  }
  −
  }|label=SARs known to this system|state=collapsed}}
  −
 
  −
= Statistics =
  −
no analysis yet
  −
 
  −
= Infrastructure =
  −
* [[Development of SAR service|More on how the SAR service is built]]
  −
* [[Data controller popup]]
  −
 
  −
= See also =
  −
= 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|state=collapsed}}
  −
== 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 45: 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 125: Line 98:  
|}
 
|}
   −
== Overview of logged requests ==
+
= The other way: formal Subject Access Requests =
{{SPARQL|query=
+
 
SELECT ?item ?itemLabel ?dsLabel ?target ?targetLabel ?event ?eventLabel ?date ?comment WHERE {
+
=== Infrastructure for SARs ===  
  ?item pdiot:P3 pdio:Q1308.
+
* [[Development of SAR service|More on how the SAR service is built]]
  OPTIONAL {?item pdiot:P229 ?ds.}
+
* [[Data controller popup]]
  OPTIONAL {?item pdiot:P99 ?target.}
+
 
  OPTIONAL {
+
= Results so far =
    ?item pdiop:P136 ?eventStatement.
+
{{Project:GetYourData/Results}}
    ?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)|state=collapsed
  −
}}
 

Navigation menu