Difference between revisions of "Project:MyData Geneva"
Jump to navigation
Jump to search
(Created page with "The goal here is to map better innovation activities in Geneva, and their relation to personal data.") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| 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] | ||
Latest revision as of 08:29, 7 November 2019
The goal here is to map better innovation activities in Geneva, and their relation to personal data.