- From: Karol Szczepański via GitHub <sysbot+gh@w3.org>
- Date: Tue, 13 Oct 2020 18:27:24 +0000
- To: public-hydra-logs@w3.org
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