Changes

Jump to navigation Jump to search
Line 17: Line 17:  
! Data ecosystem !! Topic !! Visualization  
 
! Data ecosystem !! Topic !! Visualization  
 
|-
 
|-
| Facebook's tools || various Facebook tools, and how they exchange information ||  {{SPARQL|label=simple view of FB|state=collapsed|query={{SPARQLTableQuery|table=Q383}}}}
+
|  
{{SPARQL|label=extended view of FB
  −
|state=collapsed
  −
|query=#defaultView:Graph
  −
SELECT ?origin ?originLabel ?destination ?destinationLabel ?rgb ?edgeLabel WHERE
  −
{
  −
 
  −
  pdio:Q1044 pdiot:P129 ?origin.
  −
  pdio:Q1044 pdiot:P129 ?destination.
  −
  pdio:Q1044 pdiop:P130 ?association_statement.
  −
  ?association_statement pdiopq:P131 ?origin.
  −
  ?association_statement pdiopq:P132 ?destination.
  −
  ?association_statement pdiops:P130 ?edge.
  −
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  −
}
  −
}}
  −
 
  −
|-
  −
| Facebook and disinformation || how disinformation blends into our information ecosystem through Facebook ||  {{SPARQL|label=FB and disinformation|state=collapsed|query={{SPARQLTableQuery|table=Q366}}}}
  −
|-
  −
| Cambridge Analytica scandal || visual summary ||  {{SPARQL|state=collapsed|label=summary of the Cambridge Analytica scandal|query={{SPARQLTableQuery|table=Q384}}}}
   
|-
 
|-
 
| Adtech ecosystem || [[adtech|routes your personal data takes when you browse the web]] ||   
 
| Adtech ecosystem || [[adtech|routes your personal data takes when you browse the web]] ||   
Line 47: Line 27:  
| Open Science Hardware || [[Use case: GOSH | Mapping the Gathering for Open Science Hardware community]] ||
 
| Open Science Hardware || [[Use case: GOSH | Mapping the Gathering for Open Science Hardware community]] ||
 
|-  
 
|-  
| Uber || || {{SPARQL|state=collapsed
  −
|label=Uber systems
  −
|query=SELECT ?origin ?originLabel ?destination ?destinationLabel ?rgb ?edgeLabel WHERE
  −
{
  −
 
  −
  pdio:Q1070 pdiot:P129 ?origin.
  −
  pdio:Q1070 pdiot:P129 ?destination.
  −
  pdio:Q1070 pdiop:P130 ?association_statement.
  −
  ?association_statement pdiopq:P131 ?origin.
  −
  ?association_statement pdiopq:P132 ?destination.
  −
  ?association_statement pdiops:P130 ?edge.
  −
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  −
}
  −
}}
  −
|}
      
=== Others ===
 
=== Others ===
Line 67: Line 32:  
* [[Presentation_MyDataLab |workshop]]
 
* [[Presentation_MyDataLab |workshop]]
 
* [http://tinyurl.com/y49p76ff Paul's Wikidata footprint]
 
* [http://tinyurl.com/y49p76ff Paul's Wikidata footprint]
*
  −
{{SPARQL|label= Mickey Mouse's social network
  −
|state=collapsed
  −
|query=
  −
#defaultView:Graph
  −
SELECT ?node ?nodeLabel ?nodeImage ?childNode ?childNodeLabel ?childNodeImage ?rgb WHERE {
  −
  {
  −
    BIND(pdio:Q308 AS ?node)
  −
    ?node ?p ?i.
  −
    OPTIONAL { ?node pdiot:P47 ?nodeImage. }
  −
    ?childNode ?x ?p.
  −
    ?childNode rdf:type wikibase:Property.
  −
    FILTER(STRSTARTS(STR(?i), "https://wiki.personaldata.io/entity/Q"))
  −
    FILTER(STRSTARTS(STR(?childNode), "https://wiki.personaldata.io/entity/P"))
  −
  }
  −
  UNION
  −
  {
  −
    BIND("EFFBD8" AS ?rgb)
  −
    pdio:Q308 ?p ?childNode.
  −
    OPTIONAL { ?childNode pdiot:P47 ?childNodeImage. }
  −
    ?node ?x ?p.
  −
    ?node rdf:type wikibase:Property.
  −
    FILTER(STRSTARTS(STR(?childNode), "https://wiki.personaldata.io/entity/Q"))
  −
  }
  −
  OPTIONAL {
  −
    ?node pdiot:P47 ?nodeImage.
  −
    ?childNode pdiot:P47 ?childNodeImage.
  −
  }
  −
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  −
}
  −
}}
   
* [http://tinyurl.com/yyyk42d8 Sustainable development goals]
 
* [http://tinyurl.com/yyyk42d8 Sustainable development goals]
 
* [https://www.wikidata.org/wiki/Wikidata:WikiProject_Sustainable_Development  WikiProject SDGs]
 
* [https://www.wikidata.org/wiki/Wikidata:WikiProject_Sustainable_Development  WikiProject SDGs]
 
* [http://tinyurl.com/y6r6mm7n OpenGeneva]
 
* [http://tinyurl.com/y6r6mm7n OpenGeneva]
 
* [http://tinyurl.com/y253gnam OpenGeneva hackathons]
 
* [http://tinyurl.com/y253gnam OpenGeneva hackathons]

Navigation menu