Difference between revisions of "Project:SAR"

From Wikibase Personal data
Jump to navigation Jump to search
Line 11: Line 11:
 
no analysis yet
 
no analysis yet
  
 
+
= Infrastructure =
[https://query.personaldata.io/index.html#PREFIX%20pdio%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fentity%2F%3E%0APREFIX%20pdiot%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20%3FdataSubjectLabel%20%3FtargetLabel%20WHERE%20%7B%0A%20%20%3Fitem%20pdiot%3AP3%20pdio%3AQ1308.%0A%20%20OPTIONAL%20%7B%3Fitem%20pdiot%3AP99%20%3Ftarget%7D%0A%20%20OPTIONAL%20%7B%3Fitem%20pdiot%3AP229%20%3FdataSubject%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20.%20%0A%0A%20%20%7D%0A%20%20%0AOPTIONAL%20%7B%20%3Fitem%20pdiot%3AP47%20%3F_image.%20%7D%0A%7D%0ALIMIT%20100 Some SARs]
+
[[Development of SAR service|More on how the SAR service is built]]
 
 
[[Development of SAR service]]
 

Revision as of 08:21, 19 December 2019

Queries

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

SARs known to this system (embedded)


Statistics

no analysis yet

Infrastructure

More on how the SAR service is built