We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
This OWL entity is an individual rather than a class, it does have an associated definition and it is not deprecated.
The text was updated successfully, but these errors were encountered: