diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 4d7553caa..032543182 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -3401,4 +3401,33 @@ 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 diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index 6cf084935..c8afbc7d8 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -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" diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 0d1cc0dc0..1a6764668 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -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" diff --git a/core/measurement_methods.mcf b/core/measurement_methods.mcf index 98f042442..822f5f7d8 100644 --- a/core/measurement_methods.mcf +++ b/core/measurement_methods.mcf @@ -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 diff --git a/core/schema.mcf b/core/schema.mcf index 2b52f6c57..78d059698 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -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 @@ -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" diff --git a/stat_vars/commerce_EDA_stat_vars.mcf b/stat_vars/commerce_EDA_stat_vars.mcf new file mode 100644 index 000000000..6c16bd398 --- /dev/null +++ b/stat_vars/commerce_EDA_stat_vars.mcf @@ -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