- From: Gregg Kellogg <gregg@greggkellogg.net>
- Date: Sun, 9 Oct 2016 11:54:27 -0700
- To: Uldis Bojars <captsolo@gmail.com>
- Cc: public-csvw@w3.org
> On Oct 9, 2016, at 9:55 AM, Uldis Bojars <captsolo@gmail.com> wrote:
>
> Hi,
>
> CSVW metadata spec says that one option how to specify multilingual natural language properties is this:
> "titles": {
> "en": "Project title",
> "fr": "Titre du projet"
> }
> Is it OK, then, to use this method for CSV file metadata such as "dc:description”?
Unfortunately, no. This would require that “dc:description” be defined as a term in the JSON-LD context with @container: @language, and CSV doesn’t allow the JSON-LD context to be extended in this way.
> The reason I am asking is because section 5.2 of the Primer specifies a different, more verbose way to specify "dc:description”.
To specify language values (different from the @lang specified in the context), you need to use JSON-LD value objects, as Example 93 shows.
Gregg
> Thanks,
> Uldis
Received on Sunday, 9 October 2016 18:54:57 UTC