Difference between revisions of "Project:GetYourData/Results"
Jump to navigation
Jump to search
(Created page with "{{SPARQL|query=SELECT ?item ?itemLabel ?target ?targetLabel ?data_subject ?data_subjectLabel WHERE { ?item pdiot:P3 pdio:Q1308. OPTIONAL {?item pdiot:P99 ?target.} OPTIO...") |
|||
Line 7: | Line 7: | ||
} | } | ||
}|label=requests known to this system|state=collapsed}} | }|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 { |
Latest revision as of 00:41, 27 January 2020
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 ?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" .
}
}
requests known to this system (embedded)
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)
requests known to this system, with overview of intermediate events (embedded)