- From: Renato Iannella <renato.iannella@monegraph.com>
- Date: Fri, 14 Oct 2016 02:11:07 +1000
- To: W3C POE WG <public-poe-wg@w3.org>
Received on Thursday, 13 October 2016 16:11:41 UTC
Thanks Ivan…
Just to show the “simple” model of allowing a Constraint to have another subordinate Constraint:
odrl:constraint [
a odrl:Constraint ;
odrl:operator odrl:eq ;
odrl:event <http://epl.com/vocab/afterMatch> ;
odrl:constraint <http://example.com/30minEmbargo <http://example.com/30minEmbargo>>;
].
<http://example.com/30minEmbargo <http://example.com/30minEmbargo>>
a odrl:Constraint ;
odrl:operator odrl:eq ;
odrl:dateTime “P30M”^^xsd:duration .
The semantics would be that the subordinate constraint would further constrain the “parent” constraint.
Renato Iannella, Monegraph
Co-Chair, W3C Permissions & Obligations Expression (POE) Working Group
Received on Thursday, 13 October 2016 16:11:41 UTC