Changes

Jump to navigation Jump to search
Line 114: Line 114:     
= Results so far =
 
= Results so far =
{{SPARQL|query=SELECT ?item ?itemLabel ?target ?targetLabel ?data_subject ?data_subjectLabel WHERE {
+
{{Project:GetYourData/Results}}
  ?item pdiot:P3 pdio:Q1308.
  −
  OPTIONAL {?item pdiot:P99 ?target.}
  −
  OPTIONAL {?item pdiot:P229 ?data_subject}
  −
  SERVICE wikibase:label {
  −
    bd:serviceParam wikibase:language "en" .
  −
  }
  −
  }|label=requests known to this system|state=collapsed}}
  −
 
  −
{{SPARQL|query=
  −
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)|state=collapsed|label=requests known to this system, with overview of intermediate events
  −
}}
 

Navigation menu