From 6bef9de14fbee023b319a93f00b0a83feedcf09e Mon Sep 17 00:00:00 2001 From: Data Commons Date: Mon, 11 Sep 2023 05:28:37 -0700 Subject: [PATCH] Schema and Data Manifest CL for OECD Tax On Property for different countries. PiperOrigin-RevId: 564349006 --- core/census_properties.mcf | 8 ++++++++ core/schema.mcf | 2 +- stat_vars/oecd_tax_property_statvar.mcf | 26 +++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 stat_vars/oecd_tax_property_statvar.mcf diff --git a/core/census_properties.mcf b/core/census_properties.mcf index 29db67589..c6afc1fa0 100644 --- a/core/census_properties.mcf +++ b/core/census_properties.mcf @@ -419,6 +419,14 @@ description: "The amount of property tax paid." domainIncludes: dcs:HousingUnit rangeIncludes: schema:Quantity, dcs:QuantityRange +Node: dcid:PropertyTax +typeOf: dcid:Thing +name: "Property Tax" + +Node: dcid:TotalTax +typeOf: dcid:Thing +name: "Total Tax" + Node: dcid:commuteMode typeOf: schema:Property name: "commuteMode" diff --git a/core/schema.mcf b/core/schema.mcf index 07ff001dc..fca73facc 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:PropertyTax name: "amount" rangeIncludes: schema:Number diff --git a/stat_vars/oecd_tax_property_statvar.mcf b/stat_vars/oecd_tax_property_statvar.mcf new file mode 100644 index 000000000..8931e8bbe --- /dev/null +++ b/stat_vars/oecd_tax_property_statvar.mcf @@ -0,0 +1,26 @@ +Node: dcid:Amount_EconomicActivity_GrossDomesticProduction +typeOf: dcid:StatisticalVariable +populationType: dcid:EconomicActivity +measuredProperty: dcid:amount +statType: dcid:measuredValue +activitySource: dcid:GrossDomesticProduction + +Node: dcid:Amount_PropertyTax_AsAFractionOf_Amount_EconomicActivity_GrossDomesticProduction +typeOf: dcid:StatisticalVariable +populationType: dcid:PropertyTax +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:Amount_EconomicActivity_GrossDomesticProduction + +Node: dcid:Amount_PropertyTax_AsAFractionOf_Amount_TotalTax +typeOf: dcid:StatisticalVariable +populationType: dcid:PropertyTax +measuredProperty: dcid:amount +statType: dcid:measuredValue +measurementDenominator: dcid:Amount_TotalTax + +Node: dcid:Amount_TotalTax +typeOf: dcid:StatisticalVariable +populationType: dcid:TotalTax +measuredProperty: dcid:amount +statType: dcid:measuredValue