Re: [Specifications] Make hydra:error compatible with RFC 7807 (#178)

We had a chat with @tpluscode and he suggested using _rdfs:seeAlso_ instead of _hydra:object_. After some reading in both specs I feel it fits perfectly. Example would end up like this (stil possibly available at `http://www.w3.org/ns/hydra/error.context.jsonld`):

```json
{
    "hydra": "http://www.w3.org/ns/hydra/core#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "type": "@type",
    "title": "hydra:title",
    "detail": "hydra:description",
    "status": "hydra:statusCode",
    "instance": "rdfs:seeAlso"
}
```

There is no need to introduce any new terms in the hydra itself.

-- 
GitHub Notification of comment by alien-mcl
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/178#issuecomment-707927794 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 13 October 2020 18:27:25 UTC