Difference between revisions of "Project:MyData"

From Wikibase Personal data
Jump to navigation Jump to search
Line 7: Line 7:
 
= Visualizations =
 
= Visualizations =
 
{{Project:MyData/Visualizations|state=collapsed}}
 
{{Project:MyData/Visualizations|state=collapsed}}
 
== Hub initiators meeting work ==
 
{{SPARQL|query=#defaultView:Graph
 
SELECT ?item ?itemLabel ?object ?objectLabel ?edgeLabel WHERE {
 
  ?item ?rel ?object.
 
  ?edge wikibase:directClaim ?rel.
 
  ?item pdiot:P3 pdio:Q47.
 
  MINUS {pdio:P3 wikibase:directClaim ?rel}
 
  ?edge wikibase:propertyType wikibase:WikibaseItem  #If we don't remove this, then those properties pointing to non-item labels mess everything up
 
 
 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
 
}
 
LIMIT 1000
 
|state=collapsed
 
|label=Hub Initiators meeting map}}
 
 
{{SPARQL|query=SELECT ?item ?itemLabel  ?edgeLabel ?object ?objectLabel WHERE {
 
  ?item ?rel ?object.
 
  ?edge wikibase:directClaim ?rel.
 
  ?item pdiot:P3 pdio:Q47.
 
  MINUS {pdio:P3 wikibase:directClaim ?rel}
 
 
 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
 
}
 
LIMIT 1000
 
|label=table
 
|state=collapsed}}
 
  
 
== MyData ==
 
== MyData ==

Revision as of 23:27, 26 January 2020

Documenting hubs

For instance:

Visualizations

Network

MyData hubs (embedded)

MyData hub network (embedded)

data operators around the world (embedded)

associations, with country and location (embedded)


Hub initiators meeting work

Hub Initiators meeting map (embedded)

full triple table of Hub initiators meeting (embedded)


On Wikidata

MyData

Contributor Topic Visualization
MyData Global the whole network
MyData Scotland MyData Scotland ecosystem mapping workshop

health + education health + education + family activity work all together

MyData Finland Finnish ecosystem

Finnish MyData ecosystem

MyData Cameroon Cameroon ecosystem

Cameroon MyData ecosystem

MyData Japan Japanese ecosystem

Japanese ecosystem


Of course, it is necessary for these visualisations to engage in a mapping process. We explain here how to do so.