RE: Compact forms of language literals

> 1. Add JSON-LD support for declaring a document-wide language
> directive (within the context or at the top level, i.e. where
> "@context" and the optional "@base" appear). This is for scenarios
> where there is one dominant language for a given resource.
> 
> This would enable us to use @language like this:
> 
>   {
>     "@context": ...,
>     "@language": "en",
>     "@subject": "http://example.org/",
>     "title": "The Example"
>   }

+1 but perhaps we should move @language into the context description. The
"meaning" of the document is described in the context so I think that's the
place to be for the @language tag as well.



--
Markus Lanthaler
@markuslanthaler

Received on Sunday, 11 September 2011 21:28:17 UTC