| Line 1: |
Line 1: |
| − | = Filing a SAR = | + | = Easy way: with portals = |
| | | | |
| − | = Queries =
| |
| − | {{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= | | {{SPARQL|query= |
| | SELECT ?item ?itemLabel ?service ?serviceLabel ?web WHERE { | | SELECT ?item ?itemLabel ?service ?serviceLabel ?web WHERE { |
| Line 28: |
Line 9: |
| | SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } | | SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } |
| | }|label=actors with some form of data rights portal|state=collapsed}} | | }|label=actors with some form of data rights portal|state=collapsed}} |
| | + | |
| | == Categorizing the tools == | | == 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. |
| Line 125: |
Line 107: |
| | |} | | |} |
| | | | |
| − | == Overview of logged requests == | + | = The other way: formal Subject Access Requests = |
| | + | |
| | + | == Infrastructure for SARs == |
| | + | * [[Development of SAR service|More on how the SAR service is built]] |
| | + | * [[Data controller popup]] |
| | + | |
| | + | = Results so far = |
| | + | {{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=requests known to this system|state=collapsed}} |
| | + | |
| | {{SPARQL|query= | | {{SPARQL|query= |
| | SELECT ?item ?itemLabel ?dsLabel ?target ?targetLabel ?event ?eventLabel ?date ?comment WHERE { | | SELECT ?item ?itemLabel ?dsLabel ?target ?targetLabel ?event ?eventLabel ?date ?comment WHERE { |
| Line 139: |
Line 136: |
| | SERVICE wikibase:label {bd:serviceParam wikibase:language "en" . } | | SERVICE wikibase:label {bd:serviceParam wikibase:language "en" . } |
| | } | | } |
| − | ORDER BY DESC(?date)|state=collapsed | + | ORDER BY DESC(?date)|state=collapsed|label=requests known to this system, with overview of intermediate events |
| | }} | | }} |