Difference between revisions of "Project:GetYourData"

From Wikibase Personal data
Jump to navigation Jump to search
Line 58: Line 58:
 
| 7 DSPs, 11 DMPs, 0 segment
 
| 7 DSPs, 11 DMPs, 0 segment
 
| ~3000 segments
 
| ~3000 segments
 +
|
 
|-
 
|-
 
! POD
 
! POD
Line 69: Line 70:
 
| 0/1/0
 
| 0/1/0
 
| 8 segments
 
| 8 segments
 +
|
 
|-
 
|-
 
! POD
 
! POD
Line 79: Line 81:
 
| nothing
 
| nothing
 
| nothing
 
| nothing
 +
|
 
|
 
|
 
|-
 
|-
Line 90: Line 93:
 
| nothing
 
| nothing
 
| nothing
 
| nothing
 +
|
 
|
 
|
 
|-
 
|-
Line 101: Line 105:
 
| nothing
 
| nothing
 
| nothing
 
| nothing
 +
|
 
|
 
|
 
|}
 
|}

Revision as of 19:52, 12 January 2020

Filing a SAR

See Project:SAR

Automated tools

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 ?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" . }
}

actors with some form of data rights portal (embedded)

Categorizing the tools

Not all the tools for quickly getting data back are the same, or follow the same process. Some

  • give you a view on your data very quickly
  • allow you to file your request but require coming back to the same place later to see the result
  • allow you to file your request, but this just starts a process (often email exchange)

How should we categorize this? There is certainly a taxonomy there, not captured with the current modeling.

The current items we have, which are most likely not sufficient and confusing, are:

All those are subclasses of data rights service (Q188).

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.

The following tools have been identified as potentially most useful, although the extent of the data obtained varies drastically from one device/browser pair to the next.

Overall assessment of the utility of automated transparency tools
user id device browser Quantcast (Q836) (portal) Oracle Data Cloud (Q1188) (portal) MPlatform (Q1191) (portal) Taboola (Q1553) (portal) TripleLift (Q2876) (portal) SpotX (Q2887) (portal) AppNexus (Q139) (portal) Outbrain (Q1492) (portal)
POD laptop firefox 53 Mb for historystore OOS: 51 pages, PS: 127 pages "issue with your settings" button doesn't click 2 segments, 3 pages of identifiers 7 DSPs, 11 DMPs, 0 segment ~3000 segments
POD laptop chrome requested nothing "issue with your settings" freezes 1 identifier (BidSwitch) 0/1/0 8 segments
POD ios chrome nothing nothing nothing nothing nothing nothing
POD ios firefox nothing nothing nothing nothing nothing nothing
CH laptop safari nothing nothing nothing nothing nothing nothing

Overview of logged requests

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/>
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 ?dsLabel ?target ?targetLabel ?event ?eventLabel ?date ?comment WHERE {
  ?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)

Try it (embedded)