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

Include obsolete taxa #33

Open
jamesaoverton opened this issue Apr 9, 2020 · 0 comments
Open

Include obsolete taxa #33

jamesaoverton opened this issue Apr 9, 2020 · 0 comments

Comments

@jamesaoverton
Copy link
Collaborator

As far as I can tell, we have never included obsolete taxa in our ncbitaxon.owl. (There's nothing obvious in the old code, and grep owl:deprecated ncbitaxon.owl returns nothing.)

taxdmp.zip includes tax_ids for merged and deleted nodes (merged.dmp and delnodes.dmp), but no other information. This is enough to add obsolete classes like this:

NCBITaxon:12 a owl:Class
; rdfs:label "obsolete taxon 12"^^xsd:string
; owl:deprecated "true"^^xsd:boolean
; IAO:0100001 NCBITaxon:74109 # term replaced by
.

NCBITaxon:2663962 a owl:Class
; rdfs:label "obsolete taxon 2663962"^^xsd:string
; owl:deprecated "true"^^xsd:boolean
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant