Skip to content

Commit

Permalink
Add 2 missing property nodes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 471407011
  • Loading branch information
wsws authored and copybara-github committed Sep 1, 2022
1 parent a8eb447 commit 25248a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions biomedical_schema/genome_annotation.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions core/cdc.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25248a2

Please sign in to comment.