Re: [Specifications] Simplify discovery of collections that contain resources of a certain type (#126)

I use `hydra:manages` with `rdf:type` to discover collections that contain specific types and it works fine.

```
{
    "@type": "Collection",
    "manages": {
      "property": "rdf:type",
      "object": "schema:Event"
    }
}
```

Can we close this issue? If not, what is left to to?

-- 
GitHub Notification of comment by angelo-v
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/126#issuecomment-463152525 using your GitHub account

Received on Wednesday, 13 February 2019 10:50:15 UTC