Changes

Jump to navigation Jump to search
Line 233: Line 233:  
}
 
}
 
LIMIT 100}} identity resolution services]
 
LIMIT 100}} identity resolution services]
*[{{SPARQLEmbed|query={{SPARQLPredicateGraph
+
*[{{SPARQLEmbed|query=
 +
{{SPARQLPredicateGraph
 
|filter_values_colors=(pdio:Q110 "EEEEEE")(pdio:Q495 "222288")(pdio:Q559 "8822222")
 
|filter_values_colors=(pdio:Q110 "EEEEEE")(pdio:Q495 "222288")(pdio:Q559 "8822222")
 
|predicate=pdiot:P3
 
|predicate=pdiot:P3
Line 239: Line 240:  
|legend=true
 
|legend=true
 
}}}} actors]
 
}}}} actors]
* [https://query.personaldata.io/embed.html#PREFIX%20wd%3A%20%3Chttp%3A%2F%2Fwww.wikidata.org%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttp%3A%2F%2Fwww.wikidata.org%2Fprop%2Fdirect%2F%3E%0A%0APREFIX%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%0APREFIX%20pdiops%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fprop%2Fstatement%2F%3E%0APREFIX%20pdiopq%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fprop%2Fqualifier%2F%3E%0APREFIX%20pdiop%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fprop%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20%3Fweb%20WHERE%20%7B%0A%20%20%3Fitem%20pdiop%3AP144%20%3Fstatement.%0A%20%20%3Fstatement%20pdiops%3AP144%20pdio%3AQ188.%0A%20%20OPTIONAL%20%7B%3Fstatement%20pdiopq%3AP15%20%3Fweb%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20.%20%0A%20%20%7D%0A%20%20%0AOPTIONAL%20%7B%20%3Fitem%20pdiot%3AP47%20%3F_image.%20%7D%0A%7D%0ALIMIT%20100 actors with a data rights portal]
+
* [{{SPARQLEmbed|query=
* [https://query.personaldata.io/embed.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%3Frel%20%3FrelLabel%20%3Findividual%20%3FindividualLabel%20%3Fentity%20%3FentityLabel%20%20WHERE%20%7B%0A%20%20%3Frel%20pdiot%3AP3%20pdio%3AQ1308.%0A%20%20%3Frel%20pdiot%3AP159%20%3Findividual.%0A%20%20%3Frel%20pdiot%3AP160%20%3Fentity.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20.%20%0A%20%20%7D%0A%7D%0ALIMIT%201000 all requests filed and logged so far]
+
SELECT ?item ?itemLabel ?web WHERE {
 +
  ?item pdiop:P144 ?statement.
 +
  ?statement pdiops:P144 pdio:Q188.
 +
  OPTIONAL {?statement pdiopq:P15 ?web}
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .  
 +
  }
 +
 
 +
OPTIONAL { ?item pdiot:P47 ?_image. }
 +
}
 +
LIMIT 100
 +
}} actors with a data rights portal]
 +
* [{{SPARQLEmbed|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}} all requests filed and logged so far]

Navigation menu