OGMS / ogms

Automatically exported from code.google.com/p/ogms
Creative Commons Attribution 4.0 International
21 stars 17 forks source link

Invalid values in xml:lang attributes #145

Closed jvendetti closed 3 years ago

jvendetti commented 3 years ago

There are two occurrences in ogms.owl where the xml:lang attributes contain invalid values:

  1. A dc:description on line 33.

  2. An rdfs:comment on line 39.

In other words, there is this:

<rdfs:comment xml:lang="jcvi.org. be sure to include a google-account username with your request (this will be the username associated with a gmail address). we use google apps for sharing and development purposes.">

... instead of this:

<rdfs:comment xml:lang="en">

These xml:lang attributes with invalid values prevent ogms from loading properly in BioPortal, e.g., see this page with an error status in the Submissions table:

http://bioportal.bioontology.org/ontologies/OGMS

... and it also prevents ontologies from loading properly that are importing ogms, e.g., PDRO.

BAevermann commented 3 years ago

Resolved in latest release