- From: Ivan Herman via GitHub <sysbot+gh@w3.org>
- Date: Thu, 03 Mar 2016 05:48:10 +0000
- To: public-annotation@w3.org
> to moving extensions to -vocab and just allowing multiple contexts
(without further explanation of why you might do that) in -model.
>
> The i18n issue is if you want to provide /within the annotation/
multiple values for a property in different languages, then it would
be lovely if there was a recommended way to do that as there are
several possibilities within JSON-LD.
>
Ah, that one? Wouldn't it be better to put this in another issue? Is
it related to the extension capacity?
> For example, if you wanted to have a label for an Annotation, with
versions in English and French there are at least:
>
> 1:
>
> {
> "type": "Annotation",
> "label": [ {"@language": "en", "@value": "Commentary"},
{"@language": "fr", "@value": "Commentaire"}]
> }
> 2:
>
> {
> "type": "Annotation",
> "label": {"en": "Commentary", "fr": "Commentaire"}
> }
> 3:
>
> {
> "type": "Annotation",
> "label_en": "Commentary",
> "label_fr": "Commentaire"
> }
> Each with different pros and cons.
>
--
GitHub Notification of comment by iherman
Please view or discuss this issue at
https://github.com/w3c/web-annotation/issues/154#issuecomment-191593171
using your GitHub account
Received on Thursday, 3 March 2016 05:48:12 UTC