Changes

Jump to navigation Jump to search
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 ==
 
== Hub initiators meeting work ==

Navigation menu