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 7, 2023
1 parent 385739d commit 8d21316
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 1 deletion.
25 changes: 25 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3370,3 +3370,28 @@ name: "footnote"
description: "Footnote for a StatisticalVariable."
domainIncludes: dcs:StatisticalVariable
rangeIncludes: dcs:Text

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:programType
typeOf: dcs:Property
name: "programType"
domainIncludes: dcid:Investment,dcid:JobsCreated,dcid:JobsSaved,dcid:EconomicActivity
rangeIncludes: dcid:ProgramTypeEnum
description: "The administration sector respondible 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
17 changes: 17 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,20 @@ 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:ProgramTypeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "ProgramTypeEnum"
description: "Type of administration effecting the economy."

Node: dcid:InvestmentProgramEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "InvestmentProgramEnum"
42 changes: 42 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2780,3 +2780,45 @@ name: "Below 185 percent of Federal Poverty Line"
Node: dcid:ScienceOrEngineeringOrHealth
typeOf:EducationalMajorEnum
name:"Science Or Engineering Or Health"

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

Node: dcid:EconomicDevelopmentAdministration
typeOf: dcid:ProgramTypeEnum
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"
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 under various entities."
typeOf: schema:Class
17 changes: 16 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,18 @@ 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:JobsCreated
typeOf: dcs:Class
name: "JobsCreated"
subClassOf: dcs:Thing

Node: dcid:JobsSaved
typeOf: dcs:Class
name: "JobsSaved"
subClassOf: dcs:Thing
90 changes: 90 additions & 0 deletions stat_vars/commerce_EDA_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
Node: dcid:Count_Investment_EconomicDevelopmentAdministration
typeOf: dcid:StatisticalVariable
populationType: dcid:Investment
measuredProperty: dcid:count
statType: dcid:measuredValue
programType: dcid:EconomicDevelopmentAdministration

Node: dcid:Count_JobsCreated_EconomicDevelopmentAdministration
typeOf: dcid:StatisticalVariable
populationType: dcid:JobsCreated
measuredProperty: dcid:count
statType: dcid:measuredValue
programType: dcid:EconomicDevelopmentAdministration

Node: dcid:Count_JobsSaved_EconomicDevelopmentAdministration
typeOf: dcid:StatisticalVariable
populationType: dcid:JobsSaved
measuredProperty: dcid:count
statType: dcid:measuredValue
programType: dcid:EconomicDevelopmentAdministration

Node: dcid:Investment_EconomicActivity_Private_EconomicDevelopmentAdministration
typeOf: dcid:StatisticalVariable
populationType: dcid:EconomicActivity
measuredProperty: dcid:investment
statType: dcid:measuredValue
investmentSource: dcid:Private
programType: dcid:EconomicDevelopmentAdministration

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

0 comments on commit 8d21316

Please sign in to comment.