- From: Renato Iannella <r@iannel.la>
- Date: Mon, 20 May 2024 15:55:27 +1000
- To: "public-odrl@w3.org Group" <public-odrl@w3.org>
Received on Monday, 20 May 2024 05:55:51 UTC
> On 17 May 2024, at 17:08, Sridhar Krishnamurthy <ksridhar@amagi.com> wrote:
>
> "constraint": [{
> "leftOperand": "dateTime",
> "operator": "gte",
> "rightOperand": { "@value": "RRULE:FREQ=MONTHLY;INTERVAL=1;COUNT=1;UNTIL=2024-12-31", }
> },{
The above would definitely need to add the datatype:
"rightOperand": { "@value": "RRULE:FREQ=MONTHLY;INTERVAL=1;COUNT=1;UNTIL=2024-12-31”, “@type”: "https://www.iana.org/assignments/media-types/text/calendar” }
R
Received on Monday, 20 May 2024 05:55:51 UTC