Re: [Specifications] Filter enumeration

I remember now my problem with current way of filling in the IRI templates. 

What if the search query for managers was using concrete URIs but manager's name? 

```json
{
  "mapping": [{
    "variable": "managerName",
    "property": "schema:name" // ??
  }]
}
```

Almost like a free text query but the `managerName`/`schema:name` property would not represent a property of `Event` but of `Manager` instead?

-- 
GitHub Notification of comment by tpluscode
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/161#issuecomment-376988636 using your GitHub account

Received on Wednesday, 28 March 2018 18:28:10 UTC