Skip to content

Commit

Permalink
Schema CL and Data Manifest CL for Two Way Trade (import and export) …
Browse files Browse the repository at this point in the history
…between US and different countries annually for different years.

PiperOrigin-RevId: 584823973
  • Loading branch information
Data Commons authored and copybara-github committed Dec 4, 2023
1 parent 6e0627b commit 39f77ea
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions core/energy.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ rangeIncludes: schema:Quantity
domainIncludes: schema:Electricity, schema:Energy, schema:Fuel
name: "exports"

###US ITA Addition
Node: dcid:tradePartner
typeOf: dcs:Property
name: "tradePartner"
rangeIncludes: dcid:Country

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"
8 changes: 7 additions & 1 deletion core/wto_trade_schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Node: dcid:product
typeOf: dcs:Property
name: "product"
domainIncludes: dcid:EconomicActivity
rangeIncludes: dcid:ProductEnum,dcid:FarmInventoryTypeEnum
rangeIncludes: dcid:ProductEnum,dcid:FarmInventoryTypeEnum,dcid:EconomicActivity
isProvisional: dcs:True

Node: dcid:ProductEnum
Expand Down Expand Up @@ -30,6 +30,12 @@ domainIncludes: dcid:EconomicActivity
rangeIncludes: dcid:Country,dcid:Place,dcid:ContinentalUnion
isProvisional: dcs:True

###US ITA Addition
Node: dcid:tradePartner
typeOf: dcs:Property
name: "tradePartner"
rangeIncludes: dcid:Country

Node: dcid:RestOfTheWorld
typeOf: dcid:Country
name: "RestOfTheWorld"
Expand Down
Empty file.

0 comments on commit 39f77ea

Please sign in to comment.