Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
The goal here is to map better innovation activities in Geneva, and their relation to personal data.
 
The goal here is to map better innovation activities in Geneva, and their relation to personal data.
   −
* [{{SPARQLEmbed|query=PREFIX pdio: <http://wiki.personaldata.io/entity/>
+
* [{{SPARQLEmbed|query=
PREFIX pdiot: <http://wiki.personaldata.io/prop/direct/>
+
SELECT ?item ?label ?_image WHERE {
 +
  ?item pdiot:P80 pdio:Q16.
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .  
 +
    ?item rdfs:label ?label
 +
  }
 +
 
 +
OPTIONAL { ?item pdiot:P47 ?_image. }
 +
}
 +
LIMIT 100}} everything "located in" Geneva]
    +
* [{{SPARQLEmbed|query=
 
SELECT ?item ?label ?_image WHERE {
 
SELECT ?item ?label ?_image WHERE {
   ?item pdiot:P80 pdio:Q16.
+
   ?item pdiot:P80 pdio:Q416.
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .
 +
    ?item rdfs:label ?label
 +
  }
 +
 
 +
OPTIONAL { ?item pdiot:P47 ?_image. }
 +
}
 +
LIMIT 100}} everything "located in" Switzerland]
 +
 
 +
* [{{SPARQLEmbed|query=
 +
SELECT ?item ?label ?_image WHERE {
 +
  ?item pdiot:P55 pdio:Q416.
 
   SERVICE wikibase:label {
 
   SERVICE wikibase:label {
 
     bd:serviceParam wikibase:language "en" .  
 
     bd:serviceParam wikibase:language "en" .  
Line 13: Line 35:  
OPTIONAL { ?item pdiot:P47 ?_image. }
 
OPTIONAL { ?item pdiot:P47 ?_image. }
 
}
 
}
LIMIT 100}} everything located in Geneva]
+
LIMIT 100}} everything in "country" Switzerland]

Navigation menu