Changes

Jump to navigation Jump to search
Line 2: Line 2:  
* [http://tinyurl.com/y49p76ff Paul-Olivier Dehaye, en graphe]
 
* [http://tinyurl.com/y49p76ff Paul-Olivier Dehaye, en graphe]
 
* [https://www.wikidata.org/wiki/Q59697025 Paul-Olivier Dehaye, base de données]
 
* [https://www.wikidata.org/wiki/Q59697025 Paul-Olivier Dehaye, base de données]
 +
= Let's map! =
 +
Mickey Mouse's social network, what he had for breakfast, his interests, etc {{SPARQL|
 +
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". }
 +
}
 +
}}
    
= SDGs =
 
= SDGs =
Line 11: Line 41:  
* [http://tinyurl.com/y253gnam OpenGeneva hackathons]
 
* [http://tinyurl.com/y253gnam OpenGeneva hackathons]
   −
= Goal today =
+
= Goals =
 +
* [[use case: GOSH]]
 +
* [[abstraction: schema]]
 +
* [[social network elements]]
 +
* [[Wikidata/Wikibase as a survey tool]]
 +
* [[use case: empowerment foundation]]
 +
* [[disinformation/hoaxes on wikipedia]]
 +
 
 +
 
 
Integrate both "layers":  
 
Integrate both "layers":  
 
* visualisation,  
 
* visualisation,  
Line 18: Line 56:  
* inputs/outputs circular economy
 
* inputs/outputs circular economy
   −
Structure information of the system working on SDGs, through personal stories and iteration in the semantic web  
+
Structure information of the system working on SDGs, through personal stories and iteration in the semantic web
    
= How? =
 
= How? =
 
* context - Wikidata, instance, distributed computing, semantic web, linked data
 
* context - Wikidata, instance, distributed computing, semantic web, linked data
* exercise 1: map yourself
+
* exercise 1: map yourself or something close to you
 
* high-level overview of Wikidata: item, property, query, gadgets,...  
 
* high-level overview of Wikidata: item, property, query, gadgets,...  
 
* exercise 2: map something in wikidata
 
* exercise 2: map something in wikidata

Navigation menu