Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid lang tag in one of the annotations #12

Open
althonos opened this issue Feb 26, 2024 · 1 comment
Open

Invalid lang tag in one of the annotations #12

althonos opened this issue Feb 26, 2024 · 1 comment

Comments

@althonos
Copy link

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.

@althonos althonos changed the title Invalid Invalid lang tag in one of the annotations Feb 26, 2024
@Superraptor
Copy link
Owner

Thank you so much for pointing out! I'm so sorry for taking so long to respond. I'm currently in the process of porting the GSSO over to lgbtDB (https://lgbtdb.wikibase.cloud/). This will then be ported out to RDF. It's still early on in the process, but is currently about double the size of the second version of the GSSO, and I expect it to become likely double or triple the size. Since it's just me working on it so far, it's taking a bit, but it's coming along smoothly so far!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants