- From: Benjamin Young <bigbluehat@hypothes.is>
- Date: Wed, 29 Jul 2015 11:21:55 -0400
- To: Rob Sanderson via GitHub <sysbot+gh@w3.org>
- Cc: W3C Public Annotation List <public-annotation@w3.org>
Received on Wednesday, 29 July 2015 15:22:24 UTC
Yeah. Think that should.
I'd wondered about doing the same for the JSON-LD examples, but it's some
pretty heavy cruft because `@base` isn't top level (afaik), so it ends up
looking like:
```json
{
"@context": {
"@base": "http://example.com/"
}
}
```
http://www.w3.org/TR/json-ld/#base-iri
Also...
> Please note that the @base will be ignored if used in external contexts.
Which is kind of sad...but also makes sense.
Received on Wednesday, 29 July 2015 15:22:24 UTC