Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilingual metadata examples are invalid #883

Open
jakubklimek opened this issue May 4, 2022 · 3 comments
Open

Multilingual metadata examples are invalid #883

jakubklimek opened this issue May 4, 2022 · 3 comments

Comments

@jakubklimek
Copy link

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"
  }
}
@gkellogg
Copy link
Member

gkellogg commented May 4, 2022

@iherman Given that this issue exists on a Note, rather than a REC, is the normal erratum process in order; should the examples be simply updated in the repo? Would this result in releasing an edited Note?

@iherman
Copy link
Member

iherman commented May 5, 2022

@gkellogg I will have to check whether the possibility for the team to make a quick change is valid for this WG as well...

@iherman
Copy link
Member

iherman commented Jun 29, 2022

@gkellogg sorry it has taken so awfully long to answer...

Bottom line (for @jakubklimek ) that there should be a way to edit that document. I will contact you directly by email for the mechanics; it is all internal cuisine of the W3C publication, unnecessary to do that on a github issue...

Cc @plehegar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants