Difference between revisions of "Project:GetYourData"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
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}} | }|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. | ||
+ | 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) |
Revision as of 13:04, 19 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)