Difference between revisions of "Project:SAR"

From Wikibase Personal data
Jump to navigation Jump to search
Line 1: Line 1:
 
= Queries =
 
= Queries =
[{{SPARQL|query=SELECT ?item ?itemLabel ?target ?targetLabel ?data_subject ?data_subjectLabel WHERE {
+
{{SPARQL|query=SELECT ?item ?itemLabel ?target ?targetLabel ?data_subject ?data_subjectLabel WHERE {
 
   ?item pdiot:P3 pdio:Q1308.
 
   ?item pdiot:P3 pdio:Q1308.
 
   OPTIONAL {?item pdiot:P99 ?target.}
 
   OPTIONAL {?item pdiot:P99 ?target.}
Line 6: Line 6:
 
   SERVICE wikibase:label {
 
   SERVICE wikibase:label {
 
     bd:serviceParam wikibase:language "en" .  
 
     bd:serviceParam wikibase:language "en" .  
   }
+
   }|label=SARs known to this system}}
}}|label=SARs known to this system}}
 
  
 
= Statistics =
 
= Statistics =

Revision as of 08:20, 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


Some SARs

Development of SAR service