Difference between revisions of "Exploration/health"

From Wikibase Personal data
Jump to navigation Jump to search
Line 3: Line 3:
 
* vaccination data
 
* vaccination data
 
* wearables data
 
* wearables data
* insurance data
+
{{SPARQL|label=insurance data in Switzerland|state=collapsed
 +
|query=SELECT ?item ?itemLabel WHERE {
 +
  ?item pdiot:P3 pdio:Q245.
 +
  ?item pdiot:P55 pdio:Q416.
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .
 +
  }
 +
}
 +
}}
  
 
(each time we should have a query that enables us to get all the relevant companies listed in the right way, and documentation like {{Claim|P55|Q416}})
 
(each time we should have a query that enables us to get all the relevant companies listed in the right way, and documentation like {{Claim|P55|Q416}})

Revision as of 23:01, 10 April 2023

We need to explore health data with Gesundheitsdatenraum Schweiz (Q5465) and in particular

  • laboratory data
  • vaccination data
  • wearables data
PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?itemLabel WHERE {
  ?item pdiot:P3 pdio:Q245.
  ?item pdiot:P55 pdio:Q416.
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" . 
  }
}

insurance data in Switzerland (embedded)


(each time we should have a query that enables us to get all the relevant companies listed in the right way, and documentation like

< P55 > Q416 oggetto o valore (it) / objet ou valeur (fr) / объект или значение (ru) / Objekt oder Wert (de) / objeto ou valor (pt) / object or value (en-gb) / オブジェクトまたは値 (ja) / objeto ou valor (pt-br) / objekt eller värde (sv) / objketo aŭ valoro (eo) / object of waarde (nl) / 對象或值 (zh-hant) / objekt nebo hodnota (cs) / tárgy vagy érték (hu) / objeto o valor (es) / object or value (en) / object or value (en-ca) / 对象或值 (zh-hans) / предмет или вредност (mk) >

)