is overloading of leftOperand possible using dataType pertaining to rightOperand ?

Respected Madam/Sir,

Given that there are just a handful of leftOperands as specified in
https://www.w3.org/TR/odrl-vocab/#constraintRelationalOperators and
absorbed by a profile such as
https://iptc.org/std/RightsML/2.0/RightsML_2.0-specification.html
is it possible to overload a leftOperand using the dataType of the
rightOperand ?
(Reference : https://www.w3.org/TR/odrl-model/#constraint-class)

In the following example(s), deliveryChannel is the only leftOperand whose
semantics come close to what is needed to specify
(a) the delivery type or
(b) linear channel (names)

Example for (a) :

odrl:constraint [
    odrl:leftOperand odrl:deliveryChannel ;
    odrl:operator odrl:eq ;
    odrl:rightOperand <
http://www.amagi.com/metadata/ontologies/media/dc#_VOD> ;
    odrl:dataType amg:dc ;
] ;

Example for (b) :

odrl:constraint [
    odrl:leftOperand odrl:deliveryChannel ;
    odrl:operator odrl:isAnyOf ;
    odrl:rightOperand (
         <http://www.amagi.com/metadata/ontologies/media/lc#_STARMOVIES>
         <http://www.amagi.com/metadata/ontologies/media/lc#_MOVIESNOW>
     ) ;
     odrl:dataType amg:lc ;
] ;

thanks and regards

-- 


**DISCLAIMER: **The contents of this email, including any attachments 
that it may contain, are privileged and confidential information, and may 
also constitute as proprietary, and are intended solely for the use of the 
addressee(s). If you are not the intended recipient, please notify the 
sender by email and delete the original message. Unintended recipients are 
strictly prohibited from copying, disclosing, and/or distributing such 
contents in any manner or form. Opinions, conclusions, and other 
information in this transmission that do not relate to the official 
business of Amagi, including all its affiliates, shall be understood as 
neither given nor endorsed by it. Any statements made herein that are 
tantamount to contractual obligations, promises, claims or commitments 
shall not be binding on the Company unless expressly and specifically 
stated as otherwise, or followed by written confirmation, by an authorized 
signatory of the Company.

Received on Friday, 15 March 2024 13:03:41 UTC