Changes

Jump to navigation Jump to search
no edit summary
Line 7: Line 7:  
     bd:serviceParam wikibase:language "en" .  
 
     bd:serviceParam wikibase:language "en" .  
 
   }|label=SARs known to this system}}
 
   }|label=SARs known to this system}}
 +
 +
 +
{{SPARQL|query=
 +
SELECT ?rel ?relLabel ?individual ?individualLabel ?entity ?entityLabel  WHERE {
 +
  ?rel pdiot:P3 pdio:Q1308.
 +
  ?rel pdiot:P159 ?individual.
 +
  ?rel pdiot:P160 ?entity.
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .
 +
  }
 +
}
 +
LIMIT 1000|label=all requests filed and logged so far}}
    
= Statistics =
 
= Statistics =
Line 12: Line 24:     
= Infrastructure =  
 
= Infrastructure =  
[[Development of SAR service|More on how the SAR service is built]]
+
* [[Development of SAR service|More on how the SAR service is built]]
 +
* [[Data controller popup]]

Navigation menu