Presentation MyDataLab

From Wikibase Personal data
Revision as of 21:13, 8 December 2020 by Podehaye (talk | contribs) (→‎Let's map!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Who am I?

Let's map!

Mickey Mouse's social network, what he had for breakfast, his interests, etc

PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
#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". }
}

Try it (embedded)


SDGs

Today

Goals


Integrate both "layers":

  • visualisation,
  • find funding,
  • how to get help,
  • inputs/outputs circular economy

Structure information of the system working on SDGs, through personal stories and iteration in the semantic web

How?

  • context - Wikidata, instance, distributed computing, semantic web, linked data
  • exercise 1: map yourself or something close to you
  • high-level overview of Wikidata: item, property, query, gadgets,...
  • exercise 2: map something in wikidata

Brainstorm

  • content of map
  • gadgets

Work on some?