diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 58a1c2510..4d7553caa 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -3394,3 +3394,11 @@ name: "palmaRatio" description: "The Palma ratio is a measure of inequality that divides the share received by the richest 10% by the share of the poorest 40%" descriptionUrl: "https://ourworldindata.org/grapher/palma-ratio-s90s40-ratio" +Node: dcid:includedIn +name: "includedIn" +typeOf: schema:Property +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)." + +