Re: [shex] URI of a Schema? (#112)

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