Changes

Jump to navigation Jump to search
no edit summary
Line 37: Line 37:     
= The landscape =
 
= The landscape =
{{SPARQL|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|label=adtech mess... we need an ontology
  −
}} 
  −
{{SPARQL|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 |label= datasets about the adtech ecosystem}}
  −
{{SPARQL|query=
  −
SELECT ?item ?label ?_image WHERE {
  −
  ?item pdiot:P3 pdio:Q1588.
  −
  SERVICE wikibase:label {
  −
    bd:serviceParam wikibase:language "en" .
  −
    ?item rdfs:label ?label
  −
  }
  −
 
  −
OPTIONAL { ?item pdiot:P47 ?_image. }
  −
}
  −
LIMIT 100|label= partners lists}}
  −
{{SPARQL|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|label=Lumascape-like}}
      
= 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 148: 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 211: Line 159:  
* {{Q|559}}
 
* {{Q|559}}
   −
== Interesting queries ==
  −
{{SPARQL|query=
  −
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|label=adtech companies}}
  −
{{SPARQL|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|label=data management platforms}}
  −
{{SPARQL|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|label=identity resolution services}}
  −
{{SPARQL|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
  −
}}|label=actors}}
   
== See also ==
 
== See also ==
* [[Requesting data]]
+
* [[Project:GetYourData]]

Navigation menu