DDMAL / DDMAL/linkedmusic-datalake
Add language tag for RDF string literals
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In our convert_to_rdf scripts, we should add a language tag (e.g., "en") for each string literal we store. In most cases, this tag will indicate the language of the string as English.
In rdflib, for example, this can be implemented through Literal("Canberra Irish Club", lang="en").
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.