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

PAML Protocol vs. protocol #67

Open
bbartley opened this issue Jun 30, 2022 · 0 comments
Open

PAML Protocol vs. protocol #67

bbartley opened this issue Jun 30, 2022 · 0 comments

Comments

@bbartley
Copy link
Contributor

The PAML Ontology interface returns the same URI for classes and properties with the same name, e.g.:

>>> import tyto
INFO:rdflib:RDFLib Version: 4.2.2
>>> tyto.PAML.Protocol
'http://bioprotocols.org/paml#protocol'
>>> tyto.PAML.protocol
'http://bioprotocols.org/paml#protocol'

This is a side-effect of how Tyto performs case-insensitive matching, but the underlying issue is actually in the RDF of the PAML ontology. PAML classes do not have rdfs:label so they are invisible to tyto's queries. See this issue here: Bioprotocols/labop#135

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