odrl:target [
odrl:source ex:lab-test-results ;
odrl:refinement [
a odrl:Constraint ;
odrl:leftOperand ex:labTestType ;
odrl:operator odrl:eq ;
odrl:rightOperand loinc:2345-7 ], [ # LOINC Glucose test "2345-7"
odrl:leftOperand odrl:dateTime ;
odrl:operator odrl:lteq ;
odrl:rightOperand "P24H"^^xsd:duration ;
odrl:rightOperandReference ex:accessToNonHCPEvent] ] ;
Express 24h access duration as constraint (UC-12 to UC-21)
Current approach:
"P24H"^^xsd:durationDynamic refinement approach (UC-16 & UC-21):