Skip to content

Commit

Permalink
Schema CL and Data Manifest CL for the revenue from export and amount…
Browse files Browse the repository at this point in the history
… spent on import activities of all goods annually to different countries/geographical regions for different years.

PiperOrigin-RevId: 589059636
  • Loading branch information
Data Commons authored and copybara-github committed Dec 18, 2023
1 parent 68e4cd0 commit f5c5563
Show file tree
Hide file tree
Showing 4 changed files with 1,250 additions and 2 deletions.
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

0 comments on commit f5c5563

Please sign in to comment.