:patientA
:isStratified
:RedZone
.
(show rule)
{
var:x_0
:hasLow02Saturation true} => {
var:x_0
:isStratified :RedZone}
var:x_0
=
:patientA
(from: https://raw.githubusercontent.com/william-vw/n3-expl/master/src/main/resources/cases/copd/rules.n3)
:patientA
:hasLow02Saturation
"true"
.
(show rule)
{
var:x_0
:has02SaturationValue
var:x_1.
var:x_1
math:lessThan 88} => {
var:x_0
:hasLow02Saturation true}
var:x_0
=
:patientA
var:x_1
=
"86"
(from: https://raw.githubusercontent.com/william-vw/n3-expl/master/src/main/resources/cases/copd/rules.n3)
:patientA
:has02SaturationValue
"86"
.
"86"
:lessThan
"88"
.