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

Identity of a Position: owl2 haskey? #13

Open
JervenBolleman opened this issue Dec 1, 2013 · 2 comments
Open

Identity of a Position: owl2 haskey? #13

JervenBolleman opened this issue Dec 1, 2013 · 2 comments

Comments

@JervenBolleman
Copy link
Collaborator

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?

@JervenBolleman
Copy link
Collaborator Author

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 

@JervenBolleman
Copy link
Collaborator Author

We can do something similar for faldo:Region. If the begin and end are the same then it is the same region.

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