Skip to content

Commit

Permalink
Schema CL and Data Manifest CL for type of land covers for different …
Browse files Browse the repository at this point in the history
…countries/metropolitan cities for different years.

PiperOrigin-RevId: 568813697
  • Loading branch information
Data Commons authored and copybara-github committed Dec 17, 2024
1 parent 86b775c commit 61da49c
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 3 deletions.
40 changes: 40 additions & 0 deletions core/agriculture.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,46 @@ Node: dcid:Cropland
typeOf: dcs:FarmTypeEnum
name: "Cropland"

Node: dcid:BareArea
typeOf: dcs:FarmTypeEnum
name: "Bare Area"

Node: dcid:Shrubland
typeOf: dcs:FarmTypeEnum
name: "Shrub land"

Node: dcid:Wetland
typeOf: dcs:FarmTypeEnum
name: "Wet land"

Node: dcid:InlandWater
typeOf: dcs:FarmTypeEnum
name: "Inland Water"

Node: dcid:ArtificialSurface
typeOf: dcs:FarmTypeEnum
name: "Artificial Surface"

Node: dcid:Grassland
typeOf: dcs:FarmTypeEnum
name: "Grass land"

Node: dcid:NaturalAndSemiNatural
typeOf: dcs:FarmTypeEnum
name: "Natural And SemiNatural"

Node: dcid:BuiltUp
typeOf: dcs:FarmTypeEnum
name: "Builtup"

Node: dcid:TreeCover
typeOf: dcs:FarmTypeEnum
name: "Tree Cover"

Node: dcid:NonResidentialBuiltUp
typeOf: dcs:FarmTypeEnum
name: "Non Residential BuiltUp"

Node: dcid:HarvestedCropland
typeOf: dcs:FarmTypeEnum
name: "HarvestedCropland"
Expand Down
47 changes: 45 additions & 2 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ dcid: dcs:landArea
typeOf: schema:Property
name: "landArea"
description: "The area of an administrative area."
domainIncludes: schema:AdministrativeArea
domainIncludes: schema:AdministrativeArea, dcid:LandCover
rangeIncludes: schema:Float

Node: populationDensity
Expand Down Expand Up @@ -2005,6 +2005,11 @@ typeOf: UnitOfMeasure
name: "PersonPerSquareKilometer"
description: "A unit person per square kilometer area."

Node: dcid:SquareMeterPerPerson
typeOf: UnitOfMeasure
name: "SquareMeterPerPerson"
description: "A unit square meter of area per person"

Node: MilePerSquareMile
typeOf: dcs:UnitOfMeasure
name: "MilePerSquareMile"
Expand Down Expand Up @@ -3014,9 +3019,19 @@ Node: dcid:baseDate
typeOf: schema:Property
name: "baseDate"
description: "Identifies the date to compare observations to (in ISO 8601 format)."
rangeIncludes: schema:Date
rangeIncludes: schema:Date, schema:LandCover
domainIncludes: schema:StatisticalVariable

Node: dcid:BaseYear2000
typeOf: dcs:BaseDateEnum
name: "Base Year 2000"
domainIncludes: dcs:baseDate

Node: dcid:BaseDateEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "BaseDateEnum"

Node: dcid:Years
typeOf: dcs:TimeUnitOfMeasure
name: "Years"
Expand Down Expand Up @@ -4216,3 +4231,31 @@ Node: dcid:FullTimeEmployee
typeOf: dcid:EmploymentStatusEnum
name: "Full Time Employee"

#oecd_addition
Node: dcid:landCoverStatus
typeOf: dcid:Property
name: "landCoverStatus"
domainIncludes: dcid:LandCover
rangeIncludes: dcid:LandCoverStatusEnum
isProvisional: dcid:True

Node: dcid:LandCoverStatusEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "LandCoverStatusEnum"
isProvisional: dcid:True

Node: dcid:Loss
typeOf: dcid:LandCoverStatusEnum
name: "Loss"
isProvisional: dcid:True

Node: dcid:Gain
typeOf: dcid:LandCoverStatusEnum
name: "Gain"
isProvisional: dcid:True

Node: dcid:NetChange
typeOf: dcid:LandCoverStatusEnum
name: "Net Change"
isProvisional: dcid:True
2 changes: 1 addition & 1 deletion core/energy.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ name: "reserves"
Node: dcid:loss
typeOf: schema:Property
rangeIncludes: schema:Quantity
domainIncludes: schema:Electricity, schema:Energy, schema:Fuel
domainIncludes: schema:Electricity, schema:Energy, schema:Fuel, schema:LandCover
name: "loss"

Node: dcid:productReclassification
Expand Down
4 changes: 4 additions & 0 deletions core/measurement_methods.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ name: "EPA_NationalEmissionInventory_Tier1Summary"
typeOf: dcs:MeasurementMethodEnum
description: "Measurement method for US EPA Tier 1 Source, Criteria Air Pollutant Emission"

Node: dcid:OECDLandCoverBaseYear2000
name: "OECDLandCoverBaseYear2000"
typeOf: dcs:MeasurementMethodEnum

Node: dcid:CensusPEPSurvey_RaceUpto1999
name: "CensusPEPSurvey_RaceUpto1999"
typeOf: dcs:CensusSurveyEnum
Expand Down
160 changes: 160 additions & 0 deletions core/oecdSchema.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
###Property
Node: dcid:Waste
typeOf: schema:Class
name: "Waste"
subClassOf: dcs:Thing

Node: dcid:wasteSourceType
typeOf: dcs:Property
name: "wasteSourceType"
domainIncludes: dcid:Waste
rangeIncludes: dcid:WasteSourceTypeEnum

Node: dcid:wasteType
typeOf: dcs:Property
name: "wasteType"
domainIncludes: dcid:Waste
rangeIncludes: dcid:WasteTypeEnum

###Enums
Node: dcid:WasteSourceTypeEnum
typeOf: dcid:Class
subClassOf:Enumeration
name: "WasteSourceTypeEnum"
description:"The wastes are classified into primary,secondary and tertiary depending upon the level of contribution they provided in the generation of waste"

Node: dcid:WasteTypeEnum
typeOf: dcid:Class
subClassOf:Enumeration
name: "WasteTypeEnum"
description:"The type of waste generated"

Node: dcid:ISICv4Enum
typeOf: dcid:Class
subClassOf:Enumeration
name: "ISICv4Enum"
description: "International Standard Industrial Classification of All Economic Activities(ISIC), Rev.4 has provided has codes for different industries "

###Enum Values
Node: dcid:PrimaryWasteSource
typeOf: dcid:WasteSourceTypeEnum
name: "Primary Waste Source"
description:"Trash or garbage from households, schools, offices, marketplaces, restaurants and other public places"
descriptionUrl:"https://byjus.com/biology/types-of-waste/."

Node: dcid:SecondaryWasteSource
typeOf: dcid:WasteSourceTypeEnum
name: "Secondary Waste Source"
description:"Waste generated from different sources and of different nature, i.e. waste generated in a process that is known as a waste treatment operation; it includes residual materials originating from recovery and disposal operations, such as incineration and composting residues"
descriptionUrl:"https://ec.europa.eu/eurostat/statistics-explained/index.php/Glossary:Secondary_waste"

Node: dcid:ISICv4/RES
typeOf: dcid:WasteTypeEnum
name: "Sorting Residue"
description:"In sorting plants for light packaging (LVP), the packaging items pass through various packaging items pass through various stations, at each of which a specific fraction of the material is sorted out of the material flow"
descriptionUrl:"https://vecoplan.com/en/material/alternative-fuel/sorting-residues."

Node: dcid:ISICv4/05-09
typeOf: dcid:ISICv4Enum
name: "Mining And Quarrying"
description:"Mining and quarrying of metalliferous ores, coal, crude petroleum and natural gas, and of stone, clay, gravel and other non-metallic minerals, including dressing of metalliferous ores"

Node: dcid:ISICv4/10-33
typeOf: dcid:ISICv4Enum
name: "Total Manufacturing Industries"

Node: dcid:ISICv4/10-12
typeOf: dcid:ISICv4Enum
name: "Food Beverages Tobacco Manufacture"

Node: dcid:ISICv4/13-15
typeOf: dcid:ISICv4Enum
name: "Textiles Wearing Apparel Leather Products Manufacture"

Node: dcid:ISICv4/16
typeOf: dcid:ISICv4Enum
name: "Wood Cork Straw Plaiting Materials Except Furniture Manufacture"

Node: dcid:ISICv4/17-18
typeOf: dcid:ISICv4Enum
name: "Paper Products Printing Reproduction Recorded Media Manufacture"

Node: dcid:ISICv4/19
typeOf: dcid:ISICv4Enum
name: "Coke Refined Petroleum Products Manufacture"

Node: dcid:ISICv4/20-22
typeOf: dcid:ISICv4Enum
name: "Chemical Pharmaceutical Rubber Plastic Products Manufacture"

Node: dcid:ISICv4/23
typeOf: dcid:ISICv4Enum
name: "Non Metallic Mineral Products Manufacture"

Node: dcid:ISICv4/24-33
typeOf: dcid:ISICv4Enum
name: "Basic Metal Fabricated Metal Machinery Equipments Repair And Installation Furnitures Jewellery MusicalInstrument Toys Manufacture"

Node: dcid:ISICv4/24
typeOf: dcs:ISICv4Enum
name: "BasicMetalsManufacture"

Node: dcid:ISICv4/25-28
typeOf: dcid:ISICv4Enum
name: "Fabricated Metal Computer Electronic Optical Electrical Equipment Machinery Equipment Manufacture"

Node: dcid:ISICv4/29-33
typeOf: dcid:ISICv4Enum
name: "Motor Vehicles OtherTransport And Furniture Repair And Installation Machinery Equipment Manufacture"

Node: dcid:ISICv4/43
typeOf: dcid:ISICv4Enum
name: "Construction"

Node: dcid:ISICv4/01-03
typeOf: dcid:ISICv4Enum
name: "Agriculture Forestry Fishing"

Node: dcid:ISICv4/24-25
typeOf: dcid:ISICv4Enum
name: "Basic Fabricated Metal Except Machinery Equipment Manufacture"

Node: dcid:ISICv4/26-30
typeOf: dcid:ISICv4Enum
name: "Computer Electronic Optical Electrical Motor Vehicles Other Transport Equipment Manufacture"

Node: dcid:ISICv4/31-33
typeOf: dcid:ISICv4Enum
name: "Furniture Jewellery Musical Instruments Toys Repair And Installation Machinery Equipment Manufacture"

Node: dcid:ISICv4/36-39
typeOf: dcs:ISICv4Enum
name: "Water Supply Sewerage Waste Management"

Node: dcid:ISICv4/01
typeOf: dcs:ISICv4Enum
name: "Agriculture"

Node: dcid:ISICv4/35
typeOf: dcs:ISICv4Enum
name: "Electricity, gas, steam and air conditioning supply"

Node: dcid:ISICv4/Total_Primary_Recovered
typeOf: dcs:ISICv4Enum
name: “Total amounts of primary waste generated recovered”

Node: dcid:ISICv4/TOTAL_Primary_Recycled
typeOf: dcs:ISICv4Enum
name: “Total amounts of primary waste generated recycled”

Node: dcid:ISICv4/Inert_Waste
typeOf: dcs:ISICv4Enum
name: “Inert mineral waste generated”

Node: dcid:ISICv4/Inert_Waste_Recovered
typeOf: dcs:ISICv4Enum
name: “Inert mineral waste generated, of which recovered”

Node: dcid:ISICv4/Inert_Waste_Recycled
typeOf: dcs:ISICv4Enum
name: “Inert mineral waste generated, of which recycled”
78 changes: 78 additions & 0 deletions stat_vars/oced_land_cover_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
Node: dcid:LandArea_LandCover_2000_ArtificialSurface
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
baseDate: 2000
landCoverType: dcid:ArtificialSurface

Node: dcid:LandArea_LandCover_BareArea
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:BareArea

Node: dcid:LandArea_LandCover_BuiltUp
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:BuiltUp

Node: dcid:LandArea_LandCover_BuiltUp_AsAFractionOf_Count_Person
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person
landCoverType: dcid:BuiltUp

Node: dcid:LandArea_LandCover_Cropland
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:Cropland

Node: dcid:LandArea_LandCover_Grassland
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:Grassland

Node: dcid:LandArea_LandCover_InlandWater
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:InlandWater

Node: dcid:LandArea_LandCover_NonResidentialBuiltUp
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:NonResidentialBuiltUp

Node: dcid:LandArea_LandCover_Shrubland
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:Shrubland

Node: dcid:LandArea_LandCover_TreeCover
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:TreeCover

Node: dcid:LandArea_LandCover_Wetland
typeOf: dcid:StatisticalVariable
populationType: dcid:LandCover
measuredProperty: dcid:landArea
statType: dcid:measuredValue
landCoverType: dcid:Wetland

0 comments on commit 61da49c

Please sign in to comment.