Skip to content

Commit

Permalink
Data Manifest CL for Vietnam census at National, Province and City Le…
Browse files Browse the repository at this point in the history
…vel.

PiperOrigin-RevId: 545151191
  • Loading branch information
Data Commons authored and copybara-github committed Oct 17, 2023
1 parent 52578df commit 2f1e819
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
21 changes: 21 additions & 0 deletions core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -11160,3 +11160,24 @@ name: "incorporatedInPlace"
description: "Place where a company was incorporated"
domainIncludes: dcs:Company
rangeIncludes: dcid:Place

Node: MedicalServiceUnit
typeOf: schema:Class
subClassOf: schema:MedicalOrganization
dcid: "MedicalClinic"
name: "MedicalServiceUnit"
description: "A medical unit is a military or civilian establishment that provides medical services like Physician care,Inpatient care ,Hospital surgical services,Emergency services,Ambulance services,Dental care services,Vision care services."

Node: RegionalPolyclinic
typeOf: schema:Class
subClassOf: schema:MedicalOrganization
dcid: "MedicalClinic"
name: "RegionalPolyclinic"
description: "It is a clinic or health care facility that provides both general and specialist examinations and treatments for a wide variety of diseases."

Node: SanatoriumRehabilitationHospital
typeOf: schema:Class
subClassOf: schema:MedicalOrganization
dcid: "MedicalClinic"
name: "SanatoriumRehabilitationHospital"
description: "It is a specialized hospital that provides long-term medical care or treatment.Sanatoriums are often located in the countryside, where the climate is healthy. They offer therapy that typically involves specific regimens, such as: Special diet, Fresh air, Daily exercise"
35 changes: 35 additions & 0 deletions stat_vars/vietnam_statvar.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Node: dcid:Count_Hospital
typeOf: dcid:StatisticalVariable
populationType: dcid:Hospital
measuredProperty: dcid:count
statType: dcid:measuredValue

Node: dcid:Count_MedicalServiceUnit
typeOf: dcid:StatisticalVariable
populationType: dcid:MedicalServiceUnit
measuredProperty: dcid:count
statType: dcid:measuredValue

Node: dcid:Count_RegionalPolyclinic
typeOf: dcid:StatisticalVariable
populationType: dcid:RegionalPolyclinic
measuredProperty: dcid:count
statType: dcid:measuredValue

Node: dcid:Count_SanatoriumRehabilitationHospital
typeOf: dcid:StatisticalVariable
populationType: dcid:SanatoriumRehabilitationHospital
measuredProperty: dcid:count
statType: dcid:measuredValue

Node: dcid:Count_Person
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue

Node: dcid:Count_ClassRoom
typeOf: dcid:StatisticalVariable
populationType: dcid:ClassRoom
measuredProperty: dcid:count
statType: dcid:measuredValue

0 comments on commit 2f1e819

Please sign in to comment.