Skip to content

Commit

Permalink
Schema CL and Data Manifest CL for amount earned through US export,im…
Browse files Browse the repository at this point in the history
…port,trade balance,two way trade economic activities of all goods annually to different countries and geographical regions for different years.

PiperOrigin-RevId: 590048836
  • Loading branch information
Data Commons authored and copybara-github committed Sep 17, 2024
1 parent 8dbf107 commit 1557d71
Show file tree
Hide file tree
Showing 4 changed files with 1,256 additions and 4 deletions.
24 changes: 20 additions & 4 deletions core/energy.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rangeIncludes: schema:Quantity
domainIncludes: schema:Fuel
name: "heatContent"
description: "The amount of heat energy available to be released by the transformation or use of a specified physical unit of an energy form (e.g., a ton of coal, a barrel of oil, a kilowatt hour of electricity, a cubic foot of natural gas, or a pound of steam)."
description: "The amount of heat energy available to be released by the transformation or use of a specified physical unit of an energy form (e.g., a ton of coal, a barrel of oil, a kilowatt hour of electricity, a cubic foot of natural gas, or a pound of steam)."
descriptionUrl: "https://www.eia.gov/tools/glossary/index.php?id=H"

Node: dcid:generation
Expand Down Expand Up @@ -142,15 +143,28 @@ name: "outage"
Node: dcid:imports
typeOf: schema:Property
rangeIncludes: schema:Quantity
domainIncludes: schema:Coal, schema:Electricity, schema:Energy, schema:Fuel
domainIncludes: schema:Coal, schema:Electricity, schema:Energy, schema:Fuel, dcid:EconomicActivity
name: "imports"

Node: dcid:exports
typeOf: schema:Property
rangeIncludes: schema:Quantity
domainIncludes: schema:Electricity, schema:Energy, schema:Fuel
domainIncludes: schema:Electricity, schema:Energy, schema:Fuel, dcid:EconomicActivity
name: "exports"

Node: dcid:tradeBalance
typeOf: dcs:Property
name: "tradeBalance"
domainIncludes: dcid:EconomicActivity
description: "The difference between the value of exports and imports."

Node: dcid:twoWayTrade
typeOf: schema:Property
rangeIncludes: schema:Quantity
domainIncludes: dcid:EconomicActivity
name: "twoWayTrade"
description: "The sum of the value of exports and imports."

Node: dcid:reserves
typeOf: schema:Property
rangeIncludes: schema:Quantity
Expand Down Expand Up @@ -1021,6 +1035,7 @@ name: "Monthly"
Node: dcid:Triennial
typeOf:StatAccumulationPeriodEnum
name: "Triennial"
description: "A period of three years."

Node: dcid:Quarterly
typeOf: dcs:StatAccumulationPeriodEnum
Expand Down Expand Up @@ -1155,19 +1170,20 @@ Node: dcid:BillionBarrels
typeOf: dcs:VolumeUnitOfMeasure
name: "BillionBarrels"
shortDisplayName: "Bbbl"
description: "A barrel is one of several units of volume applied in various contexts. bbbl is a billion barrels worth of volume."
description: "A barrel is one of several units of volume applied in various contexts. Bbbl is a billion barrels worth of volume."

Node: dcid:MillionsBarrels
typeOf: dcs:VolumeUnitOfMeasure
name: "MillionsBarrels"
shortDisplayName: "Mbbl"
description: "A barrel is one of several units of volume applied in various contexts. mbbl is a million barrels worth of volume."
description: "A barrel is one of several units of volume applied in various contexts. Mbbl is a million barrels worth of volume."

Node: dcid:CubicMeter
typeOf: dcs:VolumeUnitOfMeasure
name: "Cubic meter"
shortDisplayName: "m³"
description: "It is the volume of a cube with edges one meter in length, also equal to 1000 liters."
description: "It is the volume of a cube with edges one meter in length, also equal to 1000 liters."

Node: dcid:CubicFoot
typeOf: dcs:VolumeUnitOfMeasure
Expand Down
10 changes: 10 additions & 0 deletions core/naics_enums.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -15126,3 +15126,13 @@ name: "State and local government education"
Node: dcid:NAICS/JOLTS_929000
typeOf: dcs:NAICSEnum
name: "State and local government excluding education"

Node: dcid:NAICS/980
typeOf: dcid:NAICSEnum
name: "Goods Returned (Exports for Canada Only)"
dcid: "NAICS/980"

Node: dcid:NAICS/990
typeOf: dcid:NAICSEnum
name: "Other Special Classification Provisions"
dcid: "NAICS/990"
7 changes: 7 additions & 0 deletions core/wto_trade_schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ domainIncludes: dcid:EconomicActivity
rangeIncludes: dcid:Country,dcid:Place,dcid:ContinentalUnion
isProvisional: dcs:True

Node: dcid:tradePartner
typeOf: dcs:Property
name: "tradePartner"
domainIncludes: dcid:EconomicActivity
rangeIncludes: dcid:Country
isProvisional: dcs:True

Node: dcid:RestOfTheWorld
typeOf: dcid:Country
name: "RestOfTheWorld"
Expand Down
Loading

0 comments on commit 1557d71

Please sign in to comment.