Difference between revisions of "Project:GetYourData"

From Wikibase Personal data
Jump to navigation Jump to search
Line 25: Line 25:
 
* {{Q|711}}
 
* {{Q|711}}
 
* {{Q|2382}}
 
* {{Q|2382}}
 +
* {{Q|2914}}
  
 
All those are subclasses of {{Q|188}}.
 
All those are subclasses of {{Q|188}}.
 +
 +
== Assessment of the scope of the automated tools ==

Revision as of 18:34, 20 December 2019

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 scope of the automated tools