Changes

Jump to navigation Jump to search
no edit summary
Line 37: Line 37:     
= The landscape =
 
= The landscape =
* [{{SPARQLEmbed|query=
+
== Datasets about the adtech ecosystem ==
#defaultView:Graph
+
* [[WebXray domain ownership list]]
SELECT ?item ?itemLabel ?_image WHERE {
+
* [[Related datasets]]
  ?item pdiot:P28 pdio:Q370.
+
 
  SERVICE wikibase:label {
+
= Visualizations =
    bd:serviceParam wikibase:language "en" .
+
{{Project:Adtech/Visualizations|state=collapsed}}
  }
  −
OPTIONAL { ?item pdiot:P47 ?_image. }
  −
}
  −
LIMIT 100
  −
}} adtech mess]: we need ontologies
  −
* [{{SPARQLEmbed|query=
  −
SELECT ?item ?label ?_image WHERE {
  −
  ?item pdiot:P3 pdio:Q33.
  −
  SERVICE wikibase:label {
  −
    bd:serviceParam wikibase:language "en" .
  −
    ?item rdfs:label ?label
  −
  }
  −
OPTIONAL { ?item pdiot:P47 ?_image. }
  −
}
  −
LIMIT 100 }} datasets about the adtech ecosystem]
  −
* [https://lumapartners.com/wp-content/uploads/2017/01/2y103ITnIXmg2.lPu6ncZsis.wcn8DVuYIUfyLrC9cdQiWUhfOdDLq6-1024x768.png "historic" Lumascape picture]
  −
* [{{SPARQLEmbed|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 1000}} Lumascape-like]
  −
* [http://query.personaldata.io Query Engine], btw
      
= A prototype =
 
= A prototype =
 
* {{Q|102}}
 
* {{Q|102}}
 
* [[Addressing_adtech/Guardian|An example request]], generated directly from {{Q|855}}.
 
* [[Addressing_adtech/Guardian|An example request]], generated directly from {{Q|855}}.
 +
 +
= Ontology =
 +
See [[Project:Ontology/Adtech]]
    
= Precise questions =
 
= Precise questions =
Line 139: Line 96:     
== Adtech experiments ==
 
== Adtech experiments ==
* {{Q|188}} helps get feedback quicker
+
* {{Q|188}} and subclasses help get feedback quicker
 
* {{Q|858}} defines a {{Q|94}}
 
* {{Q|858}} defines a {{Q|94}}
 
** There are problems with the [https://vendorlist.consensu.org/vendorlist.json "purposes" defined in the consent framework].
 
** There are problems with the [https://vendorlist.consensu.org/vendorlist.json "purposes" defined in the consent framework].
Line 202: Line 159:  
* {{Q|559}}
 
* {{Q|559}}
   −
== Interesting queries ==
+
== See also ==
* [{{SPARQLEmbed|query=
+
* [[Project:GetYourData]]
SELECT ?item ?label ?_image WHERE {
  −
  ?item pdiot:P3 pdio:Q110.
  −
  SERVICE wikibase:label {
  −
    bd:serviceParam wikibase:language "en" .
  −
    ?item rdfs:label ?label
  −
  }
  −
OPTIONAL { ?item pdiot:P47 ?_image. }
  −
}
  −
LIMIT 100}} adtech companies]
  −
* [{{SPARQLEmbed|query=
  −
SELECT ?item ?label ?_image WHERE {
  −
  ?item pdiot:P3 pdio:Q495.
  −
  SERVICE wikibase:label {
  −
    bd:serviceParam wikibase:language "en" .
  −
    ?item rdfs:label ?label
  −
  }
  −
OPTIONAL { ?item pdiot:P47 ?_image. }
  −
}
  −
LIMIT 100}} data management platforms]
  −
* [{{SPARQLEmbed|query=
  −
SELECT ?item ?label ?_image WHERE {
  −
  ?item pdiot:P3 pdio:Q559.
  −
  SERVICE wikibase:label {
  −
    bd:serviceParam wikibase:language "en" .
  −
    ?item rdfs:label ?label
  −
  }
  −
OPTIONAL { ?item pdiot:P47 ?_image. }
  −
}
  −
LIMIT 100}} identity resolution services]
  −
*[{{SPARQLEmbed|query={{SPARQLPredicateGraph
  −
|filter_values_colors=(pdio:Q110 "EEEEEE")(pdio:Q495 "222288")(pdio:Q559 "8822222")
  −
|predicate=pdiot:P3
  −
|predicates_subjects_objects_colors=(pdiot:P111 pdio:Q495 pdio:Q559 "EEEEEE")(pdiot:P111 pdio:Q495 pdio:Q559 "222288")
  −
|legend=true
  −
}}}} 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]
  −
* [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]
 

Navigation menu