|
|
| <process:Result rdf:ID=“ThresholdNotExceeded”> |
| <process:inCondition> |
| <expr:SWRL-Condition rdf:ID=“AlertOff”> |
| <expr:expressionLanguage rdf:resource=“&expr;#SWRL”/> |
| <expr:expressionObject> |
| <swrl:AtomList> |
| <rdf:first> |
| <swrl:BuiltinAtom> |
| <swrl:builtin rdf:resource=“http://www.w3.org/2003/11/swrlb#equal”/> |
| <swrl:arguments> |
| <rdf:List> |
| <rdf:first rdf:resource=“#alert”/> |
| <rdf:rest> |
| <rdf:List> |
| <rdf:first rdf:datatype=“http://www.w3.org/2001/XMLSchema#string”> |
| false |
| </rdf:first> |
| <rdf:rest rdf:resource=“http://www.w3.org/1999/02/22-rdf-syntax-ns#nil”/> |
| </rdf:List> |
| </rdf:rest> |
| </rdf:List> |
| </swrl:arguments> |
| </swrl:BuiltinAtom> |
| </rdf:first> |
| <rdf:rest rdf:resource=“http://www.w3.org/1999/02/22-rdf-syntax-ns#nil”/> |
| </swrl:AtomList> |
| </expr:expressionObject> |
| </expr:SWRL-Condition> |
| </process:inCondition> |
| <process:hasEffect> |
| … |
| </process:hasEffect> |
| </process:Result> |
|
|