A New ODRL Scenario and Sample for Feedback

Hello,

Here's another go at encoding something in ODRL. All feedback welcome. I've made sure that the ODRL validates against the current XSD in http://www.w3..org/community/odrl/two/xml/

First, the scenario from Robert (cc'd on this note):

"I try to express the policy between the two partners epa (as an info source for a picture) and dpa as an agency which is not publishing (in a b2c sense) , but distributing pictures. additionally epa grants the right to dpa to sell the usage rights to third parties (e.g. book publisher). If this picture is used by a third party, dpa ahs to share the revenue with a party expressed by another concept (in my example http://g2.dpa.com/cv/revshare/A2800)."

Now the ODRL:

<?xml version="1.0" encoding="UTF-8"?>
<odrl:policy xmlns:odrl="http://w3.org/ns/odrl/2/" type="http://w3.org/ns/odrl/vocab#set" uid="http://g2.dpa.com/cv/dpapolicy/1">
    <odrl:permission>
        <odrl:asset uid="urn:newsml:dpa.com:20090101:120111-999-000013" relation="http://w3.org/ns/odrl/vocab#target"/>
        <odrl:action name="http://w3.org/ns/odrl/vocab#distribute"/>
        <odrl:constraint name="http://w3.org/ns/odrl/vocab#spatial" operator="http://w3.org/ns/odrl/vocab#eq" rightOperand="iso3166-1a3:DEU"/>
        <odrl:party uid="http://g2.dpa.com/cv/dpaparty/epa" function="http://w3.org/ns/odrl/vocab#assigner"/>
        <odrl:party uid="http://g2.dpa.com/cv/dpaparty/dpa" function="http://w3.org/ns/odrl/vocab#assignee"/>
    </odrl:permission>
    <odrl:permission>
        <odrl:asset uid="urn:newsml:dpa.com:20090101:120111-999-000013" relation="http://w3.org/ns/odrl/vocab#target"/>
        <odrl:action name="http://w3.org/ns/odrl/vocab#sell"/>
        <odrl:constraint name="http://w3.org/ns/odrl/vocab#spatial" operator="http://w3.org/ns/odrl/vocab#eq" rightOperand="iso3166-1a3:DEU"/>
        <odrl:duty>
            <odrl:action name="http://w3.org/ns/odrl/vocab#pay"/>
            <odrl:party function="http://w3.org/ns/odrl/vocab#payeeParty" uid="http://g2.dpa.com/cv/revshare/A2800"/>
        </odrl:duty>
    </odrl:permission>
</odrl:policy>

How does it look?

Regards,

Stuart



The information contained in this communication is intended for the use
of the designated recipients named above. If the reader of this 
communication is not the intended recipient, you are hereby notified
that you have received this communication in error, and that any review,
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please 
notify The Associated Press immediately by telephone at +1-212-621-1898 
and delete this email. Thank you.
[IP_US_DISC]

msk dccc60c6d2c3a6438f0cf467d9a4938

Received on Friday, 30 March 2012 19:47:13 UTC