| Line 212: |
Line 212: |
| | | | |
| | == Interesting queries == | | == Interesting queries == |
| − | * {{SPARQL|query=
| + | {{SPARQL|query= |
| | SELECT ?item ?label ?_image WHERE { | | SELECT ?item ?label ?_image WHERE { |
| | ?item pdiot:P3 pdio:Q110. | | ?item pdiot:P3 pdio:Q110. |
| Line 222: |
Line 222: |
| | } | | } |
| | LIMIT 100|label=adtech companies}} | | LIMIT 100|label=adtech companies}} |
| − | * {{SPARQL|query=
| + | {{SPARQL|query= |
| | SELECT ?item ?label ?_image WHERE { | | SELECT ?item ?label ?_image WHERE { |
| | ?item pdiot:P3 pdio:Q495. | | ?item pdiot:P3 pdio:Q495. |
| Line 232: |
Line 232: |
| | } | | } |
| | LIMIT 100|label=data management platforms}} | | LIMIT 100|label=data management platforms}} |
| − | * {{SPARQL|query=
| + | {{SPARQL|query= |
| | SELECT ?item ?label ?_image WHERE { | | SELECT ?item ?label ?_image WHERE { |
| | ?item pdiot:P3 pdio:Q559. | | ?item pdiot:P3 pdio:Q559. |
| Line 242: |
Line 242: |
| | } | | } |
| | LIMIT 100|label=identity resolution services}} | | LIMIT 100|label=identity resolution services}} |
| − | *{{SPARQL|query=
| + | {{SPARQL|query= |
| | {{SPARQLPredicateGraph | | {{SPARQLPredicateGraph |
| | |filter_values_colors=(pdio:Q110 "EEEEEE")(pdio:Q495 "222288")(pdio:Q559 "8822222") | | |filter_values_colors=(pdio:Q110 "EEEEEE")(pdio:Q495 "222288")(pdio:Q559 "8822222") |
| Line 249: |
Line 249: |
| | |legend=true | | |legend=true |
| | }}|label=actors}} | | }}|label=actors}} |
| − | * {{SPARQL|query=
| + | {{SPARQL|query= |
| − | SELECT ?item ?itemLabel ?web WHERE { | + | SELECT ?item ?itemLabel ?service ?serviceLabel ?web WHERE { |
| | ?item pdiop:P144 ?statement. | | ?item pdiop:P144 ?statement. |
| − | ?statement pdiops:P144 pdio:Q188. | + | ?statement pdiops:P144 ?service. |
| | + | ?service pdiot:P4* pdio:Q188. |
| | OPTIONAL {?statement pdiopq:P15 ?web} | | OPTIONAL {?statement pdiopq:P15 ?web} |
| − | SERVICE wikibase:label { | + | SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }}|label=actors with a data rights portal}} |
| − | bd:serviceParam wikibase:language "en" .
| + | {{SPARQL|query= |
| − | }
| |
| − |
| |
| − | OPTIONAL { ?item pdiot:P47 ?_image. }
| |
| − | } | |
| − | LIMIT 100|label=actors with a data rights portal}}
| |
| − | * {{SPARQL|query=
| |
| | SELECT ?rel ?relLabel ?individual ?individualLabel ?entity ?entityLabel WHERE { | | SELECT ?rel ?relLabel ?individual ?individualLabel ?entity ?entityLabel WHERE { |
| | ?rel pdiot:P3 pdio:Q1308. | | ?rel pdiot:P3 pdio:Q1308. |