Skip to content

Commit

Permalink
example 6
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed May 28, 2015
1 parent f8b0004 commit 07c0ac5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions uniprot/queries/6.rq
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#title: Select Proteins similar to Human EPO isform 3
SELECT ?epoLike
WHERE {?cluster up:identity "0.9"^^xsd:float;
up:member ?member,?member2 .
?member up:sequenceFor ?epoLike .
?member2 up:sequenceFor uniprot:P19235-3 .
FILTER(?epoLike != uniprot:P19235-3)
}

0 comments on commit 07c0ac5

Please # to comment.