Skip to content

Commit

Permalink
Schema and Manifest Cl for Economic Development Administration.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580143185
  • Loading branch information
Data Commons authored and copybara-github committed Nov 30, 2023
1 parent 6e0627b commit 7ab5d00
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 1 deletion.
29 changes: 29 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3430,6 +3430,35 @@ domainIncludes: schema:Thing
rangeIncludes: schema:Thing
description: "Indicates that an entity is included in another entity. For example, a variable (StatisticalVariable) included in an import (Provenance)."

Node: dcid:investmentProgram
typeOf: dcs:Property
name: "investmentProgram"
domainIncludes: dcid:Investment
rangeIncludes: dcid:InvestmentProgramEnum
description: "The type of program under which the investement is done."

Node: dcid:economicProgram
typeOf: dcs:Property
name: "economicProgram"
domainIncludes: dcid:Investment,dcid:JobsCreated,dcid:JobsSaved,dcid:EconomicActivity
rangeIncludes: dcid:EconomicProgramTypeEnum
description: "The administration sector responsible for development"

Node: dcid:investment
typeOf: dcs:Property
name: "investment"
domainIncludes: dcs:EconomicActivity

Node: dcid:investmentSource
typeOf: dcs:Property
name: "investmentSource"
domainIncludes: dcid:EconomicActivity
rangeIncludes: dcid:InvestmentSourceEnum

Node: dcid:jobStatus
typeOf: dcs:Property
name: "jobStatus"
rangeIncludes: dcs:JobStatusEnum

Node: dcid:NTIA_OtherRace
typeOf: dcid:RaceCodeEnum
Expand Down
22 changes: 22 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,25 @@ Node: dcid:WorldBank_CurrencyEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "WorldBank_CurrencyEnum"

Node: dcid:InvestmentSourceEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "InvestmentSourceEnum"
description: "Type of sector that has invested in the program"

Node: dcid:EconomicProgramTypeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "EconomicProgramTypeEnum"
description: "Type of administration effecting the economy."

Node: dcid:InvestmentProgramEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "InvestmentProgramEnum"

Node: dcid:JobStatusEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "JobStatusEnum"
52 changes: 52 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2792,3 +2792,55 @@ name:"Kilogram Per Hectare"
Node: dcid:StudentTeacherRatio
typeOf:UnitOfMeasure
name:"StudentTeacherRatio"

Node: dcid:PrivateInvestment
typeOf: dcid:InvestmentSourceEnum
name: "PrivateInvestment"
description: "A private entity had invested in the program"

Node: dcid:EconomicDevelopmentAdministration
typeOf: dcid:EconomicProgramTypeEnum
name: "Economic Development Administration"
description: "It is an administration which focuses on development and investments."

Node: dcid:EconomicAdjustmentAssistance
typeOf: dcid:InvestmentProgramEnum
name: "Economic Adjustment Assistance"

Node: dcid:ProgramPlanning
typeOf: dcid:InvestmentProgramEnum
name: "Program Planning"

Node: dcid:PublicWorks
typeOf: dcid:InvestmentProgramEnum
name: "Public Works"

Node: dcid:RegionalInnovationStrategies
typeOf: dcid:InvestmentProgramEnum
name: "Regional Innovation Strategies"

Node: dcid:TechnicalAssistance
typeOf: dcid:InvestmentProgramEnum
name: "Technical Assistance"

Node: dcid:ResearchNationalTechnicalAssistance
typeOf: dcid:InvestmentProgramEnum
name: "Research National Technical Assistance"

Node: dcid:TradeAdjustmentAssistance
typeOf: dcid:InvestmentProgramEnum
name: "Trade Adjustment Assistance"

Node: dcid:Research
typeOf: dcid:InvestmentProgramEnum
name: "Research"

Node: dcid:JobsCreated
typeOf: dcs:JobStatusEnum
name: "JobsCreated"
description: "Jobs created under a program"

Node: dcid:JobsSaved
typeOf: dcs:JobStatusEnum
name: "JobsSaved"
description: "Jobs saved under a program"
5 changes: 5 additions & 0 deletions core/measurement_methods.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,8 @@ typeOf: dcs:MeasurementMethodEnum
Node: dcid:FeedingAmerica_Estimate
name: "FeedingAmerica_Estimate"
typeOf: dcs:MeasurementMethodEnum

Node: dcid:EDA_Estimate
subClassOf: dcs:MeasurementMethodEnum
description: "Measurement methods used solely for estimating the statistics for Economic Development Administration (EDA) under various entities."
typeOf: schema:Class
12 changes: 11 additions & 1 deletion core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -5970,7 +5970,7 @@ source: "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources"
Node: amount
dcid: "amount"
typeOf: schema:Property
domainIncludes: schema:DatedMoneySpecification, dcs:Emissions, dcs:FarmInventory, dcs:EconomicActivity, dcs:Debt
domainIncludes: schema:DatedMoneySpecification, dcs:Emissions, dcs:FarmInventory, dcs:EconomicActivity, dcs:Debt, dcs:Investment
name: "amount"
rangeIncludes: schema:Number

Expand Down Expand Up @@ -11167,3 +11167,13 @@ name: "figi"
description: "Financial Instrument Global Identifier (FIGI) from OpenFIGI, an open system for identifying instruments globally across all asset classes. A FIGI is a 12 character, alphanumeric, randomly generated ID that covers hundreds of millions of active and inactive instruments that never changes once assigned."
domainIncludes: dcs:Company
rangeIncludes: dcid:Place

Node: dcid:Investment
typeOf: dcs:Class
name: "Investment"
subClassOf: dcs:Thing

Node: dcid:Jobs
typeOf: schema:Class
subClassOf: dcs:Thing
name: "Jobs"
100 changes: 100 additions & 0 deletions stat_vars/commerce_EDA_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
Node: dcid:Amount_Investment
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue

Node: dcid:Amount_Investment_EconomicAdjustmentAssistance
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue
investmentProgram: dcid:EconomicAdjustmentAssistance

Node: dcid:Amount_Investment_ProgramPlanning
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue
investmentProgram: dcid:ProgramPlanning

Node: dcid:Amount_Investment_PublicWorks
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue
investmentProgram: dcid:PublicWorks

Node: dcid:Amount_Investment_RegionalInnovationStrategies
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue
investmentProgram: dcid:RegionalInnovationStrategies

Node: dcid:Amount_Investment_Research
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue
investmentProgram: dcid:Research

Node: dcid:Amount_Investment_ResearchNationalTechnicalAssistance
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue
investmentProgram: dcid:ResearchNationalTechnicalAssistance

Node: dcid:Amount_Investment_TechnicalAssistance
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue
investmentProgram: dcid:TechnicalAssistance

Node: dcid:Amount_Investment_TradeAdjustmentAssistance
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:amount
statType: dcid:measuredValue
investmentProgram: dcid:TradeAdjustmentAssistance

Node: dcid:Count_Investment_EconomicDevelopmentAdministration
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:count
statType: dcid:measuredValue
economicProgram: dcid:EconomicDevelopmentAdministration

Node: dcid:Count_Jobs_EconomicDevelopmentAdministration_JobsCreated
typeOf: dcid:StatisticalVariable
populationType: dcid:Jobs
measuredProperty: dcid:count
statType: dcid:measuredValue
economicProgram: dcid:EconomicDevelopmentAdministration
jobStatus: dcid:JobsCreated

Node: dcid:Count_Jobs_EconomicDevelopmentAdministration_JobsSaved
typeOf: dcid:StatisticalVariable
populationType: dcid:Jobs
measuredProperty: dcid:count
statType: dcid:measuredValue
economicProgram: dcid:EconomicDevelopmentAdministration
jobStatus: dcid:JobsSaved

Node: dcid:Investment_EconomicActivity_EconomicDevelopmentAdministration_PrivateInvestment
typeOf: dcid:StatisticalVariable
populationType: dcid:EconomicActivity
measuredProperty: dcid:investment
statType: dcid:measuredValue
economicProgram: dcid:EconomicDevelopmentAdministration
investmentSource: dcid:PrivateInvestment

Node: dcid:Count_Person_PovertyStatusDetermined_AsAFractionOf_Count_Person
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person
povertyStatus: dcid:PovertyStatusDetermined

0 comments on commit 7ab5d00

Please sign in to comment.