Hi !
While parsing the different files from the OBO Foundry I noticed a bug in one of the axioms of the GSSO; namely:
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/CHEBI_50112"/>
<owl:annotatedProperty rdf:resource="https://www.wikidata.org/wiki/Property:P1036"/>
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">547.7343</owl:annotatedTarget>
<rdfs:comment xml:lang="en">org. chem.</rdfs:comment>
<schema:bookEdition xml:lang="e">19</schema:bookEdition>
</owl:Axiom>
in the OWL/XML file, where the bookEdition annotation get an xml:lang tag instead of having the xsd:integer datatype.
Hi !
While parsing the different files from the OBO Foundry I noticed a bug in one of the axioms of the GSSO; namely:
in the OWL/XML file, where the
bookEditionannotation get anxml:langtag instead of having thexsd:integerdatatype.