Skip to content

Commit

Permalink
Schema and Data Manifest CL for OECD Tax On Property for different co…
Browse files Browse the repository at this point in the history
…untries.

PiperOrigin-RevId: 564349006
  • Loading branch information
Data Commons authored and copybara-github committed Sep 15, 2023
1 parent 463b110 commit 6bef9de
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
8 changes: 8 additions & 0 deletions core/census_properties.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 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:PropertyTax
name: "amount"
rangeIncludes: schema:Number

Expand Down
26 changes: 26 additions & 0 deletions stat_vars/oecd_tax_property_statvar.mcf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6bef9de

Please sign in to comment.