Skip to content

Commit

Permalink
Schema CL and Data Manifest CL for the amount of stocks of materials …
Browse files Browse the repository at this point in the history
…and energy resources for different countries/metropolitan cities for different years.

PiperOrigin-RevId: 577110777
  • Loading branch information
Data Commons authored and copybara-github committed Sep 30, 2024
1 parent 7d7a527 commit 03c7659
Show file tree
Hide file tree
Showing 4 changed files with 2,259 additions and 2 deletions.
29 changes: 29 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -4207,3 +4207,32 @@ Node: dcid:StatisticalRegion
name: "StatisticalRegion"
typeOf: schema:Class
subClassOf: schema:AdministrativeArea

#oecd_addition
Node: dcid:resourceType
typeOf: dcs:Property
name: "resourceType"
domainIncludes: dcid:Fuel, dcid:Metal
rangeIncludes: dcid:ResourceTypeEnum

#Enum
Node: dcid:ResourceTypeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "ResourceTypeEnum"

#enumvalues
Node: dcid:CommerciallyRecoverableResources
typeOf: dcid:ResourceTypeEnum
name: "Commercially Recoverable Resources"
description: "Resources that are commercially recoverable."

Node: dcid:PotentiallyCommerciallyRecoverableResources
typeOf: dcid:ResourceTypeEnum
name: "Potentially Commercially Recoverable Resources"
description: "Resources that are potentially commercially recoverable."

Node: dcid:NonCommercialAndOtherDeposits
typeOf: dcid:ResourceTypeEnum
name: "Non Commercial And Other Deposits"
description: "Resources that are non commercial and other deposits."
44 changes: 42 additions & 2 deletions core/energy.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ supersededBy: dcid:stocks
Node: dcid:stocks
typeOf: schema:Property
rangeIncludes: schema:Quantity
domainIncludes: schema:Energy, schema:Fuel, schema:Product
domainIncludes: schema:Energy, schema:Fuel, schema:Product, dcid:Metal
name: "stocks"

Node: dcid:receipt
Expand Down Expand Up @@ -1831,6 +1831,39 @@ Node: dcid:AnnualChange
typeOf: dcid:EnergyStocksEnum
name: "Annual change"

#oecd_addition
Node: dcid:UpwardReappraisals
typeOf: dcid:EnergyStocksEnum
name: "Upward Reappraisals"

Node: dcid:TotalAdditionsToStock
typeOf: dcid:EnergyStocksEnum
name: "Total Additions To Stock"

Node: dcid:TotalReductionsInStock
typeOf: dcid:EnergyStocksEnum
name: "Total Reductions In Stock"

Node: dcid:Discrepancies
typeOf: dcid:EnergyStocksEnum
name: "Discrepancies"

Node: dcid:Extractions
typeOf: dcid:EnergyStocksEnum
name: "Extractions"

Node: dcid:DownwardReappraisals
typeOf: dcid:EnergyStocksEnum
name: "Downward Reappraisals"

Node: dcid:Discoveries
typeOf: dcid:EnergyStocksEnum
name: "Discoveries"

Node: dcid:Reclassifications
typeOf: dcid:EnergyStocksEnum
name: "Reclassifications"

# Begin EIA Form 860 Schema

Node: dcid:ElectricUtility
Expand Down Expand Up @@ -1990,10 +2023,17 @@ description: "High voltage electricity system responsible for transmitting elect
Node: dcid:fuelType
name: "fuelType"
typeOf: schema:Property
rangeIncludes: schema:Text
rangeIncludes: schema:Text, dcid:EnergySourceEnum
domainIncludes: schema:Product
description: "Type of chemical combusted for heat, force, or electricity."

#oced_addition
Node: dcid:metalType
typeOf: dcs:Property
name: "metalType"
domainIncludes: dcid:Metal
rangeIncludes: dcid:ChemicalElement

Node: dcid:uprateCompletionDate
name: "uprateCompletionDate"
typeOf: schema:Property
Expand Down
9 changes: 9 additions & 0 deletions core/provisional_chemistry.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ name: "Radon"
typeOf: dcid:ChemicalElement
isProvisional: schema:True

#oecd_addition
Node: dcid:Gold
typeOf: dcid:ChemicalElement
name: "Gold"

Node: dcid:Bauxite
typeOf: dcid:ChemicalElement
name: "Bauxite"

Node: dcid:Methane
name: "Methane"
typeOf: dcid:ChemicalCompound, dcs:GreenhouseGas
Expand Down
Loading

0 comments on commit 03c7659

Please sign in to comment.