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 the revenue from export and amount spent on import activities of all goods annually to different countries/geographical regions for different years. #747

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 14 additions & 2 deletions core/energy.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,27 @@ 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
isProvisional: dcs:True

Node: dcid:twowayTrade
typeOf: schema:Property
rangeIncludes: schema:Quantity
domainIncludes: dcid:EconomicActivity
name: "twowayTrade"

Node: dcid:reserves
typeOf: schema:Property
rangeIncludes: schema:Quantity
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