From 25248a28ee234eef939d75e3cff918400d58aea9 Mon Sep 17 00:00:00 2001 From: wsws Date: Wed, 31 Aug 2022 18:21:35 -0700 Subject: [PATCH] Add 2 missing property nodes. PiperOrigin-RevId: 471407011 --- biomedical_schema/genome_annotation.mcf | 6 ++++++ core/cdc.mcf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/biomedical_schema/genome_annotation.mcf b/biomedical_schema/genome_annotation.mcf index 2cf70ea0a..85f52a9f3 100644 --- a/biomedical_schema/genome_annotation.mcf +++ b/biomedical_schema/genome_annotation.mcf @@ -1031,3 +1031,9 @@ typeOf: schema:Property rangeIncludes: schema:Text domainIncludes: dcs:Gene description: "Alternative or secondary symbol for a gene." + +Node: dcid:regressionSlope +name: "regressionSlope" +typeOf: schema:Property +rangeIncludes: schema:Number +domainIncludes: dcs:StatisticalVariable diff --git a/core/cdc.mcf b/core/cdc.mcf index 4d5c12cb2..6e2b58994 100644 --- a/core/cdc.mcf +++ b/core/cdc.mcf @@ -202,6 +202,12 @@ rangeIncludes: dcs:Number description: "Particulate matter (PM) - is made up of particles (tiny pieces) of solids or liquids that are in the air, like dust, dirt, soot, smoke, and drops of liquid. Fine (smaller) particles, called PM2.5, are more dangerous because they can get into the deep parts of a person's lungs - or even into their blood." domainIncludes: dcs:Place +Node: dcid:particulateMatter +name: "particulateMatter" +typeOf: schema:Property +rangeIncludes: dcs:Number +domainIncludes: dcs:Place + Node: dcid:CervicalCancerScreening name: "CervicalCancerScreening" typeOf: dcs:HealthPreventionEnum