carrineblank / MicrO

A Microbial Ontology of Phenotypic and Metabolic Characters, Assays, and Culture Media Found in Prokaryotic Taxonomic Descriptions
Other
6 stars 3 forks source link

Incorrect use of xsd:int datatype for string label #22

Open cmungall opened 5 years ago

cmungall commented 5 years ago
    <!-- http://purl.obolibrary.org/obo/MICRO_0001179 -->

    <owl:DatatypeProperty rdf:about="&obo;MICRO_0001179">
        <rdfs:label rdf:datatype="&xsd;int">has cell width</rdfs:label>
    </owl:DatatypeProperty>

I am surprised the OWLAPI even parses this. This may be the reason MICRO is empty on OntoBee

beckyjackson commented 5 years ago

Copying this over from https://github.com/INCATools/ontology-development-kit/issues/231... The following also have incorrect xsd:decimal datatypes for their labels:

The following have incorrect xml:lang values on 'definition source' (IAO:0000119), which look like they were meant to be separate annotations:

cmungall commented 2 years ago

more

<!-- http://purl.obolibrary.org/obo/MICRO_0001179 -->

<owl:DatatypeProperty rdf:about="&obo;MICRO_0001179">
    <rdfs:label rdf:datatype="&xsd;int">has cell width</rdfs:label>
</owl:DatatypeProperty>