|
<expr:SWRL-Condition rdf:ID=“NewMeasurementCondition”> |
<rdfs:label>Patient has new medical measurement</rdfs:label> |
<expr:expressionLanguage rdf:resource=“&expr;#SWRL”/> |
<expr:expressionObject> |
<swrl:AtomList> |
<rdf:first> |
<swrl:IndividualPropertyAtom> |
<swrl:propertyPredicate rdf:resource=“http://localhost/AmI/ontology/Medical.owl#hasMedicalState”/> |
<swrl:argument1 rdf:resource=“#patient”/> |
<swrl:argument2 rdf:resource=“#measurement”/> |
</swrl:IndividualPropertyAtom> |
</rdf:first> |
<rdf:rest rdf:resource=“http://www.w3.org/1999/02/22-rdf-syntax-ns#nil”/> |
</swrl:AtomList> |
</expr:expressionObject> |
</expr:SWRL-Condition> |
|