Line 24:
Line 24:
* data management platforms
* data management platforms
* identity resolution services
* identity resolution services
+
=== 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
+
}}
+
+
{{SPARQL|state=collapsed
+
|query=SELECT ?item ?itemLabel ?third ?thirdLabel ?rgb WHERE {
+
?item pdiot:P260 ?third.
+
BIND( "FFA500" AS ?rgb)
+
SERVICE wikibase:label {
+
bd:serviceParam wikibase:language "en" .
+
}
+
}
+
|label=some publishers and their trackers}}
== Right of Access ==
== Right of Access ==