OntoZoo / ontobee

Ontobee is a linked data server for ontologies. See: http://www.ontobee.org.
27 stars 5 forks source link

Please add ncro.owl #57

Closed alanruttenberg closed 8 years ago

alanruttenberg commented 8 years ago

see http://www.obofoundry.org/ontology/ncro.html You should be able to load it from http://purl.obolibrary.org/obo/ncro.owl once the pull request https://github.com/OBOFoundry/purl.obolibrary.org/compare/alanruttenberg-ncro-1?expand=1 I put in for the PURLs takes effect.

alanruttenberg commented 8 years ago

You can load it from the repository for now https://raw.githubusercontent.com/OmniSearch/ncro/master/src/ontology/ncro.owl https://raw.githubusercontent.com/OmniSearch/ncro/master/src/ontology/imports.owl

e4ong1031 commented 8 years ago

NCRO is loaded to ontobee.

Currently, I do URL mapping, http://purl.obolibrary.org/obo/ncro/imports.owl to https://raw.githubusercontent.com/OmniSearch/ncro/master/src/ontology/imports.owl, in the loading script. Hopefully the URL will be resolved later.

Thanks.

alanruttenberg commented 8 years ago

Thanks! PURLs should be alive in a few hours. What is the "source" field listed at http://www.ontobee.org/ontology/NCRO ? We don't currently have any assets at berkeleybop. Also, how often does this get reloaded? I expect there to be a bunch of changes over the next month. Should I just put in an issue when it needs to be reloaded?

e4ong1031 commented 8 years ago

The source should be the final URL directed by http://purl.obolibrary.org/obo/ncro.owl.

Because I currently use alternative download link you provided (https://raw.githubusercontent.com/OmniSearch/ncro/master/src/ontology/ncro.owl), the source is not updated and still has its old value. Do you want to remove the source field until the purl URL resolved?

I am planning to start the weekly OBO update early in December.

alanruttenberg commented 8 years ago

TBH, I don't think the source should be listed at all. It's pretty irrelevant as the PURLs are the official way to get the ontologies.

cmungall commented 8 years ago

You mean this part?

#build:
#  source_url: http://purl.obofoundry.org/obo/obi/repository/trunk/src/ontology/branches/

This part is useful if you want a generic build pipeline to be executed for you nightly in berkeley and deposited in berkeleybop.org/ontologies/

This is useful for various groups:

But it's becoming less and less necessary as various other things improve.

cmungall commented 8 years ago

http://obofoundry.org/faq/what-is-the-build-field.html

alanruttenberg commented 8 years ago

I wasn't questioning the build pipeline, just the relevance of exposing the information in Ontobee. The concern is that people will record the source rather than use the PURL.

cmungall commented 8 years ago

ah didn't realize this was @e4ong1031 from ontobee - in this case yes, no need to make this visible in ontobee or other ontology browsers. The purl should be prominent for all ontologies.

alanruttenberg commented 8 years ago

Could you please change the name, as listed on ontobee, to "Non-Coding RNA Ontology"? (capitalize the first two words).

Thanks

e4ong1031 commented 8 years ago

The ontobee update script follow the value retrieved from OBO ontology list, http://obofoundry.github.io/registry/ontologies.jsonld. And in this json file, the title of ncro is set to be "non-coding RNA Ontology".

I will suggest to change this value in OBO registry. Otherwise the name will change back to "non-coding" every time ontobee update from OBO.

Thanks.