|
|
(9 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | == Documenting hubs ==
| + | = Documenting hubs = |
| For instance: | | For instance: |
| * {{C|50|3|47}} | | * {{C|50|3|47}} |
Line 5: |
Line 5: |
| * {{C|50|55|416}} | | * {{C|50|55|416}} |
| | | |
− | == Visualizations ==
| + | = Visualizations = |
− | * [{{SPARQLEmbed|query=
| + | {{Project:MyData/Visualizations|state=collapsed}} |
− | #defaultView:Graph
| |
− | SELECT ?node ?nodeLabel ?value ?valueLabel ?edgeLabel
| |
− | (IF(BOUND(?edge), ?propertyrgb, "FFFFFF") AS ?rgb) #white
| |
− | {
| |
− | VALUES (?propertyRel ?propertyrgb)
| |
− | {
| |
− | (pdiot:P57 "880000") # red - activity
| |
− | (pdiot:P55 "00AA00") # light green - country
| |
− | (pdiot:P137 "0000AA") # blue - partner
| |
− | (pdiot:P145 "AA00AA") # pink - seeks
| |
− | }
| |
− | pdio:Q49 pdiot:P63 ?node.
| |
− | OPTIONAL
| |
− | {
| |
− | ?node ?propertyRel ?value.
| |
− | ?edge wikibase:directClaim ?propertyRel.
| |
− | }.
| |
− | SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
| |
− | }
| |
− | }} MyData hub network]
| |
− | * personal data ecosystem maps
| |
− | * personal data tools ecosystem map
| |
− | * [{{SPARQLEmbed|query=
| |
− | SELECT ?item ?itemLabel ?country ?countryLabel WHERE {
| |
− | ?item pdiot:P3 pdio:Q646.
| |
− | SERVICE wikibase:label {
| |
− | bd:serviceParam wikibase:language "en" .
| |
− | }
| |
− | OPTIONAL { ?item pdiot:P55 ?country. }
| |
− | } }} data operators around the world]
| |
− | * [{{SPARQLEmbed|query=
| |
− | SELECT ?item ?itemLabel ?country ?countryLabel ?location ?locationLabel WHERE {
| |
− | ?item pdiot:P3 pdio:Q401.
| |
− | SERVICE wikibase:label {
| |
− | bd:serviceParam wikibase:language "en" .
| |
− | }
| |
− | OPTIONAL { ?item pdiot:P55 ?country. }
| |
− | OPTIONAL { ?item pdiot:P80 ?location. } } }} associations, with country and location]
| |
− | | |
− | == Hub initiators meeting work ==
| |
− | * [https://query.personaldata.io/index.html#%23defaultView%3AGraph%0A%0APREFIX%20pdio%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fentity%2F%3E%0APREFIX%20pdiot%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20%3Fobject%20%3FobjectLabel%20%3FedgeLabel%20WHERE%20%7B%0A%20%20%3Fitem%20%3Frel%20%3Fobject.%0A%20%20%3Fedge%20wikibase%3AdirectClaim%20%3Frel.%0A%20%20%3Fitem%20pdiot%3AP3%20pdio%3AQ47.%0A%20%20MINUS%20%7Bpdio%3AP3%20wikibase%3AdirectClaim%20%3Frel%7D%0A%20%20%3Fedge%20wikibase%3ApropertyType%20wikibase%3AWikibaseItem%20%20%20%23If%20we%20don%27t%20remove%20this%2C%20then%20those%20properties%20pointing%20to%20non-item%20labels%20mess%20everything%20up%0A%20%20%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%0ALIMIT%201000 map]
| |
− | * [http://tiny.cc/hub-map embeddable map]
| |
− | * [https://query.personaldata.io/index.html#%0APREFIX%20pdio%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fentity%2F%3E%0APREFIX%20pdiot%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20%20%3FedgeLabel%20%3Fobject%20%3FobjectLabel%20WHERE%20%7B%0A%20%20%3Fitem%20%3Frel%20%3Fobject.%0A%20%20%3Fedge%20wikibase%3AdirectClaim%20%3Frel.%0A%20%20%3Fitem%20pdiot%3AP3%20pdio%3AQ47.%0A%20%20MINUS%20%7Bpdio%3AP3%20wikibase%3AdirectClaim%20%3Frel%7D%0A%20%20%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%0ALIMIT%201000 table]
| |
− | | |
− | == MyData ==
| |
− | {| class="wikitable"
| |
− | |-
| |
− | ! Contributor !! Topic !! Visualization
| |
− | |-
| |
− | | MyData Global || the whole network||
| |
− | * [https://query.wikidata.org/embed.html#SELECT%20%3Fitem%20%3FitemLabel%20%3FcountryLabel%20%3F_image%20WHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP463%20wd%3AQ59696014.%0A%20%20OPTIONAL%0A%20%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP17%20%3Fcountry%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20.%20%0A%20%20%7D%0A%20%20%0AOPTIONAL%20%7B%20%3Fitem%20wdt%3AP18%20%3F_image.%20%7D%0A%7D%0ALIMIT%20100 MyData org members on Wikidata]
| |
− | * [https://query.wikidata.org/embed.html#SELECT%20%3Fitem%20%3FitemLabel%20%3Flocation%20%3FlocationLabel%20%3Fimage%20WHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP31%20wd%3AQ60674536.%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%3Fitem%20wdt%3AP276%20%3Flocation.%0A%20%20%20%20%20%20OPTIONAL%0A%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%20%20%3Flocation%20wdt%3AP41%20%3Fimage%0A%20%20%20%20%20%20%7D%0A%20%20%7D%0A%20%20OPTIONAL%20%0A%20%20%7B%0A%20%20%20%20%20%20%3Fitem%20wdt%3AP856%20%3Fwebsite.%0A%20%20%7D%0A%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20.%20%0A%20%20%7D%0A%7D%0ALIMIT%20100 hub list and their flags on Wikidata]
| |
− | * [https://query.wikidata.org/embed.html#%23defaultView%3AGraph%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20%3Fimage%20WHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP31%20wd%3AQ60674536.%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%3Fitem%20wdt%3AP276%20%3Flocation.%0A%20%20%20%20%20%20OPTIONAL%0A%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%20%20%3Flocation%20wdt%3AP41%20%3Fimage%0A%20%20%20%20%20%20%7D%0A%20%20%7D%0A%20%20OPTIONAL%20%0A%20%20%7B%0A%20%20%20%20%20%20%3Fitem%20wdt%3AP856%20%3Fwebsite.%0A%20%20%7D%0A%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20.%20%0A%20%20%7D%0A%7D%0ALIMIT%20100 MyData network visuals on Wikidata]
| |
− | * [{{SPARQLEmbed|query=
| |
− | SELECT ?item ?itemLabel WHERE {
| |
− | ?item pdiot:P3 pdio:Q47.
| |
− | SERVICE wikibase:label {
| |
− | bd:serviceParam wikibase:language "en" .
| |
− | }
| |
− | } | |
− | }} MyData hubs]
| |
− | |-
| |
− | | MyData Scotland || [[MyData Scotland ecosystem mapping]] workshop ||
| |
− | [{{SPARQLEmbed|query={{SPARQLTableQuery|table=Q201}}}} health + education]
| |
− | [{{SPARQLEmbed|query={{SPARQLTableQuery|table=Q227}}}} health + education + family activity]
| |
− | [{{SPARQLEmbed|query={{SPARQLTableQuery|table=Q228}}}} work]
| |
− | [{{SPARQLEmbed|query={{SPARQLWorkshopQuery|workshop=Q224}}}} all together]
| |
− | |-
| |
− | | MyData Finland || [[Mapping/Finland|Finnish ecosystem]] ||
| |
− | [{{SPARQLEmbed|query={{SPARQLcountry|country=Q564}}}} Finnish MyData ecosystem]
| |
− | |-
| |
− | | MyData Japan || [[Mapping/Japan|Japanese ecosystem]] ||
| |
− | [{{SPARQLEmbed|query={{SPARQLcountry|country=Q681|legend=true}}}} Japanese ecosystem]
| |
− | |}
| |
− | | |
| | | |
| + | = Mapping = |
| + | == Scotland == |
| + | [[Project:MyData/Scotland/Mapping]] |
| + | {{Project:MyData/Scotland/Mapping/Results}} |
| + | == Japan == |
| + | [[Project:MyData/Japan/Mapping]] |
| + | {{Project:MyData/Japan/Mapping/Results}} |
| + | == Finland == |
| + | [[Project:MyData/Finland/Mapping]] |
| + | {{Project:MyData/Finland/Mapping/Results}} |
| + | == Cameroon == |
| + | [[Project:MyData/Cameroon/Mapping]] |
| + | {{Project:MyData/Cameroon/Mapping/Results}} |
| + | == Methodology == |
| | | |
| Of course, it is necessary for these visualisations to engage in a mapping process. We explain [https://www.youtube.com/watch?v=rcc9NoQGTsk here] how to do so. | | Of course, it is necessary for these visualisations to engage in a mapping process. We explain [https://www.youtube.com/watch?v=rcc9NoQGTsk here] how to do so. |