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
At the moment it is impossible for a reasoner that a position of the same type and with the same reference is actually the same position.
Can we use owl2 hasKey for this?
The text was updated successfully, but these errors were encountered:
For the exact position class this is simple.
faldo:ExactPosition a owl:Class ; owl:hasKey (:position :reference) .
This would allow us to determine that
:ddbj-position a faldo:ExactPosition ; faldo:position 1 ; faldo:reference ddbj:XXXXXX . :uniprot-position a faldo:ExactPosition ; faldo:position 1 ; faldo:reference uniprot:XXXXXX .
Are the same positions given that
uniprot:XXXXXX owl:sameAs ddbj:XXXXXX
Sorry, something went wrong.
We can do something similar for faldo:Region. If the begin and end are the same then it is the same region.
#13 added haskey to allow OWL reasoners to infer that two positions a…
595b1fe
…re the same.
#13 add owl:hasKey for region as well
82af1a6
No branches or pull requests
At the moment it is impossible for a reasoner that a position of the same type and with the same reference is actually the same position.
Can we use owl2 hasKey for this?
The text was updated successfully, but these errors were encountered: