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

Incorrect metadata returned by individuals queries #53

Open
dosumis opened this issue Sep 16, 2016 · 0 comments
Open

Incorrect metadata returned by individuals queries #53

dosumis opened this issue Sep 16, 2016 · 0 comments

Comments

@dosumis
Copy link

dosumis commented Sep 16, 2016

The URIs returned by Individuals queries are correct, but the associated metadata is very minimal and what's returned is wrong

e.g.

from http://aber-owl.net/service/api/runQuery.groovy?type=realize&query=%3Chttp://purl.obolibrary.org/obo/FBbt_00007683%3E&ontology=VFB

{u'classURI': u'http://www.virtualflybrain.org/owl/VFB_00020000',
 u'definition': None,
 u'deprecated': True,
 u'label': u'VFB_00020000',
 u'ontologyURI': u'VFB',
 u'owlClass': u'<http://www.virtualflybrain.org/owl/VFB_00020000>',
 u'remainder': u'VFB_00020000'}

This OWL entity is an individual rather than a class, it does have an associated definition and it is not deprecated.

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

1 participant