{"id":13318219,"url":"https://github.com/monarch-initiative/babelon","last_synced_at":"2026-02-25T05:34:33.446Z","repository":{"id":39850082,"uuid":"369423393","full_name":"monarch-initiative/babelon","owner":"monarch-initiative","description":"A format for language profiles for ontologies","archived":false,"fork":false,"pushed_at":"2025-01-09T13:22:04.000Z","size":27057,"stargazers_count":8,"open_issues_count":15,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-10-29T23:46:04.475Z","etag":null,"topics":["internationalization","language-translation","linkml","monarchinitiative","obofoundry","owl","semantic-web"],"latest_commit_sha":null,"homepage":"https://monarch-initiative.github.io/babelon/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monarch-initiative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-21T05:29:44.000Z","updated_at":"2025-01-09T13:21:13.000Z","dependencies_parsed_at":"2024-08-29T13:51:18.368Z","dependency_job_id":"120c6d9e-2363-4ab4-9bb6-42f6d46ba64c","html_url":"https://github.com/monarch-initiative/babelon","commit_stats":{"total_commits":50,"total_committers":4,"mean_commits":12.5,"dds":"0.45999999999999996","last_synced_commit":"802e526b14b15b5d60f2fc24e44615ce14d09e42"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":"linkml/linkml-template","purl":"pkg:github/monarch-initiative/babelon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monarch-initiative%2Fbabelon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monarch-initiative%2Fbabelon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monarch-initiative%2Fbabelon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monarch-initiative%2Fbabelon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monarch-initiative","download_url":"https://codeload.github.com/monarch-initiative/babelon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monarch-initiative%2Fbabelon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29811566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T03:30:18.102Z","status":"ssl_error","status_checked_at":"2026-02-25T03:30:17.799Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["internationalization","language-translation","linkml","monarchinitiative","obofoundry","owl","semantic-web"],"created_at":"2024-07-29T18:29:51.529Z","updated_at":"2026-02-25T05:34:33.432Z","avatar_url":"https://github.com/monarch-initiative.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DOI](https://zenodo.org/badge/369423393.svg)](https://zenodo.org/badge/latestdoi/369423393)\n\n# Babelon - A simple standard for managing ontology translations and language profiles\n\nEditors:\n- @matentzn\n- @LLTommy\n- @mellybelly\n- @drseb\n- Anyone that wants to be on here.\n\n[Provisional documentation here.](https://monarch-initiative.github.io/babelon/)\n\nBabelon is simple standard for managing ontology translations and language profiles. Profiles are managed a simple TSV files, for example:\n\n| source                                | source_version                                               | source_language | translation_language | subject_id | predicate_id     | source_value       | translation_value   | translator                            | translation_date | translation_confidence | translation_precision | translation_type |\n|---------------------------------------|--------------------------------------------------------------|-----------------|----------------------|------------|------------------|--------------------|---------------------|---------------------------------------|------------------|------------------------|-----------------------|------------------|\n| http://purl.obolibrary.org/obo/hp.owl | http://purl.obolibrary.org/obo/hp/releases/2021-04-13/hp.owl | en              | de                   | HP:0001945 | rdfs:label       | Fever              | Fieber              | https://orcid.org/0000-0002-1373-XXXX |       2021-05-21 |                   0.95 | exact                 | HumanCurated     |\n| http://purl.obolibrary.org/obo/hp.owl | http://purl.obolibrary.org/obo/hp/releases/2021-04-13/hp.owl | en              | de                   | HP:0002615 | oio:exactSynonym | Low blood pressure | Niedriger Blutdruck | https://orcid.org/0000-0002-1373-XXXX |       2021-05-21 |                    0.9 | exact                 | HumanCurated     |\n\nThe goal of Babelon is to capture the minimum data required to enable the following use cases:\n\n- Translate a profile into RDF to enable seamless integration of alternative language alongside the primary ones.\n- Support all properties for translation, including labels, synonyms and definitions.\n- Capture important metadata such as confidence and precision of translation.\n- Enable cross-language editing. For example:\n  - Notify language profile maintainers of new terms or changed labels\n  - Notify the core ontology teams of changes to translations, with a potential to suggest updating ones own annotations or adding new synonyms.\n\n\nAs a first use case for the format, we see to capture the French language translations of the Human Phenotype Ontology by the Orphanet team and use them to provide versioned language profiles of HPO.\n\n### Editors\n\n```\n# in new environment\npip install poetry\npoetry install\nmake translations\n```\n# Acknowledgements\n\nThis [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html) project was developed from the [monarch-project-template](https://github.com/monarch-initiative/monarch-project-template) template and will be kept up-to-date using [cruft](https://cruft.github.io/cruft/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonarch-initiative%2Fbabelon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonarch-initiative%2Fbabelon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonarch-initiative%2Fbabelon/lists"}