Re: [web-annotation] Language should use the Language Tags Vocabulary

@hugomanguinhas I still miss something. Isn't it exactly what

https://w3c.github.io/web-annotation/model/wd/#h-textual-body

gives you? Your example above would be:

```json-ld
{
  "motivation": "commenting",
  "body": { 
    "text": "my useful comment",
    "language": "en" 
  },
  "target": "http://..."
}
```
Sorry if I still miss something.

`comment@en` or `comment@@en` would not be legal JSON-LD, and I do not
 think we should introduce some sort of a microsyntax into the JSON 
dialect we define.


-- 
GitHub Notification of comment by iherman
Please view or discuss this issue at 
https://github.com/w3c/web-annotation/issues/134#issuecomment-181354713
 using your GitHub account

Received on Monday, 8 February 2016 12:53:37 UTC