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 = |