Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema CL and Data Manifest CL for amount earned through US export,import,trade balance,two way trade economic activities of all goods annually to different countries and geographical regions for different years. #748

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading