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=
+
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 {
+
?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 {
+
bd:serviceParam wikibase:language "en" .
+
?item rdfs:label ?label
+
}
+
+
OPTIONAL { ?item pdiot:P47 ?_image. }
+
}
+
LIMIT 100}} everything in "country" Switzerland]