obi icon indicating copy to clipboard operation
obi copied to clipboard

Make language tags consistent

Open cmungall opened this issue 8 months ago • 4 comments

Half the OBI definitions have lang=en, the others are plain literals/strings

➜  ontology git:(master) ✗ grep IAO_0000115 obi-edit.owl | grep -c lang=
656
➜  ontology git:(master) ✗ grep IAO_0000115 obi-edit.owl | grep -vc lang=
702

I don't think there is OBO guidance but I think intra-ontology consistency is always good, it seems your intent is to be explicit, I think it would be clearly safe to auto-convert all definitions to lang=en

cmungall avatar Jun 18 '24 19:06 cmungall