Difference between revisions of "Project:GetYourData"
Jump to navigation
Jump to search
(Created page with "= Filing a SAR = {{SPARQL|query= SELECT ?rel ?relLabel ?individual ?individualLabel ?entity ?entityLabel WHERE { ?rel pdiot:P3 pdio:Q1308. ?rel pdiot:P159 ?individual....") |
|||
Line 1: | Line 1: | ||
= Filing a SAR = | = Filing a SAR = | ||
− | + | See [[Project:SAR]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Automated tools = | = Automated tools = |
Revision as of 13:02, 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" . }
}