Re: [poe] whats's the rationale behind uids?

@iherman you answered my question ;-)
In "real life" you would uniquely identify the party.

Identification of Parties and Assets is a fundamental principle of ODRL Policies.

@simonstey's example to me looks like a "back-door" for a party constraint:

"assigner": {
            "@type": "Party",
            "uid":  "http://all-the-people-of-world.org",
            "constraint": [{
                "leftOperand": "foaf:name",
                "operator": "eq",
                "rightOperand": "Bob"
            }],
        },

If the above is what the Policy wants to express, then we should (must) express it consistently throughout the ODRL information model.



-- 
GitHub Notification of comment by riannella
Please view or discuss this issue at https://github.com/w3c/poe/issues/174#issuecomment-306392355 using your GitHub account

Received on Tuesday, 6 June 2017 06:15:32 UTC