Changes

Jump to navigation Jump to search
Line 25: Line 25:  
* identity resolution services
 
* identity resolution services
   −
== Right of access ==
+
== Right of Access ==
 
{{SPARQL|state=collapsed
 
{{SPARQL|state=collapsed
|query=
+
|query=SELECT ?item ?itemLabel ?service ?serviceLabel ?web WHERE {
SELECT ?item ?itemLabel ?service ?serviceLabel ?web WHERE {
   
   ?item pdiop:P144 ?statement.
 
   ?item pdiop:P144 ?statement.
 
   ?statement pdiops:P144 ?service.
 
   ?statement pdiops:P144 ?service.
Line 35: Line 34:  
   SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
 
   SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
 
}|label=actors with some form of data rights portal}}
 
}|label=actors with some form of data rights portal}}
 +
 +
== Adtech overview ==
 +
{{SPARQL|state=collapsed
 +
|query=#defaultView:Graph
 +
SELECT  ?object ?objectLabel ?rgb ?subject ?subjectLabel
 +
WHERE {
 +
  VALUES (?object ?rgb){
 +
      (pdio:Q110 "FF0000")
 +
      (pdio:Q495 "00FF00")
 +
      (pdio:Q559 "0000FF")
 +
      (pdio:Q153 "333333")
 +
      (pdio:Q491 "888800") 
 +
      (pdio:Q807 "008888")
 +
      (pdio:Q492 "880088")
 +
      (pdio:Q498 "440000")
 +
      (pdio:Q810 "004400")
 +
      (pdio:Q556 "000044")
 +
      (pdio:Q504 "004444")
 +
      (pdio:Q874 "444400")
 +
      (pdio:Q834 "440044")
 +
    }
 +
  VALUES ?predicate {
 +
      pdiot:P3
 +
      pdiot:P28
 +
    }
 +
  ?subject ?predicate ?object
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .
 +
  }
 +
}
 +
LIMIT 250
 +
|label=Luma-scape like
 +
}}
    
== Technical standards ==
 
== Technical standards ==

Navigation menu