- From: Renato Iannella <r@iannel.la>
- Date: Wed, 20 Mar 2024 13:45:10 +1000
- To: Sridhar Krishnamurthy <ksridhar@amagi.com>
- Cc: Joshua Cornejo <josh@marketdata.md>, public-odrl@w3.org
Received on Wednesday, 20 March 2024 03:45:31 UTC
Hi Sridhar…. keep up the questions… it's all good ! I think I (may now) understand more what your use case is trying to do now… You want to constraint the use (play) of the Asset to be delivered by “video on demand” and the (asset) format must be “amg:dc”. I think you then need to put these two constraints explicitly in the Target and the Permission. Something like this: <http://example.com/policy:1010> a odrl:Set ; odrl:permission [ odrl:action odrl:play ; odrl:target [ rdf:type odrl:AssetCollection ; odrl:source <http://example.com/asset:99898> ; odrl:refinement [ odrl:leftOperand dc:format ; odrl:operator odrl:eq ; odrl:rightOperand amg:dc ; ];. ]; odrl:constraint [ odrl:leftOperand odrl:deliveryChannel ; odrl:operator odrl:eq ; odrl:rightOperand <http://www.amagi.com/metadata/ontologies/media/dc#_VOD> ; ]; ]; . This assumes that the asset (with source identifier) has multiple formats available. I hope this helps… Cheers - Renato
Received on Wednesday, 20 March 2024 03:45:31 UTC