Skip to content

Commit

Permalink
Create schema node for includedIn property.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582900903
  • Loading branch information
keyurva authored and copybara-github committed Nov 17, 2023
1 parent 9182c51 commit aa5f8b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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)."


0 comments on commit aa5f8b8

Please sign in to comment.