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 Jul 10, 2024
1 parent 20d8bc2 commit 5e8eeb8
Show file tree
Hide file tree
Showing 4 changed files with 1,252 additions and 2 deletions.
18 changes: 16 additions & 2 deletions core/energy.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,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 +1034,7 @@ name: "Monthly"
Node: dcid:Triennial
typeOf:StatAccumulationPeriodEnum
name: "Triennial"
description: "A period of three years."

Node: dcid:Quarterly
typeOf: dcs:StatAccumulationPeriodEnum
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 5e8eeb8

Please sign in to comment.