- From: Eric Prud'hommeaux via GitHub <sysbot+gh@w3.org>
- Date: Mon, 11 Jan 2021 10:25:13 +0000
- To: public-shex-dev@w3.org
I think this raises a best-practice question: should ShExJ and ShExR preserve the IRI of the document from which they were retrieved. ShEx{C,J,R} are isomorphic, which means we can't have any properties in ShExJ that don't have a counterpart in ShExC. That said, it could be polite to preserve it in the subject:
```json
{ "type": "Schema", "@id": "", "shapes": [] }
```
``` turtle
<> a shex:Schema ;
sh:shapes () .
```
This would introduce a bit more magic context into the test suite. @gkellogg , thoughts?
--
GitHub Notification of comment by ericprud
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/112#issuecomment-757857977 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 11 January 2021 10:25:14 UTC