Skip to content

implement different language tag parsing for JSON #193

@pkiraly

Description

@pkiraly

There are at least two types of language tagging Europeana uses:

implicit

"dcCreator": {
  "nl": [
    "Stichting Xeno-canto voor Natuurgeluiden"
  ]
}

explicit

"dcCreator": [
  {
    "@lang": "nl",
    "#value": "Stichting Xeno-canto voor Natuurgeluiden"
  }
]

We should provide a value how to interpret the data:
asLanguageTagged: implicit
asLanguageTagged: explicit

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions