Re: [web-annotation] Language Literals not supported within the Body

@azaroth42 

1. I do agree that the default and preffered languages in this context
 is more related to the expected behaviour on the clientside. So ... 
more related to #113 (and we can separate it for now form the 
multilingual problem)

2. 
Given that the upper example would be a resource: 
http:/mydomain.com/happy_new_year.
Would it be valid something like this?
"body": {
    "@id": "http:/mydomain.com/happy_new_year",
    "prefLabel": [
        { "@value": "Happy New Year", "@language": "en" }
        { "@value": "Froehes Neues Jahr", "@language": "de" }
        { "@value": "La multi ani", "@language": "ro" }
  ] 
  },
PS: this is our main requirement to embedd the multilingual texts 
related to the resource in the annotation body, so that we can show 
the text to the users and not the URLs. 




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

Received on Friday, 12 February 2016 20:25:32 UTC