| Line 41: |
Line 41: |
| | * [[Related datasets]] | | * [[Related datasets]] |
| | | | |
| − | == Queries == | + | = Visualizations = |
| − | {{SPARQL|query=
| + | {{Project:Adtech/Visualizations|state=collapsed}} |
| − | #defaultView:Graph
| |
| − | SELECT ?item ?itemLabel ?_image WHERE {
| |
| − | ?item pdiot:P28 pdio:Q370.
| |
| − | SERVICE wikibase:label {
| |
| − | bd:serviceParam wikibase:language "en" .
| |
| − | }
| |
| − | 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: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 206: |
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]] |