-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issues loading Individuals OWL #38
Comments
@reality @MiguelAngelRG How hard would it be to provide the exception message when loading of ontology fails in an infobox in AberOWL? I think it could be kept in Redis. VFB fails to load because the URL is not valid (http://purl.obolibrary.org.obo/fbbt/vfb/fbbt_vfb_ind_prc_nr.owl). I changed the URL to point to the right file, reloading now, let's see if this works. For VFB_test, I get an InputFormatException, which is likely due to it's not being valid XML or RDF/XML. |
The VFB ontology is now available at http://aber-owl.net/ontology/VFB/, fully classified. @reality I still have to manually reload the ontology after changing the URL (using the reload API command) before it actually loads the ontology; I guess the update script would pick it up once a day, but somewhere it should be documented that ontologies are only loaded from URLs once a day. |
Thanks Robert. Now trying to run queries for individuals using 'realize' => {"result":[],"time":169} Should find 276 individuals Is the realize method not yet implemented on the site? I can see it here: https://github.com/bio-ontology-research-group/AberOWL/blob/master/src/QueryEngine.groovy#L74 Cheers, |
Problem seems to be that we don't index instances in Lucene, and the classes2info function only returns OWLEntities for which we can find a label in our Lucene index. I might have temporarily fixed it by making the URI remainder a label should everything else fail, but we should properly index annotation properties of instances in Lucene. Needs restart of AberOWL. |
It now returns some information for the instance query, but not 276 individuals. I will debug tomorrow, maybe @reality can have a look, too. |
Can this issue be closed? It may be covered by #13 |
@dosumis Does this work for you with the recent updates to AberOWL? VFB does load again and will update frequently, and the results from the query above seem ok. |
Continuing for #18
full size was loaded as VFB
and a smaller version loaded as VFB_test
neither seem to ever load?
How are we supposed to diagnose OWL loading errors?
The text was updated successfully, but these errors were encountered: