EBISPOT / OLS

Ontology Lookup Service from SPOT at EBI
http://www.ebi.ac.uk/ols
Apache License 2.0
95 stars 40 forks source link

CHMO has incorrect metadata #542

Closed cmungall closed 2 years ago

cmungall commented 2 years ago

OLS shows:

Ontology IRI: http://purl.obolibrary.org/obo/chmo.owl Version IRI: http://purl.obolibrary.org/obo/chmo/releases/2014-11-20/chmo.owl Ontology ID: chmo Version: 14-11-2019 Number of terms: 3084 Last loaded: Thu Jun 17 03:17:23 BST 2021

license http://creativecommons.org/licenses/by/4.0/

saved-by batchelorc

has obo format version 1.2

Problems:

It would be wonderful if OLS could add more metadata about provenance of the load to make debugging this kind of thing easier

henrietteharmse commented 2 years ago

@cmungall The version issue is fixed as far as I can see.

As for has obo format version comes from http://purl.obolibrary.org/obo/chmo.owl.

        <oboInOwl:hasOBOFormatVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.2</oboInOwl:hasOBOFormatVersion>

and

    <owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasOBOFormatVersion">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has_obo_format_version</rdfs:label>
    </owl:AnnotationProperty>

saved-by comes from

<oboInOwl:saved-by rdf:datatype="http://www.w3.org/2001/XMLSchema#string">batchelorc</oboInOwl:saved-by>

also in http://purl.obolibrary.org/obo/chmo.owl.