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

> If they are not mandatory for Asset and Party, then what Asset and Party are you referring to??

if they are mandatory, you can't have blank nodes for assets/parties:

```turtle
<http://example.com/notValid> 
    a odrl:Offer ;   
    odrl:permission [
        a odrl:Permission ;
        odrl:target <http://example.com/asset:9898> ;
        odrl:action odrl:reproduce ;
        odrl:assigner [ 
            a odrl:Party ;
            foaf:name "Bob" ;
        ]
    ] .
```


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

Received on Monday, 15 May 2017 07:06:25 UTC