obophenotype / human-phenotype-ontology

Ontology for the description of human clinical features
http://obophenotype.github.io/human-phenotype-ontology/
Other
280 stars 51 forks source link

Add lang="en" tag to international version pref labels #10559

Open janelomax opened 1 month ago

janelomax commented 1 month ago

In http://purl.obolibrary.org/obo/hp/hp-international.owl the class labels all have explicit lang tags except for the English one e.g.

<rdfs:label xml:lang="fr">Anomalie phénotypique</rdfs:label>
        <rdfs:label xml:lang="es">Anomalía fenotípica</rdfs:label>
        <rdfs:label xml:lang="tr">Fenotipik anormallik</rdfs:label>
        <rdfs:label xml:lang="nl">Fenotypische abnormaliteit</rdfs:label>
        <rdfs:label xml:lang="cs">Fenotypová abnormalita</rdfs:label>
        <rdfs:label>Phenotypic abnormality</rdfs:label>

would it be possible to also have lang="en" tag added to the English labels please?