Skip to content

Commit

Permalink
Data Manifest CL for Srilanka census at Country, Province and Distric…
Browse files Browse the repository at this point in the history
…t Level.

PiperOrigin-RevId: 545860361
  • Loading branch information
Data Commons authored and copybara-github committed Dec 20, 2023
1 parent c26ca1d commit aacc3fa
Show file tree
Hide file tree
Showing 7 changed files with 3,709 additions and 5 deletions.
23 changes: 22 additions & 1 deletion core/agriculture.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,15 @@ name: "valueOfSales"

Node: dcid:farmType
typeOf: schema:Property
domainIncludes: dcs:Farm
domainIncludes: dcs:Farm, dcid:LandCover,dcid:FarmInventory
rangeIncludes: dcs:FarmTypeEnum
name: "farmType"

Node: dcid:landCoverType
typeOf: dcs:Property
name: "landCoverType"
rangeIncludes: dcid:FarmTypeEnum

Node: dcid:governmentPaymentStatus
typeOf: schema:Property
domainIncludes: dcs:Farm
Expand Down Expand Up @@ -141,6 +146,10 @@ Node: dcid:IrrigatedLand
typeOf: dcs:FarmTypeEnum
name: "IrrigatedLand"

Node: dcid:ArableLand
typeOf: dcs:FarmTypeEnum,dcs:LandCoverClassEnum
name: "ArableLand"

Node: dcid:GovernmentPaymentStatusEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
Expand Down Expand Up @@ -429,6 +438,18 @@ typeOf: dcs:FarmInventoryTypeEnum
name: "WheatExcludingDurum"
specializationOf: dcs:Crops

Node: dcid:Cereal
typeOf: dcid:LandCoverClassEnum
name: "Cereal"

Node: dcid:Fertilizer
typeOf: dcs:FarmInventoryTypeEnum
name: "Fertilizer"

Node: dcid:Tractor
typeOf: dcs:FarmInventoryTypeEnum
name: "Tractor"

Node: dcid:FarmInventoryStatusEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
Expand Down
17 changes: 17 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,12 @@ typeOf: schema:Property
domainIncludes: schema:Observation
name: "duration"

Node: schoolingDuration
dcid: "schoolingDuration"
typeOf: schema:Property
domainIncludes: schema:Student
name: "schoolingDuration"

Node: age
dcid: "age"
name: "age"
Expand Down Expand Up @@ -1636,6 +1642,17 @@ name: "UnitOfMeasure"
dcid: "UnitOfMeasure"
description: "A unit used to denote a quantitative measurement."

Node: dcid:HectarePerPerson
typeOf: dcs:UnitOfMeasure
name: "HectarePerPerson"
description: "A unit person per hectare area."

Node: dcid:KilogramPerHectare
typeOf: dcs:UnitOfMeasure
name: "KilogramPerHectare"
description: "A unit per kilogram per hectare area."


Node: LengthUnitOfMeasure
typeOf: schema:Class
subClassOf: dcs:UnitOfMeasure
Expand Down
4 changes: 4 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ dcid: "UnderGraduate"
name: "UnderGraduate"
typeOf: dcs:EnrollmentLevelEnum

Node: dcid:PrePrimaryEducation
name: "PrePrimaryEducation"
typeOf: dcid:EnrollmentLevelEnum

Node: InstitutionControlUnknown
typeOf: dcs:InstitutionControlEnum
dcid: "InstitutionControlUnknown"
Expand Down
14 changes: 12 additions & 2 deletions core/edu.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,10 @@ Node: dcid:FederalCollege
typeOf: dcs:SchoolLevelEnum
name: Federal College

Node: dcid:TertiarySchool
name: "TertiarySchool"
typeOf: dcid:SchoolLevelEnum

## Public School Type Enum

Node: dcid:PublicSchoolTypeEnum
Expand Down Expand Up @@ -1449,6 +1453,14 @@ description: "Doctorate degree or equivalent level."
typeOf: dcid:SchoolGradeLevelEnum
iscedLevel: "ISCEDLevel8"

Node: dcid:NoEducation
name: "NoEducation"
typeOf: dcid:SchoolGradeLevelEnum

Node: dcid:SecondaryEducation
name: "SecondaryEducation"
typeOf: dcid:SchoolGradeLevelEnum

## UDISE School Enum

Node: dcid:UDISE_PrimarySchool_Grade1To5
Expand Down Expand Up @@ -2288,5 +2300,3 @@ typeOf: schema:Property
domainIncludes: schema:Person
rangeIncludes: dcs:EducationalMajorEnum
name: "doctorateDegreeMajor"


2 changes: 1 addition & 1 deletion core/energy.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ name: "retailSales"
Node: dcid:consumption
typeOf: schema:Property
rangeIncludes: schema:Quantity
domainIncludes: schema:Coal, schema:Electricity, schema:Energy, schema:Fuel, schema:CommercialBuilding
domainIncludes: schema:Coal, schema:Electricity, schema:Energy, schema:Fuel, schema:CommercialBuilding, dcs:FarmInventory
name: "consumption"

Node: dcid:expenditure
Expand Down
30 changes: 29 additions & 1 deletion core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -4173,7 +4173,7 @@ Node: yield
dcid: "yield"
name: "yield"
typeOf: schema:Property
domainIncludes: schema:HowTo
domainIncludes: schema:HowTo, schema:Farm, dcs:FarmInventory
rangeIncludes: schema:Text

Node: thumbnail
Expand Down Expand Up @@ -7367,6 +7367,28 @@ name: "dateVehicleFirstRegistered"
domainIncludes: schema:Vehicle
typeOf: schema:Property

Node: dcid:vehicleRegistrationStatus
typeOf: dcs:Property
name: "vehicleRegistrationStatus"
domainIncludes: dcid:FarmInventory
rangeIncludes: dcid:VehicleRegistrationStatusEnum

Node: dcid:VehicleRegistrationStatusEnum
name: "VehicleRegistrationStatusEnum"
typeOf: schema:Class
subClassOf: schema:Enumeration
description: "An enumeration of registered vehicle"

Node: dcid:vehiclesRegistered
typeOf: dcs:Property
name: "vehiclesRegistered"
rangeIncludes: dcid:VehicleRegistrationStatusEnum
domainIncludes: dcid:FarmInventory

Node: dcid:VehicleRegistered
typeOf: dcid:VehicleRegistrationStatusEnum
name: "Vehicle Registered"

Node: GroupBoardingPolicy
dcid: "GroupBoardingPolicy"
typeOf: schema:BoardingPolicyType
Expand Down Expand Up @@ -10537,6 +10559,12 @@ domainIncludes: schema:Vehicle
name: "fuelConsumption"
rangeIncludes: schema:QuantitativeValue

Node: dcid:consumption
typeOf: schema:Property
rangeIncludes: schema:Quantity
domainIncludes: dcs:FarmInventory
name: "consumption"

Node: pickupLocation
dcid: "pickupLocation"
name: "pickupLocation"
Expand Down
Loading

0 comments on commit aacc3fa

Please sign in to comment.