Skip to content

Multilingual metadata examples are invalid #883

@jakubklimek

Description

@jakubklimek

In https://www.w3.org/TR/tabular-data-primer/#multilingual-metadata the two examples (92 and 93) use @lang to specify language. It should be @language to be valid JSON-LD.

{
  "titles": "name (en)",
  "dc:description": {
    "@value": "The official name of the country in English.",
    "@lang": "en"
  }
}

should be

{
  "titles": "name (en)",
  "dc:description": {
    "@value": "The official name of the country in English.",
    "@language": "en"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions