Skip to content

Commit

Permalink
Improve readability of UniProt query 49
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed May 23, 2024
1 parent 1b70075 commit b34db29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uniprot/49.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ WHERE {
}
# taxonomy constraint (taxon:9606 == Homo sapiens)
?protein up:organism taxon:9606 ;
up:annotation ?a .
up:annotation ?a ;
rdfs:seeAlso / up:transcribedFrom ?ensemblGene .
?a a up:Catalytic_Activity_Annotation ;
up:catalyticActivity ?ca .
?ca up:catalyzedReaction ?reaction .
?protein rdfs:seeAlso / up:transcribedFrom ?ensemblGene .
# federated query to Bgee (expression data)
BIND(IRI(REPLACE(STR(?ensemblGene), "\\.[0-9]+$", "")) AS ?ensemblGeneNoVersion)
SERVICE <https://bgee.org/sparql/> {
Expand Down

0 comments on commit b34db29

Please sign in to comment.