Re: [poe] Vocab clarifications

Ok, I am slowing being to understand :-))

So, if for PartyCollections (and also AssetCollection) we also had a "source" property, and we stated that you must use this if you want to use a constraint, such as:

  

```
 "assignee": {
            "@type": "PartyCollection",
            "source":  "http://example.com/user44/friends",
            "constraint": [{
                "leftOperand": "foaf:age",
                "operator": "gt",
                "rightOperand": "17"
            }],
```

Then that would be ok?


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

Received on Wednesday, 21 June 2017 01:53:10 UTC