From d00ac3823b4f8ab8a75abe2e17bfe5d35ddbb02a Mon Sep 17 00:00:00 2001 From: ajaits Date: Wed, 3 Jan 2024 11:34:32 -0800 Subject: [PATCH] add property for US Censis GeoId PiperOrigin-RevId: 595458486 --- core/dcschema.mcf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 0104ff858..f4bd06f99 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -60,6 +60,14 @@ domainIncludes: schema:Place rangeIncludes: schema:Text description: "An identifier for a place, usually assigned by an administrative agency. For example, Miami-Dade county has a FIPS ID 12086 given by the US government." +Node: dcid:usCensusGeoId +name: "usCensusGeoId" +typeOf: schema:Property +domainIncludes: schema:Place +rangeIncludes: schema:Text +description: "A geographic identifier that uniquely identify all administrative/legal and statistical geographic areas for which the Census Bureau tabulates data. Some of the most common administrative/legal and statistical geographic entities with unique GEOIDs include states, counties, congressional districts, core based statistical areas (metropolitan and micropolitan areas), census tracts, block groups and census blocks." +descriptionUrl: "https://www.census.gov/programs-surveys/geography/guidance/geo-identifiers.html" + Node: dcid:marginOfError name: "marginOfError" typeOf: schema:Property