From b2a3dd0da7f7025a8fb4cac024ff89cc004c616e Mon Sep 17 00:00:00 2001 From: Data Commons Date: Mon, 16 Oct 2023 03:15:29 -0700 Subject: [PATCH] Schema CL and Data Manifest CL for amount of area of Land Builtups for different countries/metropolitan cities for different years. PiperOrigin-RevId: 573758319 --- core/dcschema.mcf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dcschema.mcf b/core/dcschema.mcf index b6b9d3aed..ded7768cf 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -941,7 +941,7 @@ dcid: dcs:landArea typeOf: schema:Property name: "landArea" description: "The area of an administrative area." -domainIncludes: schema:AdministrativeArea +domainIncludes: schema:AdministrativeArea, dcid:LandCover rangeIncludes: schema:Float Node: populationDensity @@ -2776,7 +2776,7 @@ Node: dcid:baseDate typeOf: schema:Property name: "baseDate" description: "Identifies the date to compare observations to (in ISO 8601 format)." -rangeIncludes: schema:Date +rangeIncludes: schema:Date, dcid:LandCover domainIncludes: schema:StatisticalVariable Node: dcid:Years