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

Help needed: oboInOwl spec vs obographs #50

Open
matentzn opened this issue Sep 9, 2019 · 2 comments
Open

Help needed: oboInOwl spec vs obographs #50

matentzn opened this issue Sep 9, 2019 · 2 comments

Comments

@matentzn
Copy link

matentzn commented Sep 9, 2019

I need a recommendation of what to do when people physically include the oboinowl ontology in their ontology; can I safely recommend to remove it in all cases?

The reason I am posting this here is that running

robot -vvv convert -I http://www.geneontology.org/formats/oboInOwl -f json -o out.json

causes #49

And I dont understand whether this is intentional (i.e. oboinowl ontology is somehow broken) or whether this is a limitation of obographs.. Thanks for the help! @dosumis @cmungall

@matentzn
Copy link
Author

matentzn commented Sep 9, 2019

I guess the problem must be this:

<oboInOwl:hasDefinition>
      <oboInOwl:Definition>
        <rdfs:label xml:lang="en">An alias in which the alias exhibits true synonymy. Example: ornithine cycle is an exact synonym of urea cycle</rdfs:label>
        <oboInOwl:hasDbXref>
          <oboInOwl:DbXref>
            <rdfs:label>oboInOwl:GOC</rdfs:label>
            <oboInOwl:hasURI rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/obo/owl/oboInOwl#oboInOwl_GOC</oboInOwl:hasURI>
          </oboInOwl:DbXref>
        </oboInOwl:hasDbXref>
      </oboInOwl:Definition>
    </oboInOwl:hasDefinition>

While oboInOwl:hasDefinition is an annotation property.. Not really allowed in RDF i assume.

@cmungall
Copy link
Member

cmungall commented Oct 2, 2019 via email

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