Changes

Jump to navigation Jump to search
no edit summary
Line 51: Line 51:  
}
 
}
 
LIMIT 1000|label=Lumascape-like map of the ecosystem|state={{{state}}}}}
 
LIMIT 1000|label=Lumascape-like map of the ecosystem|state={{{state}}}}}
 +
 +
{{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
 +
|state={{{colapsed}}}}}
 +
{{SPARQL|query=
 +
SELECT ?item ?label ?_image WHERE {
 +
  ?item pdiot:P37 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
 +
|state={{{collapsed}}}
 +
}}
 +
{{SPARQL|query=
 +
SELECT ?item ?label ?_image WHERE {
 +
  ?item pdiot:P37 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
 +
|state={{{collapsed}}}
 +
}}
 +
{{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
 +
|state={{{collapsed}}}
 +
}}

Navigation menu